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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...