feat: 柱状图 折线图增加双y轴优化代码

This commit is contained in:
huanghao1412 2024-02-21 17:58:06 +08:00
parent 6085d01914
commit 7e17f2f508

View File

@ -282,6 +282,7 @@ const calcAligns = () => {
//
// status.aligns = merge(aligns, align)
type ItemType = {show: boolean, columnWidth: number}
status.aligns = headerConfig.filter((_: ItemType) => _.show).map((_: any) => _.align)
}