Sunguk Lee 99470b93cc 3.30 537.73 7 years ago
..
LICENSE.dygraph.txt e8240b3fd1 2.00 536.26 7 years ago
README.dygraph.txt e8240b3fd1 2.00 536.26 7 years ago
README.webtreemap.txt e8240b3fd1 2.00 536.26 7 years ago
aggregate_results.html 99470b93cc 3.30 537.73 7 years ago
aggregate_results.js 99470b93cc 3.30 537.73 7 years ago
builders.js 99470b93cc 3.30 537.73 7 years ago
builders.jsonp 99470b93cc 3.30 537.73 7 years ago
builders_unittests.js 99470b93cc 3.30 537.73 7 years ago
dashboard_base.js 99470b93cc 3.30 537.73 7 years ago
dygraph-combined.js e8240b3fd1 2.00 536.26 7 years ago
flakiness_dashboard.css 99470b93cc 3.30 537.73 7 years ago
flakiness_dashboard.html 99470b93cc 3.30 537.73 7 years ago
flakiness_dashboard.js 99470b93cc 3.30 537.73 7 years ago
flakiness_dashboard_embedded.html e8240b3fd1 2.00 536.26 7 years ago
flakiness_dashboard_embedded_unittests.js 99470b93cc 3.30 537.73 7 years ago
flakiness_dashboard_tests.css 99470b93cc 3.30 537.73 7 years ago
flakiness_dashboard_unittests.js 99470b93cc 3.30 537.73 7 years ago
history.js 99470b93cc 3.30 537.73 7 years ago
history_unittests.js 99470b93cc 3.30 537.73 7 years ago
loader.js 99470b93cc 3.30 537.73 7 years ago
loader_unittests.js 99470b93cc 3.30 537.73 7 years ago
run-embedded-unittests.html 99470b93cc 3.30 537.73 7 years ago
run-unittests.html 99470b93cc 3.30 537.73 7 years ago
string.js 99470b93cc 3.30 537.73 7 years ago
timeline_explorer.html 99470b93cc 3.30 537.73 7 years ago
timeline_explorer.js 99470b93cc 3.30 537.73 7 years ago
treemap.html 99470b93cc 3.30 537.73 7 years ago
treemap.js 99470b93cc 3.30 537.73 7 years ago
ui.js 99470b93cc 3.30 537.73 7 years ago
webtreemap.css e8240b3fd1 2.00 536.26 7 years ago
webtreemap.js e8240b3fd1 2.00 536.26 7 years ago

README.dygraph.txt

dygraphs JavaScript charting library
Copyright (c) 2006-, Dan Vanderkam.

Support: http://groups.google.com/group/dygraphs-users
Source: http://github.com/danvk/dygraphs
Issues: http://code.google.com/p/dygraphs/


The dygraphs JavaScript library produces produces interactive, zoomable charts of time series.

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
- Compatible with the Google Visualization API

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

Minimal Example










License(s)
dygraphs uses:
- rgbcolor.js (Public Domain)
- strftime.js (BSD License)
- excanvas.js (Apache License)
- YUI compressor (BSD License)

rgbcolor: http://www.phpied.com/rgb-color-parser-in-javascript/
strftime: http://tech.bluesmoon.info/2008/04/strftime-in-javascript.html
excanvas: http://code.google.com/p/explorercanvas/
yui compressor: http://developer.yahoo.com/yui/compressor/

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