Dashboards & Visualizations

Single Value trellis issue with various font sizes

hethu
Path Finder

I almost presume that this has been asked before, but I have still not been able to find any answers here that solved my problem.

When I use trellis on a single value panel, the fonts sizes for each single value display is all over the place. I guess this is because of the difference in text lenght, but there surely must be a way to keep font sizes equal?

image.png

I have tried different CSS override solution I have found suggested on the forum, but have had no success yet. I am currently stuck trying to figure this out, anyone here able to help me?

Also let me know if it is possible to remove the ugly trellis "split by" category values of 1,3,4. I tried renaming these but that breaks the coloring using range.

Edit to add another question: Is it possible to stack these vertically instead of horizontal?

Labels (2)
Tags (1)
0 Karma

hethu
Path Finder

Managed to solve the first part of my problem based on other forum answers, successfully managing to override CSS. 

Anyone able to help me out with figuring out how to hide "split by" category and vertical stack?

This solved my first problem, is there an easier/more elegant way to do this?

 

  <row depends="$alwaysHideCSSPanel$">
    <panel>
      <html>
        <style>
          div.viz-facet{
            width: 200px !important;
          }
          text.single-result{
            transform: translate(5px,0px);
          }
          .viz-panel.viz-facet-size-medium .facet-label{
            font-size:14px !important;
            font-weight: bold !important;
          }
        </style>
      </html>
    </panel>
  </row>

 

 

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 ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...