Example 1: pie chart using chart.js new Chart(document.getElementById("pie-chart"), { type: 'pie', data: { labels: ["Africa", "Asia", "Europe", ...
確定! 回上一頁