JesperLekland / react-native-svg-charts

📈 One library to rule all charts for React Native 📊

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Bar and line chart combined

JeremyBradshaw7 opened this issue · comments

Description of feature

The requirement to render a bar chart and line chart combined is quite common, and as far as I can see isn't naturally supported by this library unless I'm missing something. I know you can render a bar chart then overlay a separate line chart (by absolute positioning or negative top margin), but that's not quite the same thing as the axes may not always line up accurately.