christophergandrud / networkD3

D3 JavaScript Network Graphs from R
http://christophergandrud.github.io/networkD3
652 stars 268 forks source link

Edges become invisible when setting arrows = TRUE in simpleNetwork/forceNetwork #189

Closed kelvinyangli closed 7 years ago

kelvinyangli commented 7 years ago

Hi,

As stated in title, whenever I set arrows to TRUE, edges become invisible in Shiny app. I tested this with the example source code provided.

cjyetman commented 7 years ago

The arrows argument is not available with the simpleNetwork function, so that should not work.

Can you tell us exactly which 'example source code' you're talking about, or paste it here? I tested all of the examples in the help file for forceNetwork adding the arrows = T parameter and they all worked (with v0.4).

kelvinyangli commented 7 years ago

I tested it just now on my macbook, this time it works. There maybe an IE problem with my work computer. I'll test it again next week. Thanks for your reply.