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.plots.BulletPlot


Extends BasicPlot.

Class Summary
Constructor Attributes Constructor Name and Description
 
The options documentation class of the Bullet plot.
Field Summary
Field Attributes Field Name and Description
Chart > Data
 
The default bullet markers.
 
The default bullet measures.
 
The default bullet ranges.
 
The default bullet sub-title.
 
The default bullet title.
Layout
 
The side of the bullet where the title and sub-title are placed.
Style
 
The extension points object contains style definitions for the marks of the plot.
 
The top margin, for vertical orientation, or left margin, for horizontal orientation, in pixel units.
 
The orthogonal size of each bullet, in pixel units.
 
The space between bullets, in pixel units.
Visual Roles
 
The plot's visual roles map.
Class Detail
pvc.options.plots.BulletPlot
The options documentation class of the Bullet plot.

This bullet chart type was only partially updated, to support some of the new CCC v.2 features.

Field Detail
{string|list(string)} markers
The default bullet markers.

Used when no data is supplied or when the marker role is unbound.


{string|list(string)} measures
The default bullet measures.

Used when no data is supplied or when the value role is unbound.


{string|list(string)} ranges
The default bullet ranges.

Used when no data is supplied or when the range role is unbound.


{string} subtitle
The default bullet sub-title.

Used when no data is supplied or when the subTitle role is unbound.

Default Value:
''

{string} title
The default bullet title.

Used when no data is supplied or when the title role is unbound.

Default Value:
'Title'

{pvc.options.varia.RectangleSide} titlePosition
The side of the bullet where the title and sub-title are placed.
Default Value:
'left'

{pvc.options.ext.BulletPlotExtensionPoints} extensionPoints
The extension points object contains style definitions for the marks of the plot.

{number} margin
The top margin, for vertical orientation, or left margin, for horizontal orientation, in pixel units.
Default Value:
100

{number} size
The orthogonal size of each bullet, in pixel units.
Default Value:
30

{number} spacing
The space between bullets, in pixel units.
Default Value:
50

{map(string : pvc.options.VisualRole)|pvc.options.visualRoles.BulletPlotVisualRoles} visualRoles
The plot's visual roles map.

See BasicPlot#visualRoles for more information.


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