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

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

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).