Fix bug 428, add test which catches exception. What an annoying little bug.
[dygraphs.git] / tests / custom-bars.html
index 6fa8762..c489b0e 100644 (file)
@@ -32,7 +32,8 @@
                     [9, [10,  50, 100]]
                   ], {
                     customBars: true,
-                    errorBars: true
+                    errorBars: true,
+                    labels: ['X', 'Y']
                   }
                  );
     </script>