|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/26/2008 12:00:05 AM
Posts: 1,
Visits: 10
|
|
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
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 4:19:22 AM
Posts: 885,
Visits: 1,422
|
|
| 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.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|