Charts not re-rendring when navigating away and back to razor page. #1160
Unanswered
Cornieloots
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Good day, kindly assist. I have a Dashboard.razor file. When the user logon the Dashboard is shown with pie, bar and doughnut charts. When user navigate away and back to the Dashboard the charts are not displayed.
Blazor.Bootstrap 3.4.0 Webassembly standalone, .Net 8.0
Part of code below
`
@code {
private bool isLoading = true;
private bool _hasRenderedOnce = false;
private bool _isInitialLoadComplete = false;
private IDisposable? _locationChangingHandler;
Beta Was this translation helpful? Give feedback.
All reactions