angular-gauge-chart icon indicating copy to clipboard operation
angular-gauge-chart copied to clipboard

getting issue when value is read from api

Open veersagar opened this issue 5 years ago • 1 comments

getting issue "updateNeedle" of undefined while reading values from api need to give setTimeout in "angular-gauge-chart.js" to updateneedle value but this should work without using setTimeout.

veersagar avatar Jul 23 '19 05:07 veersagar

Hi @veersagar,

seems like in your case the method updateNeedle is applied to the gaugeChart object before it has been initialized. I never faced this issue before and it's very hard to debug it based only on your report. It would be amazing if you could use some online testing environment like Plunker to reproduce the bug and post the link here.

mmaltsev avatar Aug 07 '19 16:08 mmaltsev