You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There exist some great web renderers for Graphviz source. Adding in the ability to view a cable harness using a .gv file generated by wireviz would be a great addition.
There exist some great web renderers for Graphviz source. Adding in the ability to view a cable harness using a .gv file generated by wireviz would be a great addition.
Seems to be doable quite easily using this tool, by URL: https://dreampuf.github.io/GraphvizOnline/?url=https://gist.githubusercontent.com/timabell/da08616ecb8693d524b8eab3b7b51018/raw/0e205c341b40641206a55c9f96b5db9b8fa581bc/graph.gv#digraph%20%7B%0A%09a%20-%3E%20b%0A%09a%20-%3E%20c%0A%09b%20-%3E%20d%0A%09c%20-%3E%20d%0A%7D%0A%0A%0A
The text was updated successfully, but these errors were encountered: