JHipster module, Generate sample charts with PrimeNG
This is a JHipster module, that is meant to be used in a JHipster application.
The minimum required version of JHipster is >=5.1.0.
This module is used to generate some charts, using PrimeNG. See the official documentation here: https://www.primefaces.org/primeng/#/chart
The generated charts comes directly from PrimeNG:
As this is a JHipster module, we expect you have JHipster and its related tools already installed:
To install this module:
yarn global add generator-jhipster-primeng-charts
To update this module:
yarn global upgrade generator-jhipster-primeng-charts
To install this module:
npm install -g generator-jhipster-primeng-charts
To update this module:
npm update -g generator-jhipster-primeng-charts
In your JHipster project, launch yo jhipster-primeng-charts
and confirm.
Apache-2.0 © Pascal Grimaud