[Chartjs]-I am using chartjs node canvas to render a chart however the graph options are being ignored

1👍

You are trying to use the v3 syntax of chart.js while node canvas uses v2 of chart.js, the documentation of that can be found here: https://www.chartjs.org/docs/2.9.4/

Leave a comment