OLD | NEW |
1 dygraphs JavaScript charting library | 1 dygraphs JavaScript charting library |
2 Copyright (c) 2006-, Dan Vanderkam. | 2 Copyright (c) 2006-, Dan Vanderkam. |
3 | 3 |
4 Support: http://groups.google.com/group/dygraphs-users | 4 Support: http://groups.google.com/group/dygraphs-users |
5 Source: http://github.com/danvk/dygraphs | 5 Source: http://github.com/danvk/dygraphs |
6 Issues: http://code.google.com/p/dygraphs/ | 6 Issues: http://code.google.com/p/dygraphs/ |
7 | 7 |
8 | 8 |
9 The dygraphs JavaScript library produces produces interactive, zoomable charts o
f time series. | 9 The dygraphs JavaScript library produces produces interactive, zoomable charts o
f time series. |
10 | 10 |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 - strftime.js (BSD License) | 46 - strftime.js (BSD License) |
47 - excanvas.js (Apache License) | 47 - excanvas.js (Apache License) |
48 - YUI compressor (BSD License) | 48 - YUI compressor (BSD License) |
49 | 49 |
50 rgbcolor: http://www.phpied.com/rgb-color-parser-in-javascript/ | 50 rgbcolor: http://www.phpied.com/rgb-color-parser-in-javascript/ |
51 strftime: http://tech.bluesmoon.info/2008/04/strftime-in-javascript.html | 51 strftime: http://tech.bluesmoon.info/2008/04/strftime-in-javascript.html |
52 excanvas: http://code.google.com/p/explorercanvas/ | 52 excanvas: http://code.google.com/p/explorercanvas/ |
53 yui compressor: http://developer.yahoo.com/yui/compressor/ | 53 yui compressor: http://developer.yahoo.com/yui/compressor/ |
54 | 54 |
55 dygraphs is available under the MIT license, included in LICENSE.txt. | 55 dygraphs is available under the MIT license, included in LICENSE.txt. |
OLD | NEW |