andybyrne55 Report post Posted June 25, 2008 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
FusionCharts Support Report post Posted June 26, 2008 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