Dashboards & Visualizations

Is it possible to center single values trellis in a panel?

splunksumman
Explorer

Hi community,

Is it possible to center single values trellis in a panel?

alt text

Thanks you.

Labels (2)
0 Karma
1 Solution

vnravikumar
Champion

Hi @splunksumman

Try this and let me know

<dashboard>
  <label>single</label>
  <row>
    <panel>
      <html>
      <style>
        #test .facets-container{
        display: flex !important;
        justify-content: center !important;
        }
      </style>
    </html>
      <single id="test">
        <search>
          <query>index="_internal" |stats count by source | top limit=5 source</query>
          <earliest>-24h@h</earliest>
          <latest>now</latest>
        </search>
        <option name="colorMode">block</option>
        <option name="drilldown">none</option>
        <option name="rangeColors">["0x53a051","0x0877a6","0xf8be34","0xf1813f","0xdc4e41"]</option>
        <option name="trellis.enabled">1</option>
        <option name="useColors">1</option>
      </single>
    </panel>
  </row>
</dashboard>

View solution in original post

splunksumman
Explorer

Hi vnravikumar,

Excellent, thank you very much for your support.

alt text

vnravikumar
Champion

Hi @splunksumman

Try this and let me know

<dashboard>
  <label>single</label>
  <row>
    <panel>
      <html>
      <style>
        #test .facets-container{
        display: flex !important;
        justify-content: center !important;
        }
      </style>
    </html>
      <single id="test">
        <search>
          <query>index="_internal" |stats count by source | top limit=5 source</query>
          <earliest>-24h@h</earliest>
          <latest>now</latest>
        </search>
        <option name="colorMode">block</option>
        <option name="drilldown">none</option>
        <option name="rangeColors">["0x53a051","0x0877a6","0xf8be34","0xf1813f","0xdc4e41"]</option>
        <option name="trellis.enabled">1</option>
        <option name="useColors">1</option>
      </single>
    </panel>
  </row>
</dashboard>

Software-Simian
Path Finder

Hi,

this works like a peach if you do not have multiple lines in the trellis. If i sue this all charts are forced in one line and i get a scrollbar. Is it possible to leave the "line breaks" and still center?

 

Kind regards,

Mike

0 Karma

YuliyaVassilyev
Explorer

That works, thank you! I have one panel where i centered trellis and then i have drilldown that shows more trellis values that are also centered. Can i make it so that second panel is not automatically centered?

Because the second panel is centered i cannot see some of the values...

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...