angular-sunburst-radar-chart
Version:
A Sunburst Radar chart with SVG,No Dependencies
6 lines (5 loc) • 335 B
TypeScript
import { AngularSvgElement } from './models';
export declare function createCircle(options: any): AngularSvgElement;
export declare function createLine(options: any): AngularSvgElement;
export declare function createPath(options: any): AngularSvgElement;
export declare function createPathForBar(options: any): AngularSvgElement;