Pei Liu

Results 1 comments of Pei Liu

接入后还有这两个问题: 1. 框选后, 点击图表外部, brush不消失 2. 仪表盘编辑页缩放比例设置为50%,框选时, 鼠标的起点位置不正确 `__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); }`