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
202 stars 46 forks source link

Graph area gradient issue react-native ios #180

Open anubhabdas opened 1 year ago

anubhabdas commented 1 year ago

Inside graph area gradient color is not showing in ios devices but in Android it is showing properly. Please refer the screenshots for your reference.

<Area theme={{ gradient: { from: { color: 'white', opacity: 0.4 }, //white to: { color: '#02b17c', opacity: 0.4 }, }, }} smoothing="cubic-spline" />

Android: Click here

iOS: Click here