You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way I was able to work around this issue was by explicitly setting a min and max value on the secondary axis. If you don't, the library seems to be trying to figure out the min and max values on its own. This means you might not actually see the lowest value as the chart would start at that point.
Hey man,
I really love TanStack - great work!
I have been playing around with the Bar version of the Chart and I saw a strange behaviour, the bar with the lowest value was not shown
You can see the code here: https://codesandbox.io/s/broken-dust-zm42yy?file=/src/components/Bar.tsx
Not sure if this is something I've done wrong or if its a bug?
The text was updated successfully, but these errors were encountered: