stream-charts
    Preparing search index...
    interface Props {
        axisId: string;
        axisTickStyle?: Partial<AxisTickStyle>;
        categories: string[];
        font?: Partial<AxesFont>;
        label: string;
        location: AxisLocation;
        scale?: ScaleBand<string>;
        updateAxisBasedOnDomainValues?: boolean;
    }
    Index

    Properties

    axisId: string
    axisTickStyle?: Partial<AxisTickStyle>
    categories: string[]
    font?: Partial<AxesFont>
    label: string
    location: AxisLocation
    scale?: ScaleBand<string>
    updateAxisBasedOnDomainValues?: boolean