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.SunburstPlotVisualRoles


Extends BasicPlotVisualRoles.

Class Summary
Constructor Attributes Constructor Name and Description
 
The visual roles options class of the sunburst plot type.
Field Summary
Field Attributes Field Name and Description
Visual Roles
 
The category visual role is a plot-level visual role that allows grouping data points to form a hierarchy.
 
The color visual role is a plot-level visual role that is visually encoded by the color of visual elements.
 
The size visual role is a plot-level visual role that is visually encoded by the relative angle span amongst sibling slices.
Class Detail
pvc.options.visualRoles.SunburstPlotVisualRoles
The visual roles options class of the sunburst plot type.
Field Detail
{string|pvc.options.VisualRole} category
The category visual role is a plot-level visual role that allows grouping data points to form a hierarchy.

In the sunburst plot, each category dimension is represented as a ring of slices.

The category visual role automatically binds to every dimension whose name has the category prefix.

The visual role is required and discrete.

See pvc.options.VisualRole for more information on supported data types.


{string|pvc.options.VisualRole} color
The color visual role is a plot-level visual role that is visually encoded by the color of visual elements.

The color visual role automatically binds to every dimension whose name has the color prefix or, if none exists, the dimensions of the "category" role.

The color visual role is optional and discrete.

See pvc.options.VisualRole for more information on supported data types.


{string|pvc.options.VisualRole} size
The size visual role is a plot-level visual role that is visually encoded by the relative angle span amongst sibling slices.

The size visual role accepts zero or more numeric dimensions and automatically binds to a single numeric dimension whose name has the size prefix.

When bound to more than one dimension, the special sizeRole.dim discriminator dimension can be used to control the behaviour:

The size visual role is optional.

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)