FusionCharts Support

Members
  • Content count

    2,097
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by FusionCharts Support

  1. Hi, I am afraid, this is not possible as of now. We would like to incorporate this and we keep this in our wish list.
  2. Gantt dataTable display problems when using exactFit

    hi, FusionCharts works in noScale mode. Hence, in exactFit things will not be as expected.
  3. Data Grid Graph type for multi series graph

    Hi, As of now, only single series data can be shown using our grid (SSGrid).
  4. save as Image - ReferenceError: Error #1069 in FireFox

    Hi, Please see if you have Flash Player 10 in your Firefox.
  5. Get error: Server unavailable

    HI, Could you please send us the Server Type that you are using, the server side technology used, how are you generating the CML in server etc. so that we can test and let you know.
  6. Scrollable MSLine Graph

    Hi, ScrollLine2D.swf is actually "multiseries Scroll Line Chart"
  7. Automatically saving chart as image?

    2 ways: A. Let the chart loads in a browser and you define a FC_Rendered() function n JavaScript. This will be called by chart when it has finished rendering and ready for export. Put the exportChart() function for the chart here and the chart will be exported with out user interaction. B. We have developed a .NET Server only solution where this can be done silently as a server side process with out anything going to client side.
  8. Bars not showing on MSCombi2D.swf

    Might be using a different XML. Could you please check again which XML the chart is loading using the debugMode?
  9. Regarding Charts in web server

    Hi, Could you please check whether correct path is provided and also whether while uploading the SWF file is properly uploaded.
  10. hi, it might be some caching issue. The XML file is bein cashed. Please pass a nocache querystring to the XML's URL. The value of this querystring should be something that is unique like miliseconds elapsed sice midnight or a global counter variable so that always a new unique value gets passed on each postback.
  11. Export charts in IE8 not working

    Hi, Could you please make sure that there is no setting in IE8 that is oreventing the download. Please also check if the dat is being posted to the perper export handler from IE.
  12. Color Rendering Issues?

  13. Radar Chart with Logarithmic Scale

    Hi, I am afraid, this is not possible as of now.
  14. 'FusionCharts is undefined'

    Hi, Could you please try once removing InfoSoftGlobal.dll? This file if for ASP.NET 1.1.
  15. 4 Newbie questions..

  16. New using Powercharts V3

    Hi, You would need to use charts from FusionCharts for Flex. You need to use FlashInterface to load the swf from FusionCharts for Flex.
  17. Different number of y2 values than x and y1 values.

    Hi, I am afraid, this is not possible as of now.
  18. Color Rendering Issues?

    Hi, Could you please try with bgAlpha='100,100' ?
  19. querystring args trimmed from setDataURL()

    Hi, Could you please try once using %253A instead of :
  20. vline without associated set element

    Hi, Vline is essentially a line between 2 categories/sets.
  21. How to Export Fusion Chart as PDF?

    It might be that you would need Flash Player 10 to be installed for the browser.
  22. Combination Charts with php and MySQL

    I am afraid, our charts (Flash components) can not directly connect to MYSQL.
  23. Multiseries 3D Chart additional label / SeriesName

    I am afraid , no.
  24. Export charts in IE8 not working

    Hi, Please make sure your chart version is v3.1 or above. Please also attach here the Generated HTML source so that we can debug.
  25. Hi, Tt seems that the chart reference provided as sourceCharts did not return a valid object. Please check whether the Chart IDs provided in sourceCharts are correct. If they are correct, make sure that the charts are already rendered before you are calling the export function.