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

wangzx pushed a commit to branch fix-svg-export
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git

commit e51f486b5dcd3ecf6557da950b2daac67d8fe60f
Merge: e281ee1 9be328c
Author: plainheart <[email protected]>
AuthorDate: Tue Dec 1 17:18:16 2020 +0800

    Merge branch 'master' of https://github.com/apache/incubator-echarts into 
fix-svg-export

 .asf.yaml                                    |   3 +-
 build/build.js                               |   6 +
 build/config.js                              |  27 +-
 build/pre-publish.js                         |   8 +-
 build/release.js                             |   4 +-
 dist/echarts.common.js                       |  28 +-
 dist/echarts.common.js.map                   |   2 +-
 dist/echarts.common.min.js                   |   2 +-
 dist/echarts.esm.js                          |  30 +-
 dist/echarts.esm.js.map                      |   2 +-
 dist/echarts.esm.min.js                      |   2 +-
 dist/echarts.js                              |  30 +-
 dist/echarts.js.map                          |   2 +-
 dist/echarts.min.js                          |   2 +-
 dist/echarts.simple.js                       |  10 +-
 dist/echarts.simple.js.map                   |   2 +-
 dist/echarts.simple.min.js                   |   2 +-
 extension-src/bmap/README.md                 |  12 +-
 package-lock.json                            |   6 +-
 package.json                                 |   4 +-
 src/component/geo/GeoView.ts                 |   2 +-
 src/data/helper/transform.ts                 |   2 +-
 src/echarts.ts                               |   2 +-
 test/bar-t.html                              |   2 +-
 test/custom-shape-morphing2.html             |   5 +-
 test/custom-shape-morphing3.html             |   8 +-
 test/data-transform-aggregate.html           | 292 +++++++++++++
 test/dataZoom-axes.html                      |   4 +-
 test/graphicOption.html                      |   4 +-
 test/lib/config.js                           |   1 +
 test/lib/myTransform/aggregate.js            | 174 --------
 test/lib/myTransform/dist/myTransform.js     | 476 +++++++++++++++++++++
 test/lib/myTransform/dist/myTransform.js.map |   1 +
 test/lib/myTransform/id.js                   |  88 ----
 test/lib/myTransform/src/.eslintrc.yaml      |  47 +++
 test/lib/myTransform/src/aggregate.ts        | 593 +++++++++++++++++++++++++++
 test/lib/myTransform/src/id.ts               |  90 ++++
 test/lib/myTransform/src/index.ts            |   3 +
 test/lines-ny-appendData.html                |   2 +-
 test/tooltip-touch.html                      |   4 +-
 tsconfig.json                                |   3 +-
 41 files changed, 1640 insertions(+), 347 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to