I want to look for tutorials for creating a graph like the one below, but i don't seem to know the name of such a graph.
Can any one tell me the name of such a graph, or point me to tutorials i can check out.
I would like to create a stacked bar chart in C3 but reading in CSV with url: "data.csv"
I am not sure if that functionality exists or if I need to convert the CSV in JSON for that?
Thanks!
I'm using c3js and trying to render each of the three tiers and have the bars for each months churn grouped under an x-axis tier. My question is what should the data-structure be?
The current data is:
[
[
"x",
"Tier I",
"Tier II",
…