You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2021/05/06 08:24:00 UTC

[echarts] 02/02: Merge branch 'master' into fix-legend-rotate

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

ovilia pushed a commit to branch fix-legend-rotate
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit be5effc7f6d79e12371dceecf1fd0df2e15dd2b4
Merge: 923f84f 9c788fb
Author: Ovilia <zw...@gmail.com>
AuthorDate: Thu May 6 16:10:14 2021 +0800

    Merge branch 'master' into fix-legend-rotate

 package.json                                      |   8 +-
 src/chart/candlestick/candlestickVisual.ts        |   4 +-
 src/chart/funnel/FunnelSeries.ts                  |   2 -
 src/chart/funnel/FunnelView.ts                    |   3 +-
 src/chart/helper/Line.ts                          |   2 +-
 src/chart/line/install.ts                         |   5 +-
 src/chart/line/lineAnimationDiff.ts               |   2 +-
 src/chart/sankey/SankeySeries.ts                  |   6 +-
 src/component/axis/CartesianAxisView.ts           |   3 +-
 src/component/axis/SingleAxisView.ts              |   1 -
 src/component/axisPointer/CartesianAxisPointer.ts |   3 +-
 src/component/axisPointer/PolarAxisPointer.ts     |   6 +-
 src/component/axisPointer/SingleAxisPointer.ts    |   3 +-
 src/component/dataZoom/SliderZoomView.ts          |   3 +-
 src/component/marker/MarkLineView.ts              |  20 +-
 src/component/marker/MarkerView.ts                |   7 +-
 src/component/radar/install.ts                    |   4 +-
 src/component/timeline/SliderTimelineModel.ts     |   4 +-
 src/component/toolbox/feature/DataView.ts         |   2 +
 src/component/toolbox/feature/SaveAsImage.ts      |   4 +-
 src/coord/calendar/Calendar.ts                    |   1 -
 src/coord/radar/Radar.ts                          |   3 +-
 src/data/helper/sourceHelper.ts                   |   5 +-
 src/i18n/langEN.ts                                |   4 +-
 src/model/mixin/palette.ts                        |   1 -
 test/force2.html                                  |   2 +-
 test/parallel-aqi.html                            |  15 +-
 test/parallel-nutrients.html                      |  12 +-
 test/runTest/cli.js                               |  19 +-
 test/runTest/client/client.css                    | 153 ++++++++---
 test/runTest/client/client.js                     | 290 +++++++++++++++-----
 test/runTest/client/index.html                    | 316 +++++++++++++---------
 test/runTest/genReport.js                         |  50 ++--
 test/runTest/server.js                            | 131 +++++++--
 test/runTest/store.js                             | 191 ++++++++++++-
 test/runTest/util.js                              |  16 +-
 36 files changed, 923 insertions(+), 378 deletions(-)

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