Mel B.
Mel B.
Yes I agree with @jakow. Text needs a tad more contrast.
Many thanks. The latest D3 implementation seems to be here https://github.com/d3/d3-geo/blob/master/README.md#geoAlbersUsa.
Actually, on second thought would be good to have a version that include all U.S. territories as in this example http://bl.ocks.org/rveciana/ce5936de720ebb83aafecb35dfd9531a / https://bl.ocks.org/rveciana/5040be82aea528b6f785464f8816690f
What's the status on an AdminLTE 2.4.8 upgrade? Seems the branch is not ready for merging yet? Looking forward to having new layout options, right sidebar, top header navigation, and...
@Rhydderch FYI documentation is a bit scant, but a combination of [bs4Dash](https://rinterface.github.io/bs4Dash/index.html) and [fresh](https://dreamrs.github.io/fresh/articles/fresh.html) (for customizing the bs4 and AdminLTE3 themes) has worked for me. It's a bit rough around...
Think you're looking for arguments `background` or `status` instead?
Thx. This is a limitation in the current `shiny` implementation, right? Not related to `bs4Dash`?
I've tried that route by adding adminLTE and bs4Dash deps to a `shiny::navbarPage(bslib::bs_theme(version="4"))`, but I end up with a CSS soup (-: So I wouldn't recommend it. Adding a simple...
In case others are interested, there's also the option to do without bs4Dash altogether and try to use widgets provided by other packages (summaryBox, timevis, shinyWidgets, etc.).
@crazycapivara somehow `JS("d => d.geometry.coordinates")` fails to render polygon lines, or maybe I'm not declaring `getLineWidth` properly? ```R library(raster) mli % add_polygon_layer(data=mli, properties=props) ```  ```R plot(mli[1]) ``` 