Part 69 Gender/Sexual Minority Characters
69.1 Row
69.1.1 Character Realeases by Gender/Sexual Minority
hchart(marvelSub, type = "scatter", hcaes(x = Year, y = groupCumChars, group = anyGSM))
69.1.2 Time Series of GSM Character Releases
hchart(subset(marvelSub, anyGSM == "Minority Character"), type = "line", hcaes(x = Year, y = groupCumChars)) |>
hc_yAxis(title = list(text = "Cumlative Character Releases"))
69.2 Row
69.2.1 Table of GSM Categories
datatable(counts)