Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plot interactions don't work first time app is run #11

Open
natbprice opened this issue Mar 23, 2019 · 0 comments
Open

Plot interactions don't work first time app is run #11

natbprice opened this issue Mar 23, 2019 · 0 comments
Labels
4) normal This is the standard problem

Comments

@natbprice
Copy link
Owner

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())
@natbprice natbprice added the 4) normal This is the standard problem label Mar 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4) normal This is the standard problem
Projects
None yet
Development

No branches or pull requests

1 participant