Skip to content

Commit bf86a4c

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

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,37 @@ 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+
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+
1344
## [1.46.1] -- 2019-04-02
1445

1546
### Fixed

0 commit comments

Comments
 (0)