react-native-mp-android-chart
react-native-mp-android-chart copied to clipboard
Custom markers
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 to markers, not just yValue? Thank you.
Hey @ChristianMEC, Currently it is not implemented, but it's possible to implement it. I guess you want to add some text with each/some yValues and display it in marker?
Free to give it a try and create PR. Ask if you have questions about implementing it.
I think the PR can meet your request, or https://github.com/wuxudong/react-native-charts-wrapper can help