An open API service indexing awesome lists of open source software.

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.)

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
```