Area Chart - Keep React
Table of Contents#
Default Area Chart#
The AreaChart component is used to render an area chart based on the data.
Area Chart With Double Series#
The AreaChart component now uses both "price"
and "amount"
data for the two series. This creates a chart that shows how both "price"
and "amount"
values change over the "name"
categories, providing insights into both series simultaneously.
Area Chart Type#
We can change the area chart type by using 'type'
props in <Area>
component.
Reference#
To learn more about the area chart, please see the documentation of Recharts