UNPKG

neu-charts

Version:

neu-charts is a ngx-charts wrapper and charting framework for Angular 2 and beyond!.

9 lines (8 loc) 273 B
export declare class DirectedGraph { view: Array<any>; showLegend: boolean; orientation: any; autoCenter: boolean; autoZoom: boolean; constructor(view?: any[], showLegend?: boolean, orientation?: string, autoCenter?: boolean, autoZoom?: boolean); }