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

str

property lineΒΆ

The β€˜line’ property is an instance of Line that may be specified as:

Returns

Return type

plotly.graph_objects.waterfall.increasing.marker.Line