vikramlearning / blazorbootstrap

An Enterprise-class Blazor Bootstrap Component library built on the Blazor and Bootstrap CSS frameworks.
https://docs.blazorbootstrap.com/
Apache License 2.0
650 stars 30 forks source link

Issue in loading the Charts #570

Open PraveeshKS opened 6 months ago

PraveeshKS commented 6 months ago

Describe the bug I have been using two razor components almost same UI with a line chart, a couple of pie charts and a stacked bar chart one for customer and one for supplier in my project. Sometimes when I log into the application and navigate to the charts there won't be anything plotted in the chart, if I reload the page a couple of times it will be loaded properly. Some time it happens for Customer Report sometimes it's for Supplier. I could not reproduce this in my local machine only occurring after I deployed this in dev ops environment. Can someone help me here?

I am getting the data for the charts into a variable in OnInitialize() and assigning the datasets to the chart on the OnAfterRender()

Versions (please complete the following information):

gvreddy04 commented 6 months ago

@PraveeshKS Thank you for trying BlazorBootstrap. To help us reproduce the issue you're encountering, could you please share a sample code snippet or a link to a GitHub repository? If you're unable to reproduce the issue yourself, please provide a sample GitHub repository containing your relevant code. We'll be happy to investigate how the charts were configured and used there. If possible, it would also be helpful if you could provide a screen recording that demonstrates the issue without revealing any personal information.