https://github.com/webdatarocks/pivot-google-charts-angular
Example of integrating the WebDataRocks web reporting tool with the Angular framework and Google Charts
https://github.com/webdatarocks/pivot-google-charts-angular
Last synced: 9 months ago
JSON representation
Example of integrating the WebDataRocks web reporting tool with the Angular framework and Google Charts
- Host: GitHub
- URL: https://github.com/webdatarocks/pivot-google-charts-angular
- Owner: WebDataRocks
- Created: 2019-02-14T19:09:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T11:52:29.000Z (about 2 years ago)
- Last Synced: 2025-06-01T06:18:05.647Z (10 months ago)
- Language: TypeScript
- Homepage: https://developers.google.com/chart/
- Size: 275 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example of integrating WebDataRocks with the Angular framework and Google Charts
This repository contains a sample project that shows how to integrate [WebDataRocks](https://www.webdatarocks.com/) with the [Angular framework](https://angular.io/) and [Google Charts](https://developers.google.com/chart/).
The project is also available as a [live demo](https://codesandbox.io/s/6x4zx3xljr).
## Prerequisites
- [Node.js 10 through 16](https://nodejs.org/en/)
## Run the project
1. Download or clone this project from GitHub:
```bash
git clone https://github.com/WebDataRocks/pivot-google-charts-angular.git
cd pivot-google-charts-angular
```
2. Install npm packages:
```
npm install
```
3. Run the project:
```
npm start
```
You can access the project at `http://localhost:4200/`.
## Related docs
* [Integration with Angular](https://www.webdatarocks.com/doc/integration-with-angular/)
* [Integration with Google Charts](https://www.webdatarocks.com/doc/integration-with-google-charts/)
* [Google Charts: how to customize charts](https://developers.google.com/chart/interactive/docs/customizing_charts)
## Support
Feel free to ask WebDataRocks-related questions on [StackOverflow](https://stackoverflow.com/questions/tagged/webdatarocks).