Open iwemuiser opened 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.
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!