Skip to content

Handle chartRangeMin/Max in stacked bar graphs#131

Open
jsantirso wants to merge 1 commit intogwatts:masterfrom
jsantirso:patch-1
Open

Handle chartRangeMin/Max in stacked bar graphs#131
jsantirso wants to merge 1 commit intogwatts:masterfrom
jsantirso:patch-1

Conversation

@jsantirso
Copy link
Copy Markdown

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
RollAdvantage pushed a commit to RollAdvantage/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 <deadlysin4@gmail.com>
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