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
* popupImages & popupGraphs have gained argument 'tooltip' to show images/graphs on hover. https://twitter.com/TimSalabim3/status/1347865160074072064
* popupImages will now append to already existing popup content. #14
bugfixes:
* in markdown mode widths of popupImages is now respected. #15
leafpop 0.0.6
new features:
* popupTable has gained argument 'className' to append a CSS class name to the table. #9 See ?popupTable for an example.
leafpop 0.0.5
changes:
* image/graph popup container background color now white.
* popupTable now drops geometry column if zcol is set and it is not explicitly included. #2
* new functions addPopupImages & addPopupGraphs register images properly so that they are now included if a map is rendered in markdown or saved locally. #1
* dropped Rcpp dependency with next to no speed loss. Thanks to @fdetsch!