X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Findex.html;h=cb4f362778fd122b6cf538bb30d10328045bb8be;hb=bb89f4463bfe972067bd9894421a98ed0563292c;hp=ab81d9034dcea71df163d2de42037546704bf812;hpb=672f92a0ad926bc4d01cbffc2f165c28f56b7b25;p=dygraphs.git diff --git a/docs/index.html b/docs/index.html index ab81d90..cb4f362 100644 --- a/docs/index.html +++ b/docs/index.html @@ -86,6 +86,8 @@ ); +

For more demos, browse the dygraph tests directory.

+

Usage

The dygraphs library depends on two other JS libraries: MochiKit and PlotKit. Rather than tracking down copies of these libraries, I recommend using a packed version of dygraphs that combines all three libraries into a single JS file. Either grab this file from dygraph project's downloads page or create it yourself by checking out a copy of the code and running: @@ -313,7 +315,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)

Other Options

-

These are the options that can be passed in through the optional third parameter of the Dygraph constructor.

+

These are the options that can be passed in through the optional third parameter of the Dygraph constructor. To see demonstrations of many of these options, browse the dygraphs tests directory.

NameSample ValueDescription