The data for the x-axis.
The data for the y-axis.
The name of the series. Optional.
Should be an iterable that contains the color for each specific pie slice. If no colors are specified, the document's theme color is used. If some colors are specified, but not for all data points, random colors will fill the gaps. The value for non-specified colors must be None. Warning: this is not the same as self.color of XYSeries, which is the color for the entire series, but this is not applicable to PieSeries. Optional.
The dict representation of this object
dict representation of this object
Get the data used in the series. E.g. x-values, y-values, ...
the data used in the series
Generated using TypeDoc
A series for pie charts.