getContext('2d'); const chart = new Chart(ctx, { // The type of chart we want to create type: 'bar', data: { labels: ['A', 'B', 'C', 'D', 'E', ' ...
確定! 回上一頁