Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.24 KB

funnel_chart.adoc

File metadata and controls

47 lines (37 loc) · 1.24 KB

FunnelChart

The FunnelChart component allows you to create funnel/pyramid charts.

funnel chart
Figure 1. FunnelChart

XML name of the component: chart:funnelChart.

Data binding:
  1. You can assign a datasource of a CollectionDatasource type to the chart and then define the titleField and valueField attributes for the funnelChart element:

    link:../../../../source/chart/funnelChart.xml[role=include]
  2. Using the chart:data element.

    link:../../../../source/chart/funnel_chart.xml[role=include]
FunnelChart event listeners:
  • SliceClickListener - click on a slice in a pie chart.

  • SlicePullInListener - shift of a slice of a pie chart into the chart.

  • SlicePullOutListener - shift of a slice of a pie chart out of the chart.

  • SliceRightClickListener - right-click on a slice in a pie chart.

For more details, see AmCharts documentation.