ES6 Modules. import Chart from 'chart.js'; var myChart = new Chart(ctx, {...}); Script Tag. <script src="path/to/chartjs/dist/Chart.js"></script> <script> ...
確定! 回上一頁