1. Add the extra columns to NoisyData to eliminate Javascript warnings
[dygraphs.git] / tests / data.js
index 3cf75fb..29445d4 100644 (file)
@@ -373,7 +373,7 @@ function data() {
 
 function NoisyData() {
 return "" +
-"Date,A,B\n" +
+"Date,A,B,C,D\n" +
 "20061001,3.01953818828,0.7212041046,2.18487394958,0.599318549691\n" +
 "20061002,3.63321799308,0.778297234566,1.69491525424,0.531417655826\n" +
 "20061003,2.44328097731,0.644967734352,2.51256281407,0.640539070386\n" +
@@ -435,16 +435,6 @@ return "" +
 "20061129,1.41093474427,0.495309102312,3.02013422819,0.701020603129";
 }
 
-function NoisyData2() {
-return "" +
-"Date,A,B\n" +
-"20061027,2.30905861456\n" +
-"20061028,4.09252669039\n" +
-"20061029,2.66903914591\n" +
-"20061030,4.74516695958\n" +
-"20061031,2.78260869565\n" +
-"20061101,1.5873015873\n";
-}
 function data_showzerovalues() {
        return "" +
        "20070101,0,39\n" +