开发者

How to apply a bevel filter for each slice of a flex 4 pie chart?

开发者 https://www.devze.com 2023-03-09 21:48 出处:网络
Onl开发者_Python百科y succeeded with applying it around the whole pie chart. I achieved this finally by applying the filter to each slice and slightly increasing the distanc between the wedges.

Onl开发者_Python百科y succeeded with applying it around the whole pie chart.


I achieved this finally by applying the filter to each slice and slightly increasing the distanc between the wedges.

series.explodeRadius=0.01;

series.filters = [bevel];


Convert the segment of chart into a symbol and apply the filter to that on it's own?

0

精彩评论

暂无评论...
验证码 换一张
取 消