Class pvc.options.ext.TreemapPlotExtensionPoints
Constructor Attributes | Constructor Name and Description |
---|---|
The extension points of the treemap plot type.
|
Field Attributes | Field Name and Description |
---|---|
The extension point of the non-leaf rectangles.
|
|
The extension point of the value label mark.
|
|
The extension point of the leaf rectangles.
|
Class Detail
pvc.options.ext.TreemapPlotExtensionPoints
The extension points of the treemap plot type.
Plot extension points can be specified:
- at the plot level, in the extensionPoints property, without need to prefix the extension point with the plot id or name.
- at the plot options level, directly, without need to prefix the extension point with the plot id or name.
- if it is an internal plot ( main, plot2 or trend), at the chart options level, directly.
To use an extension point you must find its full name, by joining:
- plot property name (ex: treemap)
- extension property (ex: leaf)
- the "_" character
- extension sub-property (ex: strokeStyle)
The extension points of the main plot of a chart may be used without the plot property name prefix. In the example, when the treemap plot is the main plot, the extension point can be written as leaf_strokeStyle.
Field Detail
{pvc.options.marks.BarExtensionPoint}
ascendant
The extension point of the non-leaf rectangles.
The extension point of the value label mark.
The extension point of the leaf rectangles.