开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜