X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Flabel-div.html;h=51ac4179b4eb7ed94be68b4baf3aa63e0805cf6a;hb=dc836ebb77ab18a402ea4ae590059299d88b0deb;hp=2a2888f59feaed83a2ba13a94afbda4f417cc898;hpb=6f0915955c2a161cc1382469d3da6eede19dc3a5;p=dygraphs.git diff --git a/tests/label-div.html b/tests/label-div.html index 2a2888f..51ac417 100644 --- a/tests/label-div.html +++ b/tests/label-div.html @@ -1,12 +1,13 @@ + label-div - - - - + + + @@ -16,6 +17,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. +

+ + + + +