plotly.graph_objects.waterfall.increasing packageΒΆ
-
class
plotly.graph_objects.waterfall.increasing.
Marker
(arg=None, color=None, line=None, **kwargs)ΒΆ Bases:
plotly.basedatatypes.BaseTraceHierarchyType
-
property
color
ΒΆ Sets the marker color of all increasing 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.increasing.marker.Line
A dict of string/value properties that will be passed to the Line constructor
- Returns
- Return type
-
property