novus / nvd3

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

Is there a way to combine charts in order to get a candlestickPlusLinePlusBar chart? #1787

Open Nevtep opened 7 years ago

Nevtep commented 7 years ago

I'm developing an exchange interfase and need to display a candlestick plus lines chart, is it possible to do so using this library?

brylie commented 7 years ago

Composable charts would be a great architecture. E.g. Vega.js and ggplot2 take the declarative, composable approach for great flexibility in chart design.

brylie commented 7 years ago

I opened an issue (#1788) to discuss what is needed for creating custom chart types, based on chart components.