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


Extends string.

Field Summary
Field Attributes Field Name and Description
 
Both minimum and maximum may be lost.
 
Max
The maximum value is kept in the domain and the minimum may be lost.
 
Min
The minimum value is kept in the domain and the maximum may be lost.
Enumeration Detail
pvc.options.varia.AxisDomainAlign
The domain alignment is used to determine the domain of an axis when it is specified as a floating domain.

For options like fixedLength and ratio, when specified with domainAlign, the domain is altered so that a given domain length is kept (domain length is either fixedLength or derived from ratio). When altering the domain, some values will be kept and others may be lost. The domain alignment specifies which values are kept.

This only applies when the domain has some order among its elements, and, consequently, some minimum and maximum values.

For more information, see the following axis options: pvc.options.axes.AnyContinuousCartesianAxis#fixedLength, pvc.options.axes.SizeAxis#fixedLength and pvc.options.axes.AnyContinuousCartesianAxis#ratio.

Field Detail
Center
Both minimum and maximum may be lost. However, the center is kept:
Value:
'center'

Max
The maximum value is kept in the domain and the minimum may be lost.
Value:
'max'

Min
The minimum value is kept in the domain and the maximum may be lost.
Value:
'min'

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