recharts
Version:
React charts
16 lines (15 loc) • 433 B
TypeScript
export declare const defaultPolarRadiusAxisProps: {
readonly allowDataOverflow: false;
readonly allowDuplicatedCategory: true;
readonly angle: 0;
readonly axisLine: true;
readonly cx: 0;
readonly cy: 0;
readonly orientation: "right";
readonly radiusAxisId: 0;
readonly scale: "auto";
readonly stroke: "#ccc";
readonly tick: true;
readonly tickCount: 5;
readonly type: "number";
};