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 2020/10/21 13:27:30 UTC

[incubator-echarts] 01/01: Merge pull request #13468 from apache/custom-morph2

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

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

commit 2f23e9c35da2d2359b01cbddae69f850d4de061b
Merge: bee677e c1bfc95
Author: sushuang <su...@gmail.com>
AuthorDate: Wed Oct 21 21:27:13 2020 +0800

    Merge pull request #13468 from apache/custom-morph2
    
    Custom morph2

 src/chart/boxplot/boxplotTransform.ts      |  17 +-
 src/chart/custom.ts                        | 966 +++++++++++++++++++++++------
 src/component/transform/filterTransform.ts |  18 +-
 src/component/transform/sortTransform.ts   |  48 +-
 src/coord/cartesian/Grid.ts                |   2 +-
 src/coord/scaleRawExtentInfo.ts            |  10 +-
 src/data/DataDiffer.ts                     | 239 +++++--
 src/data/List.ts                           | 227 +++----
 src/data/Source.ts                         |  52 +-
 src/data/helper/dataProvider.ts            |  19 +-
 src/data/helper/sourceHelper.ts            |  29 +-
 src/data/helper/sourceManager.ts           |  13 +-
 src/data/helper/transform.ts               | 216 +++++--
 src/echarts.ts                             |  85 ++-
 src/model/Global.ts                        |   8 +-
 src/model/OptionManager.ts                 |  37 +-
 src/model/Series.ts                        |  15 +-
 src/stream/Scheduler.ts                    |  79 ++-
 src/stream/task.ts                         |  57 +-
 src/util/graphic.ts                        |  12 +-
 src/util/model.ts                          |  22 +-
 src/util/types.ts                          |  40 +-
 test/custom-shape-morphing2.html           | 647 +++++++++++++++++++
 test/custom-shape-morphing3.html           | 428 +++++++++++++
 test/data-transform-ecStat.html            |  19 +-
 test/lib/config.js                         |   4 +-
 test/lib/ecStatTransform.js                |  48 --
 test/lib/myTransform/aggregate.js          | 174 ++++++
 test/lib/myTransform/id.js                 |  88 +++
 test/lib/transitionPlayer.js               | 256 ++++++++
 test/ut/spec/data/List.test.ts             | 371 ++++++++++-
 31 files changed, 3594 insertions(+), 652 deletions(-)


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