plotly.graph_objects.indicator.gauge.bar package

class plotly.graph_objects.indicator.gauge.bar.Line(arg=None, color=None, width=None, **kwargs)

Bases: plotly.basedatatypes.BaseTraceHierarchyType

property color

Sets the color of the line enclosing each sector.

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

Return type

str

property width

Sets the width (in px) of the line enclosing each sector.

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