Data Visualization with Chart.JS in Lightning Components
Chart JS is a JavaScript library for creating Charts in the browser. There is about 8 different types of charts that you can create. You can even mix types in one chart.
In this blog post, I share the code for creating charts in lightning components using Chart.js library.
But first, below is an example of a dashboard composed of different types of charts created using Chart.js.
Code repository:
Chart JS is great to use if you want to create awesome, really nice looking, animated , beautiful charts of all different types and kinds, quickly and easily.