iownbey / dygraphs

Dygraphs with some extra loving

This URL has Read+Write access

name age message
file .DS_Store Wed Oct 28 11:22:38 -0700 2009 Added everything, including ability to have sta... [Ian Ownbey]
file LICENSE.txt Wed Oct 28 11:22:38 -0700 2009 Added everything, including ability to have sta... [Ian Ownbey]
file README Mon Nov 02 13:44:56 -0800 2009 Updated readme again [Ian Ownbey]
file data.js Wed Oct 28 11:22:38 -0700 2009 Added everything, including ability to have sta... [Ian Ownbey]
directory docs/ Wed Oct 28 11:22:38 -0700 2009 Added everything, including ability to have sta... [Ian Ownbey]
file dygraph-canvas.js Thu Nov 12 13:29:26 -0800 2009 Took out stuff that I dont use but gives us big... [Ian Ownbey]
file dygraph-combined.js Thu Nov 12 13:29:26 -0800 2009 Took out stuff that I dont use but gives us big... [Ian Ownbey]
file dygraph.js Thu Nov 12 13:29:26 -0800 2009 Took out stuff that I dont use but gives us big... [Ian Ownbey]
file gadget.xml Wed Oct 28 11:22:38 -0700 2009 Added everything, including ability to have sta... [Ian Ownbey]
file generate-combined.sh Wed Oct 28 11:22:38 -0700 2009 Added everything, including ability to have sta... [Ian Ownbey]
directory mochikit_v14/ Wed Oct 28 11:22:38 -0700 2009 Added everything, including ability to have sta... [Ian Ownbey]
directory plotkit_v091/ Thu Nov 12 13:29:26 -0800 2009 Took out stuff that I dont use but gives us big... [Ian Ownbey]
directory strftime/ Wed Oct 28 11:22:38 -0700 2009 Added everything, including ability to have sta... [Ian Ownbey]
file test.html Wed Oct 28 11:22:38 -0700 2009 Added everything, including ability to have sta... [Ian Ownbey]
directory tests/ Fri Oct 30 15:35:42 -0700 2009 Dynamic widths make sense now [Ian Ownbey]
README
dygraphs JavaScript charting library
Copyright (c) 2006-, Dan Vanderkam.
http://code.google.com/p/dygraphs/

The dygraphs JavaScript library produces produces interactive, zoomable charts of time series based on CSV files.

Features new to this fork
- Option: dataHasErrorBars -- For when the data has error bars but
          you dont necessarily want to draw them (or you want to toggle them)
- Option: shouldFill -- Works the same as plotkits shouldFill (makes an area graph)
- Option: stackedGraph -- Creates a stacked graph. Sets shouldFill 
          to true unless otherwise stated
- Option: highlightClosestPoint -- This will draw a red halo around the cloest
          point, and surround the associated label with the tag:
          <span class="highlight">LABEL</span>
- Auto-width: You no longer need to explicitly set the width, it will automatically
              find the width of the containing div on load (will not resize though)
- Correct drawing order: will draw the dots over the lines, this can look weird in some
                         situations but is generally more useful.
- Optimizations: General optimizations to speed things up significantly

Features
- Plots time series without using an external server or Flash
- Supports multiple data series
- Supports error bands around data series
- Displays values on mouseover
- Interactive zoom
- Adjustable averaging period
- Customizable click-through actions

Caveats
- Requires Firefox 1.5+ or Safari/WebKit? 1.3+.
- Internet Explorer is poorly supported.

Demo
For a gallery and documentation, see http://danvk.org/dygraphs/

License(s)
dygraphs uses:
 - MochiKit (MIT License)
 - PlotKit (BSD License)
 - excanvas.js (Apache License)

dygraphs is available under the MIT license, included in LICENSE.txt.