November 2019
Beginner
804 pages
20h 1m
English
As we mentioned at the beginning of this chapter, we are going to use the Chart.js (https://www.chartjs.org) library to generate and render our charts.
Chart.js is a simple to use but very powerful library that can render many different types of interactive charts (for example, line, bar, radar, doughnut, scatter, and many others) and can animate them. It is even possible to create mixed charts, combining different types in one.
In this chapter, we'll discover only the basics of using Chart.js. You can check out the official samples to get an idea of what is actually possible with this library: https://www.chartjs.org/samples/latest
Follow these steps to install the library and its types:
Read now
Unlock full access