Sign in to follow this  
Vibin

Difference In Funnel Chart Rendering For Javascript And Flash

Recommended Posts

Hi,

I am trying to display a funnel chart using javascript. The issue is that the marking of bottom portion is rendering in flash, where as it is not displayed while using javascript.

Its code is given below.

FusionCharts.setCurrentRenderer('flash'); var jsonData = { "chart": { "caption": "Conversion Ratio", "subcaption": "May 2007", "showpercentvalues": "1", "decimals": "1", "basefontsize": "11", "isSliced": '1', "usesameslantangle": "1" , "streamlinedData": '1', "showBorder": '0', "bgColor": 'FFFFFF' }, "data": [ { "label": "test1", "value": "5" }, { "label": "test2", "value": "2" }, { "label": "test3", "value": "2" } ] }; var myChart = new FusionCharts( "Charts/Funnel.swf", "myChartId", "400", "300", "0", "1" ); myChart.setJSONData(jsonData); myChart.render("chartContainer");

Any idea why the above code is rendering differently for javascript and flash?

Share this post


Link to post
Share on other sites

Thanks. But, what we require is with streamlineddata=1. Any other possibilities?

 

 

 

Hey,

 

We are looking the issue. As of now, can you please try using streamlineddata attribute set to zero?

 

Share this post


Link to post
Share on other sites

Hey,

 

No, we do not have any other workarounds :(

 

We have identified it as a bug. It will be fixed in our next service release of FusionWidgets.

 

We would update you on the same.

 

Thank you for your continued patience and support,

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