【发布时间】:2020-07-28 08:51:50
【问题描述】:
【问题讨论】:
标签: javascript jquery charts chart.js bar-chart
【问题讨论】:
标签: javascript jquery charts chart.js bar-chart
完成
datasets: [{
label: '',
data: [...Array(160)].map(e => ~~(Math.random() * 160)),
backgroundColor: ['#E07A5F','#81B29A','#3D405B'],
borderWidth: 1
},
{
label: '',
fontSize: 40,
data: [...Array(160)].map(e => ~~(Math.random() * 160)),
backgroundColor: ['#E07A5F', '#81B29A', '#3D405B'],
borderWidth: 1
},
{
label: '',
fontSize: 40,
data: [...Array(160)].map(e => ~~(Math.random() * 160)),
backgroundColor: ['#E07A5F', '#81B29A', '#3D405B'],
borderWidth: 1
},
{
label: '',
fontSize: 40,
data: [...Array(160)].map(e => ~~(Math.random() * 160)),
backgroundColor: ['#E07A5F', '#81B29A', '#3D405B'],
borderWidth: 1
},
{
label: '',
fontSize: 40,
data: [...Array(160)].map(e => ~~(Math.random() * 160)),
backgroundColor: ['#E07A5F', '#81B29A', '#3D405B'],
borderWidth: 1
}
]
【讨论】: