getElementById('myChart'); var myChart = new Chart(ctx, { type: 'bar', //圖表類型 data: { //標題 labels: ['Red', 'Blue', 'Yellow', 'Green ...
確定! 回上一頁