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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...