-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels