Stacked bar chart がおかしいのを修正 (#5654)

* Fix stacked bar chart

* Fix drive stacked bar chart
This commit is contained in:
MeiMei 2019-12-21 16:49:01 +09:00 committed by syuilo
parent e13f778b33
commit b16e5bd136
3 changed files with 3 additions and 3 deletions

View file

@ -69,7 +69,7 @@ export default Vue.extend({
}, },
plotOptions: { plotOptions: {
bar: { bar: {
columnWidth: '80%' columnWidth: '2%'
} }
}, },
dataLabels: { dataLabels: {

View file

@ -118,7 +118,7 @@ export default Vue.extend({
}, },
plotOptions: { plotOptions: {
bar: { bar: {
columnWidth: '80%' columnWidth: '4%'
} }
}, },
grid: { grid: {

View file

@ -167,7 +167,7 @@ export default Vue.extend({
}, },
plotOptions: { plotOptions: {
bar: { bar: {
columnWidth: '80%' columnWidth: '4%'
} }
}, },
dataLabels: { dataLabels: {