提交 4ec8de7c 编写于 作者: P pissang

fix(dataZoom): fix position not update after resized

上级 cac1f9b9
......@@ -251,6 +251,7 @@ class SliderZoomView extends DataZoomView {
const rect = thisGroup.getBoundingRect([barGroup]);
thisGroup.x = location.x - rect.x;
thisGroup.y = location.y - rect.y;
thisGroup.markRedraw();
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册