Fix the other half of Issue 256 (annotation stacking)
[dygraphs.git] / tests / annotation.html
index 31d8723..0e25fb7 100644 (file)
           document.getElementById("events").innerHTML += "special handler<br/>";
         }
       } );
+      annotations.push( {
+        series: 'parabola',
+        x: '20061012',
+        shortText: 'P',
+        text: 'Parabola Annotation at same x-coord'
+      } );
       g.setAnnotations(annotations);
 
       function add() {