react-native-mp-android-chart
react-native-mp-android-chart copied to clipboard
React Native wrapper of popular android charting library MPAndroidChart
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...