From: Robert Konigsberg Date: Mon, 31 Jan 2011 18:07:39 +0000 (-0500) Subject: Add brief docs to index.html about logscale. X-Git-Tag: v1.0.0~587^2~6 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=931ea29d7b6360fcc51b25a33d345f611ed47b0f;p=dygraphs.git Add brief docs to index.html about logscale. --- diff --git a/docs/index.html b/docs/index.html index f8ad937..b3ef8c7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -730,7 +730,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) pointSize - interger + integer 1 The size of the dot to draw on each point in pixels (see drawPoints). A dot is always drawn when a point is "isolated", i.e. there is a missing point on either side of it. This also controls the size of those dots.
Tests: none
@@ -946,6 +946,22 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) + + logscale + boolean + false + + When set for a y-axis, the graph shows that axis in y-scale. Any values less than or equal + to zero are not displayed.

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