Abid Sofi

Members
  • Content count

    17
  • Joined

  • Last visited

Posts posted by Abid Sofi


  1. Hi,

     

    I am using fusion charts and php, it gives me error on Internet Explorer 8. While it works fine in Chrome and Mozilla browsers.

     

    Here is the piece of code:

    <CODE>

    <div id="div-1a">
    <?php
    echo renderChart('../../../FusionCharts/FusionCharts_EntPlus/Charts/Pie2D.swf', 'Data.php', '', 'chart1a', '100%', '100%', false, true);
    ?>
    </div>
    <CODE>

     

    The error is as attached.

     

    Could you please help?

     

    Thanks.

    post-61558-0-68406800-1401856047_thumb.jpg


  2. I'm using MSLine.swf for single-series line chart.

     

    I need to display trendlines on the graph - or more specifically threshold ranges (like green <= 100 | yellow >120 and <140 | red >140).

     

    My question is:

     

    With line colors being automatically selected, is it possible to include those trendline (threshold) colors?

     

    Or how can we solve this problem in single-series line chart?

     

    Thanks for any advice. 


  3. I'm using MSLine.swf for single-series line chart.

    I need to display trendlines on the graph - or more specifically threshold ranges (like green <= 100 | yellow >120 and <140 | red >140).

    My question is:
     
    With line colors being automatically selected, is it possible to include those trendline (threshold) colors?
     
    Or how can we solve this problem in single-series line chart?

    Thanks for any advice. 

  4. I'm using MSLine.swf for single-series line chart.

    I need to display trendlines on the graph - or more specifically threshold ranges (like green <= 100 | yellow >120 and <140 | red >140).

    My question is:
     
    With line colors being automatically selected, is it possible to include those trendline (threshold) colors?
     
    Or how can we solve this problem in single-series line chart?

    Thanks for any advice. 
    •