novus / nvd3

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

Created a multiBarChart with focus. #1763

Open iwemuiser opened 8 years ago

iwemuiser commented 8 years ago

Hey all,

I made a multiBarChart with focus: https://github.com/iwemuiser/NVD3.multiBarChartWithFocus.

Just thought I'd share (perhaps there is a better way for that but I don't know how at the moment)

Greetings!

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. E.g. we wouldn't have to rely so much on prefabricated combinations of chart elements, but could rather add a focus to any relevant chart type.

The NVD3 architecture is currently somewhat component based, but the documentation may be lacking examples of how to compose custom chart types.