First, run the development server:
git clone git@github.com:shelwinsunga/zoom-chart-demo.git
cd zoom-chart-demo
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
Chart is in components/chart.tsx
.
A zoomable shadcn/rechart chart.
First, run the development server:
git clone git@github.com:shelwinsunga/zoom-chart-demo.git
cd zoom-chart-demo
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
Chart is in components/chart.tsx
.