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
508 stars 94 forks source link

Plugins like DataPointTooltip are not working at all if axes were only added to the chart #677

Open dedeibel opened 5 days ago

dedeibel commented 5 days ago

Describe the bug:

Plugins like DataPointTooltip are not working at all if the axes were only added to the chart and not also to the renderer.

To Reproduce:

Open FxmlSample and hover an a data point. No tooltip appears although the plugin is active in this sample.

Screenshot at 2024-11-20 13-37-18

Expected:

Screenshot at 2024-11-20 13-37-55

Environment:

Fix:

I have a fix prepared for AbstractRendererXY and will create a PR for it.