When trying to render this page with any build from 18.4.x on I get the following error..
fail: Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost[111]
Unhandled exception in circuit 'KUVkIaphIMxAfxx_UTcbM2RMP8HfnYFQeTPyiN4oDVs'.
System.InvalidCastException: Invalid cast from 'DateTime' to 'Double'.
at System.DateTime.System.IConvertible.ToDouble(IFormatProvider provider)
at System.Convert.ToDouble(Object value, IFormatProvider provider)
at Syncfusion.Blazor.Charts.Chart.Internal.ChartSeriesRenderer.PushData(Points point, Int32 i)
at Syncfusion.Blazor.Charts.Chart.Internal.ChartSeriesRenderer.ProcessJsonData()
at Syncfusion.Blazor.Charts.Chart.Internal.ChartSeriesRenderer.DataManagerSuccess(Boolean isRemoteData)
at Syncfusion.Blazor.Charts.SfChart.InitializeDataModule(ChartSeries series)
at Syncfusion.Blazor.Charts.SfChart.ProcessData(Boolean render, Boolean shouldLoadedTrigger)
at Syncfusion.Blazor.Charts.SfChart.RenderChart()
at Syncfusion.Blazor.Charts.SfChart.OnAfterScriptRendered()
at Syncfusion.Blazor.SfBaseComponent.InvokeScriptRendered()
at System.Threading.Tasks.Task.<>c.b__139_0(Object state)
at Microsoft.AspNetCore.Components.Rendering.RendererSynchronizationContext.ExecuteSynchronously(TaskCompletionSource`1 completion, SendOrPostCallback d, Object state)
at Microsoft.AspNetCore.Components.Rendering.RendererSynchronizationContext.<>c.<.cctor>b__23_0(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at Microsoft.AspNetCore.Components.Rendering.RendererSynchronizationContext.ExecuteBackground(WorkItem item)
Is this a known issue? If so is there a work around?
Thanks,
Jeff