natasia Report post Posted August 7, 2012 Hi, I am using fusioncharts to print a realtime (line) chart. Now I started implementing some alerts like this: <alerts> <alert minValue='0.4' maxValue='500' action='callJS' param= "fehler(); "/>; <alert minValue='-500' maxValue='-0.4' action='callJS' param= "fehler()";/>; </alerts> Everything works fine so far, it calls the JS-procedure fehler() as expected. But I am wondering how to tell the JS-procedure which of my datasets raises the alert. Is this possible? Jenny Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted August 7, 2012 Hi, FusionWidgets XT does not have the feature of "tracking which data set will raise the alert for a specified range of values", as of now. For more information on "Alert Manager > Setting it up", please follow the link below: http://docs.fusioncharts.com/widgets/Contents/?AlertManager/Setting.html Hope this helps ! Share this post Link to post Share on other sites