angular-sunburst-radar-chart
Version:
A Sunburst Radar chart with SVG,No Dependencies
12 lines (11 loc) • 497 B
TypeScript
import { AngularSvgElement } from './models';
export declare function createArcToWriteText({ startPoint, radius, id, startAngle, endAngle }: {
startPoint: any;
radius: any;
id: any;
startAngle: any;
endAngle: any;
}): AngularSvgElement;
export declare function getTextForAngle(text: any, distance: any, fontSize: any): any;
export declare function writeTextOnArc(options: any): AngularSvgElement;
export declare function createText(options: any): AngularSvgElement;