-
Content count
1,122 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Swarnam
-
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.
-
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.
-
Firefox not displaying charts- A plugin is needed to display this content
Swarnam replied to Sennakesavan's topic in Installation and Upgrades
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. -
Line Graph is not displaying in Mozilla firefox browser version 37.0.1
Swarnam replied to Akhila Hebbar's topic in FusionCharts and ASP
Hi Roger, We are working on it. We would be fixing the issue soon. -
Firefox not displaying charts- A plugin is needed to display this content
Swarnam replied to Sennakesavan's topic in Installation and Upgrades
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. -
x-axis data label moves up and down for StackedColumn2D chart
Swarnam replied to kwong's topic in Bug Reports
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. -
Hey, Can you modify type:'usa' to type:'fusioncharts/js/maps/usa'? Hope this helps.
-
Hi, Thanks for sharing the code. :-)
-
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.
-
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.
-
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.
-
Javascript Pie Graph Enableslice, Toggleslice, Enablelink Does Not Work
Swarnam replied to johnz45's topic in Javascript Problems
Hi, The latest version does support slicing and links simultaneously, Check out the fiddle at: http://jsfiddle.net/59Bmf/524/ Hope this helps. -
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.
-
Export to PDF using simple javascript :Data security
Swarnam replied to [email protected]'s topic in General usage
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. -
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.
-
Microsoft Surface Pro, Chrome, Funnel/DragNode Links Not Working
Swarnam replied to BradG's topic in Bug Reports
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. -
Export to PDF using simple javascript :Data security
Swarnam replied to [email protected]'s topic in General usage
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. -
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.
-
Hi, No, it is not possible to change the server name appearing in the screenshot while exporting the charts.
-
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.
-
Microsoft Surface Pro, Chrome, Funnel/DragNode Links Not Working
Swarnam replied to BradG's topic in Bug Reports
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/ -
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.
-
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?
-
FusionCharts export server: untrusted connection warning
Swarnam replied to MarkH's topic in Miscellaneous