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

React Native wrapper of popular android charting library MPAndroidChart

Results 4 react-native-mp-android-chart issues
Sort by recently updated
recently updated
newest added

Is there a way to use combined charts?

I am interested to add to my charts custom markers. I am using LinearChart and I want to know if is it possible and how can I add extra info...

My problem is something likes https://github.com/PhilJay/MPAndroidChart/issues/789 When scaleX in LineChart, I want to load more detailed data , can I listen to the scaleX event and use https://github.com/PhilJay/MPAndroidChart/wiki/Dynamic-&-Realtime-Data to load...

enhancement