allow strings for overlap and splines
This commit is contained in:
parent
da6c26e8e0
commit
f553396eee
@ -20,8 +20,8 @@ export class Graph extends Element {
|
||||
public style?: GraphStyles;
|
||||
public color?: Color;
|
||||
public directional = true;
|
||||
public overlap?: boolean;
|
||||
public splines?: boolean;
|
||||
public overlap?: boolean | string;
|
||||
public splines?: boolean | string;
|
||||
public layout?: GraphLayouts;
|
||||
|
||||
private get attributes (): Array<{name: string; value: string}> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user