Dashboards & Visualizations

how to break the line in panel title

earakam
Path Finder

Hi,

currently i am working on an issue on how to break the line of the panel title in dashboard.
Could anyone tell me how to do this?
I had no luck so far.

Simple XML would preferable but any procedure would do.

Thank you.

1 Solution

ngatchasandra
Builder

Hi earakam,

If i understand your problem very well, you can try with xml code that follow:

<row>
                     <panel>
                       <html>
                       <div style="text-align: center;">
                         <h1>MY TITLE</h1> &lt;br/&gt;  <h1>FOLLOWING MY TILTLE</h1>
                       </div>
                     </panel>
                   </row>

This this may help you!

<br/> is same like &lt;br/&gt;

View solution in original post

ngatchasandra
Builder

Hi earakam,

If i understand your problem very well, you can try with xml code that follow:

<row>
                     <panel>
                       <html>
                       <div style="text-align: center;">
                         <h1>MY TITLE</h1> &lt;br/&gt;  <h1>FOLLOWING MY TILTLE</h1>
                       </div>
                     </panel>
                   </row>

This this may help you!

<br/> is same like &lt;br/&gt;

HattrickNZ
Motivator

tks, what I was looking for. just saw there it is missing the closing html tag.

Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...