v3.8.0
[3.8.0] - 2019-04-15
Updated
- Updated Plotly.js to version 1.47.1. See the
plotly.js CHANGELOG
for more information.
Added
- Three new trace types:
sunburst(plotly/plotly.js#3594),waterfall(plotly/plotly.js#3531), andvolume(plotly/plotly.js#3488). - New
plotly.io.to_htmlandplotly.io.write_htmlfunctions to export figures as html (#1474). - Added
animation_optsargument toplotly.offline.plotandplotly.offline.iplotto control the auto-play animation settings (#1503). Special thanks to @TakodaS for this contribution!
Fixed
- Fix race condition when checking the permissions of the
.plotlysettings directory (#1498). Special thanks to @pb-cdunn for this contribution! - Fix
OSErrorwhen processing time series data using Python 3.7+ (#1402, #1501)
Updated
- Align hoverlabels left and set legend items to constant-size in builtin themes (#1520)