I am trying to change the colour of my ngx bar chart by calling a function at [customColor] property but it is going into loop even though by animation mode is off.
I had referred to the following StackOverflow answer and even on a comment section, someone is facing the same issue.
How to use Ngx-Charts customColor function
I had console the text msg 'custom colours called' inside CustomColor() function. (which I called at [customColor]=CustomColor())
apart from it, it's working absolutely fine but not sure why it is going into loop ?? Because of the same, my system get down after a couple of minutes
would really appreciate any help.