Files
citrus-cms/assets/chart/test/fixtures/plugin.legend/legend-doughnut-left-default-center.json
T
2026-04-28 21:15:09 +03:00

25 lines
343 B
JSON

{
"config": {
"type": "doughnut",
"data": {
"labels": ["", "", "", "", "", ""],
"datasets": [{
"data": [10, 20, 30, 40, 50],
"backgroundColor": "#00ff00",
"borderWidth": 0
}]
},
"options": {
"legend": {
"position": "left"
}
}
},
"options": {
"canvas": {
"height": 256,
"width": 512
}
}
}