Skip to content

Commit fe4ea46

Browse files
committed
update changelog for 1.47.0
1 parent 78e7cc6 commit fe4ea46

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,38 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
1010
where X.Y.Z is the semver of most recent plotly.js release.
1111

1212

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+
1345
## [1.46.1] -- 2019-04-02
1446

1547
### Fixed

0 commit comments

Comments
 (0)