Skip to content

Commit 3c80493

Browse files
committed
Include Pedro's commit ded8766 and run our new test suite
1 parent 8c0ad27 commit 3c80493

File tree

93 files changed

+41
-25
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+41
-25
lines changed

R/ggplotly.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default.marker.sizeref <- 1
66
marker.size.mult <- 10
77

88
marker.defaults <- list(alpha=1,
9-
shape="o",
9+
shape="16",
1010
size=marker.size.mult,
1111
sizeref=default.marker.sizeref,
1212
sizemode="area",
-57.3 KB
-1.16 KB

tests/testthat/test-ggplot-abline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"marker": {
2626
"color": "rgb(0,0,0)",
2727
"size": 10,
28-
"symbol": "circle-open",
28+
"symbol": "circle",
2929
"opacity": 1,
3030
"sizeref": 1,
3131
"sizemode": "area"
-58.9 KB
-51.3 KB
-52.1 KB

0 commit comments

Comments
 (0)