fix(pages): Fix chart type detection
This commit is contained in:
parent
8d39283d46
commit
72271d905d
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…
Reference in a new issue