Dashboards & Visualizations

Need help removing the y-axis label from the charts in the trelis

spammenot66
Contributor

Hi

I'm trying to remove the 100s from the y-axis label. Using chrome, and inspecting the element, when use the css noted below it works. When i use the in the simplexml it doesn't

 

 

 

 

<html>
  <style>
    #trellis g.highcharts-yaxis-labels &gt; text{
      visibility: hidden; !important;
      display: none !important;
  }
 
        </style>
      </html>

 

 

 

 

spammenot66_0-1617150199336.png

 

Labels (3)
0 Karma
1 Solution

manjunathmeti
Champion

hi @spammenot66,

Try this:

<row>
    <html>
      <style>
        g.highcharts-axis-labels.highcharts-yaxis-labels {
          display: none !important;
        }
       </style>
    </html>
</row>

 

If this reply helps you, a like would be appreciated.

View solution in original post

manjunathmeti
Champion

hi @spammenot66,

Try this:

<row>
    <html>
      <style>
        g.highcharts-axis-labels.highcharts-yaxis-labels {
          display: none !important;
        }
       </style>
    </html>
</row>

 

If this reply helps you, a like would be appreciated.

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