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!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...