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!

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

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

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...