jeradhoy / MsuSustainabilityDashboard

0 stars 0 forks source link

Add iconarray w/ transportation data or waste #77

Open jeradhoy opened 7 years ago

jeradhoy commented 7 years ago

Example: http://jkunst.com/highcharter/index.html

Code: https://github.com/jbkunst/highcharter/blob/gh-pages/_scripts/helpers.R

p6 <- hciconarray(c("bicycle", "taxi", "subway"), c(17, 12, 6), rows = 4, icons = c("bicycle", "taxi", "subway"), showInLegend = TRUE) %>% hc_colors(c("darkgreen", "#CCCC00", "#808183"))