Saju

Members
  • Content count

    22
  • Joined

  • Last visited

Everything posted by Saju

  1. Hi , We have Fusion charts core product. We use MSLine chart. We need to represent the Y-Axis values as non decimal. It should be an integer. I have tried setting {yAxisValueDecimals:'0'} as chart params. But when the chart re-renders with new values, Y-Axis values are in decimals. Any suggestions. Regards, Saju
  2. Hi Fusion charts team, We are currently using a licenced version of fusion charts (Fusion charts core product). Now we have decided to use Fusion charts for flex, since we use Fusion charts in Flex Environment. a.I downloaded a trial version of "Fusion charts for flex". b. Copied the FusionCharts.swc in \Charts\swc\FlexSDK4 folder to my /lib folder of project workspace. c. Replaced the new fusion charts and fusion widgets folder in the workspace. d. I have clean, build the project and also removed the browser cache. But when i launch the application it is throwing the below mentioned script error. Any suggestion to handle this?? ArgumentError: Error #2083: Close failed because the object is not connected. at flash.net::LocalConnection/close() at com.fusioncharts.components::FusionCharts/FCRender()[D:\Repository\FusionCharts For Flex 1.3\Development\Flash_Builder_4\source\com\fusioncharts\components\FusionCharts.as:1682]
  3. Hi Fusion charts team, When we call the FCRender for the first time, the script error is thrown. On calling the FCRender () method for the second time the script error is not thrown. TypeError: Error #1010: A term is undefined and has no properties. at com.fusioncharts.components::FusionCharts/initConn()[D:\Repository\FusionCharts For Flex 1.3\Development\Flash_Builder_4\source\com\fusioncharts\components\FusionCharts.as:568 and TypeError: Error #1010: A term is undefined and has no properties. at com.fusionwidgets.components::FusionWidgets/initConn()[D:\Repository\FusionCharts For Flex 1.3\Development\Flash_Builder_4\source\com\fusionwidgets\components\FusionWidgets.as:589] and ArgumentError: Error #2083: Close failed because the object is not connected. at flash.net::LocalConnection/close() at com.fusioncharts.components::FusionCharts/FCRender()[D:\Repository\FusionCharts For Flex 1.3\Development\Flash_Builder_4\source\com\fusioncharts\components\FusionCharts.as:1682 Please Note: We are not getting this script error in our sample project created. And it is not possible for us to send the original code. With the licenced fusion charts core product we didnt see such a kind of error. And we are in a process to purchase fusion charts for flex after evaluation. Please find the line numbers of the files where the error thrown in the fusion charts code. FusionCharts.as:568 FusionWidgets.as:589 FusionCharts.as:1682 With the line numbers mentioned please find the root cause of this error. From this script error we observe some problem with the local connection.
  4. Hi Fusion charts team, We are passing the data for the chart as a Array Collection. FCData(arrCol); Then we are calling the FCRender() method. We know that fusion charts will internally converts the data from array collection as XML data. I have attached the xml file that we took it when fusion charts is set in debug mode. But when we call the FCRender() method it is throwing a error like ArgumentError: Error #2083: Close failed because the object is not connected. at flash.net::LocalConnection/close() at com.fusioncharts.components::FusionCharts/FCRender()[D:\Repository\FusionCharts For Flex 1.3\Development\Flash_Builder_4\source\com\fusioncharts\components\FusionCharts.as:1682 The error is thrown and chart is also rendered. But if we didnt call the FCRender() method, No error is thrown and chart is rendered properly. But the problem is when we reload the application it is throwing some other error TypeError: Error #1010: A term is undefined and has no properties. at com.fusioncharts.components::FusionCharts/initConn()[D:\Repository\FusionCharts For Flex 1.3\Development\Flash_Builder_4\source\com\fusioncharts\components\FusionCharts.as:568 and TypeError: Error #1010: A term is undefined and has no properties. at com.fusionwidgets.components::FusionWidgets/initConn()[D:\Repository\FusionCharts For Flex 1.3\Development\Flash_Builder_4\source\com\fusionwidgets\components\FusionWidgets.as:589] So we created a sample project and tried to add the data to the chart in both arrayCollection format as well as in XML format. The chart loaded perfectly. We are using FCChartType="StackedColumn3D". This script error is not reproducible in our sample project. I think with the line number mentioned in the script error, Since we dont have the original code of fusion charts, you can be able to trace the root cause of this issue. FusionCharts.as:1682 FusionCharts.as:568Data.xml FusionWidgets.as:589 Hope this information helps for further analysis.
  5. Hi Fusion charts team, The error is thrown while calling the FCRender() method. Also the below mentioned error messages are also observed. TypeError: Error #1010: A term is undefined and has no properties. at com.fusioncharts.components::FusionCharts/initConn()[D:\Repository\FusionCharts For Flex 1.3\Development\Flash_Builder_4\source\com\fusioncharts\components\FusionCharts.as:568 and TypeError: Error #1010: A term is undefined and has no properties. at com.fusionwidgets.components::FusionWidgets/initConn()[D:\Repository\FusionCharts For Flex 1.3\Development\Flash_Builder_4\source\com\fusionwidgets\components\FusionWidgets.as:589] ------------------------- Since we dont have the original code of Fusion charts, Please Suggest with the possible solution.
  6. Hi Fusion charts team, Any suggestion to handle this. The error has thrown in com\fusioncharts\components\FusionCharts.as:1682.
  7. Hi Fusion charts team, We have licenced version of fusion charts V3.1.1 core product. We are applying scalling to the chart such that the chart appears bigger when maximized. We are facing with one issue. Some portion of the legend data is cut when we apply scaling to chart. Is there a way to increase the size(height or Width) of the legend. or any suggestion for displaying the full legend even after scaling is applied to the chart. Regards, Saju
  8. Legend Is Cut When Chart Is Scaled

    Moving this topic to Suggestions / Requests Regards, Saju