N.B. This release is an incomplete version of v1.32.0
. It is not published on npm.
Based of plotly.js v1.31.2
with these additions:
Added
- Add
tickformatstops
to set tick format per cartesian axis range [#1965] - Add hover labels and selections to box points [#2094]
- Histogram events & bin hover label improvements [#2113]
- Add support for aggregation in
pie
traces [#2117] - Add
zhoverformat
to formatz
values inheatmap
,contour
and 2d histogram traces [#2106, #2127] - Implement transform inverse mapping [#2126]
Fixed
- Miscellaneous fixes for
table
traces [#2107, 14bc19a] - Fix shape and updatemenu layering [#2121]
- Fix choropleth selection when
visible: false
trace are present on graph [#2099, #2109] - Fix yet another contour drawing bug [#2091]
- Clean up pie event data [#2117]
- Harden location-to-feature against non-string country names for geo subplot [#2122]
- Remove obsolete
smith
attribute from plot schema [#2093]