Format year of monthly tick lables with 2 digits instead of 4.
authorJoan Pau Beltran <joanpau.beltran@socib.cat>
Thu, 5 Jun 2014 15:46:27 +0000 (17:46 +0200)
committerJoan Pau Beltran <joanpau.beltran@socib.cat>
Thu, 5 Jun 2014 16:02:27 +0000 (18:02 +0200)
commit78c0594725dbd1c71220f3f8b6d4ec905baec16f
tree7fe07cb215f098dee7837ed06352b2f2829e6d89
parent34497c3aa0d477381f4b558629a3cef2727dccb1
Format year of monthly tick lables with 2 digits instead of 4.

Since commit 7b2dfd0 (Oct 15, 2013) the format of monthly tick
labels is `%b %Y` (e.g. Oct 2013). Before the format was '%b %y'
(e.g. Oct 13). Revert to the later format because it seems to be
an accidental change.

  * `dygraph.js`:
    Revert format of monthly tick labels from `%b %Y` to `%b %y`.
dygraph.js