From 81862a8bb3ac6e5fc77bd825ca64d3e217cd33e6 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Thu, 10 Mar 2011 00:59:50 -0500 Subject: [PATCH] add docs for "legend" option --- docs/index.html | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) 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 +
-- 2.7.4