-
Content count
2,097 -
Joined
-
Last visited
-
Days Won
12
Everything posted by FusionCharts Support
-
You can opt for one of these options: 1. Set the background color of the Flash Player : var map = new FusionMaps("../Maps/FCMap_USA.swf", "Map1Id", "750", "460", "0", "0","#000"); 2. Set the border color of the map using canvasBorderColor 3. Set the map transparent using setTransparent() function: e.g., var map = new FusionMaps("../Maps/FCMap_USA.swf", "Map1Id", "750", "460", "0", "0"); map.setTransparent(true);
-
Export To Pdf Displays Randomly Incomplete Graphs
FusionCharts Support replied to ODS2's topic in FusionCharts and PHP
Hi, Will it b possible for you to set animation='0' to all charts and then set a small time gap before you start exporting? -
Fixed Height Regardless Of Labels Length
FusionCharts Support replied to pitommasi's topic in General usage
The chart handles truncating of the labels to some extent, but you can not set a limit. Hence, yes. -
Hi, As of now, grids are just to work as legends for some charts like Pie where legends or labels might clutter the visibility. There is no option to use data related APIs.
-
Fixed Height Regardless Of Labels Length
FusionCharts Support replied to pitommasi's topic in General usage
Hi, I am afraid, no. -
Hi, To set a border color for the map, please use canvasBorderColor attribute. Please note that other related attributes are : showCanvasBorder, canvasBorderThickness, canvasBorderAlpha. For more details please check : http://www.fusioncharts.com/maps/docs/Contents/XML.html'>http://www.fusioncharts.com/maps/docs/Contents/XML.html from FusionMaps Documentation (http://www.fusioncharts.com/maps/docs/)
-
Hi, As of now Grids do not support sorting of data. Consequently, the Gird headers are not clickable.
-
Multiseries Chart From Database With Discontinous Data
FusionCharts Support replied to jecourte's topic in FusionCharts and PHP
Hi, You would need to create blank sets (<set/>) for the discontinuous data. -
Can you share (as attachment) with us a scale down sample of your implementation so that we check it out?
-
Charan, I am unable to get the meaning of 'highlevel' in this context. If you are developing native iPad application and using WebView control to load the charts in HTML the chart would work as expected in normal web pages (seen through iPad browser)
-
Legend Not Showing Up For Pie Chart On Ipad
FusionCharts Support replied to Satya Damarla's topic in General usage
Hi, For iPad Bubble charts the SYTLES won't work as of now. You can use baseFont, baseFontColor, baseFontSize, outCnvBaseFont, outCnvBaseFontColor, outCnvBaseFontSize to set fonts. To show legends you would need to set seriesName in <dataset> element. -
Onfocus Onblur Contdown Timer Problem
FusionCharts Support replied to w00h00's topic in Javascript Problems
Hi, Welcome to FusionCharts Forum Could you please let us know if your question is anyway related to FusionCharts? -
Arabic And Urdu Legends In Fusion Charts
FusionCharts Support replied to Ravindra's topic in FusionCharts and PHP
Hi, The only problem which I am facing is to understand (as I am unaware of the script and the language) whether correct Arabic text is getting displayed when we render the chart. -
Can't Print From An Html Page (Server Side)
FusionCharts Support replied to SofTools.net's topic in FusionCharts and JSP
Hi, First of all can you check if the PDF generator supports Flash ? Secondly you can call the PDF generator after all the charts in the page has finished rendering. You can track this using Rendered event of a chart. -
Legend Not Showing Up For Pie Chart On Ipad
FusionCharts Support replied to Satya Damarla's topic in General usage
Hi, We are looking forward to fix all these in our next release. The JS provided is beta. Once we release the stable build we would notify as release note. -
Arabic And Urdu Legends In Fusion Charts
FusionCharts Support replied to Ravindra's topic in FusionCharts and PHP
Is the text getting reversed? -
Printing Problem In Fusion Chart Version Version 3.2
FusionCharts Support replied to suneta's topic in Installation and Upgrades
Hi, Please check you have all 3.2 version of charts loading. Please check if this sample works for you ? http://www.fusioncharts.com/code/MyFirstChart/weekly-sales-multiple-charts-print-manager.html -
Hi, Our developer answered on the issue : The reason that we've not done any aggregation is because its very contextual. Sampling of type A might work for a certain scenario, whereas it might be grossly inappropriate for another scenario.
-
Batch Export Javascript Charts
FusionCharts Support replied to chorkiong's topic in FusionCharts and JSP
Yes, you can use FusionCharts(ChartDOMID).options.renderer to know which renderer is used. -
Batch Export Javascript Charts
FusionCharts Support replied to chorkiong's topic in FusionCharts and JSP
Hi, I am afraid, as of now, AJAX call is not supported. -
Editing Action Script
FusionCharts Support replied to Vijaya_FC's topic in FusionCharts and Ruby on Rails
This is not possible as of now in client side exporting of FusionCharts. FusionCharts internally calls a function (which is exposed as exportChart() to JavaScript and can be called using JavaScript) to start capturing when export related Context menu items are clicked. Once the capture phase is complete the chart calls an ExternalInterface function and passes the captured data to the function as RLE string. The charts are built using AS2 and does not support ByteArray which is needed to built the raw data for jpg/png/pdf Hence, JS relays the data to another SWF (FCExporter.swf - which shows the wait/save button) built using AS3 which in-turn builds the exported formats Due to Adobe's security restriction, an swf can not automatically open up the save dialog without user mouse click interactivity on the swf, we have placed the save button 1. I am not sure you can decompile the chart from SWF decompiler and again recompile the chart. You would need the source code 2. We have in-house testing environment to test these 3. You need to provide data to swf in various ways. The easier way is to use FusionCharts.js wrapper and the JS API provided (http://www.fusioncharts.com/docs/?JavaScript/JS_Overview.html and http://www.fusioncharts.com/docs/?JavaScript/API/Overview.html). The native ways is to use FlashVars) -
Javascript Chart Ajax Postback Problem
FusionCharts Support replied to RMG_85's topic in Javascript Problems
Hi, Could you please share with a scaled down project which we can check and debug directly? Please also specify the .NET version you are using. -
Hi, Considering the complexity of the positioning we would like to request you to send us a scaled down HTML+CSS+JavaScipt sample which can showcase your problem and which we can check and give suggestion on CSS. Also you can share with us a live URL of the page which we can check.
-
Hi, Could you please share with us an attached sample which we can check? Please also let us know the test platform.
-
Ipad Simulator Works. Device Does Not Work.
FusionCharts Support replied to jcesarotero's topic in Javascript Problems
Hi, I just checked with the iPhone simulator with the following data containing decimalSeparator=',' thousandSeparator='.' <chart caption="FusionCharts in iPhone" subCaption="bet you like it!" showLabels='0' showLegend="1" bgColor='616E9D' borderColor='616E9D' borderThickness='5' baseFontColor='FFFFFF' legendbgColor='414E7D' decimalSeparator=',' thousandSeparator='.' formatNumberScale='0'> <set label="FusionCharts v3.2" value="232400.05"/> <set label="PowerCharts" value="339800.04"/> <set label="FusionMaps" value="411900.3"/> <set label="FusionWidgets" value="398400.51"/> </chart> The separators are appearing as expected. Please check the attached image. You might try using the latest js files (attached) which we are going to release soon with 3.2.2. FusionCharts.js_eval_beta322.zip