add very basic support for gviz DataTable input
[dygraphs.git] / tests / data.js
index c843d13..68b6187 100644 (file)
@@ -432,14 +432,3 @@ return "" +
 "20061129,1.41093474427,0.495309102312,3.02013422819,0.701020603129";
 }
 
-function HourlyData() {
-return "" +
-"Date,A,B\n" +
-"2009/07/12 00:00:00,3,4\n" +
-"2009/07/12 01:00:00,5,6\n" +
-"2009/07/12 02:00:00,7,6\n" +
-"2009/07/12 03:00:00,6,5\n" +
-"2009/07/12 04:00:00,4,7\n" +
-"2009/07/12 05:00:00,3,6\n" +
-"2009/07/12 06:00:00,4,6"
-}