c3js / c3

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

Tree diagrams #212

Open fbolognaboidi opened 10 years ago

fbolognaboidi commented 10 years ago

What about tree diagrams... I thinks it's whats missing to be the one of the best libraries... Thanks YOU!

pchaganti commented 10 years ago

+1 for a tree. This lib is a pleasure to use.

thx!

masayuki0812 commented 10 years ago

Thank you for the suggestion, but I think tree diagram does not match the use case of c3 and should be implemented as another library.

mlajtos commented 10 years ago

Tree diagrams are not charts per se, but ability to display tree structures in traditional charts could be useful. For example, pie chart can display only 1D data, while sunburst chart can display hierarchical data. See this example for illustration.

Similarly, drilldown navigation would be great alternative.

aendra-rininsland commented 9 years ago

If anything, 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.