Swarnam

Administrators
  • Content count

    1,122
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Swarnam

  1. Numberformat After Fc Converts To Kilo

    Hey, Can you please try decimals attribute set it 0? This single attribute lets you control the decimal precision of all the numbers on the chart. Using this attribute, you can globally set the number of decimal places of all numbers of the chart.
  2. Charting Data Values Overlapping Problem

    Hi, Try setting rotateValues attribute set it to 1.
  3. Hey, Can you try setting interactiveLegend attribute to 0?
  4. Asymmetrical Multi Level Pie

    Hey, We are glad to say we have added this to our new feature list. We will update you once the issue has been fixed.
  5. Hey, No, we do not have any Java Based assembly to export the charts without rendering in the browser. However, if you are willing to export the charts directly as images(JPG/JPEG/PNG/PDF directly) without rendering it in the browser, please note that our developers have created a .NET based Server-side Image Saver Assembly that allows exporting charts as images without rendering it in the browser. Please note that this works only using .Net framework of Windows. This is an internal implementation, which is not included and/or associated with the FusionCharts pack. For receiving the same, drop us a mail requesting for this assembly at support[@]fusioncharts.com. Hope this helps.
  6. Please refer Forum post http://forum.fusioncharts.com/topic/11652-fusionchart/page__pid__45659#entry45659
  7. Fusionchart

    Hey, Can you send us the sample code or live URL to replicate the issue?
  8. Hey, Zoom in /out feature -- Yes, FusionCharts supports Zooming feature Visual selection of data as shown here http://www.fusioncha...lection-of-data Please refer to the forum post http://forum.fusioncharts.com/topic/11648-highlighting-particular-arearegion/page__pid__45643#entry45643 3D rotation as shown here http://www.fusioncha...3d-capabilities No, it is not possible using FusionCharts Zoomline charts.
  9. Disabling Flash Installation Alert

    Hi, Yes, as FusionCharts disables the Flash alerts, try using the similar way with FusionMaps. var map1 = new FusionMaps("../FCMap_USA.swf", "mapId", "400", "300", 0, 0,,,,0, 0);
  10. Internet Explorer Problem

    Hey, Glad to know you were able to resolve the issue. Initially chart renders failed because setting percent size to a chart, it tries to get the width or height from its parent container. It seems that the container where you are rendering the chart is not set with a proper width when the chart is rendered into it.
  11. Hey, To have a similar effect to Scatter chart, can be obtained using Zoomline chart with alpha attribute set to 0 for data-set elements. So, only the anchor points are visible.
  12. Remove Alternate Row Color From Ssgrid

    Yes, color code has to be specified in a hex color code format without #.
  13. Hey, Support for JavaScript Pie 3D and Doughnut 3D charts was introduced in FusionCharst XT SR3 version. Can you try upgrading to the latest version?
  14. Autoinstallredirect Issue.

    Hey, In case you wish to render Flash charts only: FusionCharts.setCurrentRenderer('flash'); -- Sets the renderer for all the charts. All the charts that get rendered, after this function call, will abide by this setting.
  15. Combine Widget And Chart

    No, it is not possible to overlay Line chart over a Gantt chart.
  16. List View Not Working

    Hey, I'm unable to replicate the same. Can you please send us the screenshot? For more information on "Filter Data", please refer the following link: http://docs.collabion.com/charts/contents/data_source/filter_data.html
  17. Hey, Yes, we are able to change the Caption using FusionWidgets XT (v3.2) (Released on 24th January, 2012) Can you please elaborate the environment you are working on? For more information, please refer the link: http://docs.fusioncharts.com/widgets/Contents/JavaScript/JS_ChangeChartProperties.html
  18. Hey, Thank you for letting us know about Collabion. Glad to know you like our product. Collabion currently does support only single point share list.
  19. Linked Charts Not Working .

    Hey, If you are accessing the page from a local file system, please enable the Flash Player Global Security Settings.
  20. Hey, Apologies for the delay. Yes, this has been identified as an issue and will be fixed in the Trial version shortly. If you are a licensed customer, please do note this issue has been already fixed. Please try re-downloading the product. Hope this helps.
  21. Hey, The PDFs rendered by FusionCharts Export Handler is 72 DPI in PDF. The PDF viewer that you are using must have been set to a different Display Resolution (pixel/inch setting). A higher value will show the chart bigger and blurred while a smaller value will reduce the chart size. Please set the Resolution to 72 to see the correct chart size. Hope this helps.
  22. Fushion Chart With Powerpoint

    Hi Bagus Sutan, Can you please elaborate on the situation faced supported with code or screenshots? Awaiting inputs.