mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
fix(pages): Fix chart type detection
This commit is contained in:
parent
f817b9c73c
commit
c1df3a723c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue