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: {
|
chartArea: {
|
||||||
backgroundColor: '#fff'
|
backgroundColor: '#fff'
|
||||||
},
|
},
|
||||||
...(opts.value.get('type').value === 'rader' ? {
|
...(opts.value.get('type').value === 'radar' ? {
|
||||||
scale: {
|
scale: {
|
||||||
ticks: {
|
ticks: {
|
||||||
beginAtZero: opts.value.has('begin_at_zero') ? opts.value.get('begin_at_zero') : false
|
beginAtZero: opts.value.has('begin_at_zero') ? opts.value.get('begin_at_zero') : false
|
||||||
|
|
Loading…
Reference in a new issue