EnumDataSeriesStyle

The config of an enum-data series in the Plotter

Properties

  • aggregationMode

    How enum-values are aggregated when the plotter is zoomed out Default: 'winner-takes-all'

  • stripeStyles

    Defines the stripe styles for the ordinals of the enum. The index within the array corresponds to the ordinal value If null is provided within the array, a default fill will be used.

    (StripeStyle | null)[] | null