Fixed
- Raise a clear
ValueErrorwhen an unsupported marginal plot type is passed to Plotly Express, instead of failing later with a cryptic'NoneType' object has no attribute 'constructor'message [#5625], with thanks to @eugen-goebel for the contribution!
Updated
- Update plotly.js from version 3.6.0 to version 3.7.0. See the plotly.js release notes for more information [#5639]. Notable changes include:
- Rename
sendDataToCloudmodebar button tosendChartToCloud, and update to upload chart to Plotly Cloud [#7802, #7852, #7854]. NOTE: The Plotly Cloud endpoint for receiving charts is not yet functional, so this button won't complete the upload. - Fix stale
scatterglerror bars after toggling traces with mixed error bar visibility [#7773], with thanks to @JulienIcon for the contribution! - Fix geo
fitboundsto choose a compact longitude range when point data straddles the antimeridian [#7837], with thanks to @SharadhNaidu for the contribution!
- Rename
Full Changelog: v6.8.0...v6.9.0