forked from FoundKeyGang/FoundKey
Stacked bar chart がおかしいのを修正 (#5654)
* Fix stacked bar chart * Fix drive stacked bar chart
This commit is contained in:
parent
e13f778b33
commit
b16e5bd136
3 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@ export default Vue.extend({
|
||||||
},
|
},
|
||||||
plotOptions: {
|
plotOptions: {
|
||||||
bar: {
|
bar: {
|
||||||
columnWidth: '80%'
|
columnWidth: '2%'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dataLabels: {
|
dataLabels: {
|
||||||
|
|
|
@ -118,7 +118,7 @@ export default Vue.extend({
|
||||||
},
|
},
|
||||||
plotOptions: {
|
plotOptions: {
|
||||||
bar: {
|
bar: {
|
||||||
columnWidth: '80%'
|
columnWidth: '4%'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
grid: {
|
grid: {
|
||||||
|
|
|
@ -167,7 +167,7 @@ export default Vue.extend({
|
||||||
},
|
},
|
||||||
plotOptions: {
|
plotOptions: {
|
||||||
bar: {
|
bar: {
|
||||||
columnWidth: '80%'
|
columnWidth: '4%'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dataLabels: {
|
dataLabels: {
|
||||||
|
|
Loading…
Reference in a new issue