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
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.Expected:
Environment:
Fix:
I have a fix prepared for
AbstractRendererXY
and will create a PR for it.