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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...