generator-jhipster-primeng-charts
v1.2.0
Published
Generate sample charts with PrimeNG
Downloads
640
Maintainers
Readme
generator-jhipster-primeng-charts
JHipster module, Generate sample charts with PrimeNG
Introduction
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:
Prerequisites
As this is a JHipster module, we expect you have JHipster and its related tools already installed:
Installation
With Yarn
To install this module:
yarn global add generator-jhipster-primeng-charts
To update this module:
yarn global upgrade generator-jhipster-primeng-charts
With NPM
To install this module:
npm install -g generator-jhipster-primeng-charts
To update this module:
npm update -g generator-jhipster-primeng-charts
Usage
In your JHipster project, launch yo jhipster-primeng-charts
and confirm.
License
Apache-2.0 © Pascal Grimaud