Class pvc.options.plots.BulletPlot
Extends
BasicPlot.
Constructor Attributes | Constructor Name and Description |
---|---|
The options documentation class of the
Bullet plot.
|
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.