We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02f967 commit 22e055cCopy full SHA for 22e055c
1 file changed
examples/data.Rmd
@@ -65,6 +65,7 @@ g2(mtcars, hp ~ mpg) |>
65
mark_point() |>
66
mark_line_y(
67
data = list(list(y = 150)),
68
+ encode = list(y = 'y'),
69
style = list(stroke = 'tomato', lineWidth = 2)
70
)
71
```
0 commit comments