react-charts
react-charts copied to clipboard
Support for negative values
Is there a way to have negative values show up on the other side of the axes or also show the bar on the negative side. Currently my negative values are being processed as positive it seems like though tooltip shows negative value.
Here is what I mean
The last item on the list has negative value shown as positive.
Looks like a bug. Can you turn this into a CodeSandBox I can run?
Sure. Here you go - https://codesandbox.io/s/optimistic-chihiro-v2i5bg
I just changed the min on your stack to -100 to reproduce it