Skip to content

Commit a55cd6f

Browse files
authored
Merge pull request #5595 from plotly/update-configkeys
Update `configkeys` to match plotly.js 3.5.0
2 parents 07bc2bf + a6be162 commit a55cd6f

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

plotly/offline/offline.py

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,25 +106,29 @@ def _build_mathjax_script(url):
106106
def _get_jconfig(config=None):
107107
configkeys = (
108108
"staticPlot",
109+
"typesetMath",
109110
"plotlyServerURL",
110111
"editable",
111112
"edits",
113+
"editSelection",
112114
"autosizable",
113115
"responsive",
114-
"queueLength",
115116
"fillFrame",
116117
"frameMargins",
117118
"scrollZoom",
118119
"doubleClick",
119-
"showTips",
120+
"doubleClickDelay",
120121
"showAxisDragHandles",
121122
"showAxisRangeEntryBoxes",
123+
"showTips",
124+
"displayNotifier",
122125
"showLink",
123-
"sendData",
124-
"showSendToCloud",
125126
"linkText",
127+
"sendData",
126128
"showSources",
127129
"displayModeBar",
130+
"showSendToCloud",
131+
"showEditInChartStudio",
128132
"modeBarButtonsToRemove",
129133
"modeBarButtonsToAdd",
130134
"modeBarButtons",
@@ -136,10 +140,10 @@ def _get_jconfig(config=None):
136140
"topojsonURL",
137141
"mapboxAccessToken",
138142
"logging",
139-
"globalTransforms",
143+
"notifyOnLogging",
144+
"queueLength",
140145
"locale",
141146
"locales",
142-
"doubleClickDelay",
143147
)
144148

145149
if config and isinstance(config, dict):

0 commit comments

Comments
 (0)