react-native-mp-android-chart
react-native-mp-android-chart copied to clipboard
Combined charts
Is there a way to use combined charts?
Unfortunately, combined charts are not implemented in this lib.
@anafreitas you can find combined charts here. https://github.com/wuxudong/react-native-charts-wrapper
@wuxudong Did you try to collaborate on this repo instead? Project seems very similar..
The android and javascript part are similar, the main difference is iOS implementation.
Several features are introduced such as custom marker, which are already PR and merged to react-native-mp-android-chart (in branch v3). you can check v3's change log.
and also there are some breaking changes, such as font are not supported anymore, oval marker is removed.
The update is quite frequent, I am not quite sure if @mskec has plenty of time to review all of the changes. It is ok for me to PR all of the android changes.