Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/postlight/robo-chart-web
📊 Transform Google sheets to pretty charts!
https://github.com/postlight/robo-chart-web
chartjs charts google-sheets labs react
Last synced: 3 months ago
JSON representation
📊 Transform Google sheets to pretty charts!
- Host: GitHub
- URL: https://github.com/postlight/robo-chart-web
- Owner: postlight
- License: apache-2.0
- Created: 2019-03-06T15:29:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T14:43:36.000Z (over 1 year ago)
- Last Synced: 2024-04-15T00:44:04.296Z (7 months ago)
- Topics: chartjs, charts, google-sheets, labs, react
- Language: JavaScript
- Homepage: https://robochart.netlify.com/
- Size: 3.13 MB
- Stars: 29
- Watchers: 39
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Robo Chart
Transform Google sheets to pretty charts!
![Robo Chart preview](src/static/images/robo-chart.png)
## How to Install
To install the React Component, please check [this link](https://github.com/postlight/react-google-sheet-chart).
To setup this repository, follow these steps:
1. Clone the project:
> git clone https://github.com/postlight/robo-chart-web.git
2. Generate a Google API Key: https://console.cloud.google.com/apis/credentials
3. Rename `.env.sample` to `.env` and paste the generated API Key in the `REACT_APP_CHART_TOKEN` field
4. run the following commands:
```sh
npm install
npm start
```Once setup is done, the app will be available on http://localhost:3000
## How to use
Paste your Google Sheet URL in the Spreadsheet field, Robo Chart will fetch the data and process it.
You can switch between different sheets, pick chart type, modify the Rows and Columns to process, flip Rows & Columns, modify colors and other..
![Robo Chart preview](src/static/images/robo-chart.gif)
## Spreadsheet format
In order to successfuly generate a chart, the Spreadsheet should have Row titles, Column titles and Values, example:
![Spreadsheet example](src/static/images/spreadsheet-format.png)
## License
Licensed under either of the below, at your preference:
- Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)## Contributing
Unless it is explicitly stated otherwise, any contribution intentionally submitted for inclusion in the work, as defined in the Apache-2.0 license, shall be dual licensed as above without any additional terms or conditions.
---
🔬 A Labs project from your friends at [Postlight](https://postlight.com/labs)