Ryan Hafen
Ryan Hafen
I should be able to make this configurable. It's set to keep some bounds on performance, but an override for someone who knows the tradeoff should be reasonable. In the...
This is interesting. The display loads and is there, it's just placed inside a div that is 0x0 pixels! When a trelliscope display is embedded inside a document, it determines...
Thanks for the report. Multiple layers work just fine with trelliscopejs except for this special case where the layers have their own data. I have fixed this in a separate...
Interesting. If you could provide a few rows of `df_clean` so I can test it out that would be helpful. For example, pasting the output of `dput(head(df_clean, 20))`. Also, for...
Thanks for the report. I just noticed this the other day on a Windows VM but wasn't sure if it was a one-off because of my setup or something. It...
Thanks. I may make it default to never try to output to the RStudio viewer because it's usually much too cramped for Trelliscope displays. The only downside to this is...
Oh yeah I forgot to hop on here to let you know that I updated the JS library with polyfills to work on older browsers. I figured this would be...
It shows up in the RStudio viewer for me: R 3.6.1 RStudio 1.2.1335 trelliscopejs 0.1.18 MacOS 10.14.6 Also, for embedding in Shiny, I recently updated the package to work more...
Not sure about RStudio viewer, but Shiny should work regardless of OS. Can you try running this simple app with the dev version of trelliscopejs https://gist.github.com/hafen/ef69d752b08cb1fe005461e55bde24b4 and let me know...
Thanks @cpsievert! Actually, after you explained that I wasn't evaluating `evals`, I made that fix in trelliscopejs-lib (https://github.com/hafen/trelliscopejs-lib/commit/2de2fe93c3ffd41a365a20a13b055a002752c160). This will make TrelliscopeJS more robust to other htmlwidgets as well. So...