The PieChart class creates a pie chart
_addAxesAdds axes to the chart.
_addSeriesRenders the Graph.
_getAriaMessagekey
Returns the appropriate message based on the key press.
key
Number
The keycode that was pressed.
_getDefaultAxesGenerates and returns a key-indexed object containing Axis instances or objects used to create Axis instances.
_getSeriesCollectionCalculates and returns a seriesCollection.
_parseAxesval
Creates Axis instances.
val
Object
Object containing Axis instances or objects in which to construct Axis instances.
_parseSeriesAxesc
Parse and sets the axes for the chart.
c
Array
A collection PieSeries instance.
_redrawRedraws the chart instance.
_tooltipLabelFunctioncategoryItem
valueItem
itemIndex
series
seriesIndex
Formats tooltip text for a pie chart.
categoryItem
Object
An object containing the following:
valueItem
Object
An object containing the following:
itemIndex
Number
The index of the item within the series.
series
CartesianSeries
The PieSeries instance of the item.
seriesIndex
Number
The index of the series in the seriesCollection.
ariaDescriptionSets the aria description for the chart.
ariaDescriptionChange
Fires when the value for the configuration attribute ariaDescription is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
axesAxes to appear in the chart.
axesChange
Fires when the value for the configuration attribute axes is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
seriesCollectionCollection of series to appear on the chart. This can be an array of Series instances or object literals used to describe a Series instance.
seriesCollectionChange
Fires when the value for the configuration attribute seriesCollection is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
typeType of chart when there is no series collection specified.
typeChange
Fires when the value for the configuration attribute type is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade