FusionCharts Support

Alerts do not work

Recommended Posts

Hi all.

 

 

 

I'm trying to implement alerts in my application and my javascript seems to be never called.

 

 

 

More than that, I can't even see this working in standard examples - FusionGadgets/Code/Annotation_AlertM/Annotation.html doesn't show any annotations from alerts to me. What can be wrong here?

 

 

 

Thanks in advance.

Share this post


Link to post
Share on other sites

Hi,

It might be that you are not using any dataStreaming URL to provide data to the chart. Its defined in the XML but i could not find it in the URL u sent. Can you please create an asp page (CUPData.asp) and use this code there to stream data to the chart? It will work  every 3 seconds as defined in the XML.

<%@LANGUAGE="VBSCRIPT" %>

<%

randomize timer

response.Write("&value=" & (int(rnd()*100)))

%>

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