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

Enumeration pvc.options.varia.LegendOverflow


Extends string.

Field Summary
Field Attributes Field Name and Description
 
All legend items are rendered but the overflow in the legend panel is hidden.
 
When overflow is detected, the whole legend panel is collapsed and the legend is not displayed.
Enumeration Detail
pvc.options.varia.LegendOverflow
Use these possible strategies when the number of legend items exceeds the pvc.options.panels.LegendPanel#itemCountMax or overflows the legend panel dimensions.
Field Detail
Clip
All legend items are rendered but the overflow in the legend panel is hidden.

This option does not affect the case when the number of legend items exceeds pvc.options.panels.LegendPanel#itemCountMax.

No overflow indicator is shown.

Value:
'clip'

Collapse
When overflow is detected, the whole legend panel is collapsed and the legend is not displayed.
Value:
'collapse'

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