UNPKG

ngx-beautiful-charts

Version:
23 lines (22 loc) 611 B
export declare class SunburstChartService { width: number; height: number; xPadding: number; yPadding: number; componentID: number; data: any; sunRadius: number; rectWidth: number; rectHeight: number; constructor(); computeRectDimensions(): void; setValues({ componentID: componentID, width: width, height: height, xPadding: xPadding, yPadding: yPadding, data: data }: { componentID: any; width: any; height: any; xPadding: any; yPadding: any; data: any; }): void; printAll(): void; }