|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 12/24/2007 5:07:32 AM
Posts: 2,
Visits: 3
|
|
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.
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: 10/11/2008 2:58:00 AM
Posts: 811,
Visits: 1,289
|
|
| Hi, Can you please try running the solution from a server, say IIS or apache etc.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 12/24/2007 5:07:32 AM
Posts: 2,
Visits: 3
|
|
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
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: 10/11/2008 2:58:00 AM
Posts: 811,
Visits: 1,289
|
|
| 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))) %>
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|