AreaChart
AreaChart
is a component for drawing area charts to compare multiple sets of data.
Theming
The AreaChart
is a multi part component.
AreaChart
inherits the style from LineChart.
If you want to change the style of the component, please check here.
export const AreaChart: ComponentMultiStyle<"AreaChart"> = mergeMultiStyle(LineChart,{baseStyle: {area: {},},},)({ omit: ["line"] })
Edit this page on GitHub