jquery.sparkline
jquery.sparkline copied to clipboard
valueSpots - restrict to 1 value?
Is there any way to only show a valueSpot for only one point on a line chart even if there are multiple points with the same value?
My line is [1,2,3,2,5]
.
My valueSpots
is defined as:
valueSpots: {'2': 'white'}
I'd like to only show a spot on one instance of '2'. Is that possible?
valueSpots is applied all spots having '2'.
Hi! I have a similar question. My goal is to apply the marker to a single point (I know its position), but not to every point with the pointed value. Any possibility to do this in my Sparkline charts? It's neither a maximum nor a minimum value, just a special single point that I need to highlight.