Sign in to follow this  
Suresh Kumar G

Problem with Legend display for few charts while rendering.

Recommended Posts

Hi,

<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

 

I am using fusion charts to render the charts of different types as per application requirement. I face some problem with legend display for some of the charts. All the legend values are not displayed for some type of charts like column, line etc. Please find attached screen shot on the same.

We use the functionality as:

var fusionChart = new FusionCharts(this.chartType.url, this.id, "800px", "480px", "1", "1", "FFFFFF", "exactfit");

 

If scale mode changed to

Legend_problem.doc

Share this post


Link to post
Share on other sites

Hi,

Could you please try this?

var fusionChart = new FusionCharts(this.chartType.url, this.id, "800", "480", "0", "1");

<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

 

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