-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
featuresomething newsomething new
Description
Right now, the base url for the /external
endpoint is taken from the window. Could we add an option to the config as well? That'd make it easier for Dash users to point to their On-Premise instances:
Line 217 in e7896e9
var baseUrl = (window.PLOTLYENV && window.PLOTLYENV.BASE_URL) || 'https://plot.ly'; |
something like
var baseUrl = (
(window.PLOTLYENV && window.PLOTLYENV.BASE_URL) ||
config.plotly_server_url ||
'https://plot.ly';
cc @cldougl
Metadata
Metadata
Assignees
Labels
featuresomething newsomething new