angular-sunburst-radar-chart
Version:
A Sunburst Radar chart with SVG,No Dependencies
15 lines (14 loc) • 456 B
TypeScript
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;