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 06:36:09 UTC

[incubator-echarts] branch datazoom-brush updated: fix(dataZoom): transparent move handle since it's shown by default

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 359a7b3  fix(dataZoom): transparent move handle since it's shown by default
359a7b3 is described below

commit 359a7b340f2510f4a0858ae20ae50c4f02da6077
Author: pissang <bm...@gmail.com>
AuthorDate: Sun Jul 26 14:35:48 2020 +0800

    fix(dataZoom): transparent move handle since it's shown by default
---
 src/component/dataZoom/SliderZoomModel.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/component/dataZoom/SliderZoomModel.ts b/src/component/dataZoom/SliderZoomModel.ts
index 8ef8c47..4977c17 100644
--- a/src/component/dataZoom/SliderZoomModel.ts
+++ b/src/component/dataZoom/SliderZoomModel.ts
@@ -183,8 +183,8 @@ class SliderZoomModel extends DataZoomModel<SliderDataZoomOption> {
         moveHandleSize: 7,
         moveHandleIcon: 'path://M15 15.984q0.797 0 1.406 0.609t0.609 1.406-0.609 1.406-1.406 0.609-1.406-0.609-0.609-1.406 0.609-1.406 1.406-0.609zM15 9.984q0.797 0 1.406 0.609t0.609 1.406-0.609 1.406-1.406 0.609-1.406-0.609-0.609-1.406 0.609-1.406 1.406-0.609zM15 8.016q-0.797 0-1.406-0.609t-0.609-1.406 0.609-1.406 1.406-0.609 1.406 0.609 0.609 1.406-0.609 1.406-1.406 0.609zM9 3.984q0.797 0 1.406 0.609t0.609 1.406-0.609 1.406-1.406 0.609-1.406-0.609-0.609-1.406 0.609-1.406 1.406-0.609zM9 [...]
         moveHandleStyle: {
-            color: '#D2DBEE'
-            // opacity: 0.7
+            color: '#D2DBEE',
+            opacity: 0.7
         },
 
         showDetail: true,


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