Justace Clutter

Results 14 comments of Justace Clutter

I have a potential working solution which honors keeping all of the relevant code in the same file (for modularity) and it supports nested modules cleanly. The idea is to...

I have done some digging and found a potential solution with the following code: ``` createMessageBar = function(messagebar, timeout = NA) { tmp_id = sprintf('msgbar_%i', floor(runif(1) * 1000)) tl =...

A was looking at this issue because I was running into it as well. Although I see the fix to manually place the y position of the legend, how do...

Ahh. Got it. I should have seen that. I will take a look there and see if I can get everything to work. Thanks for being so helpful and responsive....