An htmlwidget for gio.js build for the Geneva R User Group. Not a work in progress, rather left unfinished on purpose. It comes with an accompanying blog post that explains its inner-working which will let you understand how to re-build or finish this package yourself.
This htmlwidget aims at demonstrating
- The ease with which one can build an htmlwidget such as plotly or leaflet.
- The surprisingly little knowledge of JavaScript that is required.
- Explain some amazing undocumented features of htmlwidgets.
Install from Github.
devtools::install_github("JohnCoene/gior")
This is a basic example which shows you how to solve a common problem:
data("country_data")
country_data %>%
gior() %>%
g_data(from, to, value)