|
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 | This project adheres to [Semantic Versioning](http://semver.org/). |
4 | 4 |
|
| 5 | +## [3.10.0] - 2019-05-31 |
| 6 | + |
| 7 | +### Updated |
| 8 | + - Updated Plotly.js to version 1.48.1. See the |
| 9 | + [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1481----2019-05-30) |
| 10 | + for more information. |
| 11 | + |
| 12 | +### Added |
| 13 | + - Added funnel trace |
| 14 | + ([plotly/plotly.js#3817](https://github.com/plotly/plotly.js/pull/3817), |
| 15 | + [plotly/plotly.js#3911](https://github.com/plotly/plotly.js/pull/3911)) |
| 16 | + - Added funnelarea traces |
| 17 | + ([#3876](https://github.com/plotly/plotly.js/pull/3876), |
| 18 | + [#3912](https://github.com/plotly/plotly.js/pull/3912)) |
| 19 | + - Added support for shared color axes via coloraxis attributes in the layout |
| 20 | + ([#3803](https://github.com/plotly/plotly.js/pull/3803), |
| 21 | + [#3786](https://github.com/plotly/plotly.js/pull/3786), |
| 22 | + [#3901](https://github.com/plotly/plotly.js/pull/3901), |
| 23 | + [#3916](https://github.com/plotly/plotly.js/pull/3916)) |
| 24 | + - Added support for sorting categorical cartesian axes by value |
| 25 | + ([#3864](https://github.com/plotly/plotly.js/pull/3864)) |
| 26 | + - Added `bingroup` to `histogram`, `histogram2d` and `histogram2dcontour` |
| 27 | + to group traces to have compatible auto-bin values |
| 28 | + ([#3845](https://github.com/plotly/plotly.js/pull/3845)) |
| 29 | + - Add legend `itemclick` and `itemdoubleclick` attributes to set or disable |
| 30 | + the legend item click and double-click behavior |
| 31 | + ([#3862](https://github.com/plotly/plotly.js/pull/3862)) |
| 32 | + - Added support for calling orca through [Xvfb](https://www.x.org/releases/X11R7.6/doc/man/man1/Xvfb.1.xhtml) |
| 33 | + to support static image export on Linux when X11 is not available |
| 34 | + ([#1523](https://github.com/plotly/plotly.py/pull/1523)). |
| 35 | + |
| 36 | +### Fixed |
| 37 | + - Fixed `PlotlyJSONEncoder` encoding error when `simplejson` is installed |
| 38 | + ([#1556](https://github.com/plotly/plotly.py/issues/1556), |
| 39 | + [#1561](https://github.com/plotly/plotly.py/pull/1561)) |
| 40 | + - HTML export now honors the figure height specified in the figure template |
| 41 | + ([#1560](https://github.com/plotly/plotly.py/issues/1560)) |
| 42 | + - Fixed display height of figure displayed in JupyterLab |
| 43 | + ([#1572](https://github.com/plotly/plotly.py/issues/1572), |
| 44 | + [#1571](https://github.com/plotly/plotly.py/pull/1571)) |
| 45 | + - Fixed honouring of the `validate=False` option for all renderer types |
| 46 | + ([#1576](https://github.com/plotly/plotly.py/pull/1576)) |
| 47 | + |
5 | 48 | ## [3.9.0] - 2019-04-19 |
6 | 49 |
|
7 | 50 | ### Updated |
|
0 commit comments