Hi, after upgrading from 18.2.X to 18.3.X I get console errors on most of my Charts used from Syncfusion package. Errors usually appear on hovers when the tooltips are enabled, but some appears even after rendering the Chart.
Here are some of examples:
On chart hover (tooltip enabled), or just when rendering the chart:
Newtonsoft.Json.JsonSerializationException: Error converting value {null} to type 'System.Double'
Newtonsoft.Json.JsonSerializationException: Error converting value "{"size":"13px","fontWeight":"Normal","color":null,"fontStyle":"Normal","fontFamily":"Segoe UI"}" to type 'Syncfusion.Blazor.Charts.ChartLegendTextStyle'
Error: <path> attribute d: Expected number, "….22058823529412 NaN 191.54411764…".
Uncaught TypeError: Cannot read property 'length' of undefined
I haven't found any breaking changes between these versions in Release Notes, nor have I changed any code, my question is if I am missing some critical change in my code when switching between 18.2 and 18.3 version.
Thanks for your answear.
Lukas V.