chartjs-plugin-deferred
Chart.js plugin to defer initial chart updates
File Explorer
Download Latest Version (.zip)- ci.yml
- publish.yml
- release.yml
- _redirects
- favicon.ico
- favicon.png
- index.styl
- palette.styl
- config.js
- banner.png
- getting-started.md
- migration.md
- options.md
- README.md
- delay.md
- offset.md
- defaults.js
- register.js
- utils.js
- .eslintrc.js
- attach-gh-assets.js
- create-bower-json.js
- create-packages.js
- create-release-tag.js
- publish-to-npm.js
- utils.js
- plugin.js
- exports.ts
- options.basic.ts
- options.defaults.ts
- options.undefined.ts
- tsconfig.json
- .eslintrc.js
- index.d.ts
- options.d.ts
- .codeclimate.yml
- .eslintignore
- .eslintrc.yml
- .gitignore
- .npmignore
- LICENSE.md
- package-lock.json
- package.json
- README.md
- rollup.config.js
# Installation Guide
1. Get the code
git clone https://github.com/chartjs/chartjs-plugin-deferred
Downloads the entire project code from GitHub to your computer.
cd chartjs-plugin-deferred
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
> npm install
Downloads and installs the libraries listed in package.json.
> npm run build // build dist files
Builds optimized production files.
> npm run build:dev // build and watch for changes
Builds optimized production files.
> npm run lint // perform code linting
Type this command into your terminal and run it.
> npm run lint -- --fix // automatically fix linting problems
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
