oksktank / react-native-pure-chart

react-native chart library that not using svg or ART but only using react native pure components.
MIT License
287 stars 132 forks source link

Area Chart #102

Open athenawisdoms opened 4 years ago

athenawisdoms commented 4 years ago

Is it possible to create an area chart? It is simply a line chart with a shaded region under the line.

Am specifically looking to render a time series area chart, with timestamps (eg: 10/06/19 5:30pm) in the x-axis.

Thank you!

Example:

image