Swarnam

Administrators
  • Content count

    1,122
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Swarnam

  1. Fusioncharts.js Error

    Hi, Yes, please share your valuable feedback after testing.
  2. 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.
  3. Xy Chart Legend Feature

    Hey John, FusionCharts does not support the feature you are currently looking in for.
  4. Fusioncharts.js Error

    Hey, Can you please try upgrading to the latest version(@version fusioncharts/3.3.0-release.18739) and check if your issue is resolved?
  5. 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.
  6. Line In Xy Chart

  7. Script Error In Fusioncharts.hc.js

    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?
  8. Line In Xy Chart

    Hey, Can you please try using the below code? $FC->addDataset("DrawLine","drawLine=1"); Hope this helps.
  9. 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.
  10. 3D Pie Chart Width Problem

    To obtain a Pie chart of same size, try setting "pieRadius" attribute in the chart element.
  11. Hi, Welcome to FusionCharts Forum. We are looking into your requirement. we would update you shortly.
  12. Doughnut2D Legend Error

    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.
  13. Fusioncharts.js Error

    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?
  14. Doughnut2D Legend Error

    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.
  15. Fusion Chart Legend

    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.
  16. Trial Version Query

  17. Generate Svg String

    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.
  18. Trial Version Query

    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.
  19. Legend Tootltips

    Hi, Welcome to FusionCharts Forum. No, it is not possible to display the legend icon without the data set series name.
  20. Generate Svg String

    Hi Tiago, Our developers are currently working on it. Once the issue has been resolved, we would update the thread.
  21. 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.
  22. Error In Fusioncharts.hc.js

    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>