Multiple floating bars in 1 column #327
Unanswered
buitrbao222
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, first of all thanks for this amazing chart library, but I'm having a little problem for my use case and any help would be appreciated.
I need to show floating bars, which means each bar might not start from 0 and there can be multiple bars in the same column, and I was able to produce it with the web victory chart using the

y0
field in data, as you can see there are 2 separated bars in the first column:But i don't know how to replicate that behavior in victory-native, I've tried it using similar data but it just doesn't work, the bar always starts from 0 at the bottom of the chart, not from
y0
:Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions