What is "chartjs"
Chartjs
It is an open source javascript library for creating HTML5 and Javascript graphics. Some of its features are:
- Uses HTML5 (canvas)
- Uses Javascript to configure and load data
- Lightweight responsive rendering
- Highly customizable
- 8 Types of graphics
- Row
- Bars
- Area
- Pie/Pizza (Pie)
- Polar area (polar area)
- Radar
- Doughnut
- scatter
- Accepts different types in the same rendering(types per series)
- Automatic filter when clicking on subtitles
- Multiline tooltip in values
Libraries and installation
To download the latest relleases from Chart.js go to the releases page on github releases on github or use the Chart.JS CND
Official website
Official website of Chartjs ORG
Documentation
Documentation provided by the official website - Documentation
Examples
Examples published by the official website - Examples
Collaboration and source code Source hosting, versioning and collaboration are carried out on the Github - Chartjs