c3js / c3

:bar_chart: A D3-based reusable chart library
http://c3js.org
MIT License
9.33k stars 1.39k forks source link

Propose for new chart type - Pyramid. #123

Open panubear opened 10 years ago

panubear commented 10 years ago

Hi Masayuki, Thanks a lot for keep gradually working on c3 improvement. I just want to propose Pyramid chart for your next phase consideration.

http://vis.stanford.edu/jheer/d3/pyramid/shift.html

Thanks, Panuwat

masayuki0812 commented 10 years ago

Hi, thanks for the request. I'd like to add this feature in 0.2.x or higher.

Hoverbear commented 10 years ago

Example, in D3 Examples, using Raphael

aendra-rininsland commented 9 years ago

This sounds like a good candidate for a plugin idea. Alas, until #351 is complete, that is not possible. Adding on hold and closing, will reopen once plugin infrastructure is in place.

aendra-rininsland commented 9 years ago

Reopening after discussion with @masayuki0812 re: how to handle on hold issues.

ayozebarrera commented 9 years ago

Are you developing it guys?

Simple and powerful chart, hope see it in c3 soon ^^

fmalk commented 7 years ago

I'll just post my c3js alternative solution here, since I was looking for a population pyramid chart and got here from Google:

http://jsfiddle.net/fmalk/hd6j37hq/

Nothing fancy but does the job. It is a simple variation of a stacked bar chart. Hope it helps someone.