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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...