trafficonese / leaflet.extras

Extra functionality for leaflet R package.
https://trafficonese.github.io/leaflet.extras/
GNU General Public License v3.0
213 stars 74 forks source link

Improve handling of gradients argument in addHeatmap #146

Closed jwolfson closed 5 months ago

jwolfson commented 6 years ago

This minor change proposes two improvements: 1) Allows user to specify a gradient of semi-transparent colors which will be incorporated in colorNumeric (by adding alpha = TRUE argument). 2) Fixes bug which prevented users from specifying a colorNumeric function as the gradient argument.

bhaskarvk commented 5 years ago

I'll be resuming development of leaflet.extras in Dec and will tackle this in that round. Thanks!