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

chore: 🎨

parent 43fe0cd6
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,8 @@ export class ASEvaluator {
responsive: false,
title: {
display: opts.value.has('title'),
text: opts.value.has('title') ? opts.value.get('title').value : ''
text: opts.value.has('title') ? opts.value.get('title').value : '',
fontSize: 14,
},
layout: {
padding: {
......@@ -128,6 +129,9 @@ export class ASEvaluator {
ticks: {
min: opts.value.has('min') ? opts.value.get('min').value : undefined,
max: opts.value.has('max') ? opts.value.get('max').value : undefined,
},
pointLabels: {
fontSize: 12
}
}
} : {
......
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