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
Description: Easily translate ggplot2 graphs to an interactive web-based version and/or create custom web-based visualizations directly from R. Once uploaded to a plotly account, plotly graphs (and the data behind them) can be viewed and modified in a web browser.
19
+
Description: Easily translate 'ggplot2' graphs to an interactive web-based version and/or create custom web-based visualizations directly from R. Once uploaded to a 'plotly' account, 'plotly' graphs (and the data behind them) can be viewed and modified in a web browser.
* The default value of the fileopt argument was changed from "new" to "overwrite".
10
+
11
+
BUGFIX:
12
+
13
+
* Made a number of bugfixes/improvements to hoverinfo & conversion of geom_tile()/geom_point().
14
+
15
+
3.3.1 -- 10 Mar 2016
2
16
3
17
CHANGES:
4
18
@@ -8,13 +22,13 @@ BUGFIX:
8
22
9
23
* Redundant legend entries are no longer shown.
10
24
11
-
3.2.1 -- 10 Mar 2015
25
+
3.2.1 -- 10 Mar 2016
12
26
13
27
BUGFIX:
14
28
15
29
* Proper formatting for date tooltips.
16
30
17
-
3.2.0 -- 10 Mar 2015
31
+
3.2.0 -- 10 Mar 2016
18
32
19
33
CHANGES:
20
34
@@ -27,14 +41,14 @@ NEW FEATURES:
27
41
* geom_violin() is now supported.
28
42
* ggplotly() gains a mapping argument to control the set of aesthetics to appears in the tooltip as well as their order.
29
43
30
-
3.1.0 -- 8 Mar 2015
44
+
3.1.0 -- 8 Mar 2016
31
45
32
46
CHANGES:
33
47
34
48
* The "hidden" sharing option in plotly_POST() was renamed to "secret".
35
49
* The default value in the scale argument in plotly_IMAGE() is now 1.
36
50
37
-
3.0.0 -- 8 Mar 2015
51
+
3.0.0 -- 8 Mar 2016
38
52
39
53
NEW FEATURES:
40
54
@@ -48,7 +62,7 @@ BUG FIXES:
48
62
49
63
* 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
50
64
51
-
2.5.0 -- 1 Mar 2015
65
+
2.5.0 -- 1 Mar 2016
52
66
53
67
NEW FEATURES
54
68
@@ -64,76 +78,76 @@ CHANGES
64
78
The arguments filename, fileopt, world_readable in ggplotly() were removed as
65
79
they should be provided to plotly_POST() instead.
66
80
67
-
2.4.4 -- 13 Feb 2015
81
+
2.4.4 -- 13 Feb 2016
68
82
69
83
as.widget() now returns htmlwidget objects untouched. See #449.
70
84
71
-
2.4.3 -- 11 Feb 2015
85
+
2.4.3 -- 11 Feb 2016
72
86
73
87
Ensure that we always return HTTPS links. Fixes #455
74
88
75
-
2.4.2 -- 9 Feb 2015
89
+
2.4.2 -- 9 Feb 2016
76
90
77
91
Fix for on-premise domain configuration.
78
92
79
-
2.4.1 -- 2 Feb 2015
93
+
2.4.1 -- 2 Feb 2016
80
94
81
95
Attach base_url in as.widget() so it works in multiple contexts
82
96
83
-
2.4.0 -- 1 Feb 2015
97
+
2.4.0 -- 1 Feb 2016
84
98
85
99
* Pass plot configuration using ... to avoid conflicts in defaults/documentation
86
100
* Upgrade to plotly.js 1.5.1
87
101
88
-
2.3.4 -- 1 Feb 2015
102
+
2.3.4 -- 1 Feb 2016
89
103
90
104
Added a plotly_api_domain environment variable for configuring the API domain. Fixes #441
91
105
92
-
2.3.3 -- 27 Jan 2015
106
+
2.3.3 -- 27 Jan 2016
93
107
94
108
Bump axis number for each trace matching a panel number. fixes #318
95
109
96
-
2.3.2 -- 25 Jan 2015
110
+
2.3.2 -- 25 Jan 2016
97
111
98
112
More accurate list of data_array properties. Fixes #415
99
113
100
-
2.3.1 -- 25 Jan 2015
114
+
2.3.1 -- 25 Jan 2016
101
115
102
116
More accurate conversion of path width. Fixes #373.
103
117
104
-
2.3.0 -- 19 Jan 2015
118
+
2.3.0 -- 19 Jan 2016
105
119
106
120
Add sharing argument and deprecate world_readable. Fixes #332
107
121
108
-
2.2.4 -- 18 Jan 2015
122
+
2.2.4 -- 18 Jan 2016
109
123
110
124
Fix for error in embed_notebook(). See #409.
111
125
112
-
2.2.3 -- 18 Jan 2015
126
+
2.2.3 -- 18 Jan 2016
113
127
114
128
Fix for geom_vline(). See #402.
115
129
116
-
2.2.2 -- 18 Jan 2015
130
+
2.2.2 -- 18 Jan 2016
117
131
118
132
Fix bar orientation when we detect geom_bar() + coord_flip() in ggplotly(). Fixes #390.
119
133
120
-
2.2.1 -- 18 Jan 2015
134
+
2.2.1 -- 18 Jan 2016
121
135
122
136
Search for axis title in scene object. fixes #393.
123
137
124
-
2.2.0 -- 13 Jan 2015
138
+
2.2.0 -- 13 Jan 2016
125
139
126
140
The default for layout.hovermode is now 'closest' for non-line scatter traces
127
141
128
-
2.1.3 -- 12 Jan 2015
142
+
2.1.3 -- 12 Jan 2016
129
143
130
144
Fix size and alpha translation for geom_point. Fixes #386
131
145
132
-
2.1.2 -- 11 Jan 2015
146
+
2.1.2 -- 11 Jan 2016
133
147
134
148
Upgraded to plotlyjs 1.4.1. For a list of changes, see https://github.com/plotly/plotly.js/releases/tag/v1.4.1
135
149
136
-
2.1.1 -- 11 Jan 2015
150
+
2.1.1 -- 11 Jan 2016
137
151
138
152
Upgraded to plotlyjs 1.4. For a list of changes, see https://github.com/plotly/plotly.js/releases/tag/v1.4.0
0 commit comments