1.0.3 • Published 6 years ago
generator-jhipster-ngx-charts v1.0.3
generator-jhipster-ngx-charts
JHipster module, Deploy functionnal ngx-charts (Single Entry, Multiple Entry, Bubble Chart)
Introduction
This is a JHipster module, that is meant to be used in a JHipster application.
Prerequisites
As this is a JHipster module, we expect you have JHipster and its related tools already installed:
This module works only with Angular. (Not React)
Installation
With NPM
To install this module:
npm install -g generator-jhipster-ngx-chartsTo update this module:
npm update -g generator-jhipster-ngx-chartsWith Yarn
To install this module:
yarn global add generator-jhipster-ngx-chartsTo update this module:
yarn global upgrade generator-jhipster-ngx-chartsUsage
This module allows you to use simple entry, multiple entry charts and bubble chart directly. After installation, you will find examples of how to use the charts. The data's retrieving process works, so you can implement each type of chart very easly.
Examples
Simple Entry Charts

Multiple Entry Charts

Bubble Chart

License
Apache-2.0 © Tom SOLVERY