### Version 1.13.11 ### Link to Minimal Reproduction aeolus ### Steps to Reproduce null ### Current Behavior 1. 拖动brush,未超过阈值,图表会“闪”  2. 声明brush后,图元无法交互  3. 框选后, 点击图表外部, brush不消失 4. 仪表盘编辑页缩放比例设置为50%,框选时, 鼠标的起点位置不正确 ### Expected Behavior 上述问题得到解决 ### Environment ```markdown - OS: - Browser: - Framework: ``` ### Any additional comments? _No response_
Activity
skie1997 commentedon Jun 6, 2025
原因分析:
fix: mark interactive problem when brush. fix #4017
fix: mark interactive problem when brush. fix #4017
pairone commentedon Jun 18, 2025
接入后还有这两个问题:
__VizChart.instance._chart.getAllComponents()[5]._brushComponents[0].stage.eventPointTransform = (e) => { const point = this.global.mapToCanvasPoint(e, this.window); return this.stage.window.pointTransform(point.x, point.y); }