fix/change

This commit is contained in:
xbl
2025-10-27 22:28:02 +01:00
parent 94e1502aa2
commit 569f561670
5 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -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 } }