Sign in to follow this  
natasia

Realtime Chart -> Alerts

Recommended Posts

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

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