JSage

Members
  • Content count

    4
  • Joined

  • Last visited

Everything posted by JSage

  1. ERROR: No data to display

    Hi, I'm using FusionCharts for Flex and I am dynamically generating a StackColumn3D chart. I pass the chart an array that contains the data for the chart and use the FCData method. Ex. var fcData:ArrayCollection = createStackedChart(reportData); var fChart:FCChart = new FCChart(); fChart.FCData(fcData) ; fChart.FCParams(getParmData(reportData)); Note: Report data contains the information displayed in the data grid; There are no issues rendering the chart in FireFox but, it does not work in IE. If I run the report through my Flex development environment (not running the the swf) the chart renders. But running this report through the .swf will not render. The swf is sitting on a Tomcat server and the call is made via https. This application uses most if not all of the FusionCharts but this particular problem just started occurring. It maybe data related but what is confusing is that if it was data why is it working with FireFox?
  2. Fusion Chart for FLEX

    Are you going to add bubble chart type support?