yonicd
yonicd
sure thing. can you please set the saveWidget to selfContained=TRUE please. the paths in the structure are local. thanks
My apologies. In the `htmlwidgets::saveWidget` there is an additional argument called `selfContained`. https://github.com/ramnathv/htmlwidgets/blob/master/R/savewidget.R#L7 That is great news that the package is helping in shiny, thank you for sharing that 👍
I need to be able to reproduce your error in order to find the correct solution. Please either use [reprex](https://github.com/tidyverse/reprex) with your example or supply the data that is going...
I played around with encoding a bit to see how `options('encoding')` can be leveraged without needing to change `slick_div.htmlwidget` From what I can see the `readLines` respects the `options('encoding')` From...
Thanks for catching this. I'll look into it.
You are correct. the way the underlying js code is written the widget size supersedes the container size it is in. to change this will take some refactoring. For the...
Thanks for opening the issue. That functionality is not accessible directly through slickR. You could probably do it through shiny with direct JS if you want.
Hi Thanks for trying out the package. Sorry for the incompatibility, I don't have any experience with this problem. My first guess would be to look in the parent javascript...
Thanks for opening this issue. You are correct this is currently hardcoded https://github.com/yonicd/slickR/blob/master/R/dom_utils.R#L75 . I'll have the think how to best expose this option since it is not readily accessible...
Thanks for bringing up this issue. I never knew there were so many questions on SO for this package :) I'll look into this