@@ -9,6 +9,47 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
9
9
10
10
where X.Y.Z is the semver of most recent plotly.js release.
11
11
12
+ ## [ 1.6.0] -- 2016-02-29
13
+
14
+ ### Added
15
+ - SVG cartesian, 3D geographic maps and pie chart can now coexist on the same
16
+ graph [ #246 , #258 , #289 ]
17
+ - Legends with long item lists are now scrollable (instead of being cropped)
18
+ [ #243 ]
19
+ - Event ` plotly_deselect ` is now emitted after double-clicking in ` select ` and
20
+ ` lasso ` drag modes.
21
+ - Event ` plotly_doubleclick ` is now emitted after double-clicking on SVG cartesian
22
+ graphs in ` zoom ` and ` pan ` drag modes.
23
+ - Layout attributes ` dragmode ` and ` hovermode ` can now be set individually in
24
+ each scene [ #258 ]
25
+ - ` Plotly.Plots.resize ` now returns a promise. [ #253 , #262 ]
26
+
27
+ ### Fixed
28
+
29
+ - ` Plotly.deleteTraces ` now properly deletes the last trace of a cartesian
30
+ subplot [ #289 ]
31
+ - ` Plotly.deleteTraces ` now works on heatmap, contour, pie, surface, mesh3d and
32
+ geo trace types [ #289 ]
33
+ - ` Plotly.deleteTraces ` now properly delete color bars associated with deleted
34
+ traces
35
+ - Clearing cartesian axes via ` relayout ` no longer results in an uncaught error
36
+ [ #289 ]
37
+ - Events ` plotly_hover ` , ` plotly_unhover ` and ` plotly_click ` are properly
38
+ emitted on 3D graphs [ #240 ]
39
+ - Null and undefined categories are properly skipped over [ #286 ]
40
+ - Hover labels on 3D graphs are now properly hidden when ` hovermode ` is set to
41
+ false [ #258 ]
42
+ - Multi-scene 3D graphs now set their camera position via their own scene
43
+ attributes [ #258 ]
44
+ - Toggling ` hovermode ` on 3D graphs no longer resets the scene domain [ #258 ]
45
+ - Resetting the camera position on scenes where the ` camera ` attribute was
46
+ supplied no longer results in an uncaught error [ #258 ]
47
+ - Axis attributes ` hoverformat ` , ` tickprefix ` , ` ticksuffix ` are honored even
48
+ when ` showticklabels ` is set to false [ #267 ]
49
+ - Config option ` doubleClick ` set to ` 'reset' ` now properly handles auto-ranged
50
+ axes [ #285 ]
51
+
52
+
12
53
## [ 1.5.2] -- 2016-02-10
13
54
14
55
### Fixed
0 commit comments