rich-iannone / DiagrammeR

Graph and network visualization using tabular data in R
https://rich-iannone.github.io/DiagrammeR/
Other
1.68k stars 247 forks source link

render_graph layout #490

Open Benj19882023 opened 1 year ago

Benj19882023 commented 1 year ago

Hi,

I just started using DiagrammeR and it is great.

My problem is that I cannot select the layout when using export_graph instead of render_graph. My graph looks perfect using render_graph(graph, layout = "tree") but I could not figure out how to select the same layout when exporting.

Any hints for that? Or any interest in adding this feature?

Thank you