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!

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...