export default function getRadar(): { center: string[]; radius: string; axisNameGap: number; splitNumber: number; shape: string; triggerEvent: boolean; axisLine: { lineStyle: { color: any; width: any; type: any; }; }; axisLabel: { show: boolean; margin: number; }; splitArea: { show: boolean; }; splitLine: { lineStyle: { color: any; width: any; type: any; }; }; indicator: undefined; axisName: { show: boolean; rich: { a: { color: any; align: string; fontSize: any; }; b: { color: any; fontSize: any; align: string; padding: number[]; }; }; formatter: undefined; }; };