Some tips and tricks for customizing Chart.js version > 3.0 I spent hours looking for, so you won’t have to. — I got a detailed design of a line chart to implement within a React interface. After browsing briefly for suitable library for graphs and charts visualizations, I decided to go with Chart.js and it’s dedicated React package react-chartjs-2. I installed a version 3.7 of Chart.js, …