Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. CodeCharge Studio

    This is when you've not included FusionCharts.js in the HTML file.
  2. I'm afraid we've intentionally blocked FC_Rendered call during subsequent setDataURL calls, as it was leading to confusions while rendering.
  3. convert chart to bitmap image

    Hi, Swiff Chart Generator generates the entire chart at server side. This bitmap data method is not very suitable for FusionCharts, as transferring even a chart data for 500x500 pixels chart involves a huge data load.
  4. Problem displaying combi chart

    You're using the wrong SWF file - it should be MSCombi2DDY.SWF, as you need 2 Y Axes.
  5. Attached please find an example. Make sure that you've Data.xml and the chart .as files present in the proper location, when you compile this movie. ChartLoadTest.zip
  6. Pie2d: showLabels

    It has been fixed in v3.0.3 - can you make sure that you've v3.0.3?
  7. You can change this text directly. But, to customize appearance, you'll need to go into source code.
  8. I'm afraid that's not currently possible, as of now.
  9. Loading data from external XML file

    You'll need to load the XML file in your custom XML objects in Flash and then pass that XMl to the loaded chart.
  10. custom graph and dataURL

    You'll need to load the XML file in your custom XML objects in Flash and then pass that XMl to the loaded chart.
  11. setDataXML cannot be called

    Also, please make the following change: function FC_Rendered(domId){ if (domId=="myChartId"){ var chartObj = getChartFromId(domId); chartObj.setDataXML(""); } return true; }
  12. I'm afraid you cannot highlight a particular node directly from JavaScript API. In that case, you'll have to update the entire chart XML and set a different color for that node in XML.
  13. You can try the following: Use dataURL method of providing data to FusionCharts. XML Encode these characters in XML - like & to &, ' to " etc.
  14. Please see http://www.fusioncharts.com/FusionCharts/Docs/ > FusionCharts in PowerPoint
  15. Scroll Stacked Column 2D Chart

    I'm afraid no.
  16. Please use the following STYLE element: <styles> <definition> <style name='MyFirstFontStyle' type='font' face='Verdana' size='12' color='FF0000' bold='1' bgColor='FFFFDD' /> </definition> <application> <apply toObject='DataLabels' styles='MyFirstFontStyle' /> </application> </styles>
  17. setDataXML cannot be called

    The init function should be called from FC_Rendered. window.load occurs much before the chart is loaded - as the chart is a streaming SWF file. When the chart is loaded, FC_Rendered method is called - there, you need to call init().
  18. Seems you got confused - This forum is for FusionCharts and not .NETCharting.
  19. setDataXML cannot be called

    Can you make sure that you
  20. I'm afraid the SWF and the data source has to be on the same domain.
  21. Embedding Fusion Chart in another Flash project

    Yes - you can easily embed FusionCharts in other Flash movies. Please see http://www.fusioncharts.com/FusionCharts/Docs/ > Guide for Flash Developers.
  22. Drill Down Links

    Yes - just make sure to URLEncode the link attribute part.
  23. CodeCharge Studio

    Yes Don. We would be glad to help you with all integration/debugging issues.
  24. 2 Questions plz !

    Yes - pls set <chart showToolTip='0' ..>
  25. CodeCharge Studio

    Hi, As of now, we've not yet integrated FusionCharts with CCS. However, if someone is willing to take this initiative, we can help in all possible ways.