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:03 UTC

[echarts] branch master updated (f0eb7ae -> 304685d)

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

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


    from f0eb7ae  Merge pull request #14578 from apache/fix-map-label
     add e7f431a  WIP(legend): merge #12444 and current master
     add 1c93de6  feat(legend): line series default legend and customed style
     add 402f8f5  WIP(legend): reserve emptyCircle
     add bf2529e  WIP(legend): use default style in series
     add 39d4e53  WIP(legend): refactor and use fixed line width
     add 7955fd8  WIP(legend): default symbolSize as 80% itemHeight while it can also inherit
     add 3646296  WIP(legend): style when series is not selected
     add a654399  test(legend): update test cases
     add 635d986  Merge branch 'master' into fix-legend
     add aa7f802  WIP(legend): fix symbolSize
     add ef532ba  WIP(legend): fix inactive legend style
     add e95638a  WIP(legend): add more style attributes
     add 171571b  fix(legend): fix shadow default value
     add dc2282f  WIP(legend): legend icon in series policy
     add 5b10d82  WIP(legend): move default legend icon logic from series to legend
     add c06dfcf  WIP(legend): fix legendSymbol
     add 04ce156  fix(legend): fix bugs of legend style
     add 98e87ee  fix(legend): fix line and radar
     add b083c1e  fix: empty symbol lineWidth 2
     add 64f2cb6  fix(legend): fix radar legend
     add 74eec89  Merge branch 'master' into fix-legend
     add c125b4a  refactor: simplify type definition
     add da6d040  fix(legend): fix line series icon
     add 3966af8  refactor(legend): render legend in legendView when icon is defined
     new 304685d  Merge pull request #14497 from apache/fix-legend

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)
 create mode 100644 test/legend-style.html

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


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

Posted by sh...@apache.org.
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