@@ -2063,113 +2063,119 @@ def __init__(
2063
2063
# Populate data dict with properties
2064
2064
# ----------------------------------
2065
2065
_v = arg .pop ('base' , None )
2066
- self . base = base if base is not None else _v
2066
+ self [ ' base' ] = base if base is not None else _v
2067
2067
_v = arg .pop ('basesrc' , None )
2068
- self . basesrc = basesrc if basesrc is not None else _v
2068
+ self [ ' basesrc' ] = basesrc if basesrc is not None else _v
2069
2069
_v = arg .pop ('cliponaxis' , None )
2070
- self . cliponaxis = cliponaxis if cliponaxis is not None else _v
2070
+ self [ ' cliponaxis' ] = cliponaxis if cliponaxis is not None else _v
2071
2071
_v = arg .pop ('constraintext' , None )
2072
- self .constraintext = constraintext if constraintext is not None else _v
2072
+ self ['constraintext'
2073
+ ] = constraintext if constraintext is not None else _v
2073
2074
_v = arg .pop ('customdata' , None )
2074
- self . customdata = customdata if customdata is not None else _v
2075
+ self [ ' customdata' ] = customdata if customdata is not None else _v
2075
2076
_v = arg .pop ('customdatasrc' , None )
2076
- self .customdatasrc = customdatasrc if customdatasrc is not None else _v
2077
+ self ['customdatasrc'
2078
+ ] = customdatasrc if customdatasrc is not None else _v
2077
2079
_v = arg .pop ('dx' , None )
2078
- self . dx = dx if dx is not None else _v
2080
+ self [ 'dx' ] = dx if dx is not None else _v
2079
2081
_v = arg .pop ('dy' , None )
2080
- self . dy = dy if dy is not None else _v
2082
+ self [ 'dy' ] = dy if dy is not None else _v
2081
2083
_v = arg .pop ('error_x' , None )
2082
- self . error_x = error_x if error_x is not None else _v
2084
+ self [ ' error_x' ] = error_x if error_x is not None else _v
2083
2085
_v = arg .pop ('error_y' , None )
2084
- self . error_y = error_y if error_y is not None else _v
2086
+ self [ ' error_y' ] = error_y if error_y is not None else _v
2085
2087
_v = arg .pop ('hoverinfo' , None )
2086
- self . hoverinfo = hoverinfo if hoverinfo is not None else _v
2088
+ self [ ' hoverinfo' ] = hoverinfo if hoverinfo is not None else _v
2087
2089
_v = arg .pop ('hoverinfosrc' , None )
2088
- self . hoverinfosrc = hoverinfosrc if hoverinfosrc is not None else _v
2090
+ self [ ' hoverinfosrc' ] = hoverinfosrc if hoverinfosrc is not None else _v
2089
2091
_v = arg .pop ('hoverlabel' , None )
2090
- self . hoverlabel = hoverlabel if hoverlabel is not None else _v
2092
+ self [ ' hoverlabel' ] = hoverlabel if hoverlabel is not None else _v
2091
2093
_v = arg .pop ('hovertext' , None )
2092
- self . hovertext = hovertext if hovertext is not None else _v
2094
+ self [ ' hovertext' ] = hovertext if hovertext is not None else _v
2093
2095
_v = arg .pop ('hovertextsrc' , None )
2094
- self . hovertextsrc = hovertextsrc if hovertextsrc is not None else _v
2096
+ self [ ' hovertextsrc' ] = hovertextsrc if hovertextsrc is not None else _v
2095
2097
_v = arg .pop ('ids' , None )
2096
- self . ids = ids if ids is not None else _v
2098
+ self [ ' ids' ] = ids if ids is not None else _v
2097
2099
_v = arg .pop ('idssrc' , None )
2098
- self . idssrc = idssrc if idssrc is not None else _v
2100
+ self [ ' idssrc' ] = idssrc if idssrc is not None else _v
2099
2101
_v = arg .pop ('insidetextfont' , None )
2100
- self .insidetextfont = insidetextfont if insidetextfont is not None else _v
2102
+ self ['insidetextfont'
2103
+ ] = insidetextfont if insidetextfont is not None else _v
2101
2104
_v = arg .pop ('legendgroup' , None )
2102
- self . legendgroup = legendgroup if legendgroup is not None else _v
2105
+ self [ ' legendgroup' ] = legendgroup if legendgroup is not None else _v
2103
2106
_v = arg .pop ('marker' , None )
2104
- self . marker = marker if marker is not None else _v
2107
+ self [ ' marker' ] = marker if marker is not None else _v
2105
2108
_v = arg .pop ('name' , None )
2106
- self . name = name if name is not None else _v
2109
+ self [ ' name' ] = name if name is not None else _v
2107
2110
_v = arg .pop ('offset' , None )
2108
- self . offset = offset if offset is not None else _v
2111
+ self [ ' offset' ] = offset if offset is not None else _v
2109
2112
_v = arg .pop ('offsetsrc' , None )
2110
- self . offsetsrc = offsetsrc if offsetsrc is not None else _v
2113
+ self [ ' offsetsrc' ] = offsetsrc if offsetsrc is not None else _v
2111
2114
_v = arg .pop ('opacity' , None )
2112
- self . opacity = opacity if opacity is not None else _v
2115
+ self [ ' opacity' ] = opacity if opacity is not None else _v
2113
2116
_v = arg .pop ('orientation' , None )
2114
- self . orientation = orientation if orientation is not None else _v
2117
+ self [ ' orientation' ] = orientation if orientation is not None else _v
2115
2118
_v = arg .pop ('outsidetextfont' , None )
2116
- self .outsidetextfont = outsidetextfont if outsidetextfont is not None else _v
2119
+ self ['outsidetextfont'
2120
+ ] = outsidetextfont if outsidetextfont is not None else _v
2117
2121
_v = arg .pop ('r' , None )
2118
- self . r = r if r is not None else _v
2122
+ self [ 'r' ] = r if r is not None else _v
2119
2123
_v = arg .pop ('rsrc' , None )
2120
- self . rsrc = rsrc if rsrc is not None else _v
2124
+ self [ ' rsrc' ] = rsrc if rsrc is not None else _v
2121
2125
_v = arg .pop ('selected' , None )
2122
- self . selected = selected if selected is not None else _v
2126
+ self [ ' selected' ] = selected if selected is not None else _v
2123
2127
_v = arg .pop ('selectedpoints' , None )
2124
- self .selectedpoints = selectedpoints if selectedpoints is not None else _v
2128
+ self ['selectedpoints'
2129
+ ] = selectedpoints if selectedpoints is not None else _v
2125
2130
_v = arg .pop ('showlegend' , None )
2126
- self . showlegend = showlegend if showlegend is not None else _v
2131
+ self [ ' showlegend' ] = showlegend if showlegend is not None else _v
2127
2132
_v = arg .pop ('stream' , None )
2128
- self . stream = stream if stream is not None else _v
2133
+ self [ ' stream' ] = stream if stream is not None else _v
2129
2134
_v = arg .pop ('t' , None )
2130
- self . t = t if t is not None else _v
2135
+ self [ 't' ] = t if t is not None else _v
2131
2136
_v = arg .pop ('text' , None )
2132
- self . text = text if text is not None else _v
2137
+ self [ ' text' ] = text if text is not None else _v
2133
2138
_v = arg .pop ('textfont' , None )
2134
- self . textfont = textfont if textfont is not None else _v
2139
+ self [ ' textfont' ] = textfont if textfont is not None else _v
2135
2140
_v = arg .pop ('textposition' , None )
2136
- self . textposition = textposition if textposition is not None else _v
2141
+ self [ ' textposition' ] = textposition if textposition is not None else _v
2137
2142
_v = arg .pop ('textpositionsrc' , None )
2138
- self .textpositionsrc = textpositionsrc if textpositionsrc is not None else _v
2143
+ self ['textpositionsrc'
2144
+ ] = textpositionsrc if textpositionsrc is not None else _v
2139
2145
_v = arg .pop ('textsrc' , None )
2140
- self . textsrc = textsrc if textsrc is not None else _v
2146
+ self [ ' textsrc' ] = textsrc if textsrc is not None else _v
2141
2147
_v = arg .pop ('tsrc' , None )
2142
- self . tsrc = tsrc if tsrc is not None else _v
2148
+ self [ ' tsrc' ] = tsrc if tsrc is not None else _v
2143
2149
_v = arg .pop ('uid' , None )
2144
- self . uid = uid if uid is not None else _v
2150
+ self [ ' uid' ] = uid if uid is not None else _v
2145
2151
_v = arg .pop ('unselected' , None )
2146
- self . unselected = unselected if unselected is not None else _v
2152
+ self [ ' unselected' ] = unselected if unselected is not None else _v
2147
2153
_v = arg .pop ('visible' , None )
2148
- self . visible = visible if visible is not None else _v
2154
+ self [ ' visible' ] = visible if visible is not None else _v
2149
2155
_v = arg .pop ('width' , None )
2150
- self . width = width if width is not None else _v
2156
+ self [ ' width' ] = width if width is not None else _v
2151
2157
_v = arg .pop ('widthsrc' , None )
2152
- self . widthsrc = widthsrc if widthsrc is not None else _v
2158
+ self [ ' widthsrc' ] = widthsrc if widthsrc is not None else _v
2153
2159
_v = arg .pop ('x' , None )
2154
- self . x = x if x is not None else _v
2160
+ self [ 'x' ] = x if x is not None else _v
2155
2161
_v = arg .pop ('x0' , None )
2156
- self . x0 = x0 if x0 is not None else _v
2162
+ self [ 'x0' ] = x0 if x0 is not None else _v
2157
2163
_v = arg .pop ('xaxis' , None )
2158
- self . xaxis = xaxis if xaxis is not None else _v
2164
+ self [ ' xaxis' ] = xaxis if xaxis is not None else _v
2159
2165
_v = arg .pop ('xcalendar' , None )
2160
- self . xcalendar = xcalendar if xcalendar is not None else _v
2166
+ self [ ' xcalendar' ] = xcalendar if xcalendar is not None else _v
2161
2167
_v = arg .pop ('xsrc' , None )
2162
- self . xsrc = xsrc if xsrc is not None else _v
2168
+ self [ ' xsrc' ] = xsrc if xsrc is not None else _v
2163
2169
_v = arg .pop ('y' , None )
2164
- self . y = y if y is not None else _v
2170
+ self [ 'y' ] = y if y is not None else _v
2165
2171
_v = arg .pop ('y0' , None )
2166
- self . y0 = y0 if y0 is not None else _v
2172
+ self [ 'y0' ] = y0 if y0 is not None else _v
2167
2173
_v = arg .pop ('yaxis' , None )
2168
- self . yaxis = yaxis if yaxis is not None else _v
2174
+ self [ ' yaxis' ] = yaxis if yaxis is not None else _v
2169
2175
_v = arg .pop ('ycalendar' , None )
2170
- self . ycalendar = ycalendar if ycalendar is not None else _v
2176
+ self [ ' ycalendar' ] = ycalendar if ycalendar is not None else _v
2171
2177
_v = arg .pop ('ysrc' , None )
2172
- self . ysrc = ysrc if ysrc is not None else _v
2178
+ self [ ' ysrc' ] = ysrc if ysrc is not None else _v
2173
2179
2174
2180
# Read-only literals
2175
2181
# ------------------
0 commit comments