Performance: Allow tweening precision to be configured through the Settings dialog
magjac opened this issue · 1 comments
magjac commented
Currently, the tweening precision is using the d3-graphviz default which currently is 1 pixel.
For large graphs or graphs with large shapes or long edges, the performance hit can be significant with such a low value (high precision).
magjac commented
If magjac/d3-graphviz#97 is implemented, a percentage should also be supported.