导航搜索
搜索并跳转到页面
Loading dashboard...
展示趋势变化与占比,适合对比多条数据曲线。
示例代码
const series = [
{ dataKey: "revenue", label: "收入", color: "oklch(0.646 0.222 41.116)" },
{ dataKey: "orders", label: "订单", color: "oklch(0.6 0.118 184.704)" },
]
<AreaChartComponent data={chartData} series={series} />