Swarnam

Administrators
  • Content count

    1,122
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Swarnam

  1. Invert secondary Y-Axis

    Hi, Welcome to FusionCharts Forum post. No, its not possible to invert a single axis for Dual Y axis chart. FusionCharts Suites supports inverse axis only for Single axis chart types. Please check the below link: http://www.fusioncharts.com/charts/log-inverse-axis-charts/ Hope this helps.
  2. font color when outside data plot

    Hi, The issue is seen for the values appearing outside of the data plot due to attributes defined in fint theme application. To avoid this scenario, we can add "valueBgColor" in the chart element. Please check out the fiddle at: http://jsfiddle.net/w1q1fq8q/1/ Hope this helps.
  3. Hey, Try using JavaScript class named FusionCharts.js to render the charts instead of using HTML embedding method. Make use of renderChartHTML() API, for more information refer to: http://docs.fusioncharts.com/free/Contents/CS_BasicExample.html Hope this helps.
  4. Hi Roger, We are working on it. We would be fixing the issue soon.
  5. Hi, Welcome to FusionCharts forum. To display a Flash movie correctly in a browser using FusionCharts Free, HTML page should contain specific tags that specify the Flash movie file to be opened and played. There are two tags which are intended for it: <OBJECT> and <EMBED> tags. Meanwhile, FusionCharts Free has been discontinued. We would suggest you to upgrade to latest version of FusionCharts Suite which supports pure JavaScript rendering.
  6. Hi Kelly, Apologies for the miscommunication. Can you please share the width/height passed to the table and chart constructor? Also, please try providing the table width/height and position as below. <table style='width:100%;height:100%;position:relative;'> Awaiting response.
  7. Loading Chart. Please Wait.

    Hey, Can you modify type:'usa' to type:'fusioncharts/js/maps/usa'? Hope this helps.
  8. Background Style On Error

    Hi, Thanks for sharing the code. :-)
  9. boxandwhisker2d bug when Q1 == 0

    Hi, The issue has been resolved in the latest version release [FusionCharts XT v3.6]. Please check the fiddle at: http://jsfiddle.net/z8cthcf4/ Hope this helps.
  10. "Export chart" button translation

    Hi Jorn, Welcome to FusionCharts Forum Post. No, it is not possible to translate the "Export Chart" text of the export button through an attribute. Since it has been internally coded to be appeared by default, it requires modification in the relevant files.
  11. negative curve in spline area chart

    Hi, Welcome to FusionCharts Forum Post. The issue has been logged as a bug internally. We are working on it. We would keep you posted once the issue has been resolved.
  12. Hi, The latest version does support slicing and links simultaneously, Check out the fiddle at: http://jsfiddle.net/59Bmf/524/ Hope this helps.
  13. Real time with data streaming

    Hi Maycon, Welcome to FusionCharts Forum Post. No, its not possible to update the chart attributes for a Real Time chart on every update. Since "setChartAttrubute" method, will reload the chart itself with changed data when a new attribute set. So, updating "bgColor" and "subCaption" depending on the real time update is not feasible. Hope this helps.
  14. Hi Vishnu, We are working on Java based self hosted export handler module. You can look out for the support during first quarter of 2015.
  15. Fusion Charts V3

    Hi, For upgrade related queries, please drop a mail at "[email protected]" Yes, you don't have to modify any code, as all the charts are backward compatible. However, if you wish to make use of any new chart type or new features, then you will have to modify your code to include the same. Please refer to the steps to upgrade from previous version: http://docs.fusioncharts.com/tutorial-setup-upgrading-from-previous-versions.html Hope this helps.
  16. Hi Matt, Apologies for the inconveneince. The issue related to DragNode/Funnel will be fixed in our next release. For the issue faced in Surface Pro, in FusionCharts Suite, we just handle either of the touch events or mouse events, not a combination of both the input or multiple input devices. However, similar issue will not be faced in Firefox/Internet Explorer because touch events will not be fired. Chrome browser raises those touch events and hence only touch is being handled. As of now, it is a known limitation. We will be working on it in the first quarter of 2015. Hope this helps.
  17. Hi Vishnu, The latest release of FusionCharts Suite v3.5.0 , contains the self hosted export handler module in ASP.NET and PHP for exporting your charts. For further details on the private export servers, please refer to the following links. Ref.- http://docs.fusioncharts.com/tutorial-exporting-as-image-and-pdf-setup-private-export-server-asp-net.html http://docs.fusioncharts.com/tutorial-exporting-as-image-and-pdf-setup-private-export-server-php.html Hope this helps.
  18. Questions related to chart cosmetics

    Hi, For the issue posted on 11 October 2014 - 04:10 AM, the issue has been fixed and resolved in our latest release, Please do check out the fiddle at: http://jsfiddle.net/swarnam/kv4j1dhh/4/ Hope this helps.
  19. How to change export download message

    Hi, No, it is not possible to change the server name appearing in the screenshot while exporting the charts.
  20. Extremely Slow In Low Version System's IE8

    Hey, Welcome to FusionCharts Forum Post. No, it is not possible to render the same chart in Flash mode using older version in IE 8. Since the issue is with the older version of IE8, it is not possible to resolve the performance issue completely in FusionCharts Suite XT. But, compare to older version of FusionCharts Suite, the latest one has improved a bit. However, we could suggest you to detect the browser version (before rendering the chart) by implementing your own code, and for IE8 specially disable the chart animation, tooltips, custom styles etc., which will run your application a bit faster. Hope this helps.
  21. Hey, Can you please try upgrading to the latest version and check if the issue has been resolved? For Evaluation version : http://www.fusioncharts.com/download/
  22. Hi, Yes, Annotation feature has been added in FusionCharts Suite v3.4 For upgrade, can you please drop a mail to "[email protected]"? They would be able to assist you.
  23. How to set basepath.

    Hi, Welcome to FusionCharts Forum Post. This issue has been addressed in our latest version FusionCharts Suite XT v3.4.1. Can you please check the Evaluation version : http://www.fusioncharts.com/download/ and let us know if the issue is still being faced?