react-native-charts-wrapper icon indicating copy to clipboard operation
react-native-charts-wrapper copied to clipboard

How to make our own custom Marker

Open anoopjangra90 opened this issue 3 years ago • 3 comments

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.

anoopjangra90 avatar Aug 20 '21 13:08 anoopjangra90

same problem, want to customize the marker to give a look like this image

Ti-tanium avatar Sep 21 '21 03:09 Ti-tanium

same problem does anybody have the solution?

dinhnhanfpt avatar Mar 29 '22 15:03 dinhnhanfpt

any solution over this?

christopher-18 avatar Nov 12 '22 13:11 christopher-18