score:0

Accepted answer

i recommend the cdnjs library imports. just copy the link at the chart.js-site and put it in your html-file.

<head>
  <title>charts</title>  
  <script src="https://cdnjs.cloudflare.com/ajax/libs/chart.js/2.8.0/chart.bundle.js">
</head>

score:0

if you are on node you need to npm install require.js. if you are not on node you can use es6 import.


Related Query

More Query from same tag