natbprice / radsets

:package: An R package for interactive, network-based visualizations of overlapping sets

Home Page:https://natbprice.github.io/radsets/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plot interactions don't work first time app is run

natbprice opened this issue · comments

Mouseovers and click actions don't work when launching app from fresh R session. Possibly a timing issue between creating plot and trying to get plot metadata. Current fix is to just prevent execution if plot data is not available.

# Wait for plot
req(get.all.sector.index())