Simple D3 Horizon Chart widget based on http://kmandov.github.io/d3-horizon-chart/.
library(D3Horizon)
n = 1500
data = cos(1:n / 100) + (rnorm(n) - 0.5) / 10
D3Horizon(data, title = 'Testing', horizon_height = 120)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.