UNPKG

angular-sunburst-radar-chart

Version:
12 lines (11 loc) 497 B
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;