1 <!--#include
virtual=
"header.html" --
>
13 .versions td:first-child {
25 <h2>Version History
</h2>
27 <p>For links to download each release, see the
<a href=
"/download.html">Downloads
</a> page.
</p>
29 <table class=
"versions">
31 <td>1.1.0<p class=
"date">2014-
12-
03</p></td>
35 <li>dygraphs is now
"retina" compatible.
36 <li>Dramatically improved performance for filled charts (i.e. fillGraph)
37 <li>More sensible date ticks:
"Jan 08"→
"Jan 2008",
"29Jan"→
"29 Jan"
38 <li>Using a non-existent option now throws (w/ dygraph-combined-dev.js)
40 <li>The
<code>labelsUTC
</code> option forces UTC formatting for all labels.
41 <li>The new DataHandler system allows for more flexibility in data loading.
42 <li>"this" is set to the dygraph in all callbacks.
43 <li>dygraphs has shrunk, because we moved some stuff into
"extras" (
133kb→
122kb)
46 This will be the last major release to support browsers without a native
<canvas
> implementation. See
<a href=
"http://blog.dygraphs.com/2014/12/dygraphs-110.html">blog post
</a> for more details.
50 <td>1.0.1<p class=
"date">2013-
08-
29</p></td>
51 <td class=
"notes">Minor bug fixes and updates to web site.
</td>
54 <td>1.0.0<p class=
"date">2013-
08-
14</p></td>
55 <td class=
"notes">Initial Release. See
<a href=
"http://blog.dygraphs.com/2013/08/announcing-dygraphs-100.html">blog post
</a>.
</td>
59 <!--#include
virtual=
"footer.html" --
>