Sign in to follow this  
andybyrne55

Displaying Plain Charts - Without Labels

Recommended Posts

Hi,

 

I need to display multiple micro-charts beside a grid. My problem is that the data labels on my FusionChart is taking up too much room on my canvas as my canvas is quite small. Also the data is already displayed in my grid, so the labels on FusionChart are redundant.

 

 

 

Is there any way to get FusionCharts to hide all of the labels/text and just display the graph?

 

 

 

Thanks

 

Andrew

Share this post


Link to post
Share on other sites

hi,

You need to set some of the <chart> attributes like showLabels='0' showValues='0' showLegend='0' showYAxisValues =''.

You need to take care that you are not using any attributes like  xaxisName, yaxisname,caption,subcaption etc.

Also can set chartTopMargin, chartBottomMargin, chartLeftMargin, chartRightMargin to 0.

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