We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
react-dom.development.js:2912 Error: <rect> attribute height: A negative value is not valid. ("-3.8790836274461924")
Cannot seem to have y values that are negative in bar charts. Is this expected? I was hoping to be able to do something like this https://www.highcharts.com/demo/column-negative
The text was updated successfully, but these errors were encountered:
hey @biancasubion, this should definitely be supported I agree.
I think this will require some refactoring to use vx's Stack shape instead of BarStack, which exposes a offset="diverging" hook for this purpose.
vx's Stack shape
offset="diverging"
PRs are welcome, otherwise I can probably get to it in the next week or so.
Sorry, something went wrong.
No branches or pull requests
Cannot seem to have y values that are negative in bar charts. Is this expected? I was hoping to be able to do something like this https://www.highcharts.com/demo/column-negative
The text was updated successfully, but these errors were encountered: