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