added group to Node

http://visjs.org/docs/network/nodes.html#
This commit is contained in:
mkollers
2017-01-23 10:26:59 +01:00
committed by GitHub
parent b216e18bf5
commit d2be90a506

1
vis/index.d.ts vendored
View File

@@ -1497,6 +1497,7 @@ export interface Data {
}
export interface Node {
group?: string;
id?: IdType;
label?: string;
x?: number;