X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Flabel-div.html;h=489d343f6fb04d3341d0b00a14e57281993a9b45;hb=966ac3fa0de18a7b5ddefe4aba6938d8358ea0cf;hp=98fdf0f831a3f3f46b6421bf554eab2e878a31ac;hpb=bb66df31ffc04645f3227d81651574dd5d4561ae;p=dygraphs.git diff --git a/tests/label-div.html b/tests/label-div.html index 98fdf0f..489d343 100644 --- a/tests/label-div.html +++ b/tests/label-div.html @@ -1,13 +1,17 @@ + + label-div - - - - + + + @@ -17,6 +21,28 @@    
+

+ The following chart should be the same as above. Here we use the + labelsDiv id instead of the actual labelsDiv element.
This is + useful when the labelsDiv element has not been attached to the + DOM when the chart/options is created: +

+ + + + +
   
+

+ The following chart shows the labelsShowZeroValues option in use. + When any point has a zero value the label is not shown. This is + useful when there are many zero values in a point and the user + is only interested in the non-zero points. +

+ + + + +