@@ -58,6 +58,9 @@ def __init__(
5858 annotations
5959 plotly.graph_objs.layout.Annotation instance or
6060 dict with compatible properties
61+ annotationdefaults
62+ plotly.graph_objs.layout.Annotation instance or
63+ dict with compatible properties
6164 autosize
6265 Determines whether or not a layout width or
6366 height that has been left undefined by the user
@@ -208,6 +211,9 @@ def __init__(
208211 images
209212 plotly.graph_objs.layout.Image instance or dict
210213 with compatible properties
214+ imagedefaults
215+ plotly.graph_objs.layout.Image instance or dict
216+ with compatible properties
211217 legend
212218 plotly.graph_objs.layout.Legend instance or
213219 dict with compatible properties
@@ -258,6 +264,9 @@ def __init__(
258264 shapes
259265 plotly.graph_objs.layout.Shape instance or dict
260266 with compatible properties
267+ shapedefaults
268+ plotly.graph_objs.layout.Shape instance or dict
269+ with compatible properties
261270 showlegend
262271 Determines whether or not a legend is drawn.
263272 Default is `true` if there is a trace to show
@@ -268,6 +277,9 @@ def __init__(
268277 sliders
269278 plotly.graph_objs.layout.Slider instance or
270279 dict with compatible properties
280+ sliderdefaults
281+ plotly.graph_objs.layout.Slider instance or
282+ dict with compatible properties
271283 spikedistance
272284 Sets the default distance (in pixels) to look
273285 for data to draw spikelines to (-1 means no
@@ -289,6 +301,9 @@ def __init__(
289301 updatemenus
290302 plotly.graph_objs.layout.Updatemenu instance or
291303 dict with compatible properties
304+ updatemenudefaults
305+ plotly.graph_objs.layout.Updatemenu instance or
306+ dict with compatible properties
292307 violingap
293308 Sets the gap (in plot fraction) between violins
294309 of adjacent location coordinates.
@@ -4902,6 +4917,7 @@ def add_parcoords(
49024917 customdata = None ,
49034918 customdatasrc = None ,
49044919 dimensions = None ,
4920+ dimensiondefaults = None ,
49054921 domain = None ,
49064922 hoverinfo = None ,
49074923 hoverinfosrc = None ,
@@ -4943,6 +4959,9 @@ def add_parcoords(
49434959 dimensions
49444960 The dimensions (variables) of the parallel coordinates
49454961 chart. 2..60 dimensions are supported.
4962+ dimensiondefaults
4963+ plotly.graph_objs.parcoords.Dimension instance or dict
4964+ with compatible properties
49464965 domain
49474966 plotly.graph_objs.parcoords.Domain instance or dict
49484967 with compatible properties
@@ -5017,6 +5036,7 @@ def add_parcoords(
50175036 customdata = customdata ,
50185037 customdatasrc = customdatasrc ,
50195038 dimensions = dimensions ,
5039+ dimensiondefaults = dimensiondefaults ,
50205040 domain = domain ,
50215041 hoverinfo = hoverinfo ,
50225042 hoverinfosrc = hoverinfosrc ,
@@ -8112,6 +8132,7 @@ def add_splom(
81128132 customdatasrc = None ,
81138133 diagonal = None ,
81148134 dimensions = None ,
8135+ dimensiondefaults = None ,
81158136 hoverinfo = None ,
81168137 hoverinfosrc = None ,
81178138 hoverlabel = None ,
@@ -8164,6 +8185,9 @@ def add_splom(
81648185 dimensions
81658186 plotly.graph_objs.splom.Dimension instance or dict with
81668187 compatible properties
8188+ dimensiondefaults
8189+ plotly.graph_objs.splom.Dimension instance or dict with
8190+ compatible properties
81678191 hoverinfo
81688192 Determines which trace information appear on hover. If
81698193 `none` or `skip` are set, no information is displayed
@@ -8258,6 +8282,7 @@ def add_splom(
82588282 customdatasrc = customdatasrc ,
82598283 diagonal = diagonal ,
82608284 dimensions = dimensions ,
8285+ dimensiondefaults = dimensiondefaults ,
82618286 hoverinfo = hoverinfo ,
82628287 hoverinfosrc = hoverinfosrc ,
82638288 hoverlabel = hoverlabel ,
0 commit comments