dagrejs / graphlib

A directed multi-graph library for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a "recommended" way of cloning a graph? (is this on roadmap?)

justin-calleja opened this issue · comments

Is there a "recommended" way of cloning a graph?

Will cloning be added to the API at some point?

Thanks

If you use the graphlib-dot library you can just parse it from json back and forth multiple times to get multiple graphs

@coli thanks. I'm closing the issue but have not confirmed your solution as I'm not even sure in which "project" I needed it.

Thanks again