Sign in to follow this  
ros

PROBLEM WITH JAVASCRIPT WITH PIE 3D

Recommended Posts

Hi,

I try to draw a pie 3D.

When I click on the chart with right bottom I see that I can switch in 2D / 3D view.

I want to do a javascript function to do this. I saw that for MSCombi3D chart there is chartId.view3D(); and I tried to use the same function for my Pie3D chart but it doesn't work.

Anyone can help me?

Thanks a lot.

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello,

 

 

 

This is not possible using the Pie 3D chart. It comes by default in 3D mode.

Share this post


Link to post
Share on other sites

Sorry but I think that I didn't explain my problem in right way.

I saw that when I use a Pie 3D I can see the chart both 2D mode and 3D mode. It is a property of Pie3D.swf I think.

My problem is that this operation is possible only when I click on the chart (rigth click and select 'view 2D').

Is there a javascript function that do this? Like chartId.view2D() for example? I saw that for other .swf there is.

thank you

Share this post


Link to post
Share on other sites
Guest Rajroop

Hey Ros,

 

 

 

This is partially possible. :)

 

 

 

You may have a java script function that calls the same chart to render in 3D but that will have to be another new chart, alongside the 2D chart that you're trying to convert to 3D.

 

 

 

The effect won't be that of right-clicking on the chart and clicking on 'view as 3D'. :pinch:

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