Skip to Content
Menu
This question has been flagged
3377 Rodiniai

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
},
});

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
4
geg. 24
7177
1
liep. 23
2308
3
birž. 23
3214
4
birž. 22
4935
3
bal. 22
5510