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

box plot should use chartRangeMin and chartRangeMax, not minValue and maxValue #115

Open Flimm opened 10 years ago

Flimm commented 10 years ago

On the examples page, the box plot settings include minValue and maxValue. This fails to work, even on the example page.

Instead, chartRangeMin and chartRangeMax should be used, as I found mentioned in this thread.