datastorm-open / visNetwork

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

I'm specifying an image for each node, but only the first image is displaying for every node. #380

Closed danmurphy1217 closed 4 years ago

danmurphy1217 commented 4 years ago

image = paste0("https://raw.githubusercontent.com/.../", c(img_names$Img_Names), ".jpeg") is the code I am using to specify the path to the images (where ... is the rest of the path to the repository). There are 187 images and 187 nodes.