FusionCharts Support

Members
  • Content count

    2,097
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by FusionCharts Support

  1. Is this type of chart possible??

    Hi, Please use plotGradientColor=''
  2. Encoding problem

    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.
  3. How to change colors of Bullet Graph

    Hi, Could you please send us the XML that you are using?
  4. Help me : link : I want to call JQuery : Colorbox

    Hi, Could you please elaborate on exactly what you wish to execute?
  5. reading XML files in Flash

    Hi, Hope now your issue is resolved.
  6. Legend for Single Series Chart

    Thanks
  7. Using SSGrid.swf

    Hi, SGrid.swf comes with FusionCharts Pack.
  8. Hi, Thanks. Hope everyone would be benifited.
  9. Clearing drill down charts

    Hi, When clicking the column of the first level chart, please set the XML of the third chart to <chart>>/chart> using setDataXML().
  10. Dynamic Selection of Period

    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.
  11. xml in fla

    Hi, Please go through the code in COM folder where all classes controllling these components are present.
  12. Upgrade to v3.1.1

    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).
  13. Currupt file

    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.
  14. Can i customize label connector

    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'
  15. Javascript error in IE8 (SetReturnValue method)

    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.
  16. logo

    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.
  17. Is it possible to change the scale value

    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.
  18. Update Two Charts

    Hi, Could you please try using clickURL='your link URL' attribute in the <chart> element?
  19. AngularGuage not turning off values

    hi, Please use showvalue='0'.
  20. FusionCharts (Update Issues)

    Hi, Could you please send us the generated full HTML source that you can grab from IE ro any browser?
  21. 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.
  22. Exporting to image or pdf crash browser

    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.
  23. Data corruption with Fusion Charts

    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();
  24. FusionCharts cannot be resolved to a type

    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.
  25. Additional Marker Cities

    Hi, I am afraid, we do not have this from our team.