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
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.