Skip to content

Chart.js Reference

Compare
Choose a tag to compare
@sedouard sedouard released this 18 Sep 21:22
· 10 commits to master since this release

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!