gwatts / jquery.sparkline

A plugin for the jQuery javascript library to generate small sparkline charts directly in the browser
http://omnipotent.net/jquery.sparkline/
1.24k stars 278 forks source link

Not Showing spot on every point. #193

Open mohitchauhan89 opened 7 years ago

mohitchauhan89 commented 7 years ago

Only showing two spot in chart. Is this possible to show spot on every point. Please suggest.

capture

mkkim417 commented 7 years ago

if your numbers are larger than zero, you can just use {valueSpots:{'0:':'black'}}

andrasberczi commented 5 years ago

Is it possible to show spots based on X value(s)? valueSpots colors points based on Y value(s).