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/15 16:48:36 UTC

[incubator-echarts] 05/08: Merge branch 'next' into fix-ut

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

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

commit 5499a902096bb8eb2dd1004138bd0d57281ef87b
Merge: 346cccd a77894c
Author: 100pah <su...@gmail.com>
AuthorDate: Thu Oct 15 16:45:50 2020 +0800

    Merge branch 'next' into fix-ut

 dist/echarts.common.js                      | 5128 ++++++++++++++-------
 dist/echarts.common.js.map                  |    2 +-
 dist/echarts.common.min.js                  |    2 +-
 dist/echarts.js                             | 6539 ++++++++++++++++++---------
 dist/echarts.js.map                         |    2 +-
 dist/echarts.min.js                         |    2 +-
 dist/echarts.simple.js                      | 3921 ++++++++++------
 dist/echarts.simple.js.map                  |    2 +-
 dist/echarts.simple.min.js                  |    2 +-
 dist/extension/bmap.js                      |  147 +-
 dist/extension/bmap.js.map                  |    2 +-
 dist/extension/bmap.min.js                  |    2 +-
 dist/extension/dataTool.min.js              |    2 +-
 extension-src/bmap/BMapCoordSys.ts          |    6 +-
 extension-src/bmap/BMapView.ts              |   12 +-
 i18n/langDE.js                              |    1 +
 i18n/langES-obj.js                          |   38 +-
 i18n/langES.js                              |   38 +-
 i18n/langFI-obj.js                          |   38 +-
 i18n/langFI.js                              |   38 +-
 i18n/langTH-obj.js                          |   38 +-
 i18n/langTH.js                              |   38 +-
 package-lock.json                           |  796 +++-
 package.json                                |    4 +-
 src/chart/bar/BarView.ts                    |    5 +-
 src/chart/custom.ts                         |    2 +-
 src/chart/helper/Symbol.ts                  |   21 +-
 src/chart/line/LineView.ts                  |   83 +-
 src/chart/line/poly.ts                      |   50 -
 src/chart/pie/PieView.ts                    |   19 +-
 src/chart/pie/labelLayout.ts                |   18 +-
 src/component/tooltip/TooltipHTMLContent.ts |  111 +-
 src/echarts.ts                              |   35 +-
 src/label/LabelManager.ts                   |    5 +-
 src/label/labelStyle.ts                     |    5 +-
 src/model/globalDefault.ts                  |    3 +-
 src/theme/dark.ts                           |   14 +-
 src/util/event.ts                           |   18 +-
 src/util/states.ts                          |    8 +-
 src/util/types.ts                           |    1 +
 test/graph-grid-life.html                   |    4 +-
 test/label-layout.html                      |   94 +-
 test/line-animation.html                    |  282 +-
 test/new-tooltip.html                       |    1 +
 test/pie-richText.html                      |  767 ++++
 test/timeScale-formatter.html               |   13 +-
 theme/dark.js                               |  171 +-
 47 files changed, 12475 insertions(+), 6055 deletions(-)



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