Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct {
Nodes []*Node `json:"nodes"`
Edges []*Edge `json:"edges"`
Combos []*Combo `json:"combos"`
}
Data https://g6.antv.antgroup.com/api/graph-func/data
func EmptyG6Data ¶
func EmptyG6Data() *Data
func (*Data) FillWithOrange ¶
func (*Data) FillWithRed ¶
func (*Data) FillWithYellow ¶
func (*Data) RenderHtml ¶
Click to show internal directories.
Click to hide internal directories.