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

Stacked bar charts ignoring `chartRangeMax` option #185

Open cullenjohnson opened 7 years ago

cullenjohnson commented 7 years ago

When I set the chartRangeMax option on 2 regular bar charts, the 2 graphs are comparable to each other. When I try to set the option to the same value on 2 stacked bar charts, jquery sparklines ignores it.

See fiddle: https://jsfiddle.net/b79Luj5k/7/