HanSolo/charts

request to add candle chart

Xiaobaishushu25 opened this issue · 3 comments

You are excellent. These charts are very beautiful, but I want to ask if it is possible to add a candle chart, which is the K-line chart of stocks. Thank you!

I guess the data that will be provided contains high, low, open, close and a timestamp right? And then you will need a time based series of these datapoints to be able to visualize it. Should not be too hard to implement, just need to find some time… 😁

yes,That's what I want. It's better to add a tooltip to display relevant information when the mouse is hovering. I'm a novice in JavaFX and can't realize the chart by myself... Thank you for your efforts!

Added CandleChart in jdk17 branch with commit fbb0a55