Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stacked bar charts do not respect chartRangeMin/Max #69

Open
gwatts opened this issue Mar 3, 2013 · 1 comment · May be fixed by #131
Open

stacked bar charts do not respect chartRangeMin/Max #69

gwatts opened this issue Mar 3, 2013 · 1 comment · May be fixed by #131
Labels

Comments

@gwatts
Copy link
Owner

gwatts commented Mar 3, 2013

No description provided.

@lygaret
Copy link

lygaret commented Oct 14, 2014

This is a showstopper for me as well, since it means I can't show a series of stacked charts.

jsantirso added a commit to jsantirso/jquery.sparkline that referenced this issue Oct 16, 2014
Fixes gwatts#69
Example with chartRangeMin: 0 and values: [[20, 20], [10, 10], [5, 5]]
Notice the clipping that occurs in the "before" image: http://imgur.com/a/ay6e8
@jsantirso jsantirso linked a pull request Oct 16, 2014 that will close this issue
ChadKeating pushed a commit to ChadKeating/jquery.sparkline that referenced this issue Jun 3, 2017
Fixes gwatts#69
Example with chartRangeMin: 0 and values: [[20, 20], [10, 10], [5, 5]]
Notice the clipping that occurs in the "before" image: http://imgur.com/a/ay6e8

Signed-off-by: Chad Keating <[email protected]>
gwatts#131
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants