request to add candle chart
Xiaobaishushu25 opened this issue · 3 comments
Xiaobaishushu25 commented
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!
HanSolo commented
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… 😁
Xiaobaishushu25 commented
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!