Questions tagged [c3]

C3.js is a Javascript library that uses D3.js to create reusable charts.

Site: http://c3js.org/

GitHub: https://github.com/masayuki0812/c3

129 questions
0
votes
1 answer

Creating graph with x-axis only using D3

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.
Tatenda
  • 679
  • 2
  • 10
  • 24
0
votes
1 answer

C3 stacked column chart from CSV

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!
Sylvia
  • 315
  • 2
  • 17
0
votes
2 answers

Data structure for c3 grouped bar charts?

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", …
PJPS
  • 110
  • 2
  • 13
0
votes
2 answers

Synchronous call to load json files before draw the chart with C3

I have the following situation: Three different JSON files need to be loaded before firing the function to generate the chart. Here's the code: