I am using Blazor with .NET 8 and have 8 charts on my dashboard. I want a loading/progress bar to be displayed while the charts are loading. I am attempting to achieve this with a variable _isLoaded, which is set to true and false in OnParametersSetAsync. However, the loading bar disappears after the data are fetched from the API, but the dashboard still needs more time to render the charts. How can I either minimize the rendering time or ensure the progress bar disappears when the charts are displayed immediately, without any extra delay?
Chart render performance slow at Syncfusion with Blazor and .net8
47 views Asked by apanay22 At
0
There are 0 answers
Related Questions in BLAZOR
- Failed to fetch dynamically imported module on Blazor JS Interop
- Implementing Azure AD B2C Authentication in .NET 8 Blazor Project (RenderMode: InteractiveAuto)
- New Blazor Web App, Password Reset "A valid antiforgery token was not provided"
- How to share authorization implemented in the server project with the client project in Blazor Web App Auto project?
- My Blazor UI is not responding on a domain, but working on another domain
- Telerik Blazor GridCommandButton not working
- How to set language in a server-side rendering blazor app
- Stopwatch loosing time in a browser using blazor and web assembly when browser put in background
- How to Nest a TelerikGrid inside TelerikForm with Blazor
- Blazor/Razor resolve components using dependency injection
- UI not updating after resetting object
- 3rd Party cookies error on deployment server
- Blazor DbContext in a service
- Blazor Web App (.Net 8) with oidc loses auth when switching to client
- Why Blazor 8 prerendering does not render all of the page?
Related Questions in RENDERING
- How to render sprites for a snake game using SFML and C++
- Rendering a visualisation of matrix using pygame
- How to output latex embedded in dataframe into jupyterbook
- Decal renderer does not discard pixels properly
- Server side rendering and client side rendering
- Can I bake building silhouettes into a skybox in Unity?
- Sync buffer between queue on Vulkan
- VTK render error:vtkShaderProgram (00000289700E3F20): ERROR: 0:216: '' : expect an array name
- useFormik can not get initial values from response by useQuery?
- What happens when rendering an OpenGL buffer that has been padded with NULL (or another value)?
- Server Side Rendering of Dynamic URL using NUXT 3
- How to resolve possibly conflicting urls in webpage rendering
- How to detect if a widget is visible or not in Flutter
- burger-menu bug with react (flickering)
- DOT Layout Forcing Graph Into 2 Levels
Related Questions in SYNCFUSION
- C# Visual Studio Android App Showing a wrong not working Keypad on Entry text
- Razor page jumps to top on Chart mouseover
- Syncfusion edit grid with timezone issue
- How can I get Trendline Value from Syncfusion Chart
- How do I handle complex JSON information inside a CSV file?
- Blazor Web App: Problems with Json Reference Loop
- Flutter Syncfusion large PDF
- Flutter - Making a PDF viewer that would go to a particular paragraph on a particular page and highlight it
- Is there updated version of how to fill form using syncfusion PDF Flutter?
- Syncfusion.ListView Binding to observable collection (Xamarin)
- Is there a way to remove the date from the SyncFusion Scheduler tooltip?
- Syncfusion Calendar is not showing the first time interval
- Syncfusion Blazor. How to get the once current grid row (record)
- SfComboBox Selection Box Blank After Selection Until Clear Button Pressed
- Issues with text copying in the Syncfusion Document Editor
Related Questions in .NET-8.0
- C# XML ModelBinding - ASP.NET Core 8 Web API - required field not found
- Which approach is right while creating a service for your update method?
- Can't open new instance of another window in my app, in WPF .NET 8
- New Blazor Web App, Password Reset "A valid antiforgery token was not provided"
- Dotnet Run is not working but the application is running in Visual Studio
- My Blazor UI is not responding on a domain, but working on another domain
- Seeding user doesn't allow user to login in ASP.NET Core 8 Web API - endpoints do allow them to sign in
- Get rid of Generated using the Generated using the NSwag toolchain v11.0.0.0 (Newtonsoft.Json v13.0.0.0)
- I'm trying to create a user with identity in .NET 8 with Entity Framework and I'm getting the following error, both in MySQL and SQL Server
- WPF Windows Initializing is locking the separated thread in .Net 8
- Entity Framework Core 8 throws "Method not found: 'Void CoreTypeMappingParameters..ctor" error
- Blazor DbContext in a service
- Nullability Mismatch Between Property Getter and Setter?
- Access Registed Scoped Services and Transient Services using GetService()
- ASP.NET Core 8 Web API with Swagger not running as localhost web app
Related Questions in SYNCFUSION-CHART
- How can I get Trendline Value from Syncfusion Chart
- Chart render performance slow at Syncfusion with Blazor and .net8
- Labels with 3 digits are not displayed in the donut chart (syncfusion and Blazor)
- Drawing Custom Shape for label of SfCartesianChart flutter
- Show data from class in tooltip Blazor Syncfusion chart
- Flutter Screenshot package error on Syncfusion Charts
- Syncfusion Chart in Flutter
- Syncfusion EJ2 Line Chart Tooltip Currency with commas
- Syncfusion Flutter Cartesian Charts Remove Grey 'Border'
- Format Syncfusion Tooltip seperately from the axis
- SfCartesianChart with dynamic number of Series
- Unable to use grouped labels for dates in Syncfusion chart
- Syncfusion sfChart merges categories
- How to drag and drop two existing points to form a new line in Flutter chart?
- How to add Box Shadow to Graph using syncfusion_flutter_charts in Flutter?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)