Enumeration pvc.options.varia.LineAreaInterpolation
Extends
string.
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'