recharts
Version: 
React charts
15 lines (14 loc) • 400 B
TypeScript
export declare const defaultPolarAngleAxisProps: {
    readonly allowDuplicatedCategory: true;
    readonly angleAxisId: 0;
    readonly axisLine: true;
    readonly cx: 0;
    readonly cy: 0;
    readonly orientation: "outer";
    readonly reversed: false;
    readonly scale: "auto";
    readonly tick: true;
    readonly tickLine: true;
    readonly tickSize: 8;
    readonly type: "category";
};