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

Class pvc.options.format.DateFormat

Class Summary
Constructor Attributes Constructor Name and Description
 
The options documentation of the date format class.
Field Summary
Field Attributes Field Name and Description
 
The formatting mask.
Class Detail
pvc.options.format.DateFormat
The options documentation of the date format class.

A date format formats numbers by using a formatting mask.

The format mask is the same as that expected by the strftime function in C. See the protovis' documentation of the function pv.Format.date for the actual format mask syntax (http://mbostock.github.io/protovis/jsdoc/symbols/pv.Format.date.html).

The current date format implementation does not provide a configurable date style.

The null value is formatted as an empty string.

See FormatProvider for more information on inheritance of formatting configurations.

Field Detail
{string} mask
The formatting mask.

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