Chart.js ADDON Simple yet flexible JavaScript charting for designers & developers
Chart.js is a JavaScript library that allows you to draw different types of charts by using the HTML5 canvas
element.
The library doesn’t have dependencies and its weight is very low as it’s ~11kb in size when minified, concatenated, and served gzipped. However, you’re able to reduce the size even further, if you don’t use all six of the core chart types, by including only the modules you need.
Find tutorials, guidelines and more on Chart.js's official documentation
Line Chart
Area Chart
Horizontal Bar Chart
Bar Chart
Bar Stacked
Bar Stacked (horizontal)
Bubble Chart
Combination Chart (Bar & Line)
Polar Area
Radar Chart
Pie Chart
Doughnut Chart