Dashboards & Visualizations

How to change the font size of y-values in a Splunk dashboard barchart

lifekis
Explorer

hello, 

How to change the font size of y-values in a Splunk dashboard barchart?

 

I try..

      <html>
       <style>
 
          #rk g[transform] text {
            font-size:20px !important;
            font-weight: bold !important;
            }
            g.highcharts-axis.highcharts-xaxis text{
            font-size:20px !important;
            }
            g.highcharts-axis.highcharts-yaxis text{
            font-size:20px !important;
            }
        </style>
</html>
 
test.png
Labels (3)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

Try this

      <html>
       <style>
 
          #rk g[transform] text {
            font-size:20px !important;
            font-weight: bold !important;
            }
            g.highcharts-axis-labels.highcharts-xaxis-labels text{
            font-size:20px !important;
            }
            g.highcharts-axis-labels.highcharts-yaxis-labels text{
            font-size:20px !important;
            }
        </style>
</html>

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust

Try this

      <html>
       <style>
 
          #rk g[transform] text {
            font-size:20px !important;
            font-weight: bold !important;
            }
            g.highcharts-axis-labels.highcharts-xaxis-labels text{
            font-size:20px !important;
            }
            g.highcharts-axis-labels.highcharts-yaxis-labels text{
            font-size:20px !important;
            }
        </style>
</html>

lifekis
Explorer

Thanks ^^ have a nice day!

0 Karma
Get Updates on the Splunk Community!

New This Month in Splunk Observability Cloud - Metrics Usage Analytics, Enhanced K8s ...

The latest enhancements across the Splunk Observability portfolio deliver greater flexibility, better data and ...

Alerting Best Practices: How to Create Good Detectors

At their best, detectors and the alerts they trigger notify teams when applications aren’t performing as ...

Discover Powerful New Features in Splunk Cloud Platform: Enhanced Analytics, ...

Hey Splunky people! We are excited to share the latest updates in Splunk Cloud Platform 9.3.2408. In this ...