https://github.com/nirnejak/csv-plot
Quickly plot CSV data into graphs(bar, pie, area, map, etc.)
https://github.com/nirnejak/csv-plot
area-chart barchart choropleth-map csv graph line-chart nivo nivo-charts pie-chart radix-ui react typescript visualization
Last synced: 5 months ago
JSON representation
Quickly plot CSV data into graphs(bar, pie, area, map, etc.)
- Host: GitHub
- URL: https://github.com/nirnejak/csv-plot
- Owner: nirnejak
- Created: 2022-04-23T11:09:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T13:27:16.000Z (about 1 year ago)
- Last Synced: 2025-04-13T13:06:21.750Z (12 months ago)
- Topics: area-chart, barchart, choropleth-map, csv, graph, line-chart, nivo, nivo-charts, pie-chart, radix-ui, react, typescript, visualization
- Language: TypeScript
- Homepage: https://plot-csv.vercel.app
- Size: 1.55 MB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CSV Plot
Quickly upload and plot CSV data in a graph
### Tools and Technologies Used
- React
- Radix UI
- Akar Icons
- TailwindCSS
- Framer Motion
- Nivo Charts
- Vite
---
## Available Scripts
**Install Dependencies**
```bash
bun install
```
**Start Development Server**
```bash
bun start
```
**Lint all the files**
```bash
bun run lint
```
**Format all files with Prettier**
```bash
bun run format
```
**Check TypeScript issues**
```bash
bun run type-check
```
**Build for Production**
```bash
bun run build
```