[Client] Fix chart rendering

This commit is contained in:
syuilo 2019-01-17 17:54:25 +09:00
parent 8d42e94e57
commit 51a6bc4fe1
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
4 changed files with 4 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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