This commit is contained in:
2026-03-06 14:11:10 +08:00
parent 2bed5c06ab
commit 3775f7c580

View File

@@ -121,11 +121,13 @@ const changeModel = async () => {
chartOption.value.series.forEach((item: any) => {
delete item.stack;
item.label.show = false;
item.barMaxWidth = '20px';
});
isStack.value = false;
} else {
chartOption.value.series.forEach((item: any) => {
item.stack = 'total';
item.barMaxWidth = '40px';
item.label = {
show: true,
formatter: (params: any) => {