我想使用 javascript 推送一个多维数组。我需要它来设置 ChartJs 的数据集。我想要这样的结果:
datasets: [{
label: 'Manajemen Informatika',
data: [100, 105, 203, 160, 200],
backgroundColor: 'rgba(189, 99, 132, 0.2)',
borderColor: 'rgba(189, 99, 132, 1)',
borderWidth: 1
}, {
label: 'Teknik Informatika',
data: [105, 100, 250, 170, 190],
backgroundColor: 'rgba(94, 126, 189, 0.2)',
borderColor: 'rgba(94, 126, 189, 1)',
borderWidth: 1
}, {
label: 'Sistem Informasi',
data: [90, 120, 225, 185, 200],
backgroundColor: 'rgba(72, 189, 122, 0.2)',
borderColor: 'rgba(72, 189, 122, 1)',
borderWidth: 1
}]
心有法竹
九州编程
烙印99
慕丝7291255
相关分类