angular-sunburst-radar-chart
Version:
A Sunburst Radar chart with SVG,No Dependencies
12 lines (11 loc) • 502 B
TypeScript
export declare function hashCode(obj: any): number;
export declare function getOptionsOrEmpty(options: any): any;
export declare function getItemTitle(item: any): string;
export declare function clone(obj: any): any;
export declare function generateRandomColor(): string;
export declare function formatItems(items: any): any;
export declare function getFormattedAngle(angle: any, center: any): string;
export declare function getCurrentPointFromEvent(evt: any): {
x: any;
y: any;
};