Chart.js/test/fixtures/plugin.legend/legend-doughnut-bottom-end-mulitiline.json

28 lines
474 B
JSON
Raw Normal View History

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