mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 11:40:49 +00:00
Stacked bar chart がおかしいのを修正 (#5654)
* Fix stacked bar chart * Fix drive stacked bar chart
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user