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

Same-y stacked bar graphs don't render correctly #99

Open mcmanuss8 opened 10 years ago

mcmanuss8 commented 10 years ago

If you setup a stacked bar graph with every value being the same, it renders incorrectly...

Example: http://jsfiddle.net/ehCPZ/1/

mcmanuss8 commented 10 years ago

Updated with another, different but maybe related problem.

http://jsfiddle.net/ehCPZ/2/

mcmanuss8 commented 10 years ago

I took a stab at this which seemed to solve the problem. Short version is when range is set to 0 or 1, bad things happen. I don't have an exhaustive test suite to check the change against though.

Here's the change: https://github.com/mcmanuss8/jquery.sparkline/commit/ea51eb0b041adeb78352ff7612981906310b9663#diff-25d902c24283ab8cfbac54dfa101ad31