1.6.4. PieChart
The PieChart
component allows you to create pie/donut charts.
Figure 5. PieChart
XML name of the component: chart:pieChart
.
- Data binding:
-
-
Using a datasource.
You can assign a datasource of a
CollectionDatasource
type to the chart and then define thetitleField
andvalueField
attributes for thepieChart
element:<chart:pieChart id="pieChart" datasource="countryLitresDs" height="100%" titleField="country" valueField="litres" width="100%"/>
-
Using the chart:data element.
-
-
PieChart
event listeners: -
-
ChartClickListener
- click on the canvas. -
ChartRightClickListener
- right click on the canvas. -
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.