| 123456789101112131415161718192021222324 |
- {
- "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
- }
- }
- }
|