1 dygraphs JavaScript charting library
2 Copyright (c) 2006-, Dan Vanderkam.
3 http://code.google.com/p/dygraphs/
5 The dygraphs JavaScript library produces produces interactive, zoomable charts of time series.
8 - Plots time series without using an external server or Flash
9 - Supports multiple data series
10 - Supports error bands around data series
11 - Displays values on mouseover
13 - Adjustable averaging period
14 - Customizable click-through actions
15 - Compatible with the Google Visualization API
18 - Requires Firefox 1.5+ or Safari/WebKit? 1.3+.
19 - Internet Explorer is poorly supported.
22 For a gallery and documentation, see http://danvk.org/dygraphs/
27 <script type="text/javascript" src="dygraph-combined.js"></script>
30 <div id="graphdiv"></div>
31 <script type="text/javascript">
33 document.getElementById("graphdiv"), // containing div
34 "Date,Temperature\n" + // the data series
46 - MochiKit (MIT License)
47 - PlotKit (BSD License)
48 - excanvas.js (Apache License)
50 dygraphs is available under the MIT license, included in LICENSE.txt.