Replies: 4 comments 7 replies
-
20220530_192814.mp4 |
Beta Was this translation helpful? Give feedback.
-
Sorry for the late reply, if you can reproduce the problems in the current (jdk11) version in one of the samples or with a minimal reproducer that would make it easier to look into it. With only screenshots it is very hard to figure out what is going wrong here, since there are so many different ways to set up a chart in chart-fx. So please share a minified version of your code if you cannot reproduce it in the samples and also describe what you are doing different from the samples if the problem doesn't occur there. Other things that are always worth trying is to disable data reduction in the renderer and/or make the renderer not assume sorted data. The type of dataset is also important, since it provides the lookup to get the data-points for a specific zoom range. |
Beta Was this translation helpful? Give feedback.
-
Hi, I am facing a similar issue. I am using jdk17. I have attached the screenshots for reference. The problem only occurs when the Y-axis values are greater than 10 digits and if it is the left most datapoint in the graph. This occurs only in specific input data. If I zoom on multiple datapoints, it works fine but when I zoom specifically on the left most bar it disappears. |
Beta Was this translation helpful? Give feedback.
-
@dirri Chart-FX received some major upgrade recently. Could you verify against main if your problem still persists? Thanks in advamce.
Which Version should i try ?
|
Beta Was this translation helpful? Give feedback.
-
When i zoom in by drawing a rectangle via LMB over a certain area of the chart the result is an empty canvas. This seems to be sporadically. Also when using the mouse wheel result sometime to empty canvas. I did not found out yet what the reason is!?
Example:
Results to:
I used latest version of chartfx but this appears also with the JDK8-SNAPSHOT version.
Please help!
Beta Was this translation helpful? Give feedback.
All reactions