datastorm-open / visNetwork

R package, using vis.js library for network visualization
Other
545 stars 125 forks source link

tar_visnetwork() in targets package draws branches with overlap #390

Open MxNl opened 4 years ago

MxNl commented 4 years ago

Description

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: grafik

Expected result

Shouldn't it look like this? grafik

Is there a way to fix this behaviour? Thanks a lot for your work!!!

bthieurmel commented 3 years ago

Hi,

Can you send me a reproductible example ?