0.2.0 • Published 7 years ago
chartjs-plugin-loadingscreen v0.2.0
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-loadingscreenUsage
Coming soon...
Development
You first need to install node dependencies (requires Node.js):
> npm installThe 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 samplesLicense
chartjs-plugin-loadingscreen is available under the MIT license.
Initial package structure based on chartjs-plugin-doughnutlabel from @ciprianciurea