Fix most warnings
[dygraphs.git] / auto_tests / tests / error_bars.js
index bb6c1d9..2fd5ae4 100644 (file)
@@ -36,7 +36,8 @@ it('testErrorBarsDrawn', function() {
       }
     },
     customBars: true,
-    errorBars: true
+    errorBars: true,
+    labels: ['X', 'Y']
   };
   var data = [
                [1, [10,  10, 100]],