Sign in to follow this  
JasonBlueSky

Do Alerts Only Work If You're Streaming Real Time Data Into The Gauge?

Recommended Posts

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 by JasonBlueSky

Share this post


Link to post
Share on other sites
Guest Sashibhusan

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this