dygraphs JavaScript charting library
-Version 1.1.0
+Version 1.1.1
Copyright (c) 2006-, Dan Vanderkam.
Documentation: http://dygraphs.com/
{
"name": "dygraphs",
- "version": "v1.1.0",
+ "version": "v1.1.1",
"main": "dygraph-combined.js",
"ignore": [
"Makefile",
<table class="versions">
<tr>
+ <td>1.1.1<p class="date">2015-06-01</p></td>
+ <td class="notes">
+ Minor bug fixes. See <a href="https://github.com/danvk/dygraphs/issues?q=milestone%3A1.1.1+is%3Aclosed">GitHub milestone</a>.
+ </td>
+ </tr>
+
+ <tr>
<td>1.1.0<p class="date">2014-12-03</p></td>
<td class="notes">
Highlights include:
};
Dygraph.NAME = "Dygraph";
-Dygraph.VERSION = "1.1.0";
+Dygraph.VERSION = "1.1.1";
Dygraph.__repr__ = function() {
return "[" + Dygraph.NAME + " " + Dygraph.VERSION + "]";
};
{
"name": "dygraphs",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "dygraphs is a fast, flexible open source JavaScript charting library.",
"main": "dygraph-combined-dev.js",
"directories": {
[
{
+ "version": "1.1.1",
+ "files": [
+ "dygraph-combined.js",
+ "dygraph-combined-dev.js"
+ ]
+ },
+ {
"version": "1.1.0",
"files": [
"dygraph-combined.js",