未验证 提交 98af79c8 编写于 作者: S sushuang 提交者: GitHub

Merge pull request #13577 from apache/fix/dataZoom-brush

fix: [dataZoom] fix that after dataZoom updated by others (like inside dataZoom), the brush rect does not display.
......@@ -191,6 +191,7 @@ class SliderZoomView extends DataZoomView {
thisGroup.removeAll();
this._brushing = false;
this._displayables.brushRect = null;
this._resetLocation();
this._resetInterval();
......@@ -988,7 +989,8 @@ class SliderZoomView extends DataZoomView {
});
displayables.sliderGroup.add(brushRect);
}
brushRect.ignore = false;
brushRect.attr('ignore', false);
const brushStart = this._brushStart;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册