block by ramnathv 532a1e4e4219f4a47f24

Morris Bar Chart

Full Screen

Creating a Bar Chart with MorrisJS

library(rCharts2)
as.data.frame(HairEyeColor) %>%
    filter(Sex == "Female", Eye == "Blue") %>%
    morris(Freq ~ Hair, type = 'Bar', height = 400)

README.R

data.csv