https://github.com/webdatarocks/pivot-highcharts-angular
Example of integrating the WebDataRocks web reporting tool with the Angular framework and Highcharts
https://github.com/webdatarocks/pivot-highcharts-angular
Last synced: 6 months ago
JSON representation
Example of integrating the WebDataRocks web reporting tool with the Angular framework and Highcharts
- Host: GitHub
- URL: https://github.com/webdatarocks/pivot-highcharts-angular
- Owner: WebDataRocks
- License: mit
- Created: 2019-02-14T18:20:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T14:02:17.000Z (7 months ago)
- Last Synced: 2025-09-12T16:40:06.827Z (7 months ago)
- Language: TypeScript
- Homepage: https://www.webdatarocks.com
- Size: 618 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example of integrating WebDataRocks with the Angular framework and Highcharts
[](https://www.webdatarocks.com/?r=rm_angular_highcharts)
Website: [webdatarocks.com](https://www.webdatarocks.com?r=rm_angular_highcharts)
[](https://github.com/webdatarocks) [](https://twitter.com/WebDataRocks)
This repository contains a sample project that shows how to integrate [WebDataRocks](https://www.webdatarocks.com/?r=rm_angular_highcharts) with the [Angular framework](https://angular.dev/) and [Highcharts](https://www.highcharts.com/).
## Prerequisites
- [Node.js 20 or later](https://nodejs.org/en/)
## Run the project
1. Download or clone this project from GitHub:
```bash
git clone https://github.com/WebDataRocks/pivot-highcharts-angular.git
cd pivot-highcharts-angular
```
2. Install npm packages:
```bash
npm install
```
3. Run the project:
```bash
npm start
```
You can access the project at `http://localhost:4200/`.
## Related docs
* [Integration with Angular](https://www.webdatarocks.com/doc/angular/how-to-start-online-reporting/?r=rm_angular_highcharts)
* [Integration with Highcharts](https://www.webdatarocks.com/doc/angular/integration-with-highcharts/?r=rm_angular_highcharts)
* [Highcharts: how to set chart options](https://www.highcharts.com/docs/getting-started/how-to-set-options)
## WebDataRocks licensing
This WebDataRocks sample project is released under the MIT license (free and open-source).
[WebDataRocks](https://www.webdatarocks.com/?r=rm_angular_highcharts) is distributed under the terms and conditions of the WebDataRocks End User License Agreement: [https://www.webdatarocks.com/license-agreement/](https://www.webdatarocks.com/license-agreement/?r=rm_angular_highcharts).
## Support
For WebDataRocks-related questions, bug reports, and feature requests, please [create an issue on our GitHub](https://github.com/WebDataRocks/web-pivot-table/issues?r=rm_angular_highcharts).