Class pvc.options.visualRoles.PieChartVisualRoles
Extends
BasicChartVisualRoles.
Constructor Attributes | Constructor Name and Description |
---|---|
The visual roles options class of the pie chart type.
|
Field Attributes | Field Name and Description |
---|---|
Chart > Visual Roles | |
The
dataPart visual role is a chart-level visual role that
allows partitioning of the data into several datum subsets.
|
|
The
multiChart visual role is a chart-level visual role that
allows turning a chart into a
small multiples chart,
http://en.wikipedia.org/wiki/Small_multiple.
|
Plots may then specify the data part value which they represent.
The dataPart visual role can be bound to a single dimension that is, or is turned into, discrete.
The dataPart visual role automatically binds to a dimension whose name has the dataPart prefix.
See pvc.options.VisualRole for more information on supported data types.
See pvc.options.plots.Plot#dataPart for more information on default values used by different plots.
- Borrowed from:
- BasicChartVisualRoles
Almost all main chart types support being shown as a small multiples chart. Currently, the exceptions are the charts: Heat Grid, Bullet, Data Tree and Parallel Coordinates.
The multiChart visual role can be bound to any number of dimensions, that are, or will be turned into, discrete.
The multiChart visual role automatically binds to every dimension whose name has the multiChart prefix.
One small chart is generated per unique combination of the values of the bound dimensions that is present in the source data. Each small chart then receives as its data the partition of the source data that shares its unique combination of values.
See pvc.options.VisualRole for more information on supported data types.