File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Original file line number Diff line number Diff line change
1
+ # plotly.js changelog.
2
+
3
+ For more context information, please read through the
4
+ [ release notes] ( https://github.com/plotly/plotly.js/releases ) .
5
+
6
+ ## [ 1.0.0] -- 2015-11-17
7
+
8
+ First fully open source release.
9
+
10
+ ### Added
11
+ - Add 2D WebGL plot engine
12
+
13
+ ### Changed
14
+ - Save to cloud is now done via a modebar button by default,
15
+ the ` 'Edit chart' ` link is still available through the
16
+ ` 'showLink' ` plot config.
17
+ - Better double-click notifier CSS
18
+
19
+ ### Fixed
20
+ - Fix ` Plotly.newPlot ` 3D and geo bug.
21
+ - Fix ` plotly_click ` event bug in latest Chrome and Firefox.
22
+
23
+ ### Known limitations
24
+ - Different plot types cannot be mixed in subplots.
25
+ - 2D WebGL has no image test support.
26
+ - Click and hover events are not hooked for gl3d, geo and gl2d
27
+ plot types.
28
+ - Polar chart are under-developed.
You can’t perform that action at this time.
0 commit comments