UNPKG

angular-sunburst-radar-chart

Version:
15 lines (14 loc) 617 B
export declare function polarToCartesian(centerX: any, centerY: any, radius: any, angleInDegrees: any): { x: any; y: any; }; export declare function getLargeArcFlag(startAngle: any, endAngle: any): "1" | "0"; export declare function distanceBetweenTwoPoints(centerX: any, centerY: any, radius: any, startAngle: any, endAngle: any): number; export declare function calculateAngleRadian({ x, y, centerX, centerY, maxRad }: { x: any; y: any; centerX: any; centerY: any; maxRad: any; }): number; export declare function adjustAngleRadianDifference(input: any, maxRad: any): any;