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

Touch and move point in line chart

Open empiteranga opened this issue 2 years ago • 4 comments

Is there any way to get this behavior from this library? here I attached a gif file of what I want sample

empiteranga avatar Jun 01 '22 04:06 empiteranga

Open Example->AxisLineChartScreen.js , then enable marker by adding

 <LineChart
    ......
    marker={{
      enabled: true,
      digits: 2,
      backgroundTint: processColor('teal'),
      markerColor: processColor('#F0C0FF8C'),
      textColor: processColor('white'),
    }}
    ......
/>

The outcome is similar to the gif.

wuxudong avatar Jun 03 '22 08:06 wuxudong

@wuxudong thanks for the reply, do you know any way to add custom marker same as the gif

empiteranga avatar Jun 05 '22 06:06 empiteranga

@empiteranga hi, have you implemented this chart? i have the similar chart to implent and have no clue with this....

see2ever avatar Jun 28 '22 14:06 see2ever

@see2ever using more data I can get similar to this kind of behavior. but not like this UI/ also noway to change the marker design

empiteranga avatar Aug 12 '22 09:08 empiteranga