/** * 自定义标签 */ export interface AxisLabelProp { color?: string; size?: number; autoRotate?: boolean; rotate?: number; }