I'm using the current github version of targets.
The function tar_visnetwork() uses the visNetwork package.
When ploting the interactive network using tar_visnetwork(), branches of a node that point to a common node are drawn on top of each other:
Expected result
Shouldn't it look like this?
Is there a way to fix this behaviour? Thanks a lot for your work!!!
Description
I'm using the current github version of targets. The function
tar_visnetwork()
uses thevisNetwork
package. When ploting the interactive network usingtar_visnetwork()
, branches of a node that point to a common node are drawn on top of each other:Expected result
Shouldn't it look like this?
Is there a way to fix this behaviour? Thanks a lot for your work!!!