Sign in to follow this  
Pallav

Using Context Menu option with Javascript

Recommended Posts

If you Right-Click on a Graph (Pie3D) for example, you can switch it to 2D, make the rotation possible, etc.

 

 

 

What I want to do is creating HTML buttons that will do the same effect as Right-Click on the chart + Select Option. I read some documentation and I searched in the forum but I found nothing that could help me.

 

 

 

I'm using Javascript to render my Graph in the HTML page.

 

 

 

FusionCharts

 

 

 

is there a way to do something like : myChart.SetRotation() or calling any graph's event?

 

 

 

P.S. The [ CODE TAG ] in your forum doesn't work to display HTML code.

Edited by Guest

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