Sign in to follow this  
daniel_moon16

Adding multiple buttons to one graph

Recommended Posts

Is it possible to add more than one button directly to the chart?  right now I'm using:

chart4.addEventListener("rendered", function(eventObject, argumentsObject) { eventObject.sender.ref.drawOverlayButton({show:1, message:"Zoom"});} );
chart4.addEventListener("overlaybuttonclick", function(eventObject, argumentsObject){getCombo1("zoom");});

to implement changing graphs.

 

It seems like I can only implement one button on a single graph with this method.

 

Is there a better way to do it?

 

Thanks in advance.

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