/Vue-Dynamic-ChartJS

VueJS wrapper ChartJS plugin. Supports dynamic and in realtime animation charts.

Apache License 2.0Apache-2.0

Vue Wrapper ChartJS Components

  • Supports Dark/Light Themes
  • Suitable for VueJS framework

1. Dynamic Component

  • Updates when chart gets data

2. Dynamic Streaming Component

  • Updates every sat time when chart gets data
  • Has in realtime updating animation and remove passed data in dataset array
  • Has lower GPU usage compares to ChartJS Streaming Plugin

Project setup

npm install

Compiles and hot-reloads for development

npm run serve