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


Extends BasicPlotVisualRoles.

Class Summary
Constructor Attributes Constructor Name and Description
 
The visual roles options class of the bullet plot type.
Field Summary
Field Attributes Field Name and Description
Visual Roles
 
The marker visual role is a plot-level visual role that represents a set of reference or target values for a given title and sub-title categories, and is visually encoded by the positions of markers/dots along the bullet's axis.
 
The range visual role is a plot-level visual role that represents classification threshold values of the value visual role.
 
The subTitle visual role is a plot-level visual role that represents the sub-title of each bullet.
 
The title visual role is a plot-level visual role that represents the title of each bullet.
 
The value visual role is a plot-level visual role that represents the main measure under analysis, for a given title and sub-title categories, and is visually encoded by the length of a bar visual element.
Class Detail
pvc.options.visualRoles.BulletPlotVisualRoles
The visual roles options class of the bullet plot type.
Field Detail
{string|pvc.options.VisualRole} marker
The marker visual role is a plot-level visual role that represents a set of reference or target values for a given title and sub-title categories, and is visually encoded by the positions of markers/dots along the bullet's axis.

Negative values are considered 0.

Each dimension that is bound to the marker role is represented by a different marker.

The marker visual role automatically binds to all numeric dimensions whose name has the marker prefix.

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


{string|pvc.options.VisualRole} range
The range visual role is a plot-level visual role that represents classification threshold values of the value visual role.

The value domain is split into several parts (or classes) at the given points.

Each dimension that is bound to the range role splits the value domain at a certain point.

By default, each part is painted with a successively brighter gray color.

The range visual role automatically binds to all numeric dimensions whose name has the range prefix.

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


{string|pvc.options.VisualRole} subTitle
The subTitle visual role is a plot-level visual role that represents the sub-title of each bullet.

The subTitle visual role automatically binds to all dimensions whose name has the subTitle prefix.

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


{string|pvc.options.VisualRole} title
The title visual role is a plot-level visual role that represents the title of each bullet.

The title visual role automatically binds to all dimensions whose name has the title prefix.

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


{string|pvc.options.VisualRole} value
The value visual role is a plot-level visual role that represents the main measure under analysis, for a given title and sub-title categories, and is visually encoded by the length of a bar visual element.

The values, one for each dimension bound to the value role, are represented by overlapping bars, each painted with a successively brighter blue color. The length of each bar is proportional to the corresponding value. Negative values are considered 0.

The value visual role automatically binds to all numeric dimensions whose name has the value prefix.

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)