@carbon/charts
    Preparing search index...

    Interface AxesOptions<AxesOptionType>

    customize the axes components

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

    Type Parameters

    • AxesOptionType
    Index

    Properties