Components Interactions Examples Tutorials API FAQ
Options
Menu

Interface PaddingExceptionsProvider

A function that supplies padding exception values for the Scale. If one end of the domain is set to an excepted value as a result of autoDomain()-ing, that end of the domain will not be padded.

Type parameters

  • D

Hierarchy

  • PaddingExceptionsProvider

Callable

  • A function that supplies padding exception values for the Scale. If one end of the domain is set to an excepted value as a result of autoDomain()-ing, that end of the domain will not be padded.

    Parameters

    Returns D[]

    An array of values that should not be padded.

Generated using TypeDoc