nteract / semiotic

A data visualization framework combining React & D3
https://semioticv1.nteract.io/
Other
2.43k stars 133 forks source link

Line overlaying candlestick #532

Closed justinsoliz closed 4 years ago

justinsoliz commented 4 years ago

Is there any guidance for plotting two distinct data sets e.g. a moving avg over a candlestick plot.

I see an example for a bar / line combo but that seems to be slightly different given the two axes.

emeeks commented 4 years ago

In XYFrame, you can pass the candlestick data as points and pass the moving average data as lines would that solve your problem?

justinsoliz commented 4 years ago

I will give that a try, thanks!