Ayan Bhadury

Moderators
  • Content count

    655
  • Joined

  • Last visited

Everything posted by Ayan Bhadury

  1. Issues with 'worldwithcountries' map

    Yes, you can draw gradient legends using color range object of FusionCharts, check the sample fiddle for reference - http://jsfiddle.net/s21m70vm/ For details regarding this feature check this link - https://www.fusioncharts.com/dev/map-guide/colouring-based-on-data-range
  2. Hi, Please check the sample fiddle using version 3.12.2 which is working fine at our end - http://jsfiddle.net/00c6ugy7/
  3. Changing chart type dynamically

    Hi, We are able to replicate the issue, we have logged it internally, we would get back to you if there are any updates.
  4. Changing chart type dynamically

    Hi, Please note the chart container id should be different for both the charts.
  5. Checkmarx reports potential XSS issues

    Hi, We are looking into this, we would get back to you if there are any updates.
  6. Changing chart type dynamically

    Hi, Please share us a sample replicating the issue, so that we could assist you further.
  7. Hi, Please check the sample from the attachment which renders a chart using XML URL index.html
  8. Changing chart type dynamically

    Hi, Please check the implementation once, it seems like you are updating the chart type for the first chart, also please check whether you are using FusionCharts chartType API method to change its chart type at the runtime, to know more check this link - https://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods#charttype-6 If you are still facing any problem kindly share us a sample replicating the problem or live URL so that we can investigate it further.
  9. Drill-down with JavaScript function as link

    Hi, The issue has been logged internally, this will be fixed in the future versions, we will get back to you if there are any updates.
  10. How to get x-axis label value on click of bar chart

    Hi, Please check the sample fiddle - https://jsfiddle.net/opto3ckz/
  11. Hi, Could you share us a live URL replicating the problem so that we could investigate it properly. It seems like all the library files are not loaded properly before the charts are rendered please make sure that fusioncharts.js and other library files are loaded properly before the charts are rendered.
  12. Gathering Community For Suggestions

    Hi, FusionCharts could be used in any mobile app, for example in Android, ios, or in a hybrid app. it can also be configured in react native app as well. Please check the links for details. Android - https://www.fusioncharts.com/blog/rendering-fusioncharts-android-application/ iOS - https://www.fusioncharts.com/blog/charts-ios-apps/ Hybrid app - https://www.fusioncharts.com/blog/create-charts-in-ionic-2/ React native - https://github.com/fusioncharts/react-native-fusioncharts
  13. Hi, Showing text on the y-axis is not possible as the y-axis depicts the chart scaling based on the plot values.
  14. Issues with 'worldwithcountries' map

    Hi, you can hide the islands by setting its alpha as 0 at the data level but this will still take the place and the alignment will not change you can either use map margins configurations to set the alignment https://www.fusioncharts.com/dev/maps/attribute-reference#map-padding--margins-10 else if you especially want to remove the islands this can be done using a custom map implementation which will be based on your requirements, if you are looking for the custom map kindly drop a mail to [email protected], with your requirements.
  15. Hi, The issue has been logged internally and the concerned team has started working on it, we will get back to you if there are any updates
  16. Petition

    Hi, Yes you can check out our dev center page which will guide you step by step how to get used to FusionCharts - https://www.fusioncharts.com/dev/chart-guide/getting-started/building-your-first-chart
  17. What are server-side steps for integrating into Java application? Check this link - https://www.fusioncharts.com/dev/exporting-charts/using-excelexport/excel-export-server-side-setup Since "Export As XLS" is not working, how can it be removed from the list in export chart popup? Check this sample fiddle for reference - http://jsfiddle.net/29vmfqm7/ getCSVData method only returns the csv data immediately after the chart is rendered. If that is invoked after few mins, then it returns null. Any idea on how to fix that? Please share us a scale down sample replicating the problem so that we could investigate it further.
  18. Upgrade to 3.12.1 causing Gantt display problems

    Hi, We are still working on this fix, we would get back to if there is an update, appreciate your patience in advance.
  19. Hi, Hope you are doing great. We have released a new feature Excel Export using which the above problem could be solved. To know more check this documentation link - https://www.fusioncharts.com/dev/exporting-charts/using-excelexport/overview
  20. Multiple error on console

    Please check the sample fiddle for reference - http://jsfiddle.net/dcpd57y9/
  21. Multiple error on console

    Please check the sample fiddle for reference - http://jsfiddle.net/mbnqkq80/
  22. Multiple error on console

    Hi, Please share us a scale down sample replicating the problem so that we could assist you accordingly.
  23. Drilldown in Angular2 version

    Welcome
  24. Drilldown in Angular2 version

    Please check the sample for reference - https://plnkr.co/edit/lJovccGtdkvBNPcdCVw6?p=preview