[Client] Fix chart rendering

This commit is contained in:
syuilo 2019-01-17 17:54:25 +09:00
parent 6981c18a02
commit 8c418f705f
4 changed files with 4 additions and 7 deletions

View file

@ -189,7 +189,7 @@ export default Vue.extend({
},
legend: {
labels: {
color: tinycolor(getComputedStyle(document.documentElement).getPropertyValue('--text')).toRgbString()
colors: tinycolor(getComputedStyle(document.documentElement).getPropertyValue('--text')).toRgbString()
},
},
xaxis: {

View file

@ -93,8 +93,7 @@ export default Vue.extend({
},
plotOptions: {
bar: {
columnWidth: '90%',
endingShape: 'rounded'
columnWidth: '90%'
}
},
grid: {

View file

@ -223,8 +223,7 @@ export default Vue.extend({
},
plotOptions: {
bar: {
columnWidth: '90%',
endingShape: 'rounded'
columnWidth: '90%'
}
},
grid: {

View file

@ -59,8 +59,7 @@ export default Vue.extend({
},
plotOptions: {
bar: {
columnWidth: '90%',
endingShape: 'rounded'
columnWidth: '90%'
}
},
grid: {