X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Findex.html;h=a91bf068315b1f367e98c0cd75f30210262714aa;hb=f21a0915bc0175cebbfd45ba30c98c7af324c13c;hp=c8c78bac5a625153144f7b9a6658d822b3efd3a3;hpb=ebcf30619bafb55048f60db341dda4c8809e082b;p=dygraphs.git diff --git a/docs/index.html b/docs/index.html index c8c78ba..a91bf06 100644 --- a/docs/index.html +++ b/docs/index.html @@ -435,7 +435,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) Additional styles to apply to the currently-highlighted points div. For example, { 'font-weigth': 'bold' } will make the labels bold. - + highlightCircleSize 3 @@ -443,6 +443,23 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) + drawPoints + false + Draw a small dot at each point, in addition to a line going through + the point. This makes the individual data points easier to see, but can + increase visual clutter in the chart. Default: false + + + + pointSize + 1.0 + 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. + + + pixelsPerXLabel, pixelsPerYLabel 50 Number of pixels to require between each x- and y-label. Larger values @@ -543,5 +560,13 @@ servers -- the data is processed entirely in the client's browser.

Created May 9, 2008 by Dan Vanderkam

+ + + +