@1ucky40nc3/chartjs-plugin-streaming
v2.0.3
Published
@1ucky40nc3 fork of `chartjs-plugin-streaming`: Chart.js plugin for live streaming data
Maintainers
Readme
[!IMPORTANT]
This is a fork to support chart.js 4.4.1 for the fresh_fingi project. Use this fork at your own risk!
chartjs-plugin-streaming
Chart.js plugin for live streaming data
chartjs-plugin-streaming 2.x requires Chart.js 3.0.0 or later. If you need Chart.js 2.x support, use the following versions.
- For Chart.js 2.9.x, 2.8.x or 2.7.x, use version 1.9.0 (tutorials and samples)
- For Chart.js 2.6.x, use version 1.2.0
Documentation
Development
You first need to install node dependencies (requires Node.js - use nvm):
nvm use # Set the Node.js version as specified in [.nvmrc](./.nvmrc)
npm installThe following commands will then be available from the repository root:
nvm use # Set the Node.js version as specified in [.nvmrc](./.nvmrc)
npm run build # build dist files
npm run build:dev # build and watch for changes
npm run lint # perform code linting
npm run package # create an archive with dist files
npm run docs # generate documentation (`dist/docs`)
npm run docs:dev # generate documentation and watch for changesLicense
chartjs-plugin-streaming is available under the MIT license.
My changes are also under the MIT license (see LICENSE.md).
