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

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


The following commit(s) were added to refs/heads/master by this push:
     new fab18f3  fix(sunburst): update normal shadow style #8583
fab18f3 is described below

commit fab18f3ad3133b5836f3de2240c77759145819e1
Author: Ovilia <zwl.s...@gmail.com>
AuthorDate: Mon Aug 27 21:33:21 2018 +0800

    fix(sunburst): update normal shadow style #8583
---
 src/chart/sunburst/SunburstSeries.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/chart/sunburst/SunburstSeries.js 
b/src/chart/sunburst/SunburstSeries.js
index 23b5e97..e3b192e 100644
--- a/src/chart/sunburst/SunburstSeries.js
+++ b/src/chart/sunburst/SunburstSeries.js
@@ -111,6 +111,11 @@ export default SeriesModel.extend({
         itemStyle: {
             borderWidth: 1,
             borderColor: 'white',
+            borderType: 'solid',
+            shadowBlur: 0,
+            shadowColor: 'rgba(0, 0, 0, 0.2)',
+            shadowOffsetX: 0,
+            shadowOffsetY: 0,
             opacity: 1,
             emphasis: {},
             highlight: {


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

Reply via email to