AreaChart

A filled area chart for emphasising volume and cumulative values over time.

Installation

npx dafink-ui add area-chart

Requires: recharts

Demo

Props

NameTypeDefaultDescription
dataChartDataPoint[]-Array of data objects.
xKeystring-Key to use as the x-axis label.
seriesChartSeries[]-Areas to render.
stackedbooleanfalseStack areas on top of each other.
heightnumber240Chart height in px.
showLegendbooleantrueWhether to show the legend.
showGridbooleantrueWhether to show the background grid.
classNamestring""Extra classes applied to the container.