FusionCharts Support

Members
  • Content count

    2,097
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by FusionCharts Support

  1. AJAX + PHP + FusionCharts

    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.
  2. mutli series line charts

    I am afraid, this is not possible.
  3. Fusion With Extjs

    I am afraid, no. You need to build your own wrapper do this.
  4. Hi, Anyone who is willing to help Jason?
  5. Fusioncharts Swing Integration

    Thanks Srividya
  6. Need Freelancer To Work With Me

    Hi, Anyone who can help Nuno, please contact him.
  7. Hi, We would look into it and let you know.
  8. Chart Onclick Highlighting Event

    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
  9. Chart Refresh

    Yes, except for Real time charts all charts re draw on updates.
  10. Changing Yaxis Max And Min

    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.
  11. I Can't Export A Chart As Jpeg Or Png

    Seem you do not have GD extension installed or enabled.
  12. Fusioncharts Exporting To Image/pdf Not Working

    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.
  13. Client-Side Exporting

    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.
  14. Fusioncharts Column3D With Updatepanel

    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.
  15. Export Chart Is Not Working On Firefox

    Hi, Could you please attach the code that you are using?
  16. How To Get Chart Scale

    Hi, Presently there is no option for this. We will keep this in our wish list. Thanks for the suggestion.
  17. 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
  18. Mvc2

    Please check http://forum.fusioncharts.com/topic/7761-export-handlers-for-aspnet-mvc/page__gopid__32026#entry32026 for a sample.
  19. Export Handlers For Asp.net Mvc

    Please find the attached Zip containing sample in MVC with export feature. SimpleWebMVC_WithExport.zip.txt
  20. Image Export When Running Coldfusion On Apache

    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.
  21. Exporting To Pdf

    You need to do this if your own. As of now, we are not providing this solution.
  22. Javascript And Export Handlers

    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
  23. Fusion Chart Fc_Rendered

    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
  24. Stackedbar2D And Showvalues

    Hi, You can put showValue='0' in all <set> containing zero values. You can not put values out of the plots in stacked charts.
  25. Php, Mysql, Fusioncharts

    hi, So, you say that "SELECT * FROM $x" is not working...can that case please try once using "SELECT * FROM ". $x