mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-18 19:42:53 +09:00
Stacked bar chart がおかしいのを修正 (#5654)
* Fix stacked bar chart * Fix drive stacked bar chart
This commit is contained in:
parent
919ed90d28
commit
54e049a723
@ -69,7 +69,7 @@ export default Vue.extend({
|
||||
},
|
||||
plotOptions: {
|
||||
bar: {
|
||||
columnWidth: '80%'
|
||||
columnWidth: '2%'
|
||||
}
|
||||
},
|
||||
dataLabels: {
|
||||
|
@ -118,7 +118,7 @@ export default Vue.extend({
|
||||
},
|
||||
plotOptions: {
|
||||
bar: {
|
||||
columnWidth: '80%'
|
||||
columnWidth: '4%'
|
||||
}
|
||||
},
|
||||
grid: {
|
||||
|
@ -167,7 +167,7 @@ export default Vue.extend({
|
||||
},
|
||||
plotOptions: {
|
||||
bar: {
|
||||
columnWidth: '80%'
|
||||
columnWidth: '4%'
|
||||
}
|
||||
},
|
||||
dataLabels: {
|
||||
|
Loading…
Reference in New Issue
Block a user