István
István

Reputation: 5127

Funnel chart slice opacity in amCharts

How can I set the opacity of the slices in AmFunnelChart? In the documentation there are many alpha fields, but not one for that.

Upvotes: 2

Views: 568

Answers (1)

zeroin
zeroin

Reputation: 6025

To make all the slices of the same opacity, set chart.alpha = 0.5; To set a custom alpha for a slice, set chart.alphaField = "alpha"; and then add alpha field in data provider, with values you need.

Upvotes: 5

Related Questions