Skip to content

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

Description

@fciarniello

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions