-
Notifications
You must be signed in to change notification settings - Fork 841
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
Negative numbers in line graph #134
Comments
I have the same problem. |
Same for bar charts |
got the same issue. Did anyone find a solution? @kpcyrd |
@theBliz No. The numbers I had didn't go below -3000 so I've just added 3000 to every number and added an extra line in a different color that's always 3000 to indicate zero. |
Not really doable for my use case. Ended up writing a small chart page in Html |
I just submit a PR that solved this for me. |
Hi any update on this |
@devamin It would be cool if my PR was merged in, but you can checkout my fork until then. |
In a similar vein, I need bar graphs with negative values (or otherwise expanding downwards). Awestruck by this library. Thank you, @yaronn. |
Hey :)
I'm trying to build a line graph that can have negative numbers. After some troubleshooting I figured out that everything below 0 is cut off. I'm currently adding a 2nd number to everything to ensure the final number is positive as a workaround. This is somewhat quirky since I have to do some math while reading the graph.
Can a flag be introduced so the graph grows into negative numbers the same way it grows when increasing positive numbers?
The text was updated successfully, but these errors were encountered: