neu-charts
Version:
neu-charts is a ngx-charts wrapper and charting framework for Angular 2 and beyond!.
16 lines (15 loc) • 414 B
TypeScript
import { OnInit } from '@angular/core';
import { DirectedGraph } from '../../utils/models/directed-graph';
export declare class DirectedGraphComponent implements OnInit {
data: any;
customOptions: DirectedGraph;
options: DirectedGraph;
curve: any;
colorScheme: {
name: string;
domain: string[];
};
constructor();
ngOnInit(): void;
mOnSelect(event: any): void;
}