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

clickable data-points in graphs #4

Open
ghost opened this issue Jul 3, 2014 · 1 comment
Open

clickable data-points in graphs #4

ghost opened this issue Jul 3, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 3, 2014

something like

ggvis() %>%
  ...
  handle_click(utils::browseURL("http://www.r-project.org")) %>%
  ...

should/could somehow provide clickable data-points.

@ghost ghost added the feature request label Jul 3, 2014
@jemus42
Copy link
Owner

jemus42 commented Jul 4, 2014

The episode url is contained in the show.episodes object, so one would assume it should be easy to point the click event to that episode url, and one would be wrong.

The url variable is not contained in the vis object created by ggvis(), and the key := assignment is already used for the tooltip (and will be use for the full-fledged tooltip soon™), so… I have no idea how to get that data in there.

Also, I think a browser won't understand utils::browseURL 😸

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant