wuxudong / react-native-charts-wrapper

a react native charts wrapper (support android & iOS)
2.43k stars 657 forks source link

i need change circleColor Based on Y value #961

Open omerabdelhady62 opened 11 months ago

omerabdelhady62 commented 11 months ago

config: { lineWidth: 1, drawValues: true, circleRadius: 5, highlightEnabled: true, drawHighlightIndicators: true, color: processColor('blue'), drawFilled: true, valueTextSize: 13, fillColor: processColor('red'), fillAlpha: 25, circleColor: processColor('red'), // need change this Based Y value }