X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2FlabelsDateUTC.html;h=fe267536782d0af14cc3c2589bda39c5c1c4a7f1;hb=c4c10db644336a08b581e2efdb3ad75b950c905c;hp=a4abfc303fadbf61781ddf495363b7a21d110358;hpb=4c765ad994f31064b8f1a2793cdb87ff95834db8;p=dygraphs.git diff --git a/tests/labelsDateUTC.html b/tests/labelsDateUTC.html index a4abfc3..fe26753 100644 --- a/tests/labelsDateUTC.html +++ b/tests/labelsDateUTC.html @@ -1,23 +1,19 @@ - UTC date labels - - +

UTC date and time labels

This shows how date ticks and labels may be generated according to local - time (default) or UTC with the option labelsDateUTC.

+ time (default) or UTC with the option labelsUTC.

72 hours of random hourly data since 2009-Jul-23 18:00 UTC according to local time (top) and UTC (bottom):

@@ -54,7 +50,7 @@ document.getElementById("div_utc"), data, { - labelsDateUTC: true, + labelsUTC: true, labels: ['UTC', 'random'] } );