-
Content count
655 -
Joined
-
Last visited
Everything posted by Ayan Bhadury
-
Issues with 'worldwithcountries' map
Ayan Bhadury replied to Klakurka's topic in Using FusionMaps XT
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 -
Spline curve can be displayed below the Y-axis even if the chart is configured to prevent it
Ayan Bhadury replied to monsieurjplus's topic in Bug Reports
Welcome -
Spline curve can be displayed below the Y-axis even if the chart is configured to prevent it
Ayan Bhadury replied to monsieurjplus's topic in Bug Reports
Hi, Please check the sample fiddle using version 3.12.2 which is working fine at our end - http://jsfiddle.net/00c6ugy7/ -
Changing chart type dynamically
Ayan Bhadury replied to Ravikumar Sutagundi's topic in FusionCharts DOM
Hi, We are able to replicate the issue, we have logged it internally, we would get back to you if there are any updates. -
Changing chart type dynamically
Ayan Bhadury replied to Ravikumar Sutagundi's topic in FusionCharts DOM
Hi, Please note the chart container id should be different for both the charts. -
Hi, We are looking into this, we would get back to you if there are any updates.
-
Changing chart type dynamically
Ayan Bhadury replied to Ravikumar Sutagundi's topic in FusionCharts DOM
Hi, Please share us a sample replicating the issue, so that we could assist you further. -
FusionCharts not starting up when page first opened and not refreshing when xml file changes
Ayan Bhadury replied to wwilliams's topic in Javascript Problems
Hi, Please check the sample from the attachment which renders a chart using XML URL index.html -
Changing chart type dynamically
Ayan Bhadury replied to Ravikumar Sutagundi's topic in FusionCharts DOM
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. -
Drill-down with JavaScript function as link
Ayan Bhadury replied to Boomerific's topic in General usage
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. -
How to get x-axis label value on click of bar chart
Ayan Bhadury replied to Abhisekh's topic in Miscellaneous
Hi, Please check the sample fiddle - https://jsfiddle.net/opto3ckz/ -
FusionCharts not starting up when page first opened and not refreshing when xml file changes
Ayan Bhadury replied to wwilliams's topic in Javascript Problems
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. -
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
- 1 reply
-
- android development
- best andriod development in usa
- (and 1 more)
-
Need to display Y-axis step label in string instead of number
Ayan Bhadury replied to Abhisekh's topic in Miscellaneous
Hi, Showing text on the y-axis is not possible as the y-axis depicts the chart scaling based on the plot values. -
Issues with 'worldwithcountries' map
Ayan Bhadury replied to Klakurka's topic in Using FusionMaps XT
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. -
Gantt Chart display meltdown when resizing (drag) columns
Ayan Bhadury replied to Kit LAW's topic in Bug Reports
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 -
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
-
Export XLS not working in Javascript chart
Ayan Bhadury replied to BCC's topic in Javascript Problems
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. -
Upgrade to 3.12.1 causing Gantt display problems
Ayan Bhadury replied to Dave Benson's topic in Bug Reports
Hi, We are still working on this fix, we would get back to if there is an update, appreciate your patience in advance. -
Export XLS not working in Javascript chart
Ayan Bhadury replied to BCC's topic in Javascript Problems
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 -
Please check the sample fiddle for reference - http://jsfiddle.net/dcpd57y9/
-
Please check the sample fiddle for reference - http://jsfiddle.net/mbnqkq80/
-
Hi, Please share us a scale down sample replicating the problem so that we could assist you accordingly.
-
angular2 Drilldown in Angular2 version
Ayan Bhadury replied to Ravikumar Sutagundi's topic in General usage
Welcome -
angular2 Drilldown in Angular2 version
Ayan Bhadury replied to Ravikumar Sutagundi's topic in General usage
Please check the sample for reference - https://plnkr.co/edit/lJovccGtdkvBNPcdCVw6?p=preview