-
Content count
2,097 -
Joined
-
Last visited
-
Days Won
12
Everything posted by FusionCharts Support
-
Hi, SO far I know, Gnash does not fully support Flash SWF built in Flash 8. It does not fully integrate Action Script 2.0. This might be the reason, since FusionCharts v3 is fully built in Flash 8 Action scipt 2.0. Could you please try with FusionCharts FREE chart which is needs Flash 6 player or above?
-
Hi, I am afraid, this is not available as of now.
-
Save Chart and Using Links in the Chart
FusionCharts Support replied to bretth7377's topic in Javascript Problems
Hi All, In our forthcoming minor release 3.0.7 we are introducing another method to provide JavaScript functions as link, using which this error in IE wont occur. This is done using prefix j-. e.g. link='j-myJSFunction()' As of now we had been using prefix to provide JavaScript functions as links. This has been kept intact for backward compatibility. -
DataPoints in Multi-Series Line chart
FusionCharts Support replied to gibbitty's topic in General usage
HI, I am afraid, FusionCharts simply plots the data that it receives as XML and does not put any filter. You would need to code this filter while creating the XML. -
Adding Parameters with image saving request
FusionCharts Support replied to pritishpm's topic in FusionCharts and JSP
Hi, You can try seinding some GET request using imageSaveURL atribute. e.g. imageSaveURL='FusionChartsSave.aspx?name=MyChart.jpg' Please note that to send multiple querystring please URL Encode the URL. -
Help... Chart render error....sometimes
FusionCharts Support replied to Pallav's topic in Bug Reports
Hi, Could you please try rendeing the chart(s) after the HTML page rener is comeplete? can use this code: -
Fusion Charts - Embedding a Chart Using JavaScript
FusionCharts Support replied to FusionCharts Support's topic in Javascript Problems
Hi, Since v3.0.5 of FusionCharts absolute URL is barred to prevent XSS attack. This is done in the other Packs too in their latest versions. IF you wish to use an XML from an absolute path the only solution would be to use a relay script/proxy script which will fetch the XML separately and again pass it to the chart. This proxy scipt would recide in the same domain and should be accessd with relative path from the chart. -
remove gradient from area chart
FusionCharts Support replied to dtnguyen02's topic in Using PowerCharts XT
Hi, We found that you had been using one dataset in the first XML that you sent us. The new image shows that it has 2 datasets. Hence, could you please send us the XML that you are using? Please note that to set off the dataplot gradient you should provide no value or blank value in atribute plotGradientColor in <chart> element. The attribute should look lexactly like this with no value inside. plotGradientColor='' -
Disable Slicing and Exploding Menu Options..
FusionCharts Support replied to pdaniel's topic in FusionCharts and ASP.NET
Hi, RenderChart() takes help of FusionCharts.js while rendering the chart. Could you please add the line this.addParam("menu","false"); editing FusionCharts.js file that you are using? You need to put the line near line 33 or so. find the line in the file : //Set Quality this.addParam('quality', 'high'); and add this.addParam("menu","false"); after it. -
Disable Slicing and Exploding Menu Options..
FusionCharts Support replied to pdaniel's topic in FusionCharts and ASP.NET
Hi, You can hide the FusionCharts' custom menus: (Some default menus of Flash player would be there) * This is a HTML object (<object>/<embed>) level parameter that you would need to set. <object...> <param name="menu" value="False"> ...<embed ...menu='false'...></object> * If you are using JavaScript embedding technique, please use var ch=new FusionCharts(...) ch.addParam("menu","false"); * In case, you are server seide wrappers, please edit FusionCharts.js and add this line: this.addParam("menu","false"); somewhere near the lines where there are lots of other this.addParam(..) are present. * You might need to edit the wrappers to put the HTML embedding code for renderChartHTML or createChartHTML functions. -
How to change the width of Scroll Column 2D
FusionCharts Support replied to FusionCharts Support's topic in General usage
Hi, I am afraid, this is not possible as of now. -
Why won't my chart load with setDataURL in Firefox?
FusionCharts Support replied to bnordeng's topic in Javascript Problems
Hi, Could you please send us the code that you are using? -
save multiple charts to image with iframe, javascript function call doesn't work in firefox.
FusionCharts Support replied to FusionCharts Support's topic in General usage
Hi, Could you please tell why you are using the setTimeout()? -
Submit drag node chart using javascript
FusionCharts Support replied to FusionCharts Support's topic in Javascript Problems
Hi, I am afraid, this is not possible as of now. -
Scalling on X-Axis with non regular data
FusionCharts Support replied to Kapucha's topic in General usage
Hi, Could you please try Scatter chart? -
Updating entity attributes with Javascript
FusionCharts Support replied to Doomhammer's topic in Using FusionMaps XT
Hi, I am afraid, this is not possible as of now. -
Play Fusion chart per code with ActiveX Control not work properly
FusionCharts Support replied to khoa's topic in Miscellaneous
Hi, Are you getting "No data to Display" message now? If so the the movie has started playing and the chart has started rendering. Please also add debugMode=1 to see if there is any issue with the XML passed. I think you are close. -
3D Pie Chart Negative values
FusionCharts Support replied to moorthy's topic in FusionCharts and JSP
Hi, I am afraid pie charts cannot represent negative numbers . -
Hi, I am afraid, there is no work aroudn for this as of now.
-
Is there any Multi-series grid chart?
FusionCharts Support replied to avinash's topic in Suggestions & Requests
Hi, I am afraid, there is no Multi-Series Grid chart. -
Charts work in IE, but not in FireFox
FusionCharts Support replied to Rahul Kumar's topic in Bug Reports
Hi, Might be that you are not using <embed> inm Firefox. -
Play Fusion chart per code with ActiveX Control not work properly
FusionCharts Support replied to khoa's topic in Miscellaneous
Hi, I am afraid, I am abit confused about the processes involved. May I inquire, whether your steps are as follows: 1. Use WinForms to load the chart in a flash Player 2. Take a snapshot of the Flash Player (with chart or any Flash Movie) and save it as image to server and 3. Use the image to add in PDF etc. My Queries, 1. Is the chart or Flash Player visible in the WinForm? So far I learnt, you might not be able to not load a flash movie in flash player control without making it visible in WinForms. 2. At which point of time you are executing the code to save the image? Just after loading the chart? You might want to skip to the final frame or any frame, where you expect the final image of the chart, readily available. Comments: 1. Please note that in FusionCharts the things happen in steps through code and not frames. First it loads itself (the SWF binary), then the XML and other settings, then parses the XML and then draws the chart (usually with animation). So there is a time factor involved from the loading of the chart till the chart finally is drawn. Now this is crucial: Its not the final frame where you can skip to to get the chart image. You need to pass through the processes stated above, even if they take miliseconds to perform each fragment of task. 2. So you can wait for the chart to finish rendering and then call the image saving code. How to Do this? Of course you can set a flashvar "registerWithJS=1". This would invoke Flash Call event and pass a function name "FC_Rendered" (in <invoke> XML in response parameter of FlashCall event) . FC_Rendered is passed when the chart has finished rendering and ready for imagesavng, print etc. After this you can use your own code to save image. -
Play Fusion chart per code with ActiveX Control not work properly
FusionCharts Support replied to khoa's topic in Miscellaneous
Hi khoa, Thanks for digging deep in FusionCharts. We are very interested to know how you are loading the chart at server side. Please let us know the os platform, the server side technology and server that you are using. If you are loading the chart in some place, why dont you try the chart's own native print() function? You can use callFunction method of Flash ActiveX. Would be happy to hear from you in details from you about the research. -
Hi, Could you please attach the XML that is getting generated in the HTML?
-
Hi, The value passed in noCache is static. myChart.setDataURL("XMLData/myStepsLineGraphXML.aspx?noCache=1"); You would need to pass a dynamic value which would be unique and different from the previous values. Say date stamp. Could you please try this? myChart.setDataURL(escape("XMLData/myStepsLineGraphXML.aspx?noCache="+new Date().toGMTString()));