Allow width/height to be specified as a % and as an attribute. Handle datetime proper...
[dygraphs.git] / tests / data.js
index 75da280..9dbdc27 100644 (file)
@@ -1,6 +1,5 @@
-function data() {
+function data_nolabel() {
 return "" +
-"Date,High,Low\n" +
 "20070101,62,39\n" +
 "20070102,62,44\n" +
 "20070103,62,42\n" +
@@ -368,6 +367,10 @@ return "" +
 "20071231,57,42\n";
 }
 
+function data() {
+  return "Date,High,Low\n" + data_nolabel();
+}
+
 function NoisyData() {
 return "" +
 "Date,A,B\n" +