Michael Lu
Michael Lu

Reputation: 83

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

Only succeeded with applying it around the whole pie chart.

Upvotes: 1

Views: 363

Answers (2)

Michael Lu
Michael Lu

Reputation: 83

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];

Upvotes: 1

Marty
Marty

Reputation: 39466

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

Upvotes: 0

Related Questions