This is an R package for drawing charts by Quartz's Gneisschart, powered by htmlwidgets.
The original usage of Gneisschart is to export charts as PNG on some specific browser (maybe Chrome). So, the chart generated by gneisschart is not always browser-compatible. Especially, IE users can't see the graph(e.g https://github.com/Quartz/Chartbuilder/issues/134).
devtools::install_github("yutannihilation/gneisschart")
library(gneisschart)
example(gneiss)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.