fair-acc / chart-fx

A scientific charting library focused on performance optimised real-time data visualisation at 25 Hz update rates for data sets with a few 10 thousand up to 5 million data points.
GNU Lesser General Public License v3.0
488 stars 90 forks source link

Axis display problem #610

Closed zkycaesar closed 9 months ago

zkycaesar commented 9 months ago

I am drawing a XYChart, and creating axis like this: DefaultNumericAxis xAxis = new DefaultNumericAxis(null, null); The param axisLabel and unit are both set to null, in order to hide the name label (not sure that is the correct way). The chart shows like this: image The axis is not showing fully. I use a BorderPane to contain the chart, when I resize the pane, the chart will also resize, but the axis keeps showing like that. What seems to be the problem?

ennerf commented 9 months ago

This is related to a layout bug that will be fixed by the next release

wirew0rm commented 9 months ago

I'll close this since 11.3.0 is now released and presumably fixes this issue. Feel free to reopen if the the issue persists with the current release.