danvk / dygraphs

Interactive visualizations of time series using JavaScript and the HTML canvas tag
http://dygraphs.com
Other
3.17k stars 606 forks source link

Multiple plotters for candlestick chart #881

Open realslimsutton-zz opened 6 years ago

realslimsutton-zz commented 6 years ago

Hello, I'd like to have an area chart with the a candlestick plotter. When I add more data series to the chart (for the area chart), I get an error from the plotter telling me there's too many data points.

How would I go about having both these charts on 1 canvas? I don't see any support for this so far in the docs.

Thanks

przmv commented 6 years ago

@K-Sutton do you want something like the second chart here http://rstudio.github.io/dygraphs/gallery-candlestick.html ?

realslimsutton-zz commented 6 years ago

@pshevtsov Yep, that's exactly what I'm talking about. Except, not in R.

przmv commented 6 years ago

@K-Sutton Ok, I'll have a look how I implemented it for R and see if changes can be merged here as well.

mwlang commented 6 years ago

Would love to see this come to life as well.

MartinKei commented 5 years ago

@pshevtsov Any news on that topic?