Alexander Krimm
Alexander Krimm
Hey, welcome to chart-fx and thanks for the detailed and comprehensive bugreport. I've also noticed this sporadically, but I've never come around to analyzing it systematically. Could you try "chart.getGridRenderer().setDrawOnTop(true)"...
Thanks for confirming/testing and I hope this will allow you to work around the issue until the next release.
the credentials also changed for the new system.
Hey, thanks for the feedback on using our library. Could you provide a minimal sample which reproduces your problem? The `updateCachedVariables()` function is called in the layouting step which is...
Ok, I can reproduce the issue, thanks for the fast reply. We usually have fast updating data or use interactive rescaling where the chart lagging one update behind the axes...
- currently the data value is stored in the indicator - should we store a value for each matching axis? - what happens if the range of a single axis...
Most of this seems to be fixed by #519, but if you use the sample for some time, there are over-range warnings, the y projection vanishes and similar zooming issues...
The issue with the y-projection in the sample was caused by `Histogram::reset` calling its super method and therefore clearing both the x and y axis description loosing the information about...
Hey, thanks for the detailed report and reproducer! The reduction algorithm has special treatment for styled/labeled points, probably fixing some inconsistency in the indexing of the dataset. I started looking...
Maybe it would be possible to add instructions on how to import controlsfx into an eclipse (or any other IDE) workspace properly? I tried importing as a Gradle project and...