You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/04/07 04:25:04 UTC

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

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

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

commit 304685d0ccb7271e9d788f748b628bc2dfd6c063
Merge: f0eb7ae 3966af8
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Wed Apr 7 12:24:52 2021 +0800

    Merge pull request #14497 from apache/fix-legend
    
    feat(legend): make default legend more intuitive

 src/chart/bar/install.ts                   |   8 -
 src/chart/boxplot/boxplotVisual.ts         |   3 -
 src/chart/candlestick/candlestickVisual.ts |   2 -
 src/chart/line/LineSeries.ts               |  51 ++++-
 src/chart/line/install.ts                  |  16 ++
 src/chart/map/MapSeries.ts                 |  27 +++
 src/chart/radar/RadarSeries.ts             |   3 +-
 src/chart/tree/TreeSeries.ts               |   2 +-
 src/component/legend/LegendModel.ts        | 150 ++++++++++++---
 src/component/legend/LegendView.ts         | 297 +++++++++++++++++++----------
 src/component/radar/install.ts             |  14 ++
 src/data/List.ts                           |   5 +-
 src/model/Series.ts                        |   9 +
 src/util/symbol.ts                         |  24 ++-
 src/util/types.ts                          |   2 +-
 src/visual/style.ts                        |  16 +-
 test/legend-style.html                     | 215 +++++++++++++++++++++
 test/line-style.html                       |   1 +
 test/radar.html                            |  22 ++-
 test/tree-legend.html                      |   9 +-
 20 files changed, 699 insertions(+), 177 deletions(-)


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