mirror of
https://gitee.com/dromara/go-view.git
synced 2025-06-30 00:29:16 +08:00
feat: 柱状图 折线图增加双y轴优化代码
This commit is contained in:
parent
6085d01914
commit
7e17f2f508
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user