跳至内容
菜单
此问题已终结
3390 查看

var cinqhorizontalctx = this.$el.find('#CinqHorizontalChart');


var CinqHorizontalChart = new Chart(cinqhorizontalctx, {
type: 'horizontalBar',
data: {
labels: ['JAN', 'Feb', 'March', 'ABRIL', 'MAI'],
datasets: [{
label: " ",
backgroundColor: "#698b69",
data: [1420]
}, {
label: " ",
backgroundColor: "#8fbc8f",
data: [850]
}, {
label: " ",
backgroundColor: "#b4eeb4",
data: [713]
}, {
label: " ",
backgroundColor: "#c1ffc1",
data: [253]
}, {
label: " ",
backgroundColor: "#c1ffc1",
data: [183]
}],
label: 'My chart',

},
options: {
responsive: true
},
});

形象
丢弃
相关帖文 回复 查看 活动
4
5月 24
7184
1
7月 23
2308
3
6月 23
3218
4
6月 22
4941
3
4月 22
5518