Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. Steve, I'm afraid you cannot add line breaks in the legend. You can just control it's font and effect (shadow, bevel, glow etc.) properties.
  2. Printing a Chart

    We've identified the problem of cropping during printing and would be fixing the same in our next release (in a few weeks time). Thanks a lot for your inputs and time and sorry for any inconvenience due to this.
  3. Charts printing

    We've identified the problem of cropping during printing and would be fixing the same in our next release (in a few weeks time). Thanks a lot for your inputs and time and sorry for any inconvenience due to this.
  4. Printing broken in Safara and Firefox

    We've identified the problem of cropping during printing and would be fixing the same in our next release (in a few weeks time). Thanks a lot for your inputs and time and sorry for any inconvenience due to this.
  5. Latest Version? and " showFCMenuItem='0' "

    Scott, The minor revisions do not feature in "Updates" section of PUC. Instead, these can be downloaded by just clicking on re-download links in "My Orders" section. Also, to check the version of a chart, just switch the debug mode of chart to on - and it'll show you the version.
  6. Exporting to PDF

    FusionCharts is rendered on the client side using Macromedia Flash Player. Essentially, FusionCharts is a set of .swf files, which when requested by the users, downloads on his/her machine, reads the XML data and then plots the chart. Owing to limitation of Macromedia Flash Player itself, which doesn
  7. some one know?

    Please see http://www.fusioncharts.com/FusionCharts/Docs/ > XML By Chart Elements section to see how to control various properties of the charts.
  8. Latest Version? and " showFCMenuItem='0' "

    v3.0.2 of all the 3 products (FusionCharts, PowerCharts and PowerMaps) allow you to suppress this context menu item. To download v3.0.2, log in at www.fusioncharts.com/PUC and then go to "My Orders" section. Also, make sure of the following: You've over-written your old SWF files with the new ones. You've cleared your browser cache after this.
  9. numberPrefix & numberSuffix

    For which chart do you need it? In most charts, the prefix and suffix need to be defined at chart level itself.
  10. Legend background blank or not filled

    Can you please send us the following information: OS: Charset installed: Support for which languages installed: Browser: Flash Player Version:
  11. legend colors not appearing

    This is happening because of certain charsets on certain systems. In FusionCharts, we use the block character to display the rectangle in legend. Some systems are unable to reproduce the block and therefore show it as outline. We're trying to investigate into this and would post an update soon.
  12. Language Parameter

    This controls the application message language i.e., messages like "Loading Data." or "Loading Chart" etc. By default FusionCharts supports English language only. However, if anyone wants to add any language, we've given an easy option in the framework (source code) to add it. The language can then be exposed using a 2 character ISO code, which can be provided in the JavaScript file. To customize the language, you'll need to have the source code license of FusionCharts.
  13. Streaming charts

    Hi, Thanks for this suggestion. We'll definitely try and implement this in our next version.
  14. Legend over chart problem

    This chart is not a part of FusionCharts v3 - but Instrumentation Suite, and was fixed in Release 2a of the same.
  15. setDataURL error

    Can you put your page live so that we can see what might be going wrong?
  16. Support for Lasso?

    Hi, I'm afraid we've not yet tried integrating FusionCharts with this technology (and so, we do not even have any code samples for this). But, if you can output XML data from Lasso, you can easily integrate FusionCharts with it (though, I agree, it will need some time to set it up for the first time).
  17. Drag-node chart and enableLinks

    The attribute name is enableLink instead of enableLinks. We're really sorry for the error in documentation and will fix it in next release.
  18. setDataURL error

    What error do you get when you click on a pie chart?
  19. There is no method with the name 'setXMLData'

    Are you just plain recompiling v3 charts or using FusionCharts inside your Flash movies? If it's the former case, can you try clearing the ASO cache and then recompile?
  20. Printing broken in Safara and Firefox

    Scott, Do you get the same result when you use the "Print Chart" option from context menu of the chart?
  21. Legend background blank or not filled

    The legend in FusionCharts is rendered using the block square character in HTML text fields. On some machines (due to certain charsets), this character is not displaying properly, and results in showing a hollow rectangle. We're currently trying to resolve it - but it's taking longer, as we're unable to replicate the same on any of our machines. Thereby, the source of charset problem is yet undetected.
  22. Do fusion charts support scaling an axis dyamically

    Scott, Currently, we do not have this chart. However, this is already in our development schedule and you can expect to see something like that in a few months time.
  23. Data Protection

    What you can do is: Load the chart initially without any data (like in few of our blueprint charts) Use AJAX to load the XML data from server on-demand Provide this data to chart at client side. This way, the XML data is never exposed to end user and you can build your authentication wrappers around data retrieval too.
  24. If you're using the dataXML method, there would be a conflict between the < specified in the XML, the actual XML element lt opening sign and the HTML lt sign to embed the chart. So, you need to use this in dataURL method.
  25. 3d-Pie chart rendering problem

    Can you please post the PHP page as attachment (zip)?