You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update jQuery from 3.5.0 to 3.5.1. This solve the problem in flexdashboard menu
when the size of viewport is small (like tables o phones).
Adding new data mountains_panorama.
Update pokemon data.
Bugs
Fix url in documentations via devtools::check_rhub().
Removing knitr.figure = FALSE option in sizingPolicy = htmlwidgets::sizingPolicy
to fix #703
Internal
Back to previous definition in inst/htmlwidegts/highchart.js. From factory: function(el, width, height) { ... to renderValue: function(el, x, instance) { ... due this way the widget
resize to use the space in flexdashboards (WIP).