alexarchambault/plotly-scala

Integrate plotly candlestick rendering

Closed this issue · 3 comments

I'd like to integrate plotly's candlestick graph type like here:
https://plotly.com/javascript/candlestick-charts/
Could you provide some guidance on whether it's possible and how it's to be done.

@igorfialko Kind of late answer here. There's already some guidance in the README. That involves finding some plotly.js doc page you want to enable the features of in this directory, enabling it in the plotly-scala tests, then adding the relevant definitions in plotly-scala until the added test pass.

@alexarchambault Thanks. I've already worked my way through the code. Couldn't find that part of the readme at the moment of writing the issue. I've integrated plotly's candlestick. Unfortunately it turns to be very slow due to plotly's way of rendering bars. But thats a bit off-topic. If you want I could create a pull request with candlestick?

If you want I could create a pull request with candlestick?

Go ahead!