From: Robert Konigsberg Date: Fri, 24 Sep 2010 19:22:02 +0000 (-0400) Subject: 1. Add the extra columns to NoisyData to eliminate Javascript warnings X-Git-Tag: v1.0.0~613^2~16 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=07c253a6822456df77fa08e32b51cf6bc76d7ab4;p=dygraphs.git 1. Add the extra columns to NoisyData to eliminate Javascript warnings from Chrome javascript console. 2. Remove NoisyData2, which I needed for development and accidentally left in. --- diff --git a/tests/data.js b/tests/data.js index 3cf75fb..29445d4 100644 --- a/tests/data.js +++ b/tests/data.js @@ -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" +