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


Extends string.

Field Summary
Field Attributes Field Name and Description
 
The scale domain is made "nice" by ensuring that its bounds are "nice" numbers, extending the domain, if necessary.
 
The scale domain is exactly the domain of the data.
 
The scale domain is extended in order to coincide with the calculated ticks.
Enumeration Detail
pvc.options.varia.AxisDomainRoundingMode
The rounding mode applied to a numeric axis' scale domain.
Field Detail
Nice
The scale domain is made "nice" by ensuring that its bounds are "nice" numbers, extending the domain, if necessary.
Value:
'nice'

None
The scale domain is exactly the domain of the data.
Value:
'none'

Tick
The scale domain is extended in order to coincide with the calculated ticks.

Ticks naturally are nice numbers, yet, additionally, this mode ensures that ticks coincide with the end of the axis' scale, as long as the axis' pvc.options.axes.CartesianAxis#offset is zero.

Value:
'tick'

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