Added support for option `labelsDateUTC` to the date tick picker.
authorJoan Pau Beltran <joanpau.beltran@socib.cat>
Fri, 31 Jan 2014 13:08:13 +0000 (14:08 +0100)
committerJoan Pau Beltran <joanpau.beltran@socib.cat>
Mon, 10 Feb 2014 11:29:44 +0000 (12:29 +0100)
commit34497c3aa0d477381f4b558629a3cef2727dccb1
treede6b662ea4c45281370b226a45f02fbbf84f0935
parent35b124b9c051c83e196f4476dfbb826466dd5a0e
Added support for option `labelsDateUTC` to the date tick picker.

    * dygraph-tickers.js:
      simplified date tick generation. `Dygraph.getDateAxis`
      now produces nice ticks both in UTC and local time.

    * dygraph-utils.js:
      removed `Dygraph.dateSetters` and `Dygraph.setDateSameTZ`
      because they are not needed any more.
dygraph-tickers.js
dygraph-utils.js
dygraph.js