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/07/02 08:43:42 UTC

[echarts] branch master updated (d92da56 -> 3ad3b5e)

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 d92da56  Merge pull request #15271 from apache/improve-type
     add 6ae7aa9  fix(pie/sunburst): fix `borderRadius` can't be reset in pie series and sunburst series through `chart.setOption({ series: { itemStyle: { borderRadius: null } } })`, resolves #15242.
     add 2d98a5c  chore: tweak comment.
     new 3ad3b5e  Merge pull request #15243 from apache/fix/corner-radius-reset

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/helper/pieHelper.ts       | 5 +++--
 src/chart/pie/PieView.ts            | 4 +++-
 src/chart/sunburst/SunburstPiece.ts | 4 ++--
 src/chart/treemap/TreemapView.ts    | 1 -
 4 files changed, 8 insertions(+), 6 deletions(-)

---------------------------------------------------------------------
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 #15243 from apache/fix/corner-radius-reset

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 3ad3b5ef791ddfc0a86e25bf11dd5b68662ff7b3
Merge: d92da56 2d98a5c
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Fri Jul 2 16:42:34 2021 +0800

    Merge pull request #15243 from apache/fix/corner-radius-reset
    
    fix(pie/sunburst): fix `borderRadius` can't be reset in pie series and sunburst series when setting it to `null` or `undefined`

 src/chart/helper/pieHelper.ts       | 5 +++--
 src/chart/pie/PieView.ts            | 4 +++-
 src/chart/sunburst/SunburstPiece.ts | 4 ++--
 src/chart/treemap/TreemapView.ts    | 1 -
 4 files changed, 8 insertions(+), 6 deletions(-)

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