Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Integration example of Flexmonster Pivot Table & Charts with Angular framework

Notifications You must be signed in to change notification settings

flgubler-ergon/FlexMonsterPivotPrototype

 
 

Repository files navigation

Flexmonster Pivot Table & Charts integration with Angular

Flexmonster Pivot Table & Charts Website: www.flexmonster.com

Flexmonster Pivot Table & Charts

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:

Prerequisites

Installation

  1. 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
  1. Install the npm dependencies described in package.json:
npm install
  1. Run the sample project:
ng serve

To see the result, open http://localhost:4200/ in your browser.

Related Flexmonster docs

About

Integration example of Flexmonster Pivot Table & Charts with Angular framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 54.3%
  • HTML 22.9%
  • CSS 17.6%
  • JavaScript 5.2%