diff --git a/plotly/offline/offline.py b/plotly/offline/offline.py index 615202f357..f9093e7b11 100644 --- a/plotly/offline/offline.py +++ b/plotly/offline/offline.py @@ -106,25 +106,29 @@ def _build_mathjax_script(url): def _get_jconfig(config=None): configkeys = ( "staticPlot", + "typesetMath", "plotlyServerURL", "editable", "edits", + "editSelection", "autosizable", "responsive", - "queueLength", "fillFrame", "frameMargins", "scrollZoom", "doubleClick", - "showTips", + "doubleClickDelay", "showAxisDragHandles", "showAxisRangeEntryBoxes", + "showTips", + "displayNotifier", "showLink", - "sendData", - "showSendToCloud", "linkText", + "sendData", "showSources", "displayModeBar", + "showSendToCloud", + "showEditInChartStudio", "modeBarButtonsToRemove", "modeBarButtonsToAdd", "modeBarButtons", @@ -136,10 +140,10 @@ def _get_jconfig(config=None): "topojsonURL", "mapboxAccessToken", "logging", - "globalTransforms", + "notifyOnLogging", + "queueLength", "locale", "locales", - "doubleClickDelay", ) if config and isinstance(config, dict):