plotly.graph_objects.funnelarea.marker.
Line
(arg=None, color=None, colorsrc=None, width=None, widthsrc=None, **kwargs)¶
Bases: plotly.basedatatypes.BaseTraceHierarchyType
color
¶
Sets the color of the line enclosing each sector. Defaults to the paper_bgcolor
value.
A hex string (e.g. ‘#ff0000’)
An rgb/rgba string (e.g. ‘rgb(255,0,0)’)
An hsl/hsla string (e.g. ‘hsl(0,100%,50%)’)
An hsv/hsva string (e.g. ‘hsv(0,100%,100%)’)
A named CSS color: see https://plotly.com/python/css-colors/ for a list
A list or array of any of the above
str|numpy.ndarray
colorsrc
¶
Sets the source reference on Chart Studio Cloud for color
.
The ‘colorsrc’ property must be specified as a string or as a plotly.grid_objs.Column object
width
¶
Sets the width (in px) of the line enclosing each sector.
An int or float in the interval [0, inf]
A tuple, list, or one-dimensional numpy array of the above
int|float|numpy.ndarray
widthsrc
¶
Sets the source reference on Chart Studio Cloud for width
.
The ‘widthsrc’ property must be specified as a string or as a plotly.grid_objs.Column object
plotly.graph_objects.funnelarea.marker.
Pattern
(arg=None, bgcolor=None, bgcolorsrc=None, fgcolor=None, fgcolorsrc=None, fgopacity=None, fillmode=None, shape=None, shapesrc=None, size=None, sizesrc=None, solidity=None, soliditysrc=None, **kwargs)¶
Bases: plotly.basedatatypes.BaseTraceHierarchyType
bgcolor
¶
When there is no colorscale sets the color of background pattern fill. Defaults to a marker.color
background when fillmode
is “overlay”. Otherwise, defaults to a transparent background.
A hex string (e.g. ‘#ff0000’)
An rgb/rgba string (e.g. ‘rgb(255,0,0)’)
An hsl/hsla string (e.g. ‘hsl(0,100%,50%)’)
An hsv/hsva string (e.g. ‘hsv(0,100%,100%)’)
A named CSS color: see https://plotly.com/python/css-colors/ for a list
A list or array of any of the above
str|numpy.ndarray
bgcolorsrc
¶
Sets the source reference on Chart Studio Cloud for bgcolor
.
The ‘bgcolorsrc’ property must be specified as a string or as a plotly.grid_objs.Column object
fgcolor
¶
When there is no colorscale sets the color of foreground pattern fill. Defaults to a marker.color
background when fillmode
is “replace”. Otherwise, defaults to dark grey or white to increase contrast with the bgcolor
.
A hex string (e.g. ‘#ff0000’)
An rgb/rgba string (e.g. ‘rgb(255,0,0)’)
An hsl/hsla string (e.g. ‘hsl(0,100%,50%)’)
An hsv/hsva string (e.g. ‘hsv(0,100%,100%)’)
A named CSS color: see https://plotly.com/python/css-colors/ for a list
A list or array of any of the above
str|numpy.ndarray
fgcolorsrc
¶
Sets the source reference on Chart Studio Cloud for fgcolor
.
The ‘fgcolorsrc’ property must be specified as a string or as a plotly.grid_objs.Column object
fgopacity
¶
Sets the opacity of the foreground pattern fill. Defaults to a 0.5 when fillmode
is “overlay”. Otherwise, defaults to 1.
An int or float in the interval [0, 1]
int|float
fillmode
¶
Determines whether marker.color
should be used as a default to bgcolor
or a fgcolor
.
[‘replace’, ‘overlay’]
Any
shape
¶
Sets the shape of the pattern fill. By default, no pattern is used for filling the area.
[‘’, ‘/’, ‘', ‘x’, ‘-‘, ‘|’, ‘+’, ‘.’]
A tuple, list, or one-dimensional numpy array of the above
Any|numpy.ndarray
shapesrc
¶
Sets the source reference on Chart Studio Cloud for shape
.
The ‘shapesrc’ property must be specified as a string or as a plotly.grid_objs.Column object
size
¶
Sets the size of unit squares of the pattern fill in pixels, which corresponds to the interval of repetition of the pattern.
An int or float in the interval [0, inf]
A tuple, list, or one-dimensional numpy array of the above
int|float|numpy.ndarray
sizesrc
¶
Sets the source reference on Chart Studio Cloud for size
.
The ‘sizesrc’ property must be specified as a string or as a plotly.grid_objs.Column object
solidity
¶
Sets the solidity of the pattern fill. Solidity is roughly the fraction of the area filled by the pattern. Solidity of 0 shows only the background color without pattern and solidty of 1 shows only the foreground color without pattern.
An int or float in the interval [0, 1]
A tuple, list, or one-dimensional numpy array of the above
int|float|numpy.ndarray
soliditysrc
¶
Sets the source reference on Chart Studio Cloud for solidity
.
The ‘soliditysrc’ property must be specified as a string or as a plotly.grid_objs.Column object
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4