kiwo Report post Posted December 24, 2007 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
FusionCharts Support Report post Posted December 24, 2007 Hi, Can you please try running the solution from a server, say IIS or apache etc. Share this post Link to post Share on other sites
kiwo Report post Posted December 24, 2007 Now I tried and it doesn't seem to work as well... Could you have a look here, I don't see an alert: http://updaterdev.reksoft.ru/Fusion/Code/Annotation_AlertM/Annotation.html Thanks Share this post Link to post Share on other sites
FusionCharts Support Report post Posted December 26, 2007 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