plotly.graph_objects.waterfall.totals package¶
-
class
plotly.graph_objects.waterfall.totals.
Marker
(arg=None, color=None, line=None, **kwargs)¶ Bases:
plotly.basedatatypes.BaseTraceHierarchyType
-
property
color
¶ Sets the marker color of all intermediate sums and total values.
- The ‘color’ property is a color and may be specified as:
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
- Returns
- Return type
-
property
line
¶ The ‘line’ property is an instance of Line that may be specified as:
An instance of
plotly.graph_objects.waterfall.totals.marker.Line
A dict of string/value properties that will be passed to the Line constructor
- Returns
- Return type
-
property