JSage Report post Posted March 26, 2010 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? Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted March 29, 2010 Hi, Currently, we are looking into the issue and will get back to you as soon as we come up with the solution. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted May 12, 2010 Hi, Could you please let us know whether you are using the latest version of the SWC files for development. Previously we had this issues with IE browser, which now has been fixed by our developers. Please refer to the link below to upgrade your SWC files to the latest version:- Ref:- http://www.fusioncharts.com/puc/ In case you are using the latest version of uor SWC files and still is facing the issue, please send us the sample code that you are using so that we might test it in our lab? Awaiting for your reply. :hehe: Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 9, 2010 Hi, FusionMaps for Flex is now out of Beta. We are happy to release FusionMaps for Flex v1.0 - animated, interactive and dynamic maps for your Adobe Flex Solutions. FusionMaps for Flex boasts of the following: * Provides over 314 maps including all continents, countries, US states, and states/counties of a lot of other countries. * Supports dynamic-resizing. * API for Drill-down, mouse interactivity, export etc. * Custom Markers, shapes, connector lines. * Works with Flex Builder 2, Flex Builder 3 and Flash Builder 4 (Flex SDK 2/3/4). * Simple copy-paste style installation. * Lots of code samples and extensive documentation. You may download the beta from www.fusioncharts.com/flex/download. You may see the online demos at : www.fusioncharts.com/flex/demos/us-election/index.html or www.fusioncharts.com/flex/demos/us-employment-distribution/index.html. You may see all the map using our interactive Map Explorer. To read more on how to use FusionMaps for Flex, you may also visit the Online Documentation at www.fusioncharts.com/flex/docs/maps. Your feedback is VERY important to us and we would love to hear any suggestions, complaints, modifications, feature requests, compliments etc. Share this post Link to post Share on other sites