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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...