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!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...