novus / nvd3

A reusable charting library written in d3.js
http://nvd3.org/
Other
7.22k stars 2.15k forks source link

Floating stacked bar graph using multibar #1794

Open saumyasuhagiya opened 8 years ago

saumyasuhagiya commented 8 years ago

I am facing issue to create floating stacked bar graph using existing library functions. Is there any option available in nvd3? Or way to modify and use?

brylie commented 8 years ago

Issue #1788 describes an idea that may be useful here, that all NVD3 charts could be built with composable components. The NVD3 architecture is currently somewhat component based, but the documentation may be lacking examples of how to compose custom chart types.

This can be contrasted with projects such as ggplot2 and Vega, which focus primarily on composing charts based on common components.