Chart.js is an open source JavaScript library for creating animated, interactive charts for inclusion on web pages.
Chart.js
Chart.js is an open source JavaScript library that allows you to draw different types of charts by using the HTML5 canvas element. Since it uses canvas, you have to include a polyfill to support older browsers.
Chart.js supports Line, (horizontal and vertical) Bar, Radar, Polar, Area, Pie and Doughnut charts, is responsive and provides options to extend these chart types and write new ones.
Useful Links
- Official Website
- Official Documentation
- GitHub Repository
- Introduction to Chart.js (Blog by Tobias Ahlin)
Latest release: v3.9.1 released on August 3, 2022