@@ -10,6 +10,38 @@ 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
+ - Add ` isosurface ` and ` volume ` to the ` gl3d ` bundle [ #3488 ]
28
+
29
+ ### Changed
30
+ - Allow re-plot during drag interactions [ #3716 ]
31
+ - Use high-precision in ` scattergl ` error bars shader [ #3739 ]
32
+
33
+ ### Fixed
34
+ - Fix implementation of geo ` lonaxis ` and ` lataxis ` attribute ` tick0 ` [ #3706 ]
35
+ - Fix ` scrollZoom: false ` configuration on mapbox subplots [ #3745 ]
36
+ - Fix rendering of alpha channel in ` mesh3d ` traces [ #3744 ]
37
+ - Fix ` hoverlabel.namelength: 0 ` case [ #3734 ]
38
+ - Fix implementation of ` hoverlabel.namelength ` for ` pie ` , ` sankey ` , ` sunburst ` and
39
+ the gl3d traces [ #3734 ]
40
+ - Fix ` waterfall ` rendering when transforms filter out all
41
+ increasing or decreasing bars [ #3720 ]
42
+ - Fix clip-path attributes for pages with parenthesis in their ` <base> ` URL [ #3725 ]
43
+
44
+
13
45
## [ 1.46.1] -- 2019-04-02
14
46
15
47
### Fixed
0 commit comments