react-native-charts-wrapper
react-native-charts-wrapper copied to clipboard
How to make our own custom Marker
I'm using Stacked Bar Chart in my project where I need my own custom marker. Existing customisation is given as :
const marker = { enabled: true, markerColor: processColor(currentTheme.toolTipBG), textColor: processColor(currentTheme.primaryDarkColor), textSize: SMALL, elevation: 2 }
But I need to add fully customise marker view. So how I can achieve that ?
I have one thought for this If you can give me trigger when any stack bar is selected then I can show my own custom view.
same problem, want to customize the marker to give a look like this
same problem does anybody have the solution?
any solution over this?