How do you change the Sparklines in the new 6.3 single value visualization to bar, bullet,etc.
Changing the sparkline of a single value element is not supported with 6.3
Changing the sparkline of a single value element is not supported with 6.3
Thank you for the work you've done on visualization for 6.3. I would appreciate other types of sparklines for single values in future releases.
Thanks for the feedback. What types of sparklines were you thinking of? Is there a particular use case you are working on?
I was only hoping for bar in addition to line because I find sometimes the Sparkline is more informative with bar.
However, when I found that jQuery Sparklines has bullet charts and box plots I got greedy.
Thank you.
Sparklines are always sparklines. You can't change their visualization.
You can change the format of sparklines in tables. There is an example in Splunk 6.x dashboard examples called Table Element with Sparklines in which the default line version of Sparklines has been changed to bar.
Thanks for the reference to the dashboard examples app. I was looking for a GUI option to change sparklines similar to how one changes charts.
Back your original question. It appears that the option settings apply to the SingleValue rather than the sparkline so something like
<option name="format">bar</option>
wouldn't work.
If you look at jQuery Sparklines and in tables for Splunk, you can have lines, bars, and other formats for sparklines.
I tried changing the single value visualization from line to bar the same way you change from line to bar in a table, but it didn't work.
I have no experience with jQuery Sparklines, but all of the sparklines I've put into tables only have one format.