You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/07/26 03:48:40 UTC

[incubator-echarts] branch datazoom-brush updated: fix(dataZoom): put resize handle on top of move handle

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch datazoom-brush
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git


The following commit(s) were added to refs/heads/datazoom-brush by this push:
     new cafd98e  fix(dataZoom): put resize handle on top of move handle
cafd98e is described below

commit cafd98e124e4e7d5067a409b9774fe88bd3c28ce
Author: pissang <bm...@gmail.com>
AuthorDate: Sun Jul 26 11:48:28 2020 +0800

    fix(dataZoom): put resize handle on top of move handle
---
 src/component/dataZoom/SliderZoomView.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/component/dataZoom/SliderZoomView.ts b/src/component/dataZoom/SliderZoomView.ts
index 5c6df76..a6c4437 100644
--- a/src/component/dataZoom/SliderZoomView.ts
+++ b/src/component/dataZoom/SliderZoomView.ts
@@ -561,7 +561,8 @@ class SliderZoomView extends DataZoomView {
                 drift: bind(this._onDragMove, this, handleIndex),
                 ondragend: bind(this._onDragEnd, this),
                 onmouseover: bind(this._showDataInfo, this, true),
-                onmouseout: bind(this._showDataInfo, this, false)
+                onmouseout: bind(this._showDataInfo, this, false),
+                z2: 5
             });
 
             const bRect = path.getBoundingRect();


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org