tommy3675

Members
  • Content count

    2
  • Joined

  • Last visited

About tommy3675

  • Rank
    Forum Newbie
  1. setTransparent not working

    Im running Windows. Firefox, Opera, Explorer and all have the same problem. Im using the FusionCharts JavaScript class from http://www.fusioncharts.com/Downloads/FusionChartsWMode.zip. with FusionChartsWMode.js transparent works but i get this error chartObj.setDataXML is not a function chartObj.setDataXML(strDataXML);
  2. setTransparent not working

    Im using http://www.dynarch.com/projects/calendar/ calendar with fusioncharts. Problem is, it pops up BEHIND the graph. I tried solving it with: graf.setTransparent(true); graf.setDataXML(response); when i set transparent to true nothing happens(no error). if i use FusionChartsWMode.js i get error: chartObj.setDataXML is not a function chartObj.setDataXML(strDataXML); if i call function with setTimeout set to 3 seconds, it works.