/gior

A Declarative 3D Globe Data Visualization

Primary LanguageROtherNOASSERTION

gior

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.

About

This htmlwidget aims at demonstrating

  1. The ease with which one can build an htmlwidget such as plotly or leaflet.
  2. The surprisingly little knowledge of JavaScript that is required.
  3. Explain some amazing undocumented features of htmlwidgets.

Installation

Install from Github.

devtools::install_github("JohnCoene/gior")

Example

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)