Description Usage Examples
Bar chart for juicystat
1
juicyBarchart(df, ...)
1 2 3 4 5 6 7 8
df <- data.frame( date = seq(as.Date("2017-01-01"),as.Date("2017-01-10"), 1), kat = rep(c("A","B","C","D","E"), each=2), y1 = cumsum(rnorm(10)), y2 = cumsum(rnorm(10)) ) juicyBarchart(df, date, y1, kat)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.