You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2019/01/17 16:30:11 UTC

[incubator-echarts] branch master updated (32c35e5 -> 04e8685)

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

sushuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


    from 32c35e5  Enable triggerEvent for angleAxis label. Fix #9765
     add 0dcdf34  feat(dataZoom): enhance dispatchAction for dataZoom. Normalize illegal range setting and get accurate start/end/startValue/endValue in 'dataZoom' event.
     new 04e8685  Merge pull request #9783 from apache/feature-dataZoomAction

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/component/dataZoom/AxisProxy.js | 108 +++++---
 src/component/helper/sliderMove.js  |  20 +-
 src/util/number.js                  |   7 +
 test/dataZoom-action.html           | 536 +++++++++++++++++++++++++++++++++---
 4 files changed, 576 insertions(+), 95 deletions(-)


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


[incubator-echarts] 01/01: Merge pull request #9783 from apache/feature-dataZoomAction

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 04e86855cf172cd637194de596c252f0724fece9
Merge: 32c35e5 0dcdf34
Author: sushuang <su...@gmail.com>
AuthorDate: Fri Jan 18 00:29:56 2019 +0800

    Merge pull request #9783 from apache/feature-dataZoomAction
    
    feat(dataZoom): enhance dispatchAction for dataZoom. Normalize illega…

 src/component/dataZoom/AxisProxy.js | 108 +++++---
 src/component/helper/sliderMove.js  |  20 +-
 src/util/number.js                  |   7 +
 test/dataZoom-action.html           | 536 +++++++++++++++++++++++++++++++++---
 4 files changed, 576 insertions(+), 95 deletions(-)


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