跳至內容
選單
此問題已被標幟
3398 瀏覽次數

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
7187
1
7月 23
2309
3
6月 23
3221
4
6月 22
4944
3
4月 22
5521