@@ -10,6 +10,37 @@ 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.47.0] -- 2019-04-09
14
+
15
+ ### Added
16
+ - New ` volume ` gl3d trace type [ #3488 ]
17
+ - Implement node grouping via box and lasso selections for ` sankey ` traces [ #3712 , #3750 ]
18
+ - Implement ` hovermode: 'x' ` for ` sankey ` traces,
19
+ allowing users to compare links in a flow on hover [ #3730 ]
20
+ - Add way for ` Plotly.toImage ` and ` Plotly.downloadImage ` to export images
21
+ with current graph width/height by passing width/height option as ` null ` [ #3746 ]
22
+ - Add legend attribute ` itemsizing ` with value ` 'constant' ` making legend item symbol sizing
23
+ independent of the sizing of their corresponding trace item [ #3732 ]
24
+ - Add ` hoverlabel.align ` with value ` 'left' ` , ` 'right' ` and ` 'auto' ` to set the horizontal
25
+ alignment of the text content within hover labels [ #3753 ]
26
+ - Add ` contour.start ` , ` contour.end ` and ` contour.size ` attribute to ` surface ` traces [ #3469 ]
27
+
28
+ ### Changed
29
+ - Allow re-plot during drag interactions [ #3716 ]
30
+ - Use high-precision in ` scattergl ` error bars shader [ #3739 ]
31
+
32
+ ### Fixed
33
+ - Fix implementation of geo ` lonaxis ` and ` lataxis ` attribute ` tick0 ` [ #3706 ]
34
+ - Fix ` scrollZoom: false ` configuration on mapbox subplots [ #3745 ]
35
+ - Fix rendering of alpha channel in ` mesh3d ` traces [ #3744 ]
36
+ - Fix ` hoverlabel.namelength: 0 ` case [ #3734 ]
37
+ - Fix implementation of ` hoverlabel.namelength ` for ` pie ` , ` sankey ` , ` sunburst ` and
38
+ the gl3d traces [ #3734 ]
39
+ - Fix ` waterfall ` rendering when transforms filter out all
40
+ increasing or decreasing bars [ #3720 ]
41
+ - Fix clip-path attributes for pages with parenthesis in their ` <base> ` URL [ #3725 ]
42
+
43
+
13
44
## [ 1.46.1] -- 2019-04-02
14
45
15
46
### Fixed
0 commit comments