^
Line Chart
Display data as a line graph
LOCALHOST:3000
_/\_/
NORMAL100%
InstallationBASH
npx siddcn add chart-lineUsageTSX
import { LineChart } from 'siddcn';
export default function App() {
return <LineChart />;
}Display data as a line graph
_/\_/
npx siddcn add chart-lineimport { LineChart } from 'siddcn';
export default function App() {
return <LineChart />;
}