X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Flabel-div.html;h=305a86d64cb3b000d07c1519db3717399c5accc8;hb=10494b48b43d9ca8710d441d3c530c7d546f3edf;hp=cfda39ee56040306b127095c23259b69fda57def;hpb=285a6bda6e2d77336fb2ae2cc904039a35e8e755;p=dygraphs.git diff --git a/tests/label-div.html b/tests/label-div.html index cfda39e..305a86d 100644 --- a/tests/label-div.html +++ b/tests/label-div.html @@ -1,10 +1,13 @@ + - noise + + label-div - + + @@ -16,14 +19,49 @@    
+

+ 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. +

+ + + + +