| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "config": {
- "type": "radar",
- "data": {
- "labels": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
- "datasets": [{
- "borderColor": "transparent",
- "data": [3, 3, 3, 3, 3, 3, 3, 3, 3, 3],
- "pointBackgroundColor": "#00ff00",
- "pointBorderColor": "transparent",
- "pointBorderWidth": 0,
- "pointRadius": 16,
- "pointStyle": [
- "circle",
- "cross",
- "crossRot",
- "dash",
- "line",
- "rect",
- "rectRounded",
- "rectRot",
- "star",
- "triangle"
- ]
- }, {
- "borderColor": "transparent",
- "data": [2, 2, 2, 2, 2, 2, 2, 2, 2, 2],
- "pointBackgroundColor": "transparent",
- "pointBorderColor": "#0000ff",
- "pointBorderWidth": 1,
- "pointRadius": 16,
- "pointStyle": [
- "circle",
- "cross",
- "crossRot",
- "dash",
- "line",
- "rect",
- "rectRounded",
- "rectRot",
- "star",
- "triangle"
- ]
- }, {
- "borderColor": "transparent",
- "data": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
- "pointBackgroundColor": "#00ff00",
- "pointBorderColor": "#0000ff",
- "pointBorderWidth": 1,
- "pointRadius": 16,
- "pointStyle": [
- "circle",
- "cross",
- "crossRot",
- "dash",
- "line",
- "rect",
- "rectRounded",
- "rectRot",
- "star",
- "triangle"
- ]
- }]
- },
- "options": {
- "responsive": false,
- "legend": false,
- "title": false,
- "scale": {
- "display": false,
- "ticks": {
- "min": 0,
- "max": 3
- }
- },
- "elements": {
- "line": {
- "fill": false
- }
- },
- "layout": {
- "padding": {
- "left": 24,
- "right": 24
- }
- }
- }
- },
- "options": {
- "canvas": {
- "height": 512,
- "width": 512
- }
- }
- }
|