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


Extends ChartExtensionPoints.

Class Summary
Constructor Attributes Constructor Name and Description
 
The extension points common to all cartesian 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 a generic error label.
 
The extension point of the "invalid data" label.
 
The extension point of the "no data" label.
 
The extension point of the plot panel of the charts.
 
The extension point of the plot area background of cartesian charts.
 
The extension point of the plot frame of the charts.
 
The extension point of the selection rubber-band.
Class Detail
pvc.options.ext.CartesianChartExtensionPoints
The extension points common to all cartesian chart types.

Chart extension points can also be specified directly at the chart options level.

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.LabelExtensionPoint} errorMessage
The extension point of a generic error label.

Use errorMessage_text to change the message that is shown when the chart is provided with no data or empty data.

Set errorMessage_visible to false to hide the error message and not render the chart in such a case. Rendering errors are made available through chart.getLastRenderError().

Borrowed from:
ChartExtensionPoints

{pvc.options.marks.LabelExtensionPoint} invalidDataMessage
The extension point of the "invalid data" label.

Data is invalid when it does not satisfy the requirements of a visualization. For example, the Pie, Sunburst and Treemap charts require that the sum of the absolute values be positive (zero excluded).

Use invalidDataMessage_text to change the message that is shown when a chart is provided with invalid data.

Set invalidDataMessage_visible to false to hide the error message and not render the chart in such a case. Rendering errors are made available through chart.getLastRenderError().

Borrowed from:
ChartExtensionPoints

{pvc.options.marks.LabelExtensionPoint} noDataMessage
The extension point of the "no data" label.

Use noDataMessage_text to change the message that is shown when the chart is provided with no data or empty data.

Set noDataMessage_visible to false to hide the error message and not render the chart in such a case. Rendering errors are made available through chart.getLastRenderError().

Borrowed from:
ChartExtensionPoints

{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

{pvc.options.marks.PanelExtensionPoint} plotBg
The extension point of the plot area background of cartesian charts.

The plot background is placed below the plot panel(s) and below the axis grid-lines.

This extension point is intended, primarily, to be able to change the background color below multiple plots, without hiding the axes grid-lines.

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


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

The plot frame covers the plot panel(s) but stays aligned with and below the axes' rules.

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


{pvc.options.marks.BarExtensionPoint} rubberBand
The extension point of the selection rubber-band.
Borrowed from:
ChartExtensionPoints

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