We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980cebd commit 1e70016Copy full SHA for 1e70016
CHANGELOG.md
@@ -9,6 +9,17 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
9
10
where X.Y.Z is the semver of most recent plotly.js release.
11
12
+## [1.9.0] -- 2016-04-12
13
+
14
+### Added
15
+- Ternary plots with support for scatter traces (trace type `scatterternary`) [#390]
16
17
+### Fixed
18
+- Toggling the visibility of `scatter3d` traces with `surfaceaxis` now works [#405]
19
+- `scatter3d` traces with `surfaceaxis` turned now feature real 3D opacity [#408]
20
+- `plotly_unhover` is now properly triggered over `pie` traces [#407]
21
+- Better grammar in `scatter` attribute descriptions [#406]
22
23
24
## [1.8.0] -- 2016-04-04
25
0 commit comments