05-13-2011, 12:23 AM
[eluser]souri84[/eluser]
it's the same too with script tag :
thanks to you !
it's the same too with script tag :
Code:
<!DOCTYPE html>
<html>
<head>
<title>Untitled</title>
[removed]
</head>
<body>
<\script>
<!-- START Code Block for Chart div -->
<div id="divDiv">Chart</div>
<\script type="text/javascript" ><!--
// Instantiate the Chart
var chart_div = new FusionCharts( { "swfUrl" : "http://localhost/FFA/Charts/Column3D.swf", "width" : "450", "height" : "250", "renderAt" : "divDiv", "dataFormat" : "xml", "id" : "div", "dataSource" : "<graph caption='Test' numberPrefix='$' formatNumberScale='0' decimalPrecision='0'><set name='Product A' value='567500' color='AFD8F8' /><set name='Product B' value='815300' color='F6BD0F' /><set name='Product C' value='556800' color='8BBA00' /></graph>" } ).render();
// --><\/script>
<!-- END Script Block for Chart div -->
<\/script>
</body>
</html>
thanks to you !