hafen / htmlwidgetsgallery

65 stars 98 forks source link

Add package leaflet.minicharts and manipulateWidget #44

Closed FrancoisGuillem closed 7 years ago

FrancoisGuillem commented 7 years ago

As discussed in #43, leaflet.minicharts enhances htmlwidgets created with leaflet. Similarly manipulateWidget is not a htmlwidget, but it can combine multiple widgets into a single one. This is useful to visualize at same time multiple charts in the viewer pane of Rstudio. Moreover the package can be used to generate a simple UI to modify a widget.

hafen commented 7 years ago

When I build locally I get this:

[2017-06-26 17:08:23] ERROR `/images/manipulateWidget.png' not found.
[2017-06-26 17:08:23] ERROR `/images/leaflet.minicharts.png' not found.

I must have missed the missing thumbnail for manipulateWidget earlier or maybe it went away. Anyway, can you add these thumbnails?

FrancoisGuillem commented 7 years ago

Indeed, I forgot to add the two images to my commits. It should be fixed now.

hafen commented 7 years ago

Thanks!