-
Content count
2,097 -
Joined
-
Last visited
-
Days Won
12
Everything posted by FusionCharts Support
-
Single page PDF with Fusion Charts
FusionCharts Support replied to [email protected]'s topic in FusionCharts and JSP
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. -
Gantt dataTable display problems when using exactFit
FusionCharts Support replied to gtaylor's topic in Bug Reports
hi, FusionCharts works in noScale mode. Hence, in exactFit things will not be as expected. -
Data Grid Graph type for multi series graph
FusionCharts Support replied to ramadevimandala's topic in FusionCharts and JSP
Hi, As of now, only single series data can be shown using our grid (SSGrid). -
save as Image - ReferenceError: Error #1069 in FireFox
FusionCharts Support replied to FusionCharts Support's topic in General usage
Hi, Please see if you have Flash Player 10 in your Firefox. -
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.
-
Hi, ScrollLine2D.swf is actually "multiseries Scroll Line Chart"
-
Automatically saving chart as image?
FusionCharts Support replied to FusionCharts Support's topic in General usage
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. -
Bars not showing on MSCombi2D.swf
FusionCharts Support replied to womble's topic in FusionCharts and PHP
Might be using a different XML. Could you please check again which XML the chart is loading using the debugMode? -
Hi, Could you please check whether correct path is provided and also whether while uploading the SWF file is properly uploaded.
-
Fusion charts with update panels are not working in asp.net application
FusionCharts Support replied to DASU's topic in FusionCharts and ASP
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. -
Export charts in IE8 not working
FusionCharts Support replied to tommytob's topic in Javascript Problems
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. -
Radar Chart with Logarithmic Scale
FusionCharts Support replied to FlorianHarvest's topic in General usage
Hi, I am afraid, this is not possible as of now. -
Hi, Could you please try once removing InfoSoftGlobal.dll? This file if for ASP.NET 1.1.
-
Hi, You would need to use charts from FusionCharts for Flex. You need to use FlashInterface to load the swf from FusionCharts for Flex.
-
Different number of y2 values than x and y1 values.
FusionCharts Support replied to FusionCharts Support's topic in General usage
Hi, I am afraid, this is not possible as of now. -
Hi, Could you please try with bgAlpha='100,100' ?
-
querystring args trimmed from setDataURL()
FusionCharts Support replied to dkorz's topic in General usage
Hi, Could you please try once using %253A instead of : -
Hi, Vline is essentially a line between 2 categories/sets.
-
How to Export Fusion Chart as PDF?
FusionCharts Support replied to Siva Sankari's topic in FusionLounge
It might be that you would need Flash Player 10 to be installed for the browser. -
Combination Charts with php and MySQL
FusionCharts Support replied to FusionCharts Support's topic in FusionCharts and PHP
I am afraid, our charts (Flash components) can not directly connect to MYSQL. -
Multiseries 3D Chart additional label / SeriesName
FusionCharts Support replied to FusionCharts Support's topic in General usage
I am afraid , no. -
Export charts in IE8 not working
FusionCharts Support replied to tommytob's topic in Javascript Problems
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. -
Export of group of charts - FireFox problem (works on IE doesn't work on FF)
FusionCharts Support replied to rafal's topic in Javascript Problems
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.