Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shelwinsunga/zoom-chart-demo
https://github.com/shelwinsunga/zoom-chart-demo
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shelwinsunga/zoom-chart-demo
- Owner: shelwinsunga
- License: mit
- Created: 2024-07-13T00:57:05.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T18:55:04.000Z (5 months ago)
- Last Synced: 2024-07-25T19:23:50.077Z (5 months ago)
- Language: TypeScript
- Homepage: https://zoom-chart-demo.vercel.app
- Size: 281 KB
- Stars: 294
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-shadcn-ui - zoom-charts - Zoomable Charts on top of shadcn/ui Charts. (Libs and Components)
- awesome-shadcn-ui - Zoom Charts - Zoomable Charts on top of shadcn/ui Charts. (Components)
- awesome-shadcn-ui - Zoom Charts - Zoomable Charts on top of shadcn/ui Charts. (Components)
README
## Simple Zoomable Shadcn Chart
First, run the development server:
```bash
git clone [email protected]:shelwinsunga/zoom-chart-demo.git
cd zoom-chart-demo
npm install
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Chart is in `components/chart.tsx`.