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


Extends string.

Field Summary
Field Attributes Field Name and Description
 
Only the first small-charts that entirely fit in the initial chart size are actually shown.
 
Fit
The small-charts are sized so that they all fit the initial chart size.
 
The chart grows in size as needed to fit all of the small-charts.
Enumeration Detail
pvc.options.varia.MultiChartOverflow
The possible strategies for when the number of small charts overflows the initial chart dimensions.
Field Detail
Clip
Only the first small-charts that entirely fit in the initial chart size are actually shown.

An overflow indicator is shown by default.

Value:
'clip'

Fit
The small-charts are sized so that they all fit the initial chart size.
Value:
'fit'

Grow
The chart grows in size as needed to fit all of the small-charts.
Value:
'grow'

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