Interface AxesOptions<AxesOptionType>

customize the axes components

interface AxesOptions<AxesOptionType> {
    bottom?: AxesOptionType;
    left?: AxesOptionType;
    right?: AxesOptionType;
    top?: AxesOptionType;
}

Type Parameters

  • AxesOptionType

Properties