Added UTC date label tests and adapted existing ones.
authorJoan Pau Beltran <joanpau.beltran@socib.cat>
Mon, 10 Feb 2014 11:11:24 +0000 (12:11 +0100)
committerJoan Pau Beltran <joanpau.beltran@socib.cat>
Thu, 5 Jun 2014 16:02:49 +0000 (18:02 +0200)
commit4c765ad994f31064b8f1a2793cdb87ff95834db8
tree5a4578e426cfdc0bc536cc14aba1f9591ea175f1
parent074c034ad88b8a78fe59c7a97e8498a9b7216f27
Added UTC date label tests and adapted existing ones.

    * tests/labelsDateUTC.html:
      New test/demo for the option  `labelsDateUTC`.
      Display several days of data according to UTC and to local time,
      and compare the tick placement and the label format.

    * tests/x-axis-formatter.html:
      Added `opts` argument to `axisLabelFormatter` function
      (used by inner `Dygraphs.dateAxisLabelFormatter` call).
tests/labelsDateUTC.html [new file with mode: 0644]
tests/x-axis-formatter.html