stream-charts
    Preparing search index...
    interface Props {
        axisId: string;
        domain: [min: number, max: number];
        font?: Partial<AxesFont>;
        label: string;
        location: AxisLocation;
        scale?: ScaleContinuousNumeric<number, number, never>;
        updateAxisBasedOnDomainValues?: boolean;
    }
    Index

    Properties

    axisId: string
    domain: [min: number, max: number]
    font?: Partial<AxesFont>
    label: string
    location: AxisLocation
    scale?: ScaleContinuousNumeric<number, number, never>
    updateAxisBasedOnDomainValues?: boolean