Added support for UTC date time labels.
authorJoan Pau Beltran <joanpau.beltran@socib.cat>
Wed, 22 Jan 2014 12:55:51 +0000 (13:55 +0100)
committerJoan Pau Beltran <joanpau.beltran@socib.cat>
Fri, 31 Jan 2014 13:04:07 +0000 (14:04 +0100)
commit35b124b9c051c83e196f4476dfbb826466dd5a0e
tree35022443d8dd45b237a82d209720104024f24eb8
parente88a95b4dbb4cb6f8d8cb4086209915944cbea54
Added support for UTC date time labels.

  * dygraph-utils.js:
    new utc switch parameter for `Dygraph.dateString_`
    and new signature for `Dygraph.hhmmss_`.

  * dygraph.js:
    support for UTC date time labels in date formatter.
    Also rename it to `dateAxisLabelFormatter`  for homogeneity
    with the numeric one. and add  a `dateValueFormatter`.

  * dygraph-options-reference.js:
    new `labelsDateUTC` option.
dygraph-options-reference.js
dygraph-utils.js
dygraph.js