UNPKG
neu-charts
Version:
latest (0.7.2)
0.7.2
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
0.0.1
0.0.0
neu-charts is a ngx-charts wrapper and charting framework for Angular 2 and beyond!.
neu-charts
/
app
/
modules
/
neu-charts
/
utils
/
models
/
directed-graph.d.ts
9 lines
(8 loc)
•
273 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
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
); }