X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Findex.html;h=a91bf068315b1f367e98c0cd75f30210262714aa;hb=d16579a0ee27bb61214365d5de803121bab2a305;hp=cb4f362778fd122b6cf538bb30d10328045bb8be;hpb=bb89f4463bfe972067bd9894421a98ed0563292c;p=dygraphs.git diff --git a/docs/index.html b/docs/index.html index cb4f362..a91bf06 100644 --- a/docs/index.html +++ b/docs/index.html @@ -320,6 +320,15 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) + + + + + + @@ -426,7 +435,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) - + @@ -434,6 +443,23 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) + + + + + + + + + + + +
NameSample ValueDescription
includeZerotrue, falseUsually, dygraphs will use the range of the data plus some padding to + set the range of the y-axis. If this option is set, the y-axis will always + include zero, typically as the lowest value. This can be used to avoid + exaggerating the variance in the data.
rollPeriod 7 Number of days over which to average data. Discussed extensively above.Additional styles to apply to the currently-highlighted points div. For example, { 'font-weigth': 'bold' } will make the labels bold.
highlightCircleSize 3
drawPointsfalseDraw 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
pointSize1.0The 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 @@ -528,7 +554,19 @@ dygraphs library.

object's valueOf method. +

Data Policy

+

dygraphs is purely client-side JavaScript. It does not send your data to any +servers -- the data is processed entirely in the client's browser.

+

Created May 9, 2008 by Dan Vanderkam

+ + + +