Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
3371 Prikazi

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

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
4
maj 24
7174
1
jul. 23
2306
3
jun. 23
3205
4
jun. 22
4930
3
apr. 22
5501