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


Extends BasicChartExtensionPoints.

Class Summary
Constructor Attributes Constructor Name and Description
 
The extension points of the bullet chart types.
Field Summary
Field Attributes Field Name and Description
 
The extension point of the base (root) panel of the root chart.
<deprecated>  
The extension point of the plot panel of the charts.
 
The extension point of the content panel of the root chart.
 
The extension point of the plot panel of the charts.
Class Detail
pvc.options.ext.BulletChartExtensionPoints
The extension points of the bullet chart types.

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. extension property (ex: base)
  2. the "_" character
  3. extension sub-property (ex: strokeStyle)
and obtaining, for the examples, the camel-cased name: base_strokeStyle (see http://en.wikipedia.org/wiki/CamelCase).
Field Detail
{pvc.options.marks.PanelExtensionPoint} base
The extension point of the base (root) panel of the root chart.
Borrowed from:
BasicChartExtensionPoints

<deprecated> {pvc.options.marks.PanelExtensionPoint} chart
The extension point of the plot panel of the charts.

The plot panel is a child of the content panel.

Deprecated:
Use the extension point #plot instead.
Borrowed from:
BasicChartExtensionPoints

{pvc.options.marks.PanelExtensionPoint} content
The extension point of the content panel of the root chart.

The content panel is a child of the base panel.

Borrowed from:
BasicChartExtensionPoints

{pvc.options.marks.PanelExtensionPoint} plot
The extension point of the plot panel of the charts.

The plot panel is a child of the content panel.

The root of a small multiples chart does not have a plot panel.

Borrowed from:
BasicChartExtensionPoints

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