Hi Sashibhushan,
Thanks so much for your reply. I have enbled the debug mode and here's the php script named index.php which i'm using to render the chart :
<?php
include("./includes/charts/FusionCharts.php");
?>
<HTML>
<HEAD>
<TITLE>
Build Project Duration
</TITLE>
<script LANGUAGE="Javascript" SRC="./includes/charts/FusionCharts.js"></SCRIPT>
<style type="text/css">
<!--
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.text{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
-->
</style>
</HEAD>
<BODY>
<CENTER>
<h2><a>Build Projects Duration</a></h2>
<?php
$strDataURL = encodeDataURL("apna.php");
$file = 'C:\web\htdocs\pages\Vishal\chart_proj\me.txt';
file_put_contents($file,$strDataURL);
echo renderChart("./includes/charts/FCF_MSLine.swf", $strDataURL,"", "FactorySum", 4000, 300, "1","1");
?>
<BR><BR>
<H5 ><a href='./?page=vishal'>« BACK </a></h5>
</CENTER>
</BODY>
</HTML>
regards,
coolspirit
Sashibhusan, on 12 March 2012 - 01:00 PM, said:
Hi,
Colud you please enable the JavaScript debug mode and share result with us?
To enable debug mode write the following line of code:
var myChart = new FusionCharts( "FusionCharts/Column3D.swf","myChartId", "400", "300", "1", "1" );
Also provide the HTML file which is used for rendering the chart(if possible).
Awaiting your response!