X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Flabel-div.html;h=98159118afeaa9d8824162623de819f01093a8e6;hb=f160e4ac8166f74d1f0e5604061564fbca5ba5a5;hp=56d791d96bd17a47ddc83c008a4613657e99c233;hpb=5011e7a1a4764f7ae0b8703e319d635ab6e4abc8;p=dygraphs.git diff --git a/tests/label-div.html b/tests/label-div.html index 56d791d..9815911 100644 --- a/tests/label-div.html +++ b/tests/label-div.html @@ -1,12 +1,10 @@ + - noise - - - - + + label-div + + @@ -16,6 +14,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. +

+ + + + +