Combine bar and line in same chart? #246
-
I am currently working on a data visualization project using Victory Charts in a React Native environment. My goal is to create a chart that seamlessly integrates both a bar chart and a line chart, displaying them concurrently for comparative data analysis. However, despite searching through the documentation and various resources, I haven't found any clear examples or guidelines on how to implement this specific combination of chart types in Victory Charts. Is this possible something like this?
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
any updates on this? |
Beta Was this translation helpful? Give feedback.
-
Is it even possible ? |
Beta Was this translation helpful? Give feedback.
-
Yep, should definitely be possible, thanks @JennieCrowel |
Beta Was this translation helpful? Give feedback.
Actually, it is.
We should just combine the charts we want inside CartesianChart. Here is the example from my code