adds a title to the graph. Would it be possible to extend that functionality to dm_render_graph? Especially because it seems that dm_render_graph has a property called graph_name... but that's only used for a mouseover effect, it would make sense to export that to title, no?
just like https://github.com/rich-iannone/DiagrammeR/issues/182
I think that this:
adds a title to the graph. Would it be possible to extend that functionality to
dm_render_graph
? Especially because it seems thatdm_render_graph
has a property calledgraph_name
... but that's only used for a mouseover effect, it would make sense to export that to title, no?