Ayan Bhadury

Moderators
  • Content count

    655
  • Joined

  • Last visited

Everything posted by Ayan Bhadury

  1. Zoom scatter chart problem with IE

    Hi, Hope you are keeping well! Thank you for your continued patience. Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.12.1, released shortly that will resolve your reported issue? To avail this licensed release, you would need to re-Download the entire package from the My Orders section of FusionCharts Product Update Center. PUC URL: www.fusioncharts.com/puc/ To download the Evaluation version of FusionCharts Suite XT v3.12.1, please visit the link:http://www.fusioncharts.com/download/ Hope this would resolve your issue.
  2. Hi, Hope you are keeping well! Thank you for your continued patience. Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.12.1, released shortly that will resolve your reported issue. To avail this licensed release, you would need to re-Download the entire package from the My Orders section of FusionCharts Product Update Center. PUC URL: www.fusioncharts.com/puc/ To download the Evaluation version of FusionCharts Suite XT v3.12.1, please visit the link:http://www.fusioncharts.com/download/ Hope this would resolve your issue.
  3. Hi, For showing up this animation effect in multi series line chart kindly upgrade to the latest version i.e. 3.12.1 and use this attribute transposeAnimation at the chart level and set its value to 1 For upgrading to the latest version please go to this url - http://www.fusioncharts.com/download/ Also for further reference please check this sample fiddle - http://jsfiddle.net/sgqo49jc/
  4. Render horizontal Box and Whisker chart

    Hi, Kindly refer the solution of your query from this post
  5. How to integrate fusioncharts

    Hi, Kindly, refer this documentation link how to render Fusioncharts using node js http://www.fusioncharts.com/dev/using-with-server-side-languages/tutorials/creating-interactive-charts-using-node-express-and-mongodb.html
  6. Hi, Kindly refer this documentation url, it will guide how to render FusionCharts using jsp wrapper where the datas are fetched from database. http://www.fusioncharts.com/dev/using-with-server-side-languages/java/creating-charts-with-data-from-a-database.html
  7. Different Data Value Font Colors

    Hi, As of now, setting the font color for a particular data plot using displayValue attribute is not available with the latest version. The requirement can be achieved only via annotations.
  8. Table in Column Chart

    Hi, As of now,it is not possible to draw a html table inside the canvas where the FusionCharts will render. The table will always be outside the canvas area.
  9. Table in Column Chart

    Hi, Thanks for replying back. Can you please elaborate of your requirement, so that we can assist you further.
  10. Different Data Value Font Colors

    Hi, Thanks for replying back. Changing the value color for a particular data plot from the data level is not possible as of now, as valueFontColor attribute can be set only at the chart level which will change the value color for all the data plots. However, if you want to achieve your requirement you can use text annotations and position it where you want to display the text using the color of your preference. For details regarding text annotation please check this url - http://www.fusioncharts.com/dev/advanced-chart-configurations/annotations/creating-annotations/creating-text-annotations.html Also for further reference please check this sample fiddle - http://jsfiddle.net/8r4946Lc/
  11. Table in Column Chart

    Hi, The above attached image can be achieved using stackedcolumn2d chart. Please check the sample fiddle for reference - http://jsfiddle.net/0bp4upsk/
  12. Different Data Value Font Colors

    Hi, displayValue attribute is used to display a custom text instead of the numerical value of data. If you want to set the font of that custom text you can use valueFont attribute at the chart level.
  13. typo in gantt.js

    Hi, We are looking into it, we will get back to you with the updates soon.
  14. FusionCharts.batchExport

    Hi, Fusioncharts exported images are based on 96 DPI (approx), viewing this on any screen which is having DPI more than this, will result in blurred images.
  15. FusionCharts.batchExport

    Hi, Fusioncharts batchExport api method lets you pass the height and width of each chart as attribute at the chart level. Which will export your chart based on that dimension, even if the charts are rendered with width are 100% in the web. Please refer the documentation link for details - http://fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods.html#static-batchExport Also, you can check this sample fiddle for further reference - http://jsfiddle.net/ksxx52d5/
  16. Hi, Please refer this fiddle for your requirement - http://jsfiddle.net/u0cw2ncv/ Hope this helps.
  17. Hi, Please check the above fiddle for reference, you can implement this in same way.
  18. Hi, Drill down on city level is not possible as of now, however you can drill down from the country level to state level. As per your requirement, you can drill down for each state using configureLink api method which is placed on the entityclick event of FusionCharts. Please check the sample fiddle for reference- http://jsfiddle.net/74La6eov/
  19. 404 Error when attempting to export charts

    Hi, Please check the check the whether the path is set properly in the properties file, also please not that in the view page/the jsp page where you are adding the chart attributes please check whether you have provided the correct url to exporthandler attribute also you need to use exportAction attribute at the chart level and set its value as save For setting up private export server you can check our previous response to your earlier post.
  20. Piechart and MySQL

    FusionCharts can be rendered using many server side language like Asp.net, PHP, Java and Python, and the data can be fetched from the database as well. For fetching data from the database and rendering pie chart based , try to fetch the data from the data base using sql query and then structure the data in FusionCharts format using the data structure of the server side language. Then finally apply this datasource in the FusionCharts constructor object. If you are still facing any problem, please let us know which server side language you are using also the sql file so that we can assist you further.
  21. Hi, Apologies for the delayed response. Please share us a dummy application just show casing your problem. So that we can replicate the issue at our end.
  22. Hi, We analysed the code which you shared, and we came to the conclusion that, the category or the data object data's are not forming properly. Please share us complete application dump, so that we can replicate this at our end. Sorry for the inconvenience.
  23. Hi, As per the fiddle link which you shared we can not replicate the problem. However the screenshot which you shared below seems to be implemented with different data source, kindly replicate the problem in a js fiddle and share us the updated url. Awaiting your responses.
  24. FusionChartsExportHelper ClassNotFoundException

    Hi, We checked export server using Wildfly server ( previously known as JBoss AS) and its working fine at our end. Kindly,check whether the Jboss server has been configured properly or not. Also please please refer this doc url to set up a private export seerver in Java - http://www.fusioncharts.com/dev/exporting-charts/server-side-export/setup-private-export-server-java.html