Erkal Selman
Erkal Selman
idea: since there will undoubtedly be graphviz properties that aren't first-class properties in Kite, we could hold these extraneous properties in a `Dict String String`. that way, we should be...
[This bug](https://github.com/gampleman/elm-visualization/issues/35) causes crashes, when vertices overlap. The crashes can be observed with the developer tools of the browser. This happens, in particular, when the user clicks without any mouse...
to replicate the error, replace in the example the lines ``` graph = Graph.mapContexts initializeNode miserablesGraph ``` by ``` graph = Graph.mapContexts initializeNode miserablesGraph |> Graph.update 1 (Maybe.map (updateNode (...
The example link in README (https://elm-lang.org/examples/random) is broken
The `Page` style in the example `Basic.elm` is not used anywhere.