File tree 1 file changed +24
-0
lines changed 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,30 @@ 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.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
+
13
37
## [ 1.29.3] -- 2017-07-27
14
38
15
39
### Fixed
You can’t perform that action at this time.
0 commit comments