Magnus Jacobsson

Results 79 comments of Magnus Jacobsson

I've supplied a [PR that fixes this upstream](https://github.com/magjac/d3-graphviz/pull/183) which uses a similar approach as @lnavarette's above. You might be able to backport it it to v2 or make a similar...

Smooth transitions have been available in d3-graphviz since the first release. I think you can safely ignore that error message. It comes from [viz.js](https://github.com/mdaines/viz.js) and I've never seen any problem...

It's documented [here](https://github.com/magjac/d3-graphviz#defining-the-hpcc-jswasm-script-tag), but I don't know how this is handled in graphviz-react. You have to look in the source code or wait for @DomParfitt to answer.

Thank you for the kind words :slightly_smiling_face:. Can you share the code for me to debug? Have you tried if any of the tips under https://github.com/magjac/d3-graphviz#performance makes any difference?

Sorry for the delay. > Could it be that it does all that work even if its not being used? Yes. It has to. Transitions can be applied after the...

@starboerg Thanks for the contribution and apologies for the delay. Can you provide an example that trigger this? Or even better, add a test case?

Haha. Yes, that's a use case I haven't thought of. Thanks for the report. Maybe it's possible to detect this somehow and do a better job. I wonder how to...

Thanks for the report. You've found a bug. Landscape mode uses the `rotate` transform function in the `transform` SVG attribute which d3-graphviz currently cannot handle. This command: ``` echo "digraph...

Sorry for the delay. Thanks. I wasn't aware of this. I will upgrade the next time I make a release. PRs are also welcome.

Thanks for the report. In order to understand what the problem is I would need to see the code for the full sequence including the first rendering. That said; interrupting...