From: Dan Vanderkam Date: Thu, 10 Mar 2011 05:59:50 +0000 (-0500) Subject: add docs for "legend" option X-Git-Tag: v1.0.0~573 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=81862a8bb3ac6e5fc77bd825ca64d3e217cd33e6;p=dygraphs.git add docs for "legend" option --- diff --git a/docs/index.html b/docs/index.html index 8693bc9..c2d120d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -958,8 +958,24 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) Not compatible with showZero, and ignores connectSeparatedPoints. Also, showing log scale with valueRanges that are less than zero will result in an unviewable graph.
-
Tests: logscale, - stock
+
Tests: logscale + stock
+ + + + + legend + string + 'onmouseover' + + Set this to 'always' to always display a legend on the chart. + + This option has some overlapping functionality with + 'hideOverlayOnMouseOut' and 'showLabelsOnHighlight'. It's likely + that these options will be consolidated in the future.
+ +
Tests: noise +