neo4jd3 icon indicating copy to clipboard operation
neo4jd3 copied to clipboard

Allow velocityDecay to be set during simulation of the graph

Open sudheesh001 opened this issue 6 years ago • 2 comments

Currently it looks like I cannot pass the velocityDecay parameter via the options of neo4jd3. It'd be a nice feature to include the ability to have velocityDecay as options which can then be sent to the forceSimulation() call in d3

Also, an added nice feature would be to ensure that the edges between the nodes do not overlap when the velocityDecay is closer to 1

Additionally, it might be better to pre-render the entire simulation if possible 👍

Thanks for the great tool.

sudheesh001 avatar Feb 08 '18 07:02 sudheesh001

How does your text work in the middle of the connection?

StoneStrawberry avatar Mar 09 '18 09:03 StoneStrawberry

@StoneStrawberry My text in the middle of the connection does overlap with another edge.

sudheesh001 avatar Mar 10 '18 10:03 sudheesh001