Toby Dylan Hocking
Toby Dylan Hocking
completely agree about both (1) and (2) but I guess it will take a bit of work.
I don't think it would be hard at all to implement linear scales, but it may be more complicated if we want to support log scales. Anyway I don't think...
thanks for creating an issue for this
please include a minimal reproducible code example, along with the output of `devtools::session_info()`
must be a version problem, works fine for me, using ``` > devtools::session_info() Session info ------------------------------------------------------------------- setting value version R version 3.3.3 (2017-03-06) system x86_64, linux-gnu ui X11 language en_CA:en...
``` > devtools::session_info() Session info ------------------------------------------------------------------- setting value version R version 3.3.3 (2017-03-06) system x86_64, linux-gnu ui X11 language en_CA:en collate en_CA.UTF-8 tz America/Montreal date 2018-03-09 Packages ----------------------------------------------------------------------- package *...
http://rmarkdown.rstudio.com/flexdashboard/ has a nice plot layout that we could copy. I would not recommend copying the Rmd definition (instead we can use an option in the viz list), but at...
Thanks for your interest in animint, and thanks for your detailed bug report. I have created a unit test in #133 that captures your problem and I will ask my...
My collaborators and I have not yet had time to figure it out. If you have time, look at the JS errors shown in #133 and see if you can...
Hey @lrmelt I fixed your problem in #133 try installing that branch to see if it works for you ``` r devtools::install_github("tdhock/animint@animation-fix") ```