You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,27 @@
1
1
# Change Log for dash-core-components
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
+
## [0.33.0] -- 2018-10-04
5
+
### Added
6
+
7
+
- Upgraded Plotly.js, the underlying library behind the dash_core_components.Graph component, to version 1.41.3. See https://github.com/plotly/plotly.js/releases/tag/v1.41.3 for the official notes.
8
+
Many of these features were funded directly by companies that rely on this library. If your organization or company would like to sponsor particular features or bug fixes in these open source libraries, please reach out: http://plot.ly/products/consulting-and-oem
9
+
10
+
### Fixed
11
+
As part of plotly.js release:
12
+
13
+
- Fix handling of hover `text` in `barpolar` traces [#3040]
14
+
- Fix `scatterpolar[gl]``text` placement in hover label [#3040]
15
+
- Fix `pie` trace support for individual stroke width values [#3030]
16
+
- Fix handling of CSS `max-width` and `max-height` in auto-size routine [#3033]
17
+
- Rotate hover labels when `hovermode: 'y'` and a single trace produces multiple
18
+
labels [#3043]
19
+
- Rotate hover labels when `hovermode: 'closest'` and multiple labels are
20
+
generated including one from an horizontal trace [#3043]
21
+
- Fix hover label coloring on white bgcolor [#3048]
22
+
- Do not coerce nor validate `polar?.bar*` attributes on
0 commit comments