Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
3387 Vizualizări

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

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
4
mai 24
7184
1
iul. 23
2308
3
iun. 23
3217
4
iun. 22
4941
3
apr. 22
5516