Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] Code Igniter with Fusion Chart
#11

[eluser]souri84[/eluser]
it's the same too with script tag :


Code:
<!DOCTYPE html>
&lt;html&gt;
&lt;head&gt;
    &lt;title&gt;Untitled&lt;/title&gt;
    [removed]

&lt;/head&gt;

&lt;body&gt;

<\script>

&lt;!-- START Code Block for Chart div --&gt;

<div id="divDiv">Chart</div>

<\script type="text/javascript" >&lt;!--

    // 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();

// --&gt;<\/script>

&lt;!-- END Script Block for Chart div --&gt;

<\/script>

&lt;/body&gt;

&lt;/html&gt;

thanks to you !
#12

[eluser]toopay[/eluser]
Check this link : http://ellislab.com/forums/viewthread/170564/.
#13

[eluser]souri84[/eluser]
[quote author="toopay" date="1305287103"]Check this link : http://ellislab.com/forums/viewthread/170564/.[/quote]

here it's ok !!!!




Theme © iAndrew 2016 - Forum software by © MyBB