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.ext.BulletPlotExtensionPoints

Class Summary
Constructor Attributes Constructor Name and Description
 
The extension points of the bullet plot type.
Field Summary
Field Attributes Field Name and Description
 
The extension point of the bullets panel mark, must be used without the bullet prefix.
 
The extension point of the bullet markers dot mark.
 
The extension point of the bullet measures bar mark.
 
The extension point of the bullet panel mark.
 
The extension point of the bullet ranges bar mark.
 
The extension point of the bullet axis ticks rule mark.
 
The extension point of the bullet axis ticks label mark.
 
The extension point of the bullet sub-title label mark.
 
The extension point of the bullet title label mark.
Class Detail
pvc.options.ext.BulletPlotExtensionPoints
The extension points of the bullet plot type.

Plot extension points can be specified:

  • at the plot level, in the extensionPoints property, without need to prefix the extension point with the plot id or name.
  • at the plot options level, directly, without need to prefix the extension point with the plot id or name.
  • if it is an internal plot ( main, plot2 or trend), at the chart options level, directly.

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

To use an extension point you must find its full name, by joining:

  1. plot property name (ex: bullet)
  2. extension property (ex: panel)
  3. the "_" character
  4. extension sub-property (ex: strokeStyle)
and obtaining, for the examples, the camel-cased name: bulletPanel_strokeStyle (see http://en.wikipedia.org/wiki/CamelCase).
Field Detail
{pvc.options.marks.PanelExtensionPoint} bulletsPanel
The extension point of the bullets panel mark, must be used without the bullet prefix.

One instance of this panel is generated per datum.


{pvc.options.marks.DotExtensionPoint} marker
The extension point of the bullet markers dot mark.

{pvc.options.marks.BarExtensionPoint} measure
The extension point of the bullet measures bar mark.

{pvc.options.marks.PanelExtensionPoint} panel
The extension point of the bullet panel mark.

{pvc.options.marks.BarExtensionPoint} range
The extension point of the bullet ranges bar mark.

{pvc.options.marks.RuleExtensionPoint} rule
The extension point of the bullet axis ticks rule mark.

{pvc.options.marks.LabelExtensionPoint} ruleLabel
The extension point of the bullet axis ticks label mark.

{pvc.options.marks.LabelExtensionPoint} subtitle
The extension point of the bullet sub-title label mark.

{pvc.options.marks.LabelExtensionPoint} title
The extension point of the bullet title label mark.

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