70n1

Members
  • Content count

    4
  • Joined

  • Last visited

Posts posted by 70n1


  1. I solve this.

     

     

     

    I replace the line

     

    var chart = new FusionCharts("/FusionCharts_Evaluation/Charts/Line.swf", "chart_up", "400", "82", "0", "0");

     

    with this line

     

    var chart = new FusionCharts("/FusionCharts_Evaluation/Charts/Line.swf", "chart_up", "400", "82", "0", "1");

     

     

     

    Note that i change the last parameter from 0 to 1.

     

     

     

    And now... this page works fine and i can change with javascript the data of the graph.


  2. 70n1 (1/17/2007)
    Sorry....

     

     

     

    i have the same problem...

     

    ......

     

     

     

    ERROR:

     

     

     

    Firefox: charObj.setDataURL is not a function

     

    Explorer: Object doesn't support this property or method

     

     

     

     

     

    If i use setDataXML, i have the same error with this function.

     

     

     

     

     

     

    Sorry... i think the [ code ] tag don't work. You can see the code if you click in quote for reply the message...