Skip to content

Megabit/chartjs-plugin-streaming

 
 

Repository files navigation

@megabit/chartjs-plugin-streaming

npm GitHub Workflow Status Code Climate Awesome

Chart.js plugin for live streaming data

Note: This is a fork of the original chartjs-plugin-streaming updated for Chart.js v4 compatibility.

This package (@megabit/chartjs-plugin-streaming) v3.x requires Chart.js 4.0.0 or later. If you need support for older versions:

Installation

npm install @megabit/chartjs-plugin-streaming

Documentation

Development

You first need to install node dependencies (requires Node.js):

npm install

The following commands will then be available from the repository root:

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 changes

License

chartjs-plugin-streaming is available under the MIT license.

About

Chart.js plugin for live streaming data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.1%
  • Shell 3.9%