ogobrecht/d3-force-apex-plugin

provided fixed positions on startup not correctly set

ogobrecht opened this issue · 1 comments

If a graph is configured with the option alignFixedNodesToGrid = true and there are positions provided on the startup, then the nodes have instead of the provided positions random positions. As a workaround it is possible to set the option alignFixedNodesToGrid to false on startup and then switch it to true afterwards.

New release 2.0.0 fixes this problem