chartjs-plugin-loadingscreen
v0.2.0
Published
Chart.js plugin to display a loading screen over the chart area
Downloads
22
Readme
Chart.js plugin to display a loading screen
Chart.js plugin which can optionally display a loading screen over the top of the chart area
Demo
Coming soon...
Table of contents
Installation
Install through npm:
npm install --save chartjs-plugin-loadingscreen
Usage
Coming soon...
Development
You first need to install node dependencies (requires Node.js):
> npm install
The following commands will then be available from the repository root:
> gulp lint // perform code linting
> gulp build // build dist files
> gulp build --watch // build and watch for changes
> gulp package // create an archive with dist files and samples
License
chartjs-plugin-loadingscreen
is available under the MIT license.
Initial package structure based on chartjs-plugin-doughnutlabel
from @ciprianciurea