angular-sunburst-radar-chart
Version:
A Sunburst Radar chart with SVG,No Dependencies
5 lines (4 loc) • 359 B
TypeScript
export declare function getAllAnglesBasedOnChild(items: any): any[];
export declare function getAllAnglesBasedOnParent(items: any): any[];
export declare function positionsOnAngles(centerX: any, centerY: any, radius: any, angels: any): any[];
export declare function getPointsOnCircleAtAngels(centerX: any, centerY: any, radius: any, angels: any): any[];