X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Fdownload.html;h=3f5ccefb210da12717be58db7972dfc052fdeb7c;hb=59ee387ba6d5113ceedba2b16b1c0c53ddfa072c;hp=66a7e7ffc4f905256bf69986c54bb5c124607309;hpb=144034416d8119387dbdc3ce689d7b9fa4b2a0ee;p=dygraphs.git diff --git a/docs/download.html b/docs/download.html index 66a7e7f..3f5ccef 100644 --- a/docs/download.html +++ b/docs/download.html @@ -1,11 +1,35 @@ + + + -
-

Most users will want the minified JavaScript:

-

dygraph-combined.js

-
-

For dev (non-minified) JS, see dygraph-dev.js on github. +

The current version of dygraphs is 1.0.0. Most users will want to download minified files for this version:

+ +
+

dygraph.min.js

+

For dev (non-minified) JS, see dygraph-dev.js on github. + +

To generate your own minified JS, run:

+ +
git clone https://github.com/danvk/dygraphs.git
+./generate-combined.sh
+
+ +

This will create a dygraph.min.js file in the dygraphs directory.

+ +

You may also download files for previously-released versions:

+ + + + +