Skip to content

Commit 2e62d57

Browse files
committed
bump version; update news
1 parent 6277739 commit 2e62d57

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: plotly
22
Title: Create Interactive Web Graphics via Plotly's JavaScript Graphing Library
3-
Version: 2.5.0
3+
Version: 3.0.0
44
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
55
email = "[email protected]"),
66
person("Chris", "Parmer", role = c("aut", "cph"),

NEWS

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
3.0.0
22

3-
FEATURES:
3+
NEW FEATURES:
44

5-
* The following theme elements are now supported
5+
* ggplotly() is now about 20x faster (it avoids calling ggplot_build() 20+ times). In some cases, it might be even faster since a lot of other redundant computation is avoided.
66

77
CHANGES:
88

9-
* Instead of (trying to) translate both major and minor grid lines, we now just translate major grid lines. This generally produces a result closer to the actual ggplot2 result since ggplot2 doesn't draw ticks on minor grid lines.
9+
* Instead of (trying to) translate both major and minor grid lines, we now translate only major grid lines. This generally produces a result closer to the actual ggplot2 result since ggplot2 doesn't draw ticks on minor grid lines.
10+
11+
BUG FIXES:
12+
13+
* ggplotly() now supports most of scale_*()/theme()/guides(). As a result, this fixes a lot of issues (#482, #481, #479, #476, #473, #460, #456, #454, #453, #447, #443, #434, #422, #421, #399, #379, #378, #357, #318, #316, #242, #232, #211, #203, #185, #184, #161). In order to support all of scale_x_*() an scale_y_*(), we always use linear axis types, and supply ticktext/tickvals to plotly.js. This has some unfortunate consequences on hoverformatting, which may be addressed in future releases of plotly.js -- https://github.com/plotly/plotly.js/issues/320
1014

1115
2.5.0 -- 1 Mar 2015
1216

0 commit comments

Comments
 (0)