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


Extends ChartExtensionPoints.

Class Summary
Constructor Attributes Constructor Name and Description
 
The extension points of the pie chart type.
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 selection rubber-band.
Chart - Multi
 
The extension point of the multi-chart overflow/clip marker.
 
The extension point of the base (root) panel of the small charts.
 
The extension point of the content panel of the small charts.
Class Detail
pvc.options.ext.PieChartExtensionPoints
The extension points of the pie chart type.

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

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

  1. extension property (ex: smallBase)
  2. the "_" character
  3. extension sub-property (ex: strokeStyle)
and obtaining, for the examples, the camel-cased name: smallBase_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.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.BarExtensionPoint} rubberBand
The extension point of the selection rubber-band.
Borrowed from:
ChartExtensionPoints

{pvc.options.marks.DotExtensionPoint} multiChartOverflowMarker
The extension point of the multi-chart overflow/clip marker.

{pvc.options.marks.PanelExtensionPoint} smallBase
The extension point of the base (root) panel of the small charts.

{pvc.options.marks.PanelExtensionPoint} smallContent
The extension point of the content panel of the small charts.

The content panel is a child of the base panel.


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