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

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


    from fcf80fe  fix(lint): fix code style by eslint.
     add 0b2b5e6  feat: add clip option on scatter series
     add 755787f  fix: fix scatter clipping on polar
     add 70e8e6c  Merge branch 'master' into feature/clip
     add dc7aade  WIP(clip): Rename clipOverflow to clip in line series
     add 94dfc92  WIP(clip): support clip in lines series
     add d80db8e  feat(dataZoom): Add filterMode in the toolbox dataZoom 
feature.
     add 47116e7  fix(dataZoom): set filterMode from toolbox dataZoom in 
preprocessor
     add 9cfe402  test: fix random in the echarts caused random in demo 
inconsistent between versions.
     add de98ef6  feat(clip): clip bar on grid.
     add 3c78e96  feat(clip): support clip in custom series and large bar.
     add 2bbb297  test: add recorded action for clip test. not save result when 
replay in recorder page.
     add 5c2d8cf  fix(clip): only access clip option in series.
     new e239a02  Merge pull request #11283 from apache/feature/clip

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/chart/bar/BarSeries.js                     |   7 +-
 src/chart/bar/BarView.js                       |  87 +++
 src/chart/custom.js                            |  20 +-
 src/chart/helper/LargeSymbolDraw.js            |  22 +-
 src/chart/helper/createClipPathFromCoordSys.js | 101 +++
 src/chart/line/LineSeries.js                   |   2 +-
 src/chart/line/LineView.js                     | 163 ++---
 src/chart/lines/LinesSeries.js                 |   4 +
 src/chart/lines/LinesView.js                   |  11 +
 src/chart/scatter/ScatterSeries.js             |   6 +-
 src/chart/scatter/ScatterView.js               |  19 +-
 src/component/toolbox/feature/DataZoom.js      |   3 +
 src/coord/cartesian/Cartesian2D.js             |  31 +
 src/coord/polar/Polar.js                       |  38 +
 src/layout/barGrid.js                          |  18 +-
 src/preprocessor/backwardCompat.js             |   9 +-
 test/clip.html                                 | 961 +++++++++++++++++++++++++
 test/runTest/actions/__meta__.json             |   3 +-
 test/runTest/actions/clip.json                 |   1 +
 test/runTest/cli.js                            | 113 +--
 test/runTest/config.js                         |   1 +
 test/runTest/runtime/main.js                   |  11 +-
 test/runTest/server.js                         |  32 +-
 test/runTest/util.js                           |  23 +-
 24 files changed, 1474 insertions(+), 212 deletions(-)
 create mode 100644 src/chart/helper/createClipPathFromCoordSys.js
 create mode 100644 test/clip.html
 create mode 100644 test/runTest/actions/clip.json


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

Reply via email to