Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
The following exception seems to appear frequently when navigating away from a chart when the tooltip is still active. It seems to happen at least 1 out of 10 times.
System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=Syncfusion.Blazor
StackTrace:
at Syncfusion.Blazor.Charts.Chart.Internal.ChartTooltip.RemoveHighlightedMarker(List`1 pData)
To reproduce using attached "counter" page from template, move your mouse around quickly over the chart. The tooltip should pop up and begin lagging behind mouse. Quickly click on the "Home" page before the chart tooltip has time to close. If you do this several times it should give you the error.