https://github.com/camerodev/react-google-charts
https://github.com/camerodev/react-google-charts
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/camerodev/react-google-charts
- Owner: camerodev
- License: mit
- Created: 2025-04-06T19:23:22.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-06T19:27:59.000Z (about 2 months ago)
- Last Synced: 2025-04-07T16:43:28.674Z (about 2 months ago)
- Language: TypeScript
- Size: 12.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# React Google Charts
React Google Charts is a lightweight and fully typed React wrapper for [Google Charts](https://developers.google.com/chart/interactive/docs/reference).
It's easy to use, supports over 25 chart types, supports animations and is highly customizable when needed.
[](https://www.npmjs.com/package/react-google-charts)
[](https://www.npmjs.com/package/react-google-charts)
[](http://opensource.org/licenses/MIT)
[](https://bundlephobia.com/result?p=react-google-charts)

Docs
•
Quickstart
•
Examples
•
Contributing
•
Stack Overflow
•
Discord
[](https://react-google-charts.com)
## Quickstart
Install this library with your favorite package manager:
```bash
npm i react-google-charts
```Then, import and use it:
```jsx
import { Chart } from "react-google-charts";;
```## Contributing
Contributions are very welcome. Check out [CONTRIBUTING.md](CONTRIBUTING.md)
## Run the Storybook
```bash
git clone https://www.github.com/rakannimer/react-google-charts
cd react-google-charts
npm i
npm run start:storybook
```