@@ -10,6 +10,40 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
10
10
where X.Y.Z is the semver of most recent plotly.js release.
11
11
12
12
13
+ ## [ 1.11.0] -- 2016-05-17
14
+
15
+ ### Added
16
+ - Add top-level methods ` Plotly.toImage ` to convert a plotly graph to an image
17
+ data URL (svg, png, jpg, and webp are supported) and ` Plotly.downloadImage ` to
18
+ download a plotly graph as an image [ #446 ]
19
+ - Add the ability to add arbitrary images loaded from a url to a plot's layout
20
+ [ #525 ]
21
+ - Add the option of making legend span horizontally [ #535 ]
22
+ - Add ` connectgaps ` attribute to ` scattergl ` traces [ #449 ]
23
+ - Add new 'relative' bar mode which stacks on top of one another with negative
24
+ values below the axis, positive values above [ #517 ]
25
+ - Add support for the 'winkel tripel' projection in geo subplots [ #492 ]
26
+ - Event ` plotly_relayout ` is now emitted on gl2d subplot drag/pan/zoom
27
+ interactions [ #466 ]
28
+ - Add support for fill coloring in ` contourgl ` traces [ #522 , #543 ]
29
+
30
+ ### Changed
31
+ - Cartesian on-hover routine is now uses a 50ms interval between search calls
32
+ instead of 100ms for smoother displaying hover labels [ #514 ]
33
+ - [ Internal change] fullLayout ` _has ` fields are replaced by a ` _has ` method
34
+ which checks if a particular plot type is present on a graph [ #491 ]
35
+
36
+ ### Fixed
37
+ - Bar widths of traces with null coordinates are now correctly computed [ #542 ]
38
+ - Error bar spans on bar traces with null coordinates are now correctly computed
39
+ [ #542 ]
40
+ - All promises spawn in ` Plotly.plot ` are now guaranteed to be resolved before
41
+ the final resolve [ #521 ]
42
+ - Restyling ` scatterternary ` data attributes is now working [ #540 ]
43
+ - Error bar of 0 length in log axes are not included in hover labels (instead of
44
+ showing ` NaN ` s) [ #533 ]
45
+
46
+
13
47
## [ 1.10.2] -- 2016-05-05
14
48
15
49
### Fixed
0 commit comments