0

I want to make a diagram like this to display the career spans of several soccer players one below the next:

Career span diagram

I know it's basically a bar chart, but I was hoping this has a more specific name, because I want to search the web to find out whether d3.js can easily render one.

  • I provided an answer (not sure if it's exactly what you're looking for), but please keep in mind that this isn't really a Math question as such. – Deepak Sep 14 '16 at 02:23
  • What's the right place to post this question? I'll move it there if I know where to post. I didn't think it was directly programming related enough for Stack Overflow. – Sridhar Sarnobat Sep 14 '16 at 02:24
  • Maybe this: http://stats.stackexchange.com/questions/tagged/data-visualization ? I don't know if it's a perfect fit, but it looks like a good place. – Deepak Sep 14 '16 at 02:26

1 Answers1

1

The closest I can think of is a Gantt Chart, but that's more often used for project analysis.

(and by the way, this isn't really math).

Deepak
  • 26,801