Report
Details
::: chart A bar chart
{
"type": "bar",
"plugin": {
"datalabels": {
"anchor": "end",
"align": "end",
"font": {
"size": 14
}
}
},
"data": {
"labels": ["Red", "Blue", "Yellow", "Green", "Purple", "Orange"],
"datasets": [{
"axis": "y",
"data": [65, 59, 80, 81, 56, 55, 40],
"fill": false,,
"borderWidth": 1
}
]
},
"options": {
"indexAxis": "y",
"scales": {
"y": {
"beginAtZero": true
}
}
}
}
7/15/23About 7 min