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

Add option to hide minimum value entries #81

Open gwatts opened 11 years ago

gwatts commented 11 years ago

Currently min values are displayed as a single pixel line, as opposed to null values that are omitted entirely.

Add an option to allow min values to be omitted from display like null values

See also https://github.com/gwatts/jquery.sparkline/issues/51