react-native-animated-charts
react-native-animated-charts copied to clipboard
Can i make gradient fill in chart?
that's a good question! I would say that you may try to use react-native-linear-gradient with @react-native-community/masked-view using my charts as a mask!
@osdnk I mean background gradient chart like this image

@iamlucnguyen did you figure it out?
Probably worth implementing!
Hey guys, if somebody is still interested in this, this is how I implemented gradient in my case:
https://github.com/stas-kravchuk/react-native-animated-charts/commit/3c2fc7980915e38807c53880cbb02346ab837e9a
Maybe this will be useful for future feature implementation ;)