-
Notifications
You must be signed in to change notification settings - Fork 18
Drop jFreechart usage and use javascript for plotting #17
Comments
What's going on now ? |
Hi, thanks for your interest in this project. So far I have paused this project, searching for a way to store/save complete templates and a solid logic to apply indicators on other indicators |
You can find an approach in the |
How do I find the right model if I use the d3? |
could you give me an example to transform ta4j's data model into d3's data model? I hope I can better monitor ta4j's data, so I want to show ta4j's data model through the chart |
I have written my own charting logic to visualize candlestick, indicators and labels in javascript with help of d3. You find it in this file: https://github.com/team172011/TAcharting/blob/d3/src/main/resources/html/printTests.html In this class https://github.com/team172011/TAcharting/blob/d3/src/main/java/org/sjwimmer/tacharting/chart/view/TaChart2.java you can find how indicators can be added via JSON format |
No description provided.
The text was updated successfully, but these errors were encountered: