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!

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