Hi there,
I've pasted the example dashboard component taken from the examples page in the documentation into the index.razor file of my test project.
I'm using the following syncfusion components:
Include="Syncfusion.Blazor.Charts" Version="19.3.0.56" />
Include="Syncfusion.Blazor.Grid" Version="19.3.0.56" />
Include="Syncfusion.Blazor.Layouts" Version="19.3.0.56" />
Include="Syncfusion.Blazor.Navigations" Version="19.3.0.56" />
Include="Syncfusion.Blazor.RangeNavigator" Version="19.3.0.56" />
Include="Syncfusion.Blazor.Schedule" Version="19.3.0.56" />
When running the dashboard I get the following errors:
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
at Syncfusion.Blazor.Charts.Internal.ChartSeriesRenderer.GetSetXValue(Point point, Int32 index)
at Syncfusion.Blazor.Charts.Internal.ChartSeriesRenderer.ProcessObjectData(Type firstDataType, String x_Name, String y_Name, IEnumerable`1 currentViewData)
at Syncfusion.Blazor.Charts.Internal.ChartSeriesRenderer.ProcessData()
at Syncfusion.Blazor.Charts.Internal.ChartSeriesRendererContainer.ProcessData()
at Syncfusion.Blazor.Charts.SfChart.ProcessData()
at Syncfusion.Blazor.Charts.SfChart.PerformLayout()
at Syncfusion.Blazor.Charts.SfChart.OnAfterRenderAsync(Boolean firstRender)