January 2018
Intermediate to advanced
278 pages
5h 13m
English
Chart.js is a very light charting library for creating responsive charts using HTML/HTML5 canvas elements. In my opinion, this library is easier to use. You can read and download the Chart.js file at http://www.chartjs.org. You can download the Chart.js library at https://github.com/chartjs/Chart.js.
For the demo, we will develop a web application to visualize data using the Chart.js library. To show how to use the Chart.js in web application, we will use the same JSON data from the previous section to visualize the data. You can follow these steps to perform the demo:
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> ...