X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Ftutorial.html;h=a8f84f0a42278526c4fa5f8c91abf306c62fb1de;hb=287c4d68da47248a301bc9087d3b3c7f4ea36a44;hp=c4e4dc59240fd185a067031fccc6006d360485d3;hpb=144034416d8119387dbdc3ce689d7b9fa4b2a0ee;p=dygraphs.git diff --git a/docs/tutorial.html b/docs/tutorial.html index c4e4dc5..a8f84f0 100644 --- a/docs/tutorial.html +++ b/docs/tutorial.html @@ -6,7 +6,7 @@ } -

To use dygraphs, include the dygraph-combined.js JavaScript file and instantiate a Dygraph object.

+

To use dygraphs, include the dygraph-combined-dev.js JavaScript file and instantiate a Dygraph object.

Here's a basic example to get things started:

@@ -17,7 +17,7 @@ <html> <head> <script type="text/javascript" - src="dygraph-combined.js"></script> + src="dygraph-combined-dev.js"></script> </head> <body> <div id="graphdiv"></div> @@ -69,7 +69,7 @@ <html> <head> <script type="text/javascript" - src="dygraph-combined.js"></script> + src="dygraph-combined-dev.js"></script> </head> <body> <div id="graphdiv2" @@ -120,7 +120,7 @@ <html> <head> <script type="text/javascript" - src="dygraph-combined.js"></script> + src="dygraph-combined-dev.js"></script> </head> <body> <div id="graphdiv3"