Stacked bar chart の修正 (#5681)

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

This reverts commit b16e5bd136.

* apexcharts@3.12.0
This commit is contained in:
MeiMei 2020-01-05 20:12:37 +09:00 committed by syuilo
parent b6ec3f655a
commit c3b8123e32
5 changed files with 8 additions and 14 deletions

View file

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

View file

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

View file

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