Chart.js/test/fixtures/plugin.legend/legend-doughnut-bottom-center-single.json

26 lines
332 B
JSON
Raw Normal View History

{
"config": {
"type": "doughnut",
"data": {
"labels": [""],
"datasets": [{
"data": [10],
"backgroundColor": "#00ff00",
"borderWidth": 0
}]
},
"options": {
"legend": {
"position": "bottom",
"align": "center"
}
}
},
"options": {
"canvas": {
"height": 256,
"width": 512
}
}
}