Model Index

Types By Namespace

cdo

def

pvc

pvc.data

pvc.options

pvc.options.axes

pvc.options.charts

pvc.options.ext

pvc.options.format

pvc.options.marks

pvc.options.panels

pvc.options.plots

pvc.options.varia

pvc.options.visualRoles

pvc.visual

Class pvc.options.visualRoles.SunburstChartVisualRoles


Extends BasicChartVisualRoles.

Class Summary
Constructor Attributes Constructor Name and Description
 
The visual roles options class of the sunburst chart type.
Field Summary
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.
Class Detail
pvc.options.visualRoles.SunburstChartVisualRoles
The visual roles options class of the sunburst chart type.
Field Detail
{string|pvc.options.VisualRole} dataPart
The dataPart visual role is a chart-level visual role that allows partitioning of the data into several datum subsets.

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

{string|pvc.options.VisualRole} multiChart
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.

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.


Documentation generated by JsDoc Toolkit 2.4.0 on Thu Dec 20 2018 15:47:44 GMT-0000 (WET)