Class pvc.options.ext.BulletChartExtensionPoints
Extends
BasicChartExtensionPoints.
Constructor Attributes | Constructor Name and Description |
---|---|
The extension points of the
bullet chart types.
|
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:
- extension property (ex: base)
- the "_" character
- extension sub-property (ex: strokeStyle)
Field Detail
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
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