-
Content count
2,097 -
Joined
-
Last visited
-
Days Won
12
Everything posted by FusionCharts Support
-
Problem with exporting charts as images
FusionCharts Support replied to Krishna_Solanki's topic in FusionCharts and ASP.NET
Hi, As of now, we have not tracked nay issue with https servers. May I request you to try once using the Export-download feature (which does not require any server side changes) to confirm whether the export module is working perfectly or not. -
Problem with exporting charts as images
FusionCharts Support replied to Krishna_Solanki's topic in FusionCharts and ASP.NET
Hi, Could you please also check whether you can export and download ? Also please check what you are getting in the FC_Exported() callback function after saving. -
I agree with Srividya. Also please check whether write permission is given for not only to that directory but at times to all the directories starting from the root directory till this save path directorty. In some Linux distro it is a must.
-
I don't want to display the number on PY and SY
FusionCharts Support replied to frank_xi1981's topic in FusionCharts and JSP
Hi, Since you are using FusionCharts FREE (which is a ver different product from FusionCharts v3) you need to use showLimits='0' showDivLInevalue='0' in <graph> element. What Srividya has suggested works in FusionCharts v3. -
I want hide the seriesName of dataset
FusionCharts Support replied to FusionCharts Support's topic in FusionCharts and JSP
Hi, If you are using FusionCharts FREE chart you can not do this. If you are using v3 chart, could you please try using includeInLegend='0' in <dataset> element? -
FusionMaps v3 Fails - Object doesn't support this property or method - IE 7
FusionCharts Support replied to FusionCharts Support's topic in Bug Reports
Hi, Please set unique and different names for the map's DOMId, DIV in which map will be rendered and the JavaScript object used to create the map. As of now, I find that you are using same name to declare the map's DOMId as well as the DIV's id. Hence, this issue. myMap = new FusionMaps('/fg_maps/FCMap_Africa.swf', 'mapdiv', '600', '500', '0', '1'); ... myMap.render('mapdiv'); Please try changing this to something like: myMap = new FusionMaps('/fg_maps/FCMap_Africa.swf', 'mapDOMId', '600', '500', '0', '1'); ... myMap.render('mapdiv'); -
function SetDataXML() out of menory at line in IE
FusionCharts Support replied to import's topic in Javascript Problems
Hi, The code that you have sent is using same identifier (name) for the chart JavaScritp Id as well as chart DOMId. var myChartId3 = new FusionCharts("/wee/wee/fusioncharts/Charts/Pie2D.swf","myChartId3","600","400","0","1"); Could you please keep them unique and different? e.g. var myChartId3Obj = new FusionCharts("/wee/wee/fusioncharts/Charts/Pie2D.swf","myChartId3","600","400","0","1"); myChartId3Obj.setDataXML(..."); myChartId3Obj.render("chartdiv3"); -
How do I keep the same chart-settings
FusionCharts Support replied to pekem's topic in General usage
Hi, For step 1 you need not worry too much. AJAX is implemented using JavaScript and Web has numerous help on this. -
ServerSide Export to images Taking too much time
FusionCharts Support replied to kishan's topic in Javascript Problems
Hi Kishan, You can ideally export all charts present in a browser page (visible/invisible). Please try the page in Internet Explorer. But, due to recent implementation in latest Firefox browser, this issues has come up. In Firefox, you need to make the chart( Flash movie) to show up atleast once to make it render. So, the possible solution could be to use JavaScript to make the chart scroll to the end and come to top again when the gets loaded. This would make all charts present in the browser render and ready for export. -
Charts Images saved
FusionCharts Support replied to Krishna_Solanki's topic in FusionCharts and ASP.NET
Hi, It would be like first deleting a file if its existing already, then creating the image, and then a while loop with condition till- 'not fileExists' (additionally a time limit)...after this use the image in excel. -
How to use a solid colors in Column 2d chart
FusionCharts Support replied to aman0711's topic in FusionCharts and JSP
Hi, Could you please try passing the single color to paletteColors attribute in <chart> element? If you do not want the gradient please use plotGradientColor=''. e.g. <chart plotGradientColor='' paletteColors='ff0000' > -
chartObj.SetDataURL is not a function
FusionCharts Support replied to Arindam's topic in Javascript Problems
Hi, Can you please make sure that there is no chart element and HTML element having same id? -
FusionChartsDOM.js and Coldfusion
FusionCharts Support replied to abbottmw's topic in FusionCharts DOM
Hi, Could you please check with the latest version (beta) from http://www.fusioncharts.com/forum/FindPost14780.aspx -
exportCallback won't fire
FusionCharts Support replied to FusionCharts Support's topic in Bug Reports
Hi John, There wont be any issue with 2 or more charts in a page. Could you please check whether the callback is working when you have a single chart in a page. The issue might be something else. Could you please send a live URL to the export component or your application so that we can test it from our labs live? -
exportCallback won't fire
FusionCharts Support replied to FusionCharts Support's topic in Bug Reports
I hope there wont be any problem. -
getXMLData "Object doesn't support this property or method"
FusionCharts Support replied to a topic in Using PowerCharts XT
Hi, Could you please send us a live URL so that we can debug live and let us know. getXMLData() is a valid function for DragNode chart. And there should not be any issue with FusionCharts.js. You might update to the latest version from http://www.fusioncharts.com/PUC. -
Multiple Dynamic chart generation single page
FusionCharts Support replied to adumas's topic in FusionCharts and PHP
Hi, Could you please try once trying the same in Firefox ? If it works in Firefox, it seems that your are trying to generate the chart with same chartId, i.e. "Temperature" echo renderChart("../phpmysql/Charts/Line.swf", $strDataURL, "", "Temperature", 500, 300, false, false); Please generate unique values like "Temperature1", "Temperature2", "Temperature3" ... -
Hi, Could you please try adding a at the end of the dataset's seriesName after which you want an new line? e.g. Sprint in your XML.
-
Multiple Dynamic chart generation single page
FusionCharts Support replied to adumas's topic in FusionCharts and PHP
Hi, Could you please attache here what XML being gnerated in _TempData_Loop.php? -
Single XML Multiple Charts
FusionCharts Support replied to FusionCharts Support's topic in XML Issue
Hi, The charts are designed, as of now, NOT to select one data from a specific node. Charts look for an XML with CHART or GRAPH as root element. -
can I get value of an attribute of a node in the XML?
FusionCharts Support replied to ewang's topic in FusionWidgets XT
Hi, I am afraid, not as of now. You can get the whole XML using getXML(). -
hover event and changing background color of sector
FusionCharts Support replied to cy163's topic in General usage
Hi, This is not possible as of now. -
Hi, Could you please let us know, you are passing as the querystring value? The dataStamp works perfectly in our labs. Could you please also trap the HTTP request sent so that we can be more sure about the issue?
-
How to convert the rrd file to the fusionchart's xml file?
FusionCharts Support replied to parisspring's topic in General usage
Hi, I am afraid, as of now, FusionCharts does not support time-series charts, i.e. a scale having time as its unit. But you can always use time as text caption and draw the charts. -
How-To dynamically change graph type?
FusionCharts Support replied to [email protected]'s topic in General usage
Hi, Yes, you would need to rerender the chart. You can always retrieve the XML from the existing chart using getXML() method.