Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rakannimer/react-google-charts

A thin, typed, React wrapper over Google Charts Visualization and Charts API.
https://github.com/rakannimer/react-google-charts

area-chart bar-chart bubble-chart calendar-chart candlestick-chart charts column-chart gantt gantt-chart gauge-chart geochart google-charts histogram javascript line-chart org-chart pie-chart react react-google-charts typescript

Last synced: 11 days ago
JSON representation

A thin, typed, React wrapper over Google Charts Visualization and Charts API.

Awesome Lists containing this project

README

        

# React Google Charts

Logo

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.

[![version](https://img.shields.io/npm/v/react-google-charts.svg)](https://www.npmjs.com/package/react-google-charts)
[![downloads](https://img.shields.io/npm/dm/react-google-charts.svg)](https://www.npmjs.com/package/react-google-charts)
[![license](https://shields.io/badge/license-MIT-green)](http://opensource.org/licenses/MIT)
[![bundle size](https://img.shields.io/bundlephobia/minzip/react-google-charts.svg)](https://bundlephobia.com/result?p=react-google-charts)
![TypeScript](https://img.shields.io/badge/TypeScript-007ACC)



Docs
  •  
Quickstart
  •  
Examples
  •  
Contributing
  •  
Stack Overflow
  •  
Discord



[![Visit Our Website](https://img.shields.io/badge/Visit-Website-green?style=for-the-badge)](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
```