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


Extends string.

Enumeration Detail
pvc.options.varia.TimeInterval
The presented string should be the code of a standard precision, optionally immediately preceded by an integer multiple.

E.g. '25d' means twenty five days.

The standard time precisions and codes:

  • 31536e6 ms - 'y' or 'year' (pvc.time.intervals.y)
  • 2592e6 ms - 'm' or 'month' (pvc.time.intervals.m or pvc.time.intervals.d30)
  • 6048e5 ms - 'w' or 'week' (pvc.time.intervals.w or pvc.time.intervals.d7)
  • 864e5 ms - 'd' or 'day' (pvc.time.intervals.d)
  • 36e5 ms - 'h' or 'hour' (pvc.time.intervals.h)
  • 6e4 ms - 'M' or 'minute' (pvc.time.intervals.M)
  • 1e3 ms - 's' or 'second' (pvc.time.intervals.s)
  • 1 ms - 'ms' or 'millisecond' (pvc.time.intervals.ms)

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