Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dca1c8d

Browse files
committed
update changelog for 1.30.0
1 parent b98aac2 commit dca1c8d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,30 @@ 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.30.0] -- 2017-08-21
14+
15+
### Added
16+
- Add aggregate transform [#1924]
17+
- Add `constraintext` attribute for bar traces [#1931]
18+
- Add axis `layer` attribute to ternary axes [#1952]
19+
- Add cross-trace matching auto-binning logic to histogram traces [#1944]
20+
- Add `data/layout/config` api to `Plotly.toImage` to generate a static
21+
graph without having to render an interactive graph first [#1939]
22+
- Add `nameformat` attribute to `groupby` transforms to set pattern by which
23+
grouped traces are named [#1919]
24+
25+
### Fixed
26+
- Fix hover label exponents [#1932, #1949]
27+
- Fix scatter fill with isolated endpoints [#1933]
28+
- Fix parcoords axis tick scale when `ticktext` is unordered [#1945]
29+
- Fix sankey with 4 multi-links or more [#1934]
30+
- Fix exponent labels beyond SI prefixes [#1930]
31+
- Fix image generation for marker gradient legend items [#1928]
32+
- Fix parcoords image generation when multiple parcoords graphs
33+
are present on page [#1947]
34+
- Ignore bare closing tags in pseudo-html string inputs [#1926]
35+
36+
1337
## [1.29.3] -- 2017-07-27
1438

1539
### Fixed

0 commit comments

Comments
 (0)