Added tests for yValueFormatter and showLabelsOnHighlight. s/staticLabels/showLabelsO...
[dygraphs.git] / tests / callback.html
index 7f9d278..8da7210 100644 (file)
@@ -33,6 +33,7 @@
               rollPeriod: 7,
               showRoller: true,
               errorBars: true,
+              showLabelsOnHighlight: false,
 
               highlightCallback: function(e, x, pts) {
                 s.innerHTML += "<b>Highlight</b> " + pts_info(x,pts) + "<br/>";