I am Aman and I am new to open source and I was trying to solve this issue https://github.com/apache/echarts/issues/18118#issue-1512698774
I think I understand the problem aria.decal properties is overriding the properties in properties in series.decal when type is sunburst I should work reverse . and its working when type is pie . from issue I saw that we have to do something related to getVisual() . I wasn’t able to figure out what to do with it . Can anyone suggest me something?