Class pvc.options.ext.PieChartExtensionPoints
Extends
ChartExtensionPoints.
Constructor Attributes | Constructor Name and Description |
---|---|
The extension points of the pie chart type.
|
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.
|
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:
- extension property (ex: smallBase)
- the "_" character
- extension sub-property (ex: strokeStyle)
- Borrowed from:
- BasicChartExtensionPoints
The plot panel is a child of the content panel.
- Deprecated:
- Use the extension point #plot instead.
- Borrowed from:
- BasicChartExtensionPoints
The content panel is a child of the base panel.
- Borrowed from:
- BasicChartExtensionPoints
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
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
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
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
- Borrowed from:
- ChartExtensionPoints
The content panel is a child of the base panel.