jquery.sparkline icon indicating copy to clipboard operation
jquery.sparkline copied to clipboard

valueSpots - restrict to 1 value?

Open dankantor opened this issue 7 years ago • 2 comments

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?

dankantor avatar Apr 20 '17 03:04 dankantor

valueSpots is applied all spots having '2'.

mkkim417 avatar Jun 29 '17 06:06 mkkim417

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.

varg90 avatar Nov 14 '18 08:11 varg90