plotly v3.10.0 Release Notes

Release Date: 2019-05-31 // almost 5 years ago
  • ⚡️ Updated

    ➕ Added

    • Added funnel trace (plotly/plotly.js#3817, plotly/plotly.js#3911)
    • Added funnelarea traces (#3876, #3912)
    • Added support for shared color axes via coloraxis attributes in the layout (#3803, #3786, #3901, #3916)
    • Added support for sorting categorical cartesian axes by value (#3864)
    • Added bingroup to histogram, histogram2d and histogram2dcontour to group traces to have compatible auto-bin values (#3845)
    • Add legend itemclick and itemdoubleclick attributes to set or disable the legend item click and double-click behavior (#3862)
    • Added support for calling orca through Xvfb to support static image export on Linux when X11 is not available (#1523).

    🛠 Fixed

    • Fixed PlotlyJSONEncoder encoding error when simplejson is installed (#1556, #1561)
    • HTML export now honors the figure height specified in the figure template (#1560)
    • Fixed display height of figure displayed in JupyterLab (#1572, #1571)
    • Fixed honouring of the validate=False option for all renderer types (#1576)