Chart.js/test/fixtures/controller.doughnut/doughnut-circumference-over-2pi.json
2019-04-30 11:34:10 +02:00

25 lines
567 B
JSON

{
"config": {
"type": "doughnut",
"data": {
"labels": ["A"],
"datasets": [{
"data": [100],
"backgroundColor": [
"rgba(153, 102, 255, 0.8)"
],
"borderWidth": 20,
"borderColor": [
"rgb(153, 102, 255)"
]
}]
},
"options": {
"circumference": 7,
"responsive": false,
"legend": false,
"title": false
}
}
}