Currently, I'm using ngx-charts and initially, all my values will be Zero. So it's showing NaN (Because 0/0 is undefined). While DuckDuckGoing I even came across this bug. I reinstall ngx-charts to the latest version which is 7.0.1 and yet I'm facing the same problem if NaN. Is there any other way around this?
EDIT:
I even found the correct working code and the result also comes properly.
but in my code, I'm still facing the same problem.