@@ -10,6 +10,45 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
1010where X.Y.Z is the semver of most recent plotly.js release.
1111
1212
13+ ## [ 1.31.0] -- 2017-10-05
14+
15+ ### Added
16+ - Add ` table ` trace type [ #2030 ]
17+ - Add ` geo.center ` making geo views fully reproducible using layout attributes [ #2030 ]
18+ - Add lasso and select-box drag modes to ` scattergeo ` and ` choropleth ` traces
19+ [ #2030 ]
20+ - Add lasso and select-box drag modes to ` bar ` and ` histogram ` traces [ #2045 ]
21+ - Add ` scale ` option to ` Plotly.toImage ` and ` Plotly.downloadImage ` [ #1979 ]
22+ - Add ` plot-schema.json ` to ` dist/ ` [ #1999 ]
23+
24+ ### Changed
25+ - Throttle lasso and select-box events for smoother behavior [ #2040 ]
26+ - Harmonize gl3d and gl2d zoom speed with cartesian behavior [ #2041 ]
27+
28+ ### Fixed
29+ - Fix numerous ` restyle ` and ` relayout ` bugs [ #1999 ]
30+ - Fix handling of extreme off-plot data points in scatter lines [ #2060 ]
31+ - Fix ` hoverinfo ` array support for ` scattergeo ` , ` choropleth ` ,
32+ ` scatterternary ` and ` scattermapbox ` traces [ #2055 ]
33+ - Fix ` Plotly.plot ` MathJax promise chain resolution [ #1991 ]
34+ - Fix legend double-click trace isolation behavior for graphs with
35+ ` visible: false ` traces [ #2019 ]
36+ - Fix legend visibility toggling for traces with ` groupby ` transforms [ #2019 ]
37+ - Fix single-bin histogram edge case [ #2028 ]
38+ - Fix autorange for bar with base zero [ #2050 ]
39+ - Fix annotations arrow rendering when graph div is off the DOM [ #2046 ]
40+ - Fix hover for graphs with ` scattergeo ` markers outside 'usa' scope [ #2030 ]
41+ - Fix handling of cross anti-meridian geo ` lonaxis ` ranges [ #2030 ]
42+ - Fix miter limit for lines on geo subplots [ #2030 ]
43+ - Fix ` marker.opacity ` handling for ` scattergeo ` bubbles [ #2030 ]
44+ - Fix layout animation of secondary axes [ #1999 ]
45+ - Fix ` sankey ` hover text placement for empty ` link.label ` items [ #2016 ]
46+ - Fix ` sankey ` rendering of nodes with very small values [ #2017 , #2021 ]
47+ - Fix ` sankey ` hover label positioning on pages that style the
48+ 'svg-container' div node [ #2027 ]
49+ - Fix aggregation transforms restyle calls [ #2031 ]
50+
51+
1352## [ 1.30.1] -- 2017-09-06
1453
1554### Fixed
0 commit comments