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

https://github.com/otiai10/google-charts-react-component


https://github.com/otiai10/google-charts-react-component

charts google google-charts react react-dom typescript

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# React Google Charts Component

[![JavaScript CI](https://github.com/otiai10/react-google-charts/actions/workflows/javascript-ci.yaml/badge.svg)](https://github.com/otiai10/react-google-charts/actions/workflows/javascript-ci.yaml)
[![codecov](https://codecov.io/gh/otiai10/google-charts-react-component/graph/badge.svg?token=nBrEIJDlWs)](https://codecov.io/gh/otiai10/google-charts-react-component)

```jsx
import { GoogleChart } from "google-charts-react-component";

function YourCoolApp() {
return (

);
}
```

# TypeScript?

If you are using TypeScript, you can use strong type support:

```jsx

data={data}
type="line"
options={options} // automatically typed with LineChartOpitions
/>
```

# Demo Gallery

* https://otiai10.github.io/google-charts-react-component/

# Issues and Requests

* https://github.com/otiai10/google-charts-react-component/issues