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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...