mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 01:13:48 +01:00
fix(pages): Fix chart type detection
This commit is contained in:
parent
f817b9c73c
commit
c1df3a723c
@ -123,7 +123,7 @@ export class ASEvaluator {
|
||||
chartArea: {
|
||||
backgroundColor: '#fff'
|
||||
},
|
||||
...(opts.value.get('type').value === 'rader' ? {
|
||||
...(opts.value.get('type').value === 'radar' ? {
|
||||
scale: {
|
||||
ticks: {
|
||||
beginAtZero: opts.value.has('begin_at_zero') ? opts.value.get('begin_at_zero') : false
|
||||
|
Loading…
Reference in New Issue
Block a user