Dashboards & Visualizations

Change the font size of the afterlabel, before label and the classfield in the signle value chart in Splunk Enterprise 6.4.1

sweetlile
Explorer

Hello,
It's been 3 days that I'm trying to fing a solution to change the font size of the afterLabel, beforeLabel and the classField of the single Value chart. I tried this solution:
adding a new stylesheet where I put this code:

.single-value .single-result {
font-size: 10px !important;
}
.single-value:before {
font-family: "Splunk Icons" !important;
font-style: normal !important;
font-weight: normal !important;
text-decoration: inherit !important;
font-size: 10px !important;
}

and in the xml file I precise this in the top:

<form stylesheet="application.css">

But it doesn't work, I still get the result of the dynamic panel precised by default.
I want to make it smaller like the previous version 6.2
I'm in a dead-end, any ideas please?

Tags (2)
0 Karma
1 Solution

sweetlile
Explorer

Yes I'm trying to control the font-size of the text of the afterlabel, beforelabel and the classfield. I can control the colours.
I used this solution now:

<option name="height">32px</option>

And it does the work, it makes my text smaller.

View solution in original post

0 Karma

sweetlile
Explorer

Yes I'm trying to control the font-size of the text of the afterlabel, beforelabel and the classfield. I can control the colours.
I used this solution now:

<option name="height">32px</option>

And it does the work, it makes my text smaller.

0 Karma

shaskell_splunk
Splunk Employee
Splunk Employee

Stick your custom CSS file in $SPLUNK_HOME/etc/apps/leaflet_maps_app/appserver/static/visualizations/leaflet_maps/contrib/css.

Modify $SPLUNK_HOME/etc/apps/leaflet_maps_app/appserver/static/visualizations/leaflet_maps/visualization.css and append your application.css entry to the end of the file. Just copy and paste an existing line and modify it.

Re-start Splunk and see if that doesn't help. What is it you're trying to do? Are you trying to control the font size of the text in the description? Let me know and I may be able to add it as a feature to the app.

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