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


Extends string.

Field Summary
Field Attributes Field Name and Description
 
Produces an open uniform b-spline.
 
Produces cardinal splines.
 
Produces a straight line between points.
 
Produces a Fritsch-Carlson monotone cubic hermite interpolation.
Enumeration Detail
pvc.options.varia.LineAreaInterpolation
How to interpolate the line or area between values.

See the associated protovis documentation at http://mbostock.github.com/protovis/jsdoc/symbols/pv.Line.html#interpolate and http://mbostock.github.com/protovis/jsdoc/symbols/pv.Area.html#interpolate.

Protovis supports other interpolation values, but these do not work well with the CCC point charts.

Field Detail
Basis
Produces an open uniform b-spline.
Value:
'basis'

Cardinal
Produces cardinal splines.
Value:
'cardinal'

Linear
Produces a straight line between points.
Value:
'linear'

Monotone
Produces a Fritsch-Carlson monotone cubic hermite interpolation.
Value:
'monotone'

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