Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. FCv3 & Flex 3 support

    We're currently working on a tweak on our existing AS2 version so that it can be loaded inside Flex.
  2. Brent, If you've an ActiveX object in a DIV and you set the visibility of DIV to hidden, IE actually unloads the object and then reloads it later.
  3. Distance from Canvas to Legend? Help!

    The attribute is legendPadding
  4. Alpha transparency issue

    Hi, Can you please post the complete XML as attachment?
  5. Animation Speed

    In FusionCharts Free, you cannot do it. In v3, you can do so.
  6. Max Number of DataPoints in MSLine?

    Yes - we recommend that amount of maximum data.
  7. enableSmartlabels in pie chart is not working

    It's only present in v3.
  8. Integration in Flash

    Hi, Can you please make sure that you've copied the com folder (containing all source files of FusionCharts) at the right place w.r.t your .fla?
  9. Hi, Can you please send your code to us at support [at] fusioncharts.com?
  10. getChartFromId and IE??

    Hi, Can you make sure you're calling this code in FC_Rendered function (i.e., after the chart has loaded and exposed its API to JS)?
  11. showLables on the set statement don't work

    Hi, Can you please post the entire XML document?
  12. Hightlight/Glow Border for an Entity

    I'm afraid you cannot add glow to just a single entity as of now.
  13. You can set the name in the server side script that generates the image -those scripts are provided as open source.
  14. Problem with IE7

    Hi, Can you post the full code that you're using to embed the chart?
  15. Cannot get the swf file to load xml

    Hi, You cannot have an absolute path to dataURL - you need to specify a relative path.
  16. numberPrefix & numberSuffix

    I'm afraid that's not currently feasible.
  17. Hi, What code are you using to embed the chart in an HTML page?
  18. save image doesn't work for me

    Hi, Can you please check that you're not using any download managers in your browser?
  19. ssgrid Column Layout

    Kai, I'm not sure if I've understood the feature that you're suggesting. Can you please elaborate?
  20. How do animate a time series?

    I'm afraid there isn't a way to do incremental animation in FusionCharts.
  21. widgets needed

    Hi, Can you please send us a screenshot sample at support [at] fusioncharts.com?
  22. All world Countries in FusionMaps V3

    We've all the countries in the map http://www.fusioncharts.com/maps/GalleryMap.asp?mapName=World+Map+with+countries
  23. You cannot do that - the labels always update with data.
  24. Hi, To set max value you use [chart yAxisMaxValue='xxx' ]