dygraphs
Version:
dygraphs is a fast, flexible open source JavaScript charting library.
174 lines (146 loc) • 9.73 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dygraphs — downloads list</title>
<link rel="stylesheet" type="text/css" href=".jslibs/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="dist/dygraph.css" />
<link rel="stylesheet" type="text/css" href="common/vextlnk.css" />
<link rel="stylesheet" type="text/css" href="site.css" />
<script type="text/javascript" src=".jslibs/jquery.min.js"></script>
<script type="text/javascript" src=".jslibs/bootstrap.min.js"></script>
<script type="text/javascript" src="dist/dygraph.js"></script>
</head>
<body>
<nav id="header" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-responsive-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">dygraphs</a>
</div><!-- /navbar-header -->
<div class="collapse navbar-collapse" id="navbar-responsive-collapse">
<!-- TODO(danvk): fill in relevant links here -->
<ul class="nav navbar-nav">
<li class="dropdown">
<a class="dropdown-toggle" id="drop3" role="button" data-toggle="dropdown" href="#">Documentation<b class="caret"></b></a>
<ul id="menu0" class="dropdown-menu" role="menu" aria-labelledby="drop3">
<li role="presentation"><a role="menuitem" tabindex="-1" href="tutorial.html">Tutorial</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="options.html">Options Reference</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="jsdoc/symbols/Dygraph.html">API Reference</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="data.html">Data Format</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="annotations.html">Annotations</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="css.html">CSS Reference</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="versions.html">Version History</a></li>
<li role="separator" class="divider"></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="ie.html">Notes on Internet Explorer</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" id="drop4" role="button" data-toggle="dropdown" href="#">Examples<b class="caret"></b></a>
<ul id="menu1" class="dropdown-menu" role="menu" aria-labelledby="drop4">
<li role="presentation"><a role="menuitem" tabindex="-1" href="gallery/">Demo Gallery</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="users.html">List of Users</a></li>
<li role="separator" class="divider"></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="tests/">Test Cases</a></li>
<li role="separator" class="divider"></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://dygraphs.com/fiddle/">Play</a></li>
</ul>
</li>
<li><a class="xnavbar-link" href="download.html">Download</a></li>
<li class="dropdown">
<a class="dropdown-toggle" id="drop7" role="button" data-toggle="dropdown" href="#">Community <b class="caret"></b></a>
<ul id="menu4" class="dropdown-menu" role="menu" aria-labelledby="drop7">
<li role="presentation"><a role="menuitem" tabindex="-1" href="http://blog.dygraphs.com/">Blog</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://stackoverflow.com/questions/ask?tags=dygraphs+javascript">Ask a Question</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://stackoverflow.com/questions/tagged/dygraphs">Stack Overflow</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://groups.google.com/g/dygraphs-users">Mailing List</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" id="drop6" role="button" data-toggle="dropdown" href="#">Contribute <b class="caret"></b></a>
<ul id="menu3" class="dropdown-menu" role="menu" aria-labelledby="drop6">
<li role="presentation"><a role="menuitem" tabindex="-1" href="changes.html">Contributors Guide</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/danvk/dygraphs">Source (Github)</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/danvk/dygraphs/issues">Issue Tracker</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/danvk/dygraphs/issues/new">Report a Bug</a></li>
</ul>
</li>
</ul><!-- /navbar-nav -->
</div><!-- /navbar-responsive-collapse -->
</div><!-- container-fluid -->
</nav>
<div class="container" id="main">
<div class="row">
<div class="col-lg-12">
<!--
DO NOT EDIT THIS FILE!
This file is generated by generate-download.py.
-->
<p>The current version of dygraphs is <b>2.2.0</b>.
Most users will want to download minified files for this version:</p>
<div id="current-release" class="panel">
<p><a href="2.2.0/dist/dygraph.min.js">dygraph.min.js</a></p><p><a href="2.2.0/dist/dygraph.js">dygraph.js</a></p><p><a href="2.2.0/dist/dygraph.css">dygraph.css</a></p>
</div>
<p>For recent releases, <a href="https://github.com/danvk/dygraphs/releases/tag/v2.2.0">GitHub
Releases</a> hosts both source tarball
(<tt>dygraphs_2.2.0.orig.tar.gz</tt>, basically
the git repository packaged up) and binary release
(<tt>dygraphs-2.2.0.tgz</tt>, identical with
what was uploaded to NPM). The latter contains the precompiled
CSS and JS files in both readable and minified forms as well as
a copy of the documentation site, ideal for end users.
The former only contains the source code needed to build all of it;
distro packagers will want that file.</p>
<p>There's a hosted version of dygraphs on <a
href="https://unpkg.com/dygraphs/">UNPKG</a>:</p>
<pre><script type="text/javascript" src="https://unpkg.com/dygraphs@2.2.0/dist/dygraph.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/dygraphs@2.2.0/dist/dygraph.min.css" />
</pre>
<p>There's a hosted version of dygraphs on <a
href="https://cdnjs.com/libraries/dygraph">cdnjs.com</a>:</p>
<pre><script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/dygraph/2.2.0/dygraph.min.js"></script>
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/dygraph/2.2.0/dygraph.min.css" />
</pre>
<p>But note that use of CDNs violates the EU-GDPR. Besides the tarballs
(see above) you can also install dygraphs locally into your project
instead using <a href="https://www.npmjs.org/package/dygraphs">NPM</a>:</p>
<pre>$ npm install dygraphs
# dygraphs is now in node_modules/dygraphs/dist/dygraph.{css,js} for
# the browser, and node_modules/dygraphs/index{,.es5}.js for nodejs</pre>
<p>Most distributions include a source map to facilitate debugging.</p>
<p>To generate your own minified JS, install the prerequisites…</p><ul>
<li><tt>mksh</tt></li>
<li><tt>pax</tt></li>
<li><tt>python3</tt></li>
</ul><p>… and run:</p>
<pre>git clone https://github.com/danvk/dygraphs.git
cd dygraphs
npm install
npm run build-jsonly
</pre>
<p>This will create a <tt>dygraph.min.css</tt> and a <tt>dygraph.min.js</tt>
file in the <code>dist</code> directory.</p>
<p>You may also download files for previously-released versions:</p>
<ul>
<li>2.1.0: <a href="2.1.0/dist/dygraph.min.js">dygraph.min.js</a>, <a href="2.1.0/dist/dygraph.js">dygraph.js</a>, <a href="2.1.0/dist/dygraph.css">dygraph.css</a> (<a href="2.1.0/">2.1.0 docs</a>)
<li>2.0.0: <a href="2.0.0/dist/dygraph.min.js">dygraph.min.js</a>, <a href="2.0.0/dist/dygraph.js">dygraph.js</a>, <a href="2.0.0/dist/dygraph.css">dygraph.css</a> (<a href="2.0.0/">2.0.0 docs</a>)
<li>1.1.1: <a href="1.1.1/dygraph-combined.js">dygraph-combined.js</a>, <a href="1.1.1/dygraph-combined-dev.js">dygraph-combined-dev.js</a> (<a href="1.1.1/">1.1.1 docs</a>)
<li>1.1.0: <a href="1.1.0/dygraph-combined.js">dygraph-combined.js</a>, <a href="1.1.0/dygraph-combined-dev.js">dygraph-combined-dev.js</a> (<a href="1.1.0/">1.1.0 docs</a>)
<li>1.0.1: <a href="1.0.1/dygraph-combined.js">dygraph-combined.js</a> (<a href="1.0.1/">1.0.1 docs</a>)
<li>1.0.0: <a href="1.0.0/dygraph-combined.js">dygraph-combined.js</a> (<a href="1.0.0/">1.0.0 docs</a>)
</ul>
<p>See <a href="https://dygraphs.com/versions.html">Version History</a>
for more information on each release.</p>
</div> <!-- .col-lg-12 -->
</div> <!-- /div.row -->
</div> <!-- /div#main.container -->
<!-- TODO(danvk): add a real footer -->
<!--@@@IFIMPRINT:<div class="container" style="border:1px solid green; margin-bottom:1ex;">@@@PLACE_IMPRINT_LINK_HERE_IF_NECESSARY@@@</div>:FIIMPRINT@@@-->
</body>
</html>