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

Handle chartRangeMin/Max in stacked bar graphs #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jsantirso
Copy link

Fixes #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

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
ChadKeating pushed a commit to ChadKeating/jquery.sparkline that referenced this pull request 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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

stacked bar charts do not respect chartRangeMin/Max
1 participant