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/17 05:49:11 UTC

[echarts] 01/01: Merge pull request #14876 from apache/fix-legend-rotate

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

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

commit 76ae21d6bddb781b9fffff5118fb5990ebc25db6
Merge: 788872a 8d047cb
Author: Wenli Zhang <zw...@gmail.com>
AuthorDate: Mon May 17 13:48:43 2021 +0800

    Merge pull request #14876 from apache/fix-legend-rotate
    
    feat(legend): support legend.symbolRotate and inherit from series by default

 src/chart/custom/install.ts         |  2 +-
 src/chart/line/LineSeries.ts        | 14 +++++--
 src/chart/map/MapSeries.ts          | 28 ++++++-------
 src/chart/map/mapSymbolLayout.ts    |  2 +-
 src/component/helper/MapDraw.ts     |  2 +-
 src/component/legend/LegendModel.ts | 12 +++---
 src/component/legend/LegendView.ts  | 79 ++++++++++++++++++++-----------------
 src/component/radar/install.ts      |  4 +-
 src/data/List.ts                    |  2 +-
 src/model/Series.ts                 |  6 +--
 src/visual/symbol.ts                |  6 +--
 test/legend-style.html              | 72 +++++++++++++++++++++++++++++++--
 12 files changed, 152 insertions(+), 77 deletions(-)

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