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!

Index This | What’s a riddle wrapped in an enigma?

September 2025 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this ...

BORE at .conf25

Boss Of Regular Expression (BORE) was an interactive session run again this year at .conf25 by the brilliant ...

OpenTelemetry for Legacy Apps? Yes, You Can!

This article is a follow-up to my previous article posted on the OpenTelemetry Blog, "Your Critical Legacy App ...