Skip to content

Commit e5f57df

Browse files
committed
bump version; update news
1 parent 8498923 commit e5f57df

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: plotly
22
Title: Create Interactive Web Graphics via 'plotly.js'
3-
Version: 4.3.7
3+
Version: 4.4.0
44
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
55
email = "cpsievert1@gmail.com"),
66
person("Chris", "Parmer", role = c("aut", "cph"),

NEWS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 4.4.0 -- 13 September 2016
2+
3+
## CHANGES
4+
5+
* To enhance visibility of small markers, `marker.line.color` is now transparent by default.
6+
* Upgraded to plotly.js v1.17.2 -- https://github.com/plotly/plotly.js/releases/tag/v1.17.2
7+
8+
## BUG FIXES
9+
10+
* It is now possible (again) to set/change attributes of autogenerated `marker.colorbar`.
11+
* The `add_choropleth()` previously wasn't relaying the `z` attribute.
12+
* Factors were being treated as characters in `add_segments()` (resulting in incorrect axis category order).
13+
* No more error in `plot_ly()` when the number of traces is a multiple of ten.
14+
115
# 4.3.7 -- 11 September 2016
216

317
## BUG FIXES

0 commit comments

Comments
 (0)