Chart.js — Options

John Au-Yeung
3 min readNov 5, 2020
Photo by Lukas Blazek on Unsplash

We can make creating charts on a web page easy with Chart.js.

In this article, we’ll look at how to create charts with Chart.js.

Printing Resizable Charts

We can add an event handler for the beforeprint event to trigger the resizing of the charts before we print them.

--

--