提交 63790c0c 编写于 作者: P pissang

fix(sunburst): default sunburst downplay not work.

上级 80d389f7
......@@ -105,8 +105,7 @@ export default SeriesModel.extend({
align: 'center',
position: 'inside',
distance: 5,
silent: true,
emphasis: {}
silent: true
},
itemStyle: {
borderWidth: 1,
......@@ -116,13 +115,19 @@ export default SeriesModel.extend({
shadowColor: 'rgba(0, 0, 0, 0.2)',
shadowOffsetX: 0,
shadowOffsetY: 0,
opacity: 1,
emphasis: {},
highlight: {
opacity: 1
},
highlight: {
itemStyle: {
opacity: 1
}
},
downplay: {
itemStyle: {
opacity: 0.5
},
downplay: {
opacity: 0.9
label: {
opacity: 0.6
}
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册