-
In the current examples, I am unable to locate a Candle chart, is it possible to display open,high,low,close values using the current library or is not supported yet? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
The jdk17 and jdk21 branch contains more charts than the main branch which is still on jdk11. You will find the CandleChart there: |
Beta Was this translation helpful? Give feedback.
-
Thank you for your quick reply, I tried the following code as I am using your tile library as well, I am getting the tile displayed but the candle chart is not appearing (please see output image). Could you correct my code so that the candle chart is displayed. |
Beta Was this translation helpful? Give feedback.
-
Please check out the tests in the jdk17 branch, they contain an example for the CandleChart. |
Beta Was this translation helpful? Give feedback.
Please check out the tests in the jdk17 branch, they contain an example for the CandleChart.