@@ -174,13 +174,7 @@ function Department(props) {
radius: ['40%', '70%'],
data: current.data,
hoverAnimation: false,
- // emphasis: {
- // itemStyle: {
- // shadowBlur: 10,
- // shadowOffsetX: 0,
- // shadowColor: 'rgba(0, 0, 0, 0.5)',
- // },
+ itemStyle: { shadowColor: 'rgba(0, 0, 0, 0.5)', shadowBlur: 5 },
},
],
});