JasonBlueSky Report post Posted February 5, 2013 (edited) I am going by the book here with my set up of an alert coupled with an annotation: <chart> <value>21</value> <annotations> <annotationGroup Id='statusRed' visible='0'> <annotation type='image' x='125' y='25' URL='red_circle.png'/> </annotationGroup> </annotations> <alerts> <alert minValue='0' maxValue='999999' action='SHOWANNOTATION' param='statusRed'/> </alerts> </chart> If I set the annotation visible from the get go, it indeed shows the image. But that alert will not fire no matter what. If it does require the real time streaming of data, is there any way I can trick it or force it to fire that alert based on the value in the <value> tag? Edited February 5, 2013 by JasonBlueSky Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted February 7, 2013 Hi, I am afraid, the alert functionality will only work for FusionWidgets XT Real Time Charts. So, you can not get it functional as annotations. In Real Time charts/gauges on each refresh interval, the alert will fire based on the value changed. For more information on "Alert Manager", please follow the link below: http://docs.fusioncharts.com/widgets/Contents/?AlertManager/Introduction.html Hope this helps! Share this post Link to post Share on other sites