Reference

OverflowIndicatorStyle

Describes how an overflow indicator is styled

Properties

  • arrowHeadLength

    The length of the arrow head (default: 10px)

    null | number
  • arrowHeadWidth

    The width of the arrow head (default: 15px)

    null | number
  • fill

    The fill of the indicator

    null | string
  • stroke

    The stroke. Either a fill or a stroke must be provided

    null | string
  • strokeWidth

    The line width of the stroke. If not set a default of 1.0 will be used.

    null | number