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

Is there any way to customize the colors of line and circle for each value in line chart?

Open christopher-18 opened this issue 1 year ago • 2 comments

I want to show different color of circle and line based on some condition, in a line chart. How can i achieve? Like this. Screenshot 2022-10-21 at 18 33 03

christopher-18 avatar Oct 24 '22 04:10 christopher-18

able to change the dot color, by using circleColors property which returns array. But still not able to customize the color of line based on the condition. On using colors - entire line is getting that color, but i need show the transition based on y value with the range that is shown on the y axis.

christopher-18 avatar Oct 24 '22 05:10 christopher-18

@christopher-18 were you able to figure it out ?

KeaganStevens avatar Jun 04 '23 15:06 KeaganStevens