-
Content count
655 -
Joined
-
Last visited
Everything posted by Ayan Bhadury
-
You are welcome.
-
Hi, Unfortunately the export button can not be customized as text as of now, however you can export your chart using FusionCharts exportChart() api method which can be called on any javascript events and you can hide the export option button from the chart using exportShowMenuItem attribute at the chart level asn set its value as 0 Please refer this doc url - http://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods.html#exportChart Also for further reference please check this sample fiddle - http://jsfiddle.net/7czLkr0p/
-
Spikes in stacked area chart (stack100Percent)
Ayan Bhadury replied to __marco's topic in Bug Reports
Hi, Kindly, drop a mail to [email protected] with your order details and query so that we can assist you quickly regarding this matter. Please note, we have already started working on the issue, we will keep you posted with the updates. -
Spikes in stacked area chart (stack100Percent)
Ayan Bhadury replied to __marco's topic in General usage
Hi, Please check the response of your above query from here -
Spikes in stacked area chart (stack100Percent)
Ayan Bhadury replied to __marco's topic in Bug Reports
Hi, We have forwarded your problem to the concerned team, we will get back with the updates shortly. Thank you for your patience. -
Chart image quality has decreased (blurred) in version 3.12.1
Ayan Bhadury replied to iulian's topic in Bug Reports
Hi, On investigating the problem I found that on both the version the x and y values of the rect element are in decimal, also the chart quality seems to be fine from my end, please check the image for details- 5 replies
-
- chart
- image quality
-
(and 1 more)
Tagged with:
-
Legend wrap using themes, not with no theme
Ayan Bhadury replied to bryan641's topic in General usage
Hi, Kindly set the width of the chart as 100%, this will fix your problem if you are using FusionCharts 3.11.3 Refer this sample fiddle - http://jsfiddle.net/xv7mosc4/ -
How to place an image as background in the heatmap?
Ayan Bhadury replied to Grischa's topic in Using PowerCharts XT
Hi, Kindly confirm where you want to show the image? Is it on the plots which have null values? please confirm- 10 replies
-
- powercharts xt
- heatmap
-
(and 1 more)
Tagged with:
-
Hi, The min,max,median all are calculated based on the value object, so according to you chart datasource if your data object has values which is more than the yaxismaxvalue that you have set it will automatically render the chart based on the data object values.
-
Hi, Please share the chart datasource replicating the issue in a jsfiddle, so that I can check it properly. For reference please check this sample fiddle - http://jsfiddle.net/fusioncharts/qLvZF/
-
Legend wrap using themes, not with no theme
Ayan Bhadury replied to bryan641's topic in General usage
Hi, Thanks for replying back. Please check the image of a sample doughnut chart rendered in the latest version i.e. 3.12.1 and legends are showing up properly -
Help creating Stacked Bar chart with JSP, Java and DB data
Ayan Bhadury replied to spoclate's topic in FusionCharts and JSP
Please download and refer the sample from the attachment Fusioncharts_multiseriesline.zip -
Good to know
-
Legend wrap using themes, not with no theme
Ayan Bhadury replied to bryan641's topic in General usage
Hi, Please upgrade to the latest version i.e. 3.12.1 and revert back if you are facing the same problem. Also, mention the browser and the os details on which the issue is getting replicated, so that I can check it further. For downloading the latest version refer here - http://www.fusioncharts.com/download/ -
Good to know, that the problem was solved. Feel free to revert back if you are facing any problem.
-
Thanks for replying back. According to your requirement please use height and toppadding attribute at the task level and set the value in percentage, this will differentiate the two tasks for each process id. Please check this fiddle for reference - http://jsfiddle.net/fusioncharts/24hkmdn2/
-
Hi, Thanks for replying back. On investigating, I found that you are generating the task object dynamically. Please confirm us the problems that you are facing, also the source code contains two arrays pessoas and count are not declared. For reference you check this examples - http://www.fusioncharts.com/javascript-chart-fiddles/?type=gantt-chart Also for details regarding gantt chart refer here - http://www.fusioncharts.com/dev/gauge-and-widgets-guide/gantt-chart/introduction.html
-
Hi, Kindly elaborate your query with sample image or share the sample replicating the issue in JS fiddle, so that we can assist further.
-
Help creating Stacked Bar chart with JSP, Java and DB data
Ayan Bhadury replied to spoclate's topic in FusionCharts and JSP
Hi, Thanks for sharing the information. It seems like the categories and the dataset object are not structured properly kindly check the implementation properly once. For reference you can take this example http://jsfiddle.net/8p4kjwjy/ Please note you to form a similar structure as in the above example, in order to render a multi series chart. -
Help creating Stacked Bar chart with JSP, Java and DB data
Ayan Bhadury replied to spoclate's topic in FusionCharts and JSP
Hi, Please let us know which chart you are trying to make and also check whether the data are in proper format for FusionCharts or not, also check in the ide console that you are able to fetch the value. If you are still facing problem kindly share the screenshot or a dummy sample with us replicating the problem you are facing. -
upgrade v3.9 to v3.12.1 Stop recenter on series deactivation.
Ayan Bhadury replied to bogdanm's topic in Installation and Upgrades
Hi, Kindly elaborate your query, if you want the chart to be drawn at the center of your canvas the axis needs to be modified automatically when a legend is disabled, FusionCharts offers transposeAxis attribute at the chart level which when set to 1 will compute the axes limit with respect to maximum and minimum value of the visible dataset(s). -
Hi, Can you please send us all the files in a project or replicate the problem in a js fiddle and share us the url so that we can check it properly at our end. Also, please let us know which version of FusionCharts you are currently using.
-
Welcome
-
Hi, In order to change the position export option menu button kindly upgrade to the latest version i.e. 3.12.1 and use this attribute toolbarhalign at the chart level and set its value to left it will change the position of the export button. Please check the sample fiddle for reference - http://jsfiddle.net/2bpxwdn3/
-
Howto fusionchart XT Multi-series chart from Database (SQL)
Ayan Bhadury replied to stineco's topic in FusionCharts and PHP
Hi, https://www.dropbox.com/s/igei6jr3mto0amu/stacked-bar-db.zip?dl=0 Please download the sample of stacked-bar chart from the given dropbox link.