add tags to dagre

This commit is contained in:
Alexander Wang 2022-12-30 13:26:01 -08:00
parent 09ca0c5b03
commit 1831af5308
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -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{