-
Content count
2,097 -
Joined
-
Last visited
-
Days Won
12
Everything posted by FusionCharts Support
-
Hi, There can be 2 ways, a) FusionCharts has native AJAX functionality. You can provide an URL which will generate XML form database and pass to the chart. OR You can use own AJAX code to fetch data, build XML and then build chart from it. You can find AJAX related samples related to in the latest Pack of FusionCharts v3.2.1. in Code > PHP > AJAX folder.
-
I am afraid, this is not possible.
-
I am afraid, no. You need to build your own wrapper do this.
-
Contract Mid-Level Developer (Fusionchart)- It Firm In Jacksonville, Florida
FusionCharts Support replied to Jason Fouraker's topic in FusionCharts Jobs and Consultation
Hi, Anyone who is willing to help Jason? -
Fusioncharts Swing Integration
FusionCharts Support replied to srividya_sharma's topic in Miscellaneous
Thanks Srividya -
Need Freelancer To Work With Me
FusionCharts Support replied to Nuno Ferreira's topic in Suggestions & Requests
Hi, Anyone who can help Nuno, please contact him. -
Problem With Thermometer Widget On Serversideimagehandler
FusionCharts Support replied to muzzs's topic in Using FusionWidgets XT
Hi, We would look into it and let you know. -
Chart Onclick Highlighting Event
FusionCharts Support replied to newBieFusionCharts's topic in FusionCharts and JSP
You can not do this directly. But, you can update the chart and set the color of that data plot to a highlighted color to show the difference. http://www.fusioncharts.com/docs/Highlight.html -
Yes, except for Real time charts all charts re draw on updates.
-
You can not set a max value below a value present as data in the chart. This is done just to keep the visualization intact. Accordingly, you can not set Y axis min value greater than a value present as chart data.
-
I Can't Export A Chart As Jpeg Or Png
FusionCharts Support replied to belly2201's topic in FusionCharts and PHP
Seem you do not have GD extension installed or enabled. -
Fusioncharts Exporting To Image/pdf Not Working
FusionCharts Support replied to Ajita Kumar Satpathy's topic in FusionCharts and ASP.NET
Hi, Could you please check the export related samples from here: http://www.fusioncharts.com/code/ExportChartSamples/index.html ? NOTE: batch export is made at client side. Hence, this does not require direct involvement of ASP.NET code. You can always use the HTML and JavaScript in your ASP.NET Application. -
It is possible to hide Waiting button and show its only after charts is ready to save? >> Yes. Please see: http://www.fusioncharts.com/Demos/ExportChart/Contents/client_export.html. The export handler (a button in your case, and a small drop down and button in this case) first does not loads up. It loads only when the first export is made and the chart finishes collecting data. Witch event is called when button change from Waiting to Save? >> When chart finishes collecting data it calls FC_ExportReady(DOMId) event.
-
Fusioncharts Column3D With Updatepanel
FusionCharts Support replied to elitzur's topic in FusionCharts and ASP.NET
I hope you are talking about rising and falling of the columns as per the change of data on every update. If so, I am afraid, this is not possible as of now. -
Export Chart Is Not Working On Firefox
FusionCharts Support replied to Manoj babu's topic in Suggestions & Requests
Hi, Could you please attach the code that you are using? -
Hi, Presently there is no option for this. We will keep this in our wish list. Thanks for the suggestion.
-
Is Exporting Of Chart To Pdf On A Click Of A Button Possible Instead Of The Default Right Click Of The Chart
FusionCharts Support replied to rite2mario's topic in FusionCharts and ASP.NET
You can do this using the exportChart API function provided by each chart. All you need to set a button that will run at client and call a JS function which in turn will call chart's exportChart() function. Please check the implementation in plain HTML and the JS code (form source) from here: http://www.fusioncharts.com/Demos/ExportChart/Contents/client_export.html -
Please check http://forum.fusioncharts.com/topic/7761-export-handlers-for-aspnet-mvc/page__gopid__32026#entry32026 for a sample.
-
Export Handlers For Asp.net Mvc
FusionCharts Support replied to juaritos's topic in FusionCharts and ASP.NET
Please find the attached Zip containing sample in MVC with export feature. SimpleWebMVC_WithExport.zip.txt -
Image Export When Running Coldfusion On Apache
FusionCharts Support replied to Guggs's topic in FusionCharts and ColdFusion
Hi, As of now we do not provide Export Component for ColdFusion. SO, you need to use the client side export feature of the j2EE export handler which I hope would be supported. Please find the j2EE export handler in the latest pack. -
You need to do this if your own. As of now, we are not providing this solution.
-
There are two types of exporting: Client side and server side Batch export does not happen at server side (as of now) So, you are actually looking in to a client side export sample. At client side export a client side export handler is used where the exported files are listed and made ready for saving to client side though user interaction. Please see: http://www.fusioncharts.com/Demos/ExportChart/Contents/batch_export.html
-
Hi, Could you please make sure that you are running it from a web server. In case you are running it from a local file system you need to set up flash player Global Security settings. Please see: http://www.fusioncharts.com/Tools/FlashPlayerSecuritySetup/HowToSetup.html
-
Stackedbar2D And Showvalues
FusionCharts Support replied to [email protected]'s topic in General usage
Hi, You can put showValue='0' in all <set> containing zero values. You can not put values out of the plots in stacked charts. -
hi, So, you say that "SELECT * FROM $x" is not working...can that case please try once using "SELECT * FROM ". $x
