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 2021/03/21 14:40:31 UTC

[echarts] 03/04: Merge branch 'master' into fix/geo-svg

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

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

commit 886d041461bad2fbcf0997398d8a53c66011ba7b
Merge: 86522a1 88d2ad7
Author: 100pah <su...@gmail.com>
AuthorDate: Wed Mar 17 21:34:12 2021 +0800

    Merge branch 'master' into fix/geo-svg

 LICENSE                                   |     9 +-
 build/addHeader.js                        |     8 +-
 build/dev-fast.js                         |    69 +-
 dist/echarts.common.js                    | 11349 ++++++++++++---
 dist/echarts.common.js.map                |     2 +-
 dist/echarts.common.min.js                |     2 +-
 dist/echarts.esm.js                       | 21511 ++++++++++++++++++++++------
 dist/echarts.esm.js.map                   |     2 +-
 dist/echarts.esm.min.js                   |     2 +-
 dist/echarts.js                           | 21511 ++++++++++++++++++++++------
 dist/echarts.js.map                       |     2 +-
 dist/echarts.min.js                       |     2 +-
 dist/echarts.simple.js                    |  7981 +++++++++--
 dist/echarts.simple.js.map                |     2 +-
 dist/echarts.simple.min.js                |     2 +-
 dist/extension/bmap.js                    |    67 +-
 dist/extension/bmap.js.map                |     2 +-
 dist/extension/dataTool.js                |    68 +-
 dist/extension/dataTool.js.map            |     2 +-
 package-lock.json                         |    60 +-
 package.json                              |     8 +-
 src/chart/custom/install.ts               |     7 +-
 src/chart/graph/GraphSeries.ts            |     5 +-
 src/chart/line/LineView.ts                |    13 +-
 src/chart/sankey/SankeySeries.ts          |     6 +-
 src/chart/sankey/SankeyView.ts            |    10 +-
 src/chart/treemap/TreemapView.ts          |    13 +-
 src/component/axis/AxisBuilder.ts         |    34 +-
 src/component/brush/BrushModel.ts         |     5 +
 src/component/dataZoom/SliderZoomView.ts  |     5 +-
 src/component/graphic/install.ts          |    16 +-
 src/component/legend/LegendModel.ts       |     5 +
 src/component/legend/LegendView.ts        |    26 +-
 src/component/marker/MarkAreaView.ts      |    29 +-
 src/component/marker/MarkLineModel.ts     |     4 +-
 src/component/toolbox/ToolboxModel.ts     |     3 +-
 src/component/toolbox/ToolboxView.ts      |    28 +-
 src/component/toolbox/feature/DataZoom.ts |    27 +-
 src/component/tooltip/TooltipView.ts      |   154 +-
 src/core/echarts.ts                       |    61 +-
 src/export/core.ts                        |    12 +-
 src/export/option.ts                      |    27 +-
 src/i18n/langCS.ts                        |   142 +
 src/i18n/langFR.ts                        |    48 +-
 src/loading/default.ts                    |     4 +-
 src/model/Series.ts                       |     4 +-
 src/util/ECEventProcessor.ts              |     4 +-
 src/util/format.ts                        |     2 +-
 src/util/graphic.ts                       |    56 +-
 src/util/innerStore.ts                    |    17 +-
 src/util/model.ts                         |    68 +-
 src/util/types.ts                         |    48 +-
 src/view/Chart.ts                         |     6 +-
 src/view/Component.ts                     |     4 +-
 test/gauge-case.html                      |    93 +
 test/line-endLabel.html                   |     6 +-
 test/line-non-continuous.html             |    75 +
 test/loading.html                         |    46 +
 test/runTest/actions/__meta__.json        |     1 +
 test/tooltip-component.html               |   467 +
 test/treemap-action.html                  |   416 +
 test/types/basic.ts                       |     2 +-
 test/types/event.ts                       |    23 +
 63 files changed, 51824 insertions(+), 12859 deletions(-)


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