i have a single value using nunber format (unit)
and i need to change color of only number format, not all result.
how can i do that?
i found something but really what i want
document.getElementsByClassName("single-result-unit")[0].style.fill = "red";
i found something but really what i want
document.getElementsByClassName("single-result-unit")[0].style.fill = "red";
not sure, maybe check this -
https://splunkbase.splunk.com/app/1603/
on the first screenshot, top right, there is a single value dashboard. maybe, this will give you some ways to edit.
yes i have this app but there is nothing around my question.
so thx for your reply
Note: For queries using stats to aggregate results, only the color by value option is available.
You can also adjust the color mode to change whether colors appear in the foreground or background.
https://docs.splunk.com/Documentation/SplunkCloud/6.6.0/Viz/SingleValueFormatting
the rangemap can give some more options.
https://answers.splunk.com/answers/103239/change-color-of-single-value-visualization.html
in 2017 we can't do more with css?
well, yes, not sure why splunk developers didnt think of CSS options.
the other dashboards are having so many options with xml editings.
for single value dashboard, when you try to edit it, you are given the option to change colors.
Could you explain this more? What do you mean by "Change color of only number format, not all result"? What number format?
What does a current number and number format look like now, and what do you want different? Can you upload a screenshot to imgur.com (or other image sharing site) and link here? Then describe what changed you'd like?
Thanks!
ok this is what we have i we use a simple singlevalue, the result is alpha and the unit is F1
now i need to get something like this :
but nothing work with css i think it's svg coloration.