Daylight-savings time

Created with Raphaƫl 2.1.20246804:0003:3003:0002:3002:0001:3001:0000:3000:0023:3023:0022:3022:00
2013-03-31 04:00:00
Y: 4
Z: 4
  1. // This crosses a DST boundary in the UK.
  2. Morris.Area({
  3. element: 'graph',
  4. data: [
  5. {x: '2013-03-30 22:00:00', y: 3, z: 3},
  6. {x: '2013-03-31 00:00:00', y: 2, z: 0},
  7. {x: '2013-03-31 02:00:00', y: 0, z: 2},
  8. {x: '2013-03-31 04:00:00', y: 4, z: 4}
  9. ],
  10. xkey: 'x',
  11. ykeys: ['y', 'z'],
  12. labels: ['Y', 'Z']
  13. });