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/03/24 06:58:15 UTC

[echarts] branch fix-legend updated (dc2282f -> c06dfcf)

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

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


    from 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

No new revisions were added by this update.

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               |   7 +-
 src/component/legend/LegendView.ts         | 130 ++++++++++++++---------------
 src/component/legend/seriesLegendIcon.ts   |  34 --------
 src/model/Series.ts                        |  28 +++----
 7 files changed, 83 insertions(+), 129 deletions(-)
 delete mode 100644 src/component/legend/seriesLegendIcon.ts

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