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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...