UNPKG

angular-sunburst-radar-chart

Version:
15 lines (14 loc) 456 B
export declare function createLegendWithOptions({ startPoint, center, startRadius, endRadius, degreeToBeDrawn, maxScore }: { startPoint: any; center: any; startRadius: any; endRadius: any; degreeToBeDrawn: any; maxScore: any; }): any; export declare function createLegends({ startPoint, radius, degreeToBeDrawn, maxScore }: { startPoint: any; radius: any; degreeToBeDrawn: any; maxScore: any; }): any;