Website: www.flexmonster.com
Flexmonster Pivot is a powerful JavaScript tool for interactive web reporting. It allows you to visualize and analyze data from JSON, CSV, SQL, NoSQL, Elasticsearch, and OLAP data sources quickly and conveniently. Flexmonster is designed to integrate seamlessly with any client-side framework and can be easily embedded into your application.
This repository contains a sample Angular project for Flexmonster Pivot Table & Charts.
Note: This version of the project uses the ngx-flexmonster wrapper, which is Ivy-compatible. Switch to the ng-flexmonster branch for the project with the legacy ng-flexmonster wrapper.
Table of contents:
- Download a
.zip
archive with the sample project or clone it from GitHub with the following command:
git clone https://github.com/flexmonster/pivot-angular.git && cd pivot-angular
- Install the npm dependencies described in
package.json
:
npm install
- Run the sample project:
ng serve
To see the result, open http://localhost:4200/
in your browser.
- Integration with Angular — learn how to integrate Flexmonster into an Angular project.
- Usage examples in Angular — see details on Flexmonster usage.