add tags to dagre
This commit is contained in:
parent
09ca0c5b03
commit
1831af5308
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ var setupJS string
|
|||
var dagreJS string
|
||||
|
||||
type ConfigurableOpts struct {
|
||||
NodeSep int
|
||||
EdgeSep int
|
||||
NodeSep int `json:"nodesep"`
|
||||
EdgeSep int `json:"edgesep"`
|
||||
}
|
||||
|
||||
var DefaultOpts = ConfigurableOpts{
|
||||
|
|
|
|||
Loading…
Reference in a new issue