-
Content count
1,122 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Swarnam
-
Hi, Yes, please share your valuable feedback after testing.
-
Candlestick Link Attribute Not Working With Javascript Renderer
Swarnam replied to itrujillo's topic in Bug Reports
Hey, As mentioned earlier, it has been identified as a bug. Our developers are working on it. Once the issue has been fixed, we would update the same thread. -
Hey John, FusionCharts does not support the feature you are currently looking in for.
-
Hey, Can you please try upgrading to the latest version(@version fusioncharts/3.3.0-release.18739) and check if your issue is resolved?
-
Fusioncharts Free Jquery Plugin
Swarnam replied to ultrajones's topic in FusionCharts Free jQuery Plugin
Hey, FusionCharts jQuery plugin has been integrated within our core product. You can try downloading the latest version at: http://www.fusioncharts.com/download/trials/ The jQuery plugin lets you use the jQuery framework and format to render FusionCharts XT anywhere within a Web page. Please refer more at: http://docs.fusioncharts.com/charts/contents/FirstChart/UsingJQuery.html Hope this helps. -
-
Hi, Can you please send us a sample code to replicate the isssue? Also, can you please let us know the version of FusionCharts used?
-
Hey, Can you please try using the below code? $FC->addDataset("DrawLine","drawLine=1"); Hope this helps.
-
Hi, Yes, you use the FusionCharts_Gen.php from FusionCharts XT package for PowerCharts. Can you please let us know the chart type? You should note that the number of <category> elements should be equal to the number of data rows in each data sets, that is, if you mention only one category, the dataset should contain only one <set> element.
-
To obtain a Pie chart of same size, try setting "pieRadius" attribute in the chart element.
-
Creating Chart Image At Server Side Preferably Wihtout Any File I/o
Swarnam replied to arondam40's topic in Installation and Upgrades
Hi, Welcome to FusionCharts Forum. We are looking into your requirement. we would update you shortly. -
Hey, The legend icons for Doughnut 2D chart displaying as a black circles has been resolved in our latest version of FusionCharts XT 3.3.0. Can you download the latest version and check if the issue has been resolved at your end? Hope this helps.
-
Hi, Welcome to FusionCharts Forum. Can you please confirm the version of FusionCharts used? Also, can you please try downloading the latest version of FusionCharts XT (@version fusioncharts/3.3.0-release.18739) and check if the issue resolves at your end?
-
Hey, We are unable to replicate using the latest version FusionCharts XT 3.3.0. Please find the attached screenshot for your reference. Can you please let us know the version of FusionCharts used? Also, please share the XML code for further testing.
-
Hi Juan, Yes, it is possible to remove the watermark "FusionCharts" appearing at the bottom by upgrading to the Licensed version. Please refer for more info at: http://docs.fusioncharts.com/charts/contents/Introduction/UpgradingEval.html Hope this helps.
-
Setting Colors Of Slices In Funnel Chart
Swarnam replied to charles.kline's topic in Using FusionWidgets XT
-
Hey, As mentioned, we are working on it. We are unable to commit any timeline. We hope to release the fix in our next release which is due to schedule in couple of weeks on a best effort basis. Thank you for your continued support.
-
Hey, Welcome to FusionCharts Forum. No, it is not possible to use the trial version of our product in your production/deployment server. "Trial Version" means a version, so identified, of the Software to be used to review and evaluate the Software only. You are authorized to install, copy, and use the Trial Version of Software for the sole purpose of testing its functionality and performance in demonstrations, design time evaluations and running a product tour. You are not allowed to integrate it in end products or use it for any commercial or production purposes. For more detailed information about our Software Licensing agreement, please refer to the FusionCharts Suite XT Software Licensing Agreement - Evaluation.rtf present in the Download package. Hope this helps.
-
Hi, Welcome to FusionCharts Forum. No, it is not possible to display the legend icon without the data set series name.
-
Hi Tiago, Our developers are currently working on it. Once the issue has been resolved, we would update the thread.
-
Saving Charts As Images To Email Them
Swarnam replied to Reno's topic in FusionCharts and ColdFusion
Hi Reno, To add on to the above blog post information to "Save charts as Images without rendering in browser", please find the code to be executed with ColdFusion Ref. Code: <cfexecute name="C:\Program Files\wkhtmltopdf\wkhtmltoimage.exe" arguments="--javascript-delay 10000 http://docs.fusioncharts.com/charts/Code/MyFirstChart/ms-weekly-sales-no-animation.html savedimage.png" /> Hope this helps. -
Hey, Welcome to FusionCharts Forum. Can you please try loading the JavaScript files in the below order and check if you are able to render the chart? Ref. Code: <script src="require.js"></script> <script src="jquery-1.7.2.js"></script> <script src="aloha.js" data-aloha-plugins="common/ui,common/format,common/highlighteditables,common/link"></script> <script type="text/javascript" src="FusionCharts/FusionCharts.js"></script>