X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fannotation.html;h=0e25fb75166d9f0d57a7bb68a55d94f061aa6947;hb=b5481aea020c5fa66baef26508671591527bd3df;hp=31d87232c2d864726876fc388ea7e166958e9d41;hpb=7e5ddc9488079169a4311f870727043b5216a81e;p=dygraphs.git diff --git a/tests/annotation.html b/tests/annotation.html index 31d8723..0e25fb7 100644 --- a/tests/annotation.html +++ b/tests/annotation.html @@ -93,6 +93,12 @@ document.getElementById("events").innerHTML += "special handler
"; } } ); + annotations.push( { + series: 'parabola', + x: '20061012', + shortText: 'P', + text: 'Parabola Annotation at same x-coord' + } ); g.setAnnotations(annotations); function add() {