Skip to content

Edit chart button does not work #78

@SusiJo

Description

@SusiJo

The functionality to edit a plotly plot by clicking on Edit chart does not work.
It is enabled via the config(showLink = TRUE) in various plotting functions in R/*, i.e. in scatterplot.R.
However, when clicking on the Edit chart button one gets redirected to: https://plotly.com/chart-studio-help/getting-data/

Changing URL does not work either.

config(showLink = TRUE, 
           plotlyServerURL = "https://chart-studio.plotly.com",
           showSendToCloud = TRUE,
           editable  = TRUE}

My suggestion would be to remove the config(showLink = TRUE) as long as this is not working.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions