-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 starting at negative values #1167
Comments
I developed a solution using jQuery, maybe I can serve you. Here is the code |
new stack mode was implemented closes #1167
new stack mode was implemented closes #1167
new stack mode was implemented closes #1167
I've been trying to get a bar chart starting at below 0 by changing the series values to negative [-10, 20, 40]. But so far this has been giving me some really strange results. Is there a correct way of doing this?
I want something looking like this:
The text was updated successfully, but these errors were encountered: