You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>synchronizer only syncs when graphs are ready</li>
86
+
<li>Reset on synchronized graphs failed </li>
87
+
<li>fix to improve synchronizer performance </li>
88
+
<li>binary search bug fix in synchronizer</li>
89
+
<li>Fix range selection when chart is located inside fullscreen element </li>
90
+
<li>fillAlpha can be set per-series when fillGraph is set.</li>
91
+
<li>xRangePad was ignored on unzoom </li>
92
+
<li>Allow selected points where canvas-y coordinate is 0</li>
93
+
<li>Using valueRange with Logscale and yRangePad has unexpected results </li>
94
+
<li>With "drawGapEdgePoints", unwanted point often drawn at beginning of chart </li>
95
+
</ul>
96
+
97
+
Other user-visible changes:
98
+
<ul>
99
+
<li>“legend: follow” positioning changes</li>
100
+
</ul>
101
+
102
+
Internal refactors:
103
+
<ul>
104
+
<li>Code moved into a “src/“ directory</li>
105
+
<li>Tests use Mocha instead of jstd</li>
106
+
<li>dygraphs is split into ES6 modules and uses some ES6 features (e.g. arrows and destructuring).</li>
107
+
<li>dygraphs is built using babel & browserify</li>
108
+
<li>Code coverage is tracked continuously</li>
109
+
<li>Bundle size is now tracked continuously</li>
110
+
</ul>
111
+
</td>
112
+
</tr>
30
113
<tr>
31
114
<td>1.1.1<pclass="date">2015-06-01</p></td>
32
115
<tdclass="notes">
@@ -35,20 +118,21 @@ <h2>Version History</h2>
35
118
<li>Minor bug fixes.</li>
36
119
</ul>
37
120
</td>
38
-
121
+
</tr>
122
+
<tr>
39
123
<td>1.1.0<pclass="date">2014-12-03</p></td>
40
124
<tdclass="notes">
41
125
Highlights include:
42
126
<ul>
43
-
<li>dygraphs is now "retina" compatible.
44
-
<li>Dramatically improved performance for filled charts (i.e. fillGraph)
45
-
<li>More sensible date ticks: "Jan 08"→"Jan 2008", "29Jan"→"29 Jan"
46
-
<li>Using a non-existent option now throws (w/ dygraph-combined-dev.js)
47
-
<li>x-axis log scales
48
-
<li>The <code>labelsUTC</code> option forces UTC formatting for all labels.
49
-
<li>The new DataHandler system allows for more flexibility in data loading.
50
-
<li>"this" is set to the dygraph in all callbacks.
51
-
<li>dygraphs has shrunk, because we moved some stuff into "extras" (133kb→122kb)
127
+
<li>dygraphs is now "retina" compatible.</li>
128
+
<li>Dramatically improved performance for filled charts (i.e. fillGraph)</li>
129
+
<li>More sensible date ticks: "Jan 08"→"Jan 2008", "29Jan"→"29 Jan"</li>
130
+
<li>Using a non-existent option now throws (w/ dygraph-combined-dev.js)</li>
131
+
<li>x-axis log scales</li>
132
+
<li>The <code>labelsUTC</code> option forces UTC formatting for all labels.</li>
133
+
<li>The new DataHandler system allows for more flexibility in data loading.</li>
134
+
<li>"this" is set to the dygraph in all callbacks.</li>
135
+
<li>dygraphs has shrunk, because we moved some stuff into "extras" (133kb→122kb)</li>
52
136
</ul>
53
137
54
138
This will be the last major release to support browsers without a native <canvas> implementation. See <ahref="http://blog.dygraphs.com/2014/12/dygraphs-110.html">blog post</a> for more details.
0 commit comments