dygraphs JavaScript charting library
Copyright (c) 2006-, Dan Vanderkam.
+Documentation: http://dygraphs.com/
Support: http://groups.google.com/group/dygraphs-users
Source: http://github.com/danvk/dygraphs
Issues: http://code.google.com/p/dygraphs/
- Compatible with the Google Visualization API
Demo
-For a gallery and documentation, see http://danvk.org/dygraphs/
+For a gallery and documentation, see http://dygraphs.com/
Minimal Example
<html>
This is not the file you are looking for.
-A reasonably up-to-date version can be found at http://danvk.org/dygraphs/dygraph-combined.js
+A reasonably up-to-date version can be found at http://dygraphs.com/dygraph-combined.js
dygraph-combined.js is a "packed" version of the larger dygraphs JS files. It is
smaller and loads more quickly, but is harder to debug.
And error bars will be calculated automatically using a binomial distribution.
- For further documentation and examples, see http://www.danvk.org/dygraphs
+ For further documentation and examples, see http://dygraphs.com/
*/
description="Interactive, zoomable chart"
author="Dan Vanderkam"
author_email="danvdk@gmail.com"
- thumbnail="http://danvk.org/dygraphs/thumbnail.png"
+ thumbnail="http://dygraphs.com/thumbnail.png"
>
<!-- TODO(danvk): change these -->
<!--
<!-- Load the Google common loader, that is later used to load the Visualization API. -->
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
- <script src="http://danvk.org/dygraphs/dygraph-combined.js" type="text/javascript"></script>
+ <script src="http://dygraphs.com/dygraph-combined.js" type="text/javascript"></script>
<div id="chartdiv" style="overflow: auto;"><img src="http://www.google.com/ig/images/spinner.gif" /></div>