animint2 icon indicating copy to clipboard operation
animint2 copied to clipboard

Animated interactive grammar of graphics

Results 38 animint2 issues
Sort by recently updated
recently updated
newest added

The current initialization of chromote in helper-HTML.R does not show rendering being done on chrome browser.

`animint(video="http://...")` which could show up in the gallery

for example this viz https://github.com/tdhock/2024-08-ift603-712/blob/main/cv-noise-samples.R takes more than 2GB in compiler. print statements in this branch reveal that the memory increases somewhere in parsePlot (in memory limited environment, we never...

source link id is always a_source_href which could be problematic if there is more than one animint on the same page. ![image](https://github.com/user-attachments/assets/040088db-fe97-4314-889e-f3217ec16d70) fix would be to either change id to...

see comments in test-shiny.R, need to convert old RSelenium test to chromote, follow-up to #126

for example https://github.com/tdhock/changepoint-data-structure/blob/master/figure-loss-small-data.R makes ![image](https://github.com/user-attachments/assets/4079a8f8-6eb8-4706-be14-7b2ea2739105)

@tdhock @Faye-yufan I noticed an error on browser console during the execution of test renderer1-global-variables. The error on browser console is as follows: animint-htmltest/:20 Uncaught ReferenceError: animint is not defined...