Skip to content
Snippets Groups Projects
Commit 72271d90 authored by syuilo's avatar syuilo
Browse files

fix(pages): Fix chart type detection

parent 8d39283d
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,7 @@ export class ASEvaluator { ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment