plotly.graph_objects.waterfall.totals.marker package

class plotly.graph_objects.waterfall.totals.marker.Line(arg=None, color=None, width=None, **kwargs)

Bases: plotly.basedatatypes.BaseTraceHierarchyType

property color

Sets the line color of all intermediate sums and total values.

The ‘color’ property is a color and may be specified as:
Returns

Return type

str

property width

Sets the line width of all intermediate sums and total values.

The ‘width’ property is a number and may be specified as:
  • An int or float in the interval [0, inf]

Returns

Return type

int|float