fix(图表): 修复双轴图设置辅助线不生效问题

This commit is contained in:
ulleo
2024-04-16 10:29:51 +08:00
parent 7d9b41316d
commit ddd760ba61
8 changed files with 140 additions and 18 deletions

View File

@@ -107,6 +107,8 @@ declare interface AssistLine {
* 动态值聚合方式
*/
summary: string
axisType: 'left' | 'right'
}
/**