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

Horizontal Gradient on the Area Chart #182

Open gabstafari opened 11 months ago

gabstafari commented 11 months ago

It would be nice to have a horizontal option for the chart gradient background something like on the screenshot below.

We could just remove the x2 and y2 x1: "0%", y1: "0%", x2: "0%", y2: "100%"

image image