xanderdeseyn / react-native-responsive-linechart

A customizable and responsive line or area chart for react-native
https://react-native-responsive-linechart.surge.sh
MIT License
203 stars 47 forks source link

Multi-coloured line #77

Closed benjaminle9x closed 3 years ago

benjaminle9x commented 3 years ago

How do I set different line colours between each point? (E.g. if y value < 12, the line colour is red. else if y value > 12, the line colour is blue)

xanderdeseyn commented 3 years ago

Not supported atm.

adrian-burkhart commented 2 years ago

@benjaminle9x Probably not relevant for you anymore, but I think this issue can be solved by adding two components, as outlined here by @gjakobson: https://github.com/xanderdeseyn/react-native-responsive-linechart/issues/108#issuecomment-890430625