..please help me
<? //Create an XML data document in a string variable $strXML = ""; $strXML .= "<graph cibtion='Highest 10 Diagram' xAxisName='' yAxisName='SCORE' decimalPrecision='0' formatNumberScale='0' baseFont='Verdana' baseFontSize='10' yAxisMaxValue='800' numDivLines='7' rotateNames='1' slantLabels='1' formatNumberScale='1' >";
$strXML .= "<set name='<title>'' value='$row_ib[score1]' color='AFD8F8' />"; $strXML .= "</graph>"; echo renderChartHTML("../chart/FCF_Column3D.swf","", $strXML, "myNext", 520, 350); ?>
Thanks, Arindam
FusionCharts Team www.fusioncharts.com