fix/change
This commit is contained in:
@@ -85,11 +85,11 @@
|
||||
scales: {
|
||||
r: {
|
||||
min: 0,
|
||||
max: 80,
|
||||
max: 100,
|
||||
ticks: { stepSize: 20, display: false },
|
||||
pointLabels: { font: { size: 15, weight: 'bold' }, color: '#FFF' },
|
||||
grid: { color: 'rgba(255,255,255,0.420)', circular: false },
|
||||
angleLines: { color: 'rgba(255,255,255,0.69)' }
|
||||
grid: { color: 'rgba(255,255,255,0.1337)', circular: false },
|
||||
angleLines: { color: 'rgba(255,255,255,0.1337)' }
|
||||
}
|
||||
},
|
||||
plugins: { tooltip: { enabled: false}, legend: { display: false } }
|
||||
|
||||
Reference in New Issue
Block a user