-
Content count
2,097 -
Joined
-
Last visited
-
Days Won
12
Everything posted by FusionCharts Support
-
Is this type of chart possible??
FusionCharts Support replied to FusionCharts Support's topic in General usage
Hi, Please use plotGradientColor='' -
Hi, You can write a function FC_Rendered(DOMId) in JavaScript which gets called from chart when chart loads completely. Please update chart only after that.
-
How to change colors of Bullet Graph
FusionCharts Support replied to FusionCharts Support's topic in Using FusionWidgets XT
Hi, Could you please send us the XML that you are using? -
Help me : link : I want to call JQuery : Colorbox
FusionCharts Support replied to Naci's topic in General usage
Hi, Could you please elaborate on exactly what you wish to execute? -
Hi, Hope now your issue is resolved.
-
Thanks
-
Hi, SGrid.swf comes with FusionCharts Pack.
-
Error: If you've special characters in your XML (like %, &, ' or accented characters), please URL Encode them.
FusionCharts Support replied to tommannanchery's topic in XML Issue
Hi, Thanks. Hope everyone would be benifited. -
Hi, When clicking the column of the first level chart, please set the XML of the third chart to <chart>>/chart> using setDataXML().
-
Dynamic Selection of Period
FusionCharts Support replied to silviu.ciocianu's topic in Javascript Problems
Hi, The chart does not directly support this. But you can do this programatically using javaScript and server side scrpting. The role of JavaScript would be to pick the value from a drop down combo - Weekly, hourly etc. and pass the value as a querystring to the setDataURL()'s url. This URL would be a server side script which would, as per the value passed in querystring, buidl XML from database and pass it back to chart to show necessary data. -
Hi, Please go through the code in COM folder where all classes controllling these components are present.
-
Hi, Could you please send your order Id along with email to our [email protected] and get back to you as soon as possible with the link to update (if applicable).
-
Currupt file
FusionCharts Support replied to FusionCharts Support's topic in Installation and Upgrades
Hi, Could you please let us know the License that you are using? Typically Download problems are caused by network issues including faulty gateways, firewalls or NICS. Could you please check once using a differeent machine and internet connection. -
Can i customize label connector
FusionCharts Support replied to lilybu's topic in Using FusionMaps XT
Hi, I am afraid, you can only do this after modifying the map code and design from the source code of the map. You can always hide the labels using showLabels='0' -
Javascript error in IE8 (SetReturnValue method)
FusionCharts Support replied to atorres's topic in FusionCharts and ASP
HI, Could you please let us know whether you have set registerWithJS option on while rendering the chart. Please also try running the application from a web server. -
Hi, Could you please let us know the path of the swf files. Please put the file in the same folder as the HTML application's folder. Please also try loading other formats like jpeg or gif.
-
Is it possible to change the scale value
FusionCharts Support replied to peris's topic in General usage
Hi, I am afraid not. The chart is designed to show data and scale it as it gets the data raw from XML. What you might do is, calculate the percentage values yourself and pass that to the chart. You can remove the 'wating' button. This wating button is rendered through the export component. It should come at a certin point of time surely, but that you can do programatically, once you trigger the exportChart() function. And once the saving is complete you can remove that. -
Update Two Charts
FusionCharts Support replied to FusionCharts Support's topic in FusionCharts and ASP
Hi, Could you please try using clickURL='your link URL' attribute in the <chart> element? -
AngularGuage not turning off values
FusionCharts Support replied to TracyH's topic in Using FusionWidgets XT
hi, Please use showvalue='0'. -
FusionCharts (Update Issues)
FusionCharts Support replied to STEW_ERI's topic in FusionCharts and ASP
Hi, Could you please send us the generated full HTML source that you can grab from IE ro any browser? -
how to extend fusioncharts_gen class to implement a query builder for generating database queries.?
FusionCharts Support replied to veerugadde's topic in FusionCharts and PHP
Hi, Then PHP Class is open source and you can always modify it. It would be better if you can go through some online query building whitepapers or tutorials. -
Exporting to image or pdf crash browser
FusionCharts Support replied to FusionCharts Support's topic in Bug Reports
Hi, Could you please let us know the chart(s) that you are using? If possible please attach here the XML that you are using. -
Data corruption with Fusion Charts
FusionCharts Support replied to FusionCharts Support's topic in FusionCharts and ASP
Hi, There can be many ways. 1. Have the file containing the JSP code having BOM. 2. If not add BOM manually using JSP code. response.setContentType( "text/xml; charset=UTF-8" ); OutputStream outs = response.getOutputStream(); outs.write( new byte[]{(byte)0xEF, (byte)0xBB, (byte)0xBF} ); outs.flush(); -
FusionCharts cannot be resolved to a type
FusionCharts Support replied to IDForums's topic in FusionCharts and JSP
Hi, Please make sure you are not using any script tag which is suppsed to run at server side but where you might have put client side code. Please note that the new FusionCharts(...) would run as client side JavaScript and not server side java. -
Additional Marker Cities
FusionCharts Support replied to FusionCharts Support's topic in Using FusionMaps XT
Hi, I am afraid, we do not have this from our team.