OptionalactiveOptionalanimatewhether to animate values when data is updated. Seems to require isAnimationActive to be true.
OptionalanimationOptionalanimationOptionalanimationOptionalclassclassName attached to each area
OptionalconnectWhether to fill null values with interpolated data. recharts.org docs
OptionaldotA boolean, indicating whether a dot should appear on each data point Or an object with keys className, cx, cy and r defining size and position of dots Or a custom (svg) component to render instead of a dot. recharts.org docs
OptionalhideWhether to hide the current area.
OptionalisWhether to animate values. recharts.org docs
Optionallegendthe type of icon to display in legends. recharts.org docs
Optionalnamelabel to appear in tooltips and legends. recharts.org docs
OptionalonOptionalonOptionalstackOptionaltooltipwhat kind of tooltip to display for this area. Only seems to accept "none". Otherwise displays as normal.
Optionaltypesmoothing type. Defaults to "monotone". recharts.org docs
Optionalunitunits to show in tooltips. recharts.org docs
Optionalxid of x axis. Used when there are multiple x axes in a single chart. recharts.org docs
Optionalyid of y axis. Used when there are multiple y axes in a single chart. recharts.org docs
Just like
dotbut only for hovered data points. A boolean, indicating whether a dot should appear on each data point Or an object with keys className, cx, cy and r defining size and position of dots Or a custom (svg) component to render instead of a dot. recharts.org docs