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/12/02 04:35:22 UTC

[incubator-echarts] branch master updated (828abeb -> 0984b09)

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 828abeb  Merge pull request #11746 from apache/fix/dim-guess
     add 5ac9544  feature: support `toolbox.dataZoom` `brush component` `dataZoom.slider` `visualMap.continuous` drag outside and release outside.
     add 534ad9b  test: add visual test.
     add 0984b09  fix: remove BrushController clamp if drag out of zrender area. And add test case for geo scatter.

No new revisions were added by this update.

Summary of changes:
 src/component/dataZoom/SliderZoomView.js |  13 +-
 src/component/helper/BrushController.js  | 125 ++++++-----
 test/drag-out.html                       | 368 +++++++++++++++++++++++++++++++
 test/runTest/actions/__meta__.json       |   1 +
 test/runTest/actions/drag-out.json       |   1 +
 5 files changed, 448 insertions(+), 60 deletions(-)
 create mode 100644 test/drag-out.html
 create mode 100644 test/runTest/actions/drag-out.json


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