syncfusion / blazor-showcase-expense-tracker

This expense tracker demo application showcases using several Syncfusion Blazor components together in a real-world application scenario. You can further explore the source code of this application and use it as a reference for integrating Syncfusion Blazor components into your applications.
40 stars 32 forks source link

Charts rendered twice #9

Closed frodesve closed 4 years ago

frodesve commented 4 years ago

When this app is upgraded to v18.1.0.45 or newer there is a render problem. The charts are rendered twice on first load or reload.

MadhanVenkateshan commented 4 years ago

Hi Frodesve,

Good day to you.

We suspect the issue will arise when your .NET Core SDK version is lower than 3.1.3, so we suggest you to upgrade the version to 3.1.3 and also ensure your Visual Studio 2019 has the version 16.6 or later. Please find the prerequisites documentation link below.

https://blazor.syncfusion.com/documentation/getting-started/server-side-blazor/#prerequisites

Please check the above suggestion, if you still face the issue, please share the version for .NET Core SDK, Visual studio and .NET Framework and if possible share the video demonstration of the issue.

Regards, Madhan V

frodesve commented 4 years ago

Hi, already had latest Visual Studio (Version 16.6.0 Preview 5.0) Runtime: Microsoft.NETCore.App 3.1.3 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Sdk: 3.1.201 [C:\Program Files\dotnet\sdk] 3.1.300-preview-015135 [C:\Program Files\dotnet\sdk]

The charts animation stops half way and then animates a second time. Only first load / reload.

sreharii commented 4 years ago

Hi Frodesve,

We are glad to announce that our v18.1.54 patch release is rolled out, we have added the fix for the annotation related issue. And you can use the latest (18.1.54) Syncfusion.EJ2.Blazor NuGet package version and updated interop CDN file to get rid of the reported issue.

Release Notes: https://blazor.syncfusion.com/documentation/release-notes/18.1.53/

Script Link: https://cdn.syncfusion.com/ej2/18.1.54/dist/ej2.min.js

We appreciate your patience in waiting for this release. Kindly let us know if you need further assistance.

Regards, Srihari