Multi-Series Comparison
Compare up to 6 data series on a single line chart with interactive legend toggling.
Code
import { LineChart } from "@chartts/react"
<LineChart
data={revenueData}
x="month"
y={["productA", "productB", "productC"]}
className="h-72"
/>