-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tidyquant::geom_candlestick #235
Comments
I experience the very same problem, not only with geom_chart, but also with geom_bar. The irony is that the most basic examples from the tutorial does not show up coerrectly . Error reported by ggplot: Error in |
@mdancho84 probably wants a PR done but I don't know how. I guess the package is broken forever. |
This is due to ggplot2 3.4.0 https://ggplot2.tidyverse.org/news/index.html?q=dropped_aes#new-features-3-4-0 They added dropped_aes. I don't know ggproto much. tidyverse/ggplot2#5185 but here is how they fixed it for geom_smooth() |
This is fixed now. Thanks @olivroy |
Still an issue, I was wondering if you were able to provide guidance for thst @mdancho84 |
Will need to investigate. Low priority for me at the moment. |
https://business-science.github.io/tidyquant/reference/geom_chart.html
Warning: The following aesthetics were dropped during statistical transformation: open, high, low, close, y
ℹ This can happen when ggplot fails to infer the correct grouping structure in the data.
ℹ Did you forget to specify a group aesthetic or to convert a numerical variable into a factor?
Used to work, but even the vignette is broken.
The text was updated successfully, but these errors were encountered: