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

ovilia pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit d2b73b9c8e58a16df05d51f492d826682d9406f7
Merge: 0878d30 fdf5490
Author: Wenli Zhang <zwl.s...@gmail.com>
AuthorDate: Mon Feb 28 15:18:37 2022 +0800

    Merge pull request #16589 from apache/master
    
    Merge master into release for 5.3.1

 src/chart/bar/BarSeries.ts                |   4 +-
 src/chart/bar/PictorialBarView.ts         |   2 +-
 src/chart/funnel/FunnelSeries.ts          |   4 +-
 src/chart/gauge/GaugeSeries.ts            |   4 +-
 src/chart/heatmap/HeatmapSeries.ts        |   8 +-
 src/chart/heatmap/HeatmapView.ts          |  13 +-
 src/chart/helper/EffectLine.ts            |  64 +++---
 src/chart/helper/Symbol.ts                |  10 +-
 src/chart/helper/SymbolDraw.ts            |   7 +-
 src/chart/line/LineView.ts                |  39 ++--
 src/chart/lines/LinesSeries.ts            |   4 +-
 src/chart/parallel/ParallelSeries.ts      |   6 +-
 src/chart/pie/PieView.ts                  |   6 -
 src/chart/radar/RadarSeries.ts            |   4 +-
 src/chart/sunburst/SunburstPiece.ts       |   8 +-
 src/chart/themeRiver/ThemeRiverSeries.ts  |   4 +-
 src/chart/tree/TreeView.ts                |   2 +-
 src/component/axis/AxisBuilder.ts         |   6 +
 src/component/graphic/GraphicView.ts      |  14 +-
 src/component/toolbox/feature/DataView.ts |  34 ++--
 src/component/tooltip/TooltipView.ts      |   1 +
 src/data/DataStore.ts                     |  16 +-
 src/i18n/langKO.ts                        | 142 +++++++++++++
 src/processor/dataSample.ts               |   2 +-
 src/util/format.ts                        |   2 +-
 src/util/types.ts                         |   2 +-
 test/axisLabel.html                       |  13 +-
 test/graphic-cases.html                   |  57 +++++-
 test/heatmap-borderRadius.html            | 328 ++++++++++++++++++++++++++++++
 test/lib/testHelper.js                    |   4 +-
 test/line-sampling.html                   | 294 ++++++++++++++++++++++++++
 test/line-step.html                       | 110 ++++++++++
 test/node/ssr.js                          |  20 +-
 test/runTest/actions/__meta__.json        |   1 +
 test/runTest/actions/line-sampling.json   |   1 +
 test/sunburst-label.html                  | 118 +++++++++++
 test/tooltip-setOption.html               |  51 +----
 37 files changed, 1241 insertions(+), 164 deletions(-)

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

Reply via email to