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 2020/11/10 08:22:12 UTC

[incubator-echarts] branch release updated (5f850f9 -> c50efe1)

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

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


    from 5f850f9  Merge pull request #13590 from apache/feat-decal
     add 79fb9d1  fix(label): inherit opacity from attached element
     add 150dec9  fix(tree): fade out label when removed
     new c50efe1  Merge pull request #13589 from apache/label-inherit-opacity

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/BarView.ts          |  1 +
 src/chart/bar/PictorialBarView.ts |  3 +--
 src/chart/funnel/FunnelView.ts    |  7 ++++---
 src/chart/heatmap/HeatmapView.ts  |  6 ++++--
 src/chart/helper/Line.ts          |  1 +
 src/chart/helper/Symbol.ts        | 36 +++++++++++++++++++++++++++++-------
 src/chart/pie/PieView.ts          | 11 ++++-------
 src/chart/radar/RadarView.ts      |  3 ++-
 src/chart/tree/TreeView.ts        |  5 ++++-
 src/chart/treemap/TreemapView.ts  |  9 ++++++---
 src/label/LabelManager.ts         | 10 ++++++++--
 src/label/labelStyle.ts           | 20 +++++++++++++++++---
 12 files changed, 81 insertions(+), 31 deletions(-)


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


[incubator-echarts] 01/01: Merge pull request #13589 from apache/label-inherit-opacity

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c50efe135e66b3db728262852ea0c3b910fc9eb4
Merge: 5f850f9 150dec9
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Tue Nov 10 16:21:55 2020 +0800

    Merge pull request #13589 from apache/label-inherit-opacity
    
    fix(label): inherit opacity from attached element

 src/chart/bar/BarView.ts          |  1 +
 src/chart/bar/PictorialBarView.ts |  3 +--
 src/chart/funnel/FunnelView.ts    |  7 ++++---
 src/chart/heatmap/HeatmapView.ts  |  6 ++++--
 src/chart/helper/Line.ts          |  1 +
 src/chart/helper/Symbol.ts        | 36 +++++++++++++++++++++++++++++-------
 src/chart/pie/PieView.ts          | 11 ++++-------
 src/chart/radar/RadarView.ts      |  3 ++-
 src/chart/tree/TreeView.ts        |  5 ++++-
 src/chart/treemap/TreemapView.ts  |  9 ++++++---
 src/label/LabelManager.ts         | 10 ++++++++--
 src/label/labelStyle.ts           | 20 +++++++++++++++++---
 12 files changed, 81 insertions(+), 31 deletions(-)



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