Skip to content
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

After upgrading to R-4.4.0 dygraph return blank graph #268

Open
fciarniello opened this issue May 9, 2024 · 0 comments
Open

After upgrading to R-4.4.0 dygraph return blank graph #268

fciarniello opened this issue May 9, 2024 · 0 comments

Comments

@fciarniello
Copy link

I recently updated R to version 4.4.0 and since then dygraph no longer works well, in fact the same program that used to draw an interactive graph now only creates an empty graph.
I also tried a simple example like this and it doesn't work:

library(dygraphs)
lungDeaths <- cbind(mdeaths, fdeaths)
dygraph(lungDeaths)

same thing just a blank graph with no error message.

Thank you,
Francesco

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant