We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example,
library(animint) data(WorldBank, package = "animint") ex_plot <- ggplot() + geom_point(aes(fertility.rate, life.expectancy, color = region, tooltip = country, href = "https://github.com"), data = WorldBank[WorldBank$year == 1975, ]) plot_list <- list(ex = ex_plot) structure(animint, class = "animint")
The above code results in an animint plot without the required points.
Removing either of the two (tooltip or href) provides the expected plot.
@faizan-khan-iit Please look into this.
Note: As discussed in animint issue #100 and Rperform issue #15
The text was updated successfully, but these errors were encountered:
@analyticalmonk Thanks for pointing this out Akash. I will take a look into this ASAP.
Sorry, something went wrong.
@analyticalmonk Hey Akash, the problem with using both href and tooltip has been fixed.
href
tooltip
Here's your example - http://bl.ocks.org/faizan-khan-iit/raw/d8671bf1b2450213348b39373d7a31e1/
Please inform if you have any problem working with this. Cheers!
Closed by #156
No branches or pull requests
For example,
The above code results in an animint plot without the required points.
Removing either of the two (tooltip or href) provides the expected plot.
@faizan-khan-iit Please look into this.
Note: As discussed in animint issue #100 and Rperform issue #15
The text was updated successfully, but these errors were encountered: