This creates two sets of 5 points, and two lists of grobs of length 5. The resulting leaflet map, viewed straight (not using shiny) in the browser, has five points that do popup the graph and five that don't, giving a broken image icon.
Trying saveWidget gives:
> saveWidget(test(),file="/tmp/w.html")
File w_files/image-0.0.1/file73a0133bbafc.png not found in resource path
Error: pandoc document conversion failed with error 99
which I suspect is the same issue - the image file not found by pandoc here is the image not being shown in the leaflet popup map.
If I have two layers in a leaflet map and try to have two sets of popup graphs, then one of them is broken. Example:
This creates two sets of 5 points, and two lists of grobs of length 5. The resulting leaflet map, viewed straight (not using shiny) in the browser, has five points that do popup the graph and five that don't, giving a broken image icon.
Trying
saveWidget
gives:which I suspect is the same issue - the image file not found by pandoc here is the image not being shown in the leaflet popup map.
leafpop version 0.05 htmlwidgets version 1.5.1
need any more info?