Skip to content

alberthkcheng/funnelD3

Repository files navigation

Build Status CRAN RStudio mirror downloads CRAN version

funnelD3

D3 JavaScript funnel plots for R

Sankey barplot

Wrapper for the sankey-barchart.js written by @terrancesnyder, which aims to provides a visualization similar to google analytics funnel report.

data <- data.frame(label=c("step 1","step 2","step 3","step 4"),
                  value=c(1000,600,400,100))
sankeyBarChart(data)

Details described in: https://gist.github.com/terrancesnyder/227e02f3e2c8eef23f96

About

D3 JavaScript funnel plots for R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published