-
Content count
655 -
Joined
-
Last visited
Everything posted by Ayan Bhadury
-
Javasacript Pie Chart not being loaded
Ayan Bhadury replied to Veerendra's topic in Javascript Problems
Hi, Flash versions are deprecated, FusionCharts now renders in Javascript, also FusionCharts supports dedicated server-side JSP wrapper using which you could render charts in Java. Kindly upgrade it to the latest version i.e. 3.12.2 -
HI, We were able to replicate the problem, and the issue has been logged internally, we would get back to you if there are any updates.
-
Maximum number of data points for scroll column 2d and column 2d
Ayan Bhadury replied to tanuja yaganti's topic in General usage
Hi, Please share us a scale down sample of the problem you are facing so that we can investigate it further. Also please note there is no as such data limits for scroll charts. -
Maximum number of data points for scroll column 2d and column 2d
Ayan Bhadury replied to tanuja yaganti's topic in General usage
Hi, Please share us the JSON file so that we could investigate it and provide you with the solution accordingly. -
Change Color for value in Multiseries Line Chart
Ayan Bhadury replied to huy nguyen's topic in General usage
Hi, Apologies for the delayed response. valueFontColor needs to be applied at the chart level, which will set the same color for the all the plot values, As of now setting different valueFontColor for different series is not possible. -
Hi, We were able to replicate the problem, and we have already forwarded this to the concerned team, we would get back to you if there are any updates.
-
Possible to Set Default Values for Y-Axis? If so, how?
Ayan Bhadury replied to chiraga's topic in General usage
Hi, Apologies for the delayed response. FusionCharts uses its own internal algorithm to calculate the y-axis div line calculation, also based on the data you have shared since the difference between the intervals are uneven it will not be possible to show the values as [98644729, 88484843, 56464921], you could set the limits using yAXisMaxValue and yAxisMinValue attribute but the mid value will be different than you have specified, you can also control the number of div lines using numDivLine attribute. -
Hi, In heat map chart the number of columns and number of rows are defined for the entire tabular structure so showing a custom header at the top is not possible, however, as a workaround you could showcase the header information using caption attribute of FusionCharts.
-
Gantt Chart display meltdown when resizing (drag) columns
Ayan Bhadury replied to Kit LAW's topic in Bug Reports
Hi, Hope you are doing great. Please drop a mail to support@fusioncharts.com, with your licensing details, so that we could share a patch fix for the above problem accordingly. -
Hi, Please share us a scale down sample of the problem you are facing so that we could investigate it further, also please share us which version of FuisonCharts you are using. For reference please check the sample fiddle in Plain JS - http://jsfiddle.net/5kwcgkbx/
-
Hi, In order to set the canvas color same as the background either set the same hex code for canvasBgColor as you have applied for bgColor attribute or you could set the canvasBgAlpha as 0, and provide the color using only bgColor. A sample for reference - http://jsfiddle.net/uyjjmofe/
-
FusionCharts.register is not a function when bundling with WebPack
Ayan Bhadury replied to Sai Srinivasan's topic in Javascript Problems
Hi, Please share us which version of FusionCharts angular 2 plugin you are using, also please check the path location 'fusioncharts' : '/lib/fusioncharts/fusioncharts.js' is proper or not. For reference please check the latest FusionCharts Angular 2 plugin link - https://github.com/fusioncharts/angular2-fusioncharts -
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
Good to know that the problem is solved. -
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
Please raise a ticket at support@fusioncharts.com with the problems you are facing, and if feasible we would schedule a GoToMeeting session accordingly. -
Hi, You can use the heat-map chart as a workaround to visualize your data in tabular format. To know more check this link - https://www.fusioncharts.com/dev/chart-guide/standard-charts/heat-map-chart
-
Rendering text values in different cultures
Ayan Bhadury replied to Damian Mobley's topic in Using FusionWidgets XT
Welcome -
Rendering text values in different cultures
Ayan Bhadury replied to Damian Mobley's topic in Using FusionWidgets XT
Hi, Please use "thousandSeparator": "." at the chart level For reference please check the sample fiddle - http://jsfiddle.net/89ph7Lt3/ -
Rendering text values in different cultures
Ayan Bhadury replied to Damian Mobley's topic in Using FusionWidgets XT
Hi, Could you please share a sample image of your requirement, so that we could assist you accordingly. Awaiting for responses. -
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 share me a sample or a live URL of the problem you are facing so that I can assist you accordingly. -
Cylinder not rendering the chart
Ayan Bhadury replied to Ravikumar Sutagundi's topic in Using FusionWidgets XT
Hi, The data format for cylinder and angular gauge are different, kindly follow the prescribed format in order to render both the charts accordingly.- 3 replies
-
- fusioncharts widgets
- angular4
-
(and 1 more)
Tagged with:
-
Cylinder not rendering the chart
Ayan Bhadury replied to Ravikumar Sutagundi's topic in Using FusionWidgets XT
Hi, Please refer this sample - https://stackblitz.com/edit/angular4-cylinder-sample?file=app/app.module.ts- 3 replies
-
- fusioncharts widgets
- angular4
-
(and 1 more)
Tagged with:
-
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 please tell me the steps to replicate the issue from the above URL so that I can investigate it further. Please note I am able to see the chart by clicking all the options from the above-given URL. -
Hi, Apologies for the delayed response. Since all the chart attributes are provided as a string the Python compiler is changing the degree symbol to its corresponding Unicode, therefore as a workaround, you can apply the degree symbol using javascript from your view page and apply this method when the chart has been initialized using FusionCharts API events, to know more check this sample - https://www.dropbox.com/s/ovb7nm0li5g6buv/fc_column2d.zip?dl=0 To know about initialized events check here - https://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-events#initializedstatic-event-7
-
Issues with 'worldwithcountries' map
Ayan Bhadury replied to Klakurka's topic in Using FusionMaps XT
Welcome -
Issues with 'worldwithcountries' map
Ayan Bhadury replied to Klakurka's topic in Using FusionMaps XT
Hi, Yes it is possible to show the legends without the gradient bar, please check the sample for reference - https://jsfiddle.net/m6vn4sce/