Chart.js Reference
Access the Chart.js library within the DOM
-
Access the chart.js library before rendering charts. See the Global Chart Reference section to see how.
-
You can use this to make any manipulation to Chart.js without having
chartjs-node
get in the way.
Thanks @SeanSobey!