导航搜索
搜索并跳转到页面
Loading dashboard...
适合展示连续时间维度的趋势变化。
示例代码
const series = [
{ dataKey: "visits", label: "访问量", color: "oklch(0.646 0.222 41.116)" },
{ dataKey: "signups", label: "注册", color: "oklch(0.6 0.118 184.704)" },
]
<LineChartComponent data={chartData} series={series} />