File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,25 +106,29 @@ def _build_mathjax_script(url):
106106def _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 ):
You can’t perform that action at this time.
0 commit comments