Fix to bug 111, now always rendering all points whether they're in the canvas viewpor...
[dygraphs.git] / tests / data.js
index 5f61b95..3cf75fb 100644 (file)
@@ -435,6 +435,16 @@ 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" +