-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent resize behavior in Rmarkdown #1
Comments
the c3() function currently has default widths and heights of 800px and There is however definitely something going on in the interaction with On 23 June 2016 at 01:57, Thọ Duy Nguyễn notifications@github.com wrote:
|
still trying to track this down, it has something to do with the |
this may be an issue with |
The package flexdashboard is pretty new and I think it requires some coding effort to make the widget working like we expect. I have tested many packages with flexdashboard and there were some remaining issues though some packages are fine (I only used demo code provide by the authors of packages). Below are some of my tests: http://rpubs.com/thonguyenduy/dashboard-1 |
I have added resize function and it works in all instances except for flexdashboards. After a lot of dead ends I have found the cause to be in the el.getBoundingClientRect().height; function returning 0 for the hidden tab. For the moment if you use tabs set a height value using |
Thank you for your effort. Kind regards |
My code: https://gist.github.com/ThoDuyNguyen/fe3545153b09d849614f23584b2dfcd0
I expect these 2 charts would fit perfectly to the panel. But you could see that only the first one is.
The text was updated successfully, but these errors were encountered: