siddcn logo
siddcn
^

Line Chart

Display data as a line graph

LOCALHOST:3000
_/\_/
NORMAL100%
InstallationBASH
npx siddcn add chart-line
UsageTSX
import { LineChart } from 'siddcn';

export default function App() {
  return <LineChart />;
}