RadzenChart "Function does not accept floating point Not-a-Number values"

Hi, I'm having issues with the RadzenChart component. When I try to display a standard chart, that has no styling applyed I get this error which seems to come from some resizing logic attempt. Any suggestion on how to fix it? It seems to happen somewhat randomly.

This would be the markdown for the chart:

I can see the issue happens when the values are 0 in the chart. This is also related it seems to an issue I have had previously with negative values which I posted earlier in the month.

Hi @iustin94,

We will need a reproduction of this issue as we can't determine the cause of it from your screenshot.

Certanly, what would you need on my side? :+1:

Hi again, I think I might have narrowed it down some more. If you look at the following screenshot you can see that the _model.BankAccount contains a list of decimal values. And with this the component renders fine.

In this next picture, you can see the _model.GrossProfitAndLoss is a list of integer values

It is this chart that crashes and fails to render.

These value lists however are both of "decimal" values.

It's also random that when this becomes an error or not. Some days have past since my last reply here, and I haven't had any crash. Now, it happens again suddenly.

We can't help unless you provide a reproduction of this exception - runnable code that we can test with.