mirror of
https://gitee.com/antv/g6.git
synced 2024-12-16 02:21:25 +08:00
477 B
477 B
title | order |
---|---|
GraphData | 1 |
This chapter is type of GraphData
, which is one of the input data type for graph instance. In the same time, v5's graph also accept the TreeGraph type data.
Properties
nodes
- Required: Yes;
- Type:
NodeUserModel
[];
edges
- Required: Yes;
- Type:
EdgeUserModel
[];
combos
- Required: False;
- Type:
ComboUserModel
[];