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

https://github.com/mikah13/chartcn

Customized chart components built on top of shadcn and recharts
https://github.com/mikah13/chartcn

charts recharts shadcn-ui visualization

Last synced: 7 months ago
JSON representation

Customized chart components built on top of shadcn and recharts

Awesome Lists containing this project

README

          

# ChartCN

Customized chart components built on top of shadcn and recharts

## Tech Stack

**Framework:** React, Next.js

**Styling:** TalwindCSS, Shadcn, recharts

**Hosting:** Vercel

## Installation

Clone the project

```bash
git clone https://github.com/mikah13/chartcn
```

Go to the project directory

```bash
cd chartcn
```

Install dependencies

```bash
pnpm install
```

Start the server

```bash
pnpm run dev
```

## Roadmap

* [ ] Add more charts type

* [ ] Add more stylings

* [ ] Build showcase dashboard example

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License

[MIT](https://choosealicense.com/licenses/mit/)