Good Evening
I am struggling to understand the parameter syntax for setAnnotationValue for the CircularGauge control.
The API documentation here shows no details on the parameters https://ej2.syncfusion.com/javascript/documentation/api/circular-gauge/
while this post gives some clues showing that the third parameter seems to be the html markup for the annotation text https://www.syncfusion.com/forums/148057/display-text-above-the-pointer
I used this example as a guide https://ej2.syncfusion.com/javascript/demos/#/material/circular-gauge/customization.html and tried using the content html markup as the third parameter to the setAnnotationValue call but unfortunately it doesnt work in the console in chrome I get an error saying "Cannot set property 'content' of undefined' perhaps I am missing something as I would appreciate assistance as this is the last thing I need to fix
Thanks