The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
but when i use function loadMoreIndicatorBuilder with seri type SplineSeries and I got the error like picture below. Does the function seriesController.updateDataSource NOT support Datetime type? Could the Flutter team help me how to solve this problem ?
YGYuvaraj Gajaraj Syncfusion Team April 21, 2022 06:16 PM UTC
Hi Tuyen,
Greetings from Syncfusion. We suspect that you don’t change the
type and casting to double the axis visible minimum and maximum value in
the onActualRangeChanged callback.
Because for the DateTimeAxis the
visible minimum and maximum value are timestamps it didn’t support double so
please change the oldAxisVisibleMin and oldAxisVisibleMax variable type to int
and remove the typecasting like in the below code snippet. Otherwise, the
sample is working fine.