thinknirmal

Members
  • Content count

    6
  • Joined

  • Last visited

About thinknirmal

  • Rank
    Forum Newbie
  1. z-index and PHP

    Thank you Basundhara! That file fixed the issue. :w00t: Appreciate your support.
  2. z-index and PHP

    Sorry for the late reply. Had a break for some days. As for the .js file, of course I included it. Without it the chart won't even be displayed no matter what the parameters are, right?
  3. z-index and PHP

    Dear Ayan, I tried using your FusionCharts.php. But when I specify the last boolean parameter as true in the PHP code, the javascript is throwing an error saying Object doesn't support this property or method. Data from Javascript Debugger: 'FusionCharts' is undefined index.php?page=price_manager&id=1208, line 641 character 3 'chart_marketingBreakup' is null or not an object index.php?page=price_manager&id=1208, line 642 character 17 'chart_marketingBreakup' is null or not an object index.php?page=price_manager&id=1208, line 644 character 3 'chart_marketingBreakup' is null or not an object index.php?page=price_manager&id=1208, line 646 character 3 Line reference: Line 642: chart_marketingBreakup.setTransparent(1) This behaviour is not seen if I omit the last parameter or when I set it to false and the chart loads without any error. Also please find the attchment you had requested. Thank you for your continuous help and I appreciate your support. Nirmal Natarajan old_FusionCharts.zip
  4. z-index and PHP

    Hello Ayan, Thank you for your response. Please find the attached text file containing the output HTML. I noticed the following line of output without the intended boolean value at the end: var chart_marketingBreakup = new FusionCharts("http://bb.ews.com.my/PowerCharts/PowerCharts/CandleStick.swf", "marketingBreakup", "660", "250", "0", "0"); I thought it's happening because of browser cache. So tried after flushing the cache, but to no positive effect. It's the same again. So I guess it's the PHP extension of Powercharts not recognising the boolean value. Hope you can help me out of this. Thank you. - Nirmal Natarajan chartHTML.txt
  5. z-index and PHP

    Hi Ayan! I tried to set that and seeing no change in the rendering. I am using IE 8.0 on Windows 7 (in case that determines something). Thank you.
  6. z-index and PHP

    I love the charts except that the drop-downs of the page menu are running behind the chart.:crying: Is there any way to solve this? I am using the following line of code to embed the chart on the page: <?php echo renderChart(HTTP_SERVER . "/PowerCharts/PowerCharts/CandleStick.swf", "", $mbXML, "marketingBreakup", 660, 250, false, false);?> Thank you for any help!