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 !


Messages In This Thread
[SOLVED] Code Igniter with Fusion Chart - by El Forum - 05-12-2011, 05:54 AM
[SOLVED] Code Igniter with Fusion Chart - by El Forum - 05-12-2011, 06:08 AM
[SOLVED] Code Igniter with Fusion Chart - by El Forum - 05-12-2011, 06:12 AM
[SOLVED] Code Igniter with Fusion Chart - by El Forum - 05-12-2011, 06:37 AM
[SOLVED] Code Igniter with Fusion Chart - by El Forum - 05-12-2011, 07:24 AM
[SOLVED] Code Igniter with Fusion Chart - by El Forum - 05-12-2011, 07:26 AM
[SOLVED] Code Igniter with Fusion Chart - by El Forum - 05-12-2011, 08:12 AM
[SOLVED] Code Igniter with Fusion Chart - by El Forum - 05-12-2011, 08:16 AM
[SOLVED] Code Igniter with Fusion Chart - by El Forum - 05-12-2011, 09:15 AM
[SOLVED] Code Igniter with Fusion Chart - by El Forum - 05-12-2011, 09:31 AM
[SOLVED] Code Igniter with Fusion Chart - by El Forum - 05-13-2011, 12:23 AM
[SOLVED] Code Igniter with Fusion Chart - by El Forum - 05-13-2011, 12:45 AM
[SOLVED] Code Igniter with Fusion Chart - by El Forum - 05-13-2011, 01:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB