Chart.js/test/fixtures/scale.radialLinear/indexable-gridlines.json

41 lines
1.2 KiB
JSON

{
"config": {
"type": "radar",
"data": {
"labels": ["A", "B", "C", "D", "E"]
},
"options": {
"responsive": false,
"legend": false,
"title": false,
"scale": {
"gridLines": {
"color": [
"rgba(0, 0, 0, 0.5)",
"rgba(255, 255, 255, 0.5)",
false,
"",
"rgba(255, 0, 0, 0.5)",
"rgba(0, 255, 0, 0.5)",
"rgba(0, 0, 255, 0.5)",
"rgba(255, 255, 0, 0.5)",
"rgba(255, 0, 255, 0.5)",
"rgba(0, 255, 255, 0.5)"
],
"lineWidth": [false, 0, 1, 2, 1, 2, 1, 2, 1, 2]
},
"angleLines": {
"color": "rgba(255, 255, 255, 0.5)",
"lineWidth": 2
},
"pointLabels": {
"display": false
},
"ticks": {
"display": false
}
}
}
}
}