let chart = new Chart(ctx, { type: 'line', data: data, options: { layout: { padding: 20 } } });.
確定! 回上一頁