Gordon Smith
Gordon Smith
Have you tested this with the CLI version of GraphViz (10.0.1)?
Yea worked for me in CLI as well - I tried tweaking the build settings and managed to get a "memory access out of bounds" error, which usually indicates a...
Looks like this is now working with GraphViz 12.0.0 
I have looked into this and there is a relatively easy way to add additional forces to influence which side they end up on. Questions: 1. Is your data genuinely...
Note to self: https://github.com/d3/d3-force/blob/main/README.md#positioning
My previous comments was referencing information needed to implement the feature - rather than it existing... The following code is where the current force is initialised: https://github.com/hpcc-systems/Visualization/blob/trunk/packages/graph/src/graph2/layouts/forceDirected.ts#L43-L68 I think we...
Hmmm - I was going to say yes, via "styles" (plural) but its hidden and inaccessible...
@millermedeiros bump.
I don't know off hand, but do know I have been using it for several years now.
Out of curiosity why does Chevrotain need to parse the RegEx? I would have thought using them "black box" would have been sufficient?