react-native-mp-android-chart icon indicating copy to clipboard operation
react-native-mp-android-chart copied to clipboard

Combined charts

Open anafreitas opened this issue 7 years ago • 4 comments

Is there a way to use combined charts?

anafreitas avatar Jan 26 '17 10:01 anafreitas

Unfortunately, combined charts are not implemented in this lib.

mskec avatar Jan 26 '17 13:01 mskec

@anafreitas you can find combined charts here. https://github.com/wuxudong/react-native-charts-wrapper

wuxudong avatar Mar 06 '17 04:03 wuxudong

@wuxudong Did you try to collaborate on this repo instead? Project seems very similar..

hugows avatar Mar 20 '17 19:03 hugows

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.

wuxudong avatar Mar 21 '17 01:03 wuxudong