Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. Actionscript version 3.0

    We're working on the Flex component (by tweaking existing AS2 SWF) and it will be out in couple of more weeks. The AS3 version would take another few months.
  2. Problem encoding euro symbol in chart

    Hi, Can you try switching the debug mode to on and see if it helps?
  3. Text or Image Annotations

    Hi, Can you please send your entire XML to support [at] fusioncharts.com?
  4. Hi, The maps in FusionMaps are not made to scale - as such any generic algorithm to convert x/y to lat/long wouldn't work.
  5. One way could be to modify the server side script to not return the image. Instead it can save it on the local filesystem and the other file can check if both images have been generated.
  6. Updating data on the fly?

    Michael, Even when using setDataXML method, the chart is re-rendered. Only the JS api which updates the chart value doesn't re-render the chart.
  7. In the .as/.fla file, you can change anything - as that's the entire codebase for FusionCharts.
  8. Use Full name not ID

    You may just set the following attribute for map element: [map useSNameInLabels='0' ..]
  9. Latest version of Flash sucks up CPU

    Dave, On which browser did it happen?
  10. Yes - just set showOnTop property to 1 for the group.
  11. Can you please send your complete data to support [at] fusioncharts.com?
  12. Power chart unable to display larger image

    The max size of any chart can be 4000x4000 pixels - it's a restriction of Flash Player.
  13. scatter chart -- x-axis

    Hi, For each category element there is an attribute showLabel='0' which can hide the label for that category.
  14. You can iterate through the dataset and then use string concatenation to build XML. Please see www.fusioncharts.com/docs > Guide for web developers.
  15. PHP API

    Troy, We'll be releasing the same in August.
  16. Hi, As for the sizing of chart, since the chart is a Flash object, we cannot change the chart size from within the chart. You can run some calculations on your data size before creating the chart. As for formatting error, can you please send us the XML at support [at] fusioncharts.com?
  17. Represent values with text

    What you can do is hide the y-axis values and then create 2 trendlines with string yes,no values.
  18. Generate Chart as Image w/out Browser

    I'm afraid no, as the charts need to be rendered at client side first.
  19. Hi Bob, Would it be possible for you to give us a live link so that we can debug?
  20. Legend in pie charts

    Hi, We'll *definitely* consider this feature for our next major release.
  21. Scroll not working on single dataset

    I'm afraid no.
  22. MS 2D Dual Y - Problem !

    Yes - pls set [chart scrollToEnd='1' ...]
  23. Problem on Multi-axis Line Chart

    We're looking into it - apparently it's a timing issue where you were clicking very quickly.
  24. Cropping & Zooming

    I'm afraid it's not feasible as of now.
  25. Hi, The tooltip is automatically updated - on which chart are you trying it?