Dean Attali
Dean Attali
Thanks for the suggestion @andersonyyc . I can't immediately think of any reason why adding a height would be bad. I would think that a safer option is to add...
@antpingelli feel free to send a PR that changes from visibility to display. It'll have to go through a lot of testing but if it seems to work then it'll...
Unfortunately after some rigorous testing, I found that changing the css from `visibility: hidden` to `display: none` works in many cases, but in some of the more complex apps it...
Hi @antpingelli @mortandersen @andersonyyc I just submitted a commit that I hope fixes the wobble issue without creating any new issues. Could you all please (a) install the latest version...
Thanks. That code looks like it was written in a hurry (understandably - Andrew was just writing it as a quick proof of concept), I don't feel comfortable merging it...
Related to https://github.com/daattali/shinycssloaders/issues/8
Hi @xiangnandang would you like to come back to this PR and fix it up?
I just tried html content in timevis and it seems to work. Example: ``` timevis( data.frame(id = 1:2, content = c("one", "twoHTML is supported"), start = c("2016-01-10", "2016-01-18"), end =...
I think I found the issue you meant. It looks like **local images** don't work inside timevis anymore. I'm not sure when that happened and what's the root cause of...
This seems to be caused by https://github.com/visjs/vis-timeline/issues/1515 - it worked until timelins version 7.4.3 but in 7.4.4 they added some XSS security features which caused local images to stop working....