Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. How to check version number

    If you switch the chart mode to debug mode, it'll show the version number.
  2. Hi, I can provide you with the 20fps versions to test. Please drop us an email at support [at] fusioncharts.com
  3. John, Can you make sure you've used different IDs for chart variable, chart ID and DIVs?
  4. Paul, Can you make sure you're running from a server (remote/localhost) and not from local filesystem?
  5. Fusion chart hides my PopupControl

    You can use chartObj.setTransparent(true); in the JS code that is used to embed the chart.
  6. my gantt chart is not loaded

    Can you check the path of SWF?
  7. PieChart Value

    Can you please send us your XML at support [at] fusioncharts.com?
  8. Hi, The maximum possible height for a Flash movie in a browser is 4000 pixels. As an alternate, you may use the scroll column chart (however, we do not have a scroll bar chart yet).
  9. can we have opposite of drill down graphs?

    We just provide link events. So, you can actually handle the drill down/up events in your application.
  10. Do Not Want to Show Value in Tool Tip

    Yes - includeValueInLabels
  11. You need to update the entire chart at client side.
  12. load chart as external file

    Yes - please see www.fusioncharts.com/docs > Guide for Flash developers.
  13. Save chart image to server only?

    Hi, I'm afraid currently it's not possible to hide the save as dialog box. However, you can modify the server side saving script to save the image on server and thereby not return it.
  14. Hyper link using in xml for strus action

    Yes - it'll work.
  15. Error in drill down after saveImageAs

    Hi, Are you setting the links using the new j- option as explained at http://www.fusioncharts.com/docs/Contents/DrillDown/JavaScript.html
  16. Keith, Both the links are reporting 404? Can you please fix them and send us a notification at support [at] fusioncharts.com?
  17. Question: set start and end x-axis value??

    In which chart do you want it?
  18. Save Image Issues

    You need to update it to v3.0.2 from www.fusioncharts.com/PUC
  19. FCv3 & Flex 3 support

    Yes - we do plan it in the near future.
  20. problem with large volume of data.

    Hi, I'm afraid the Flash player necessarily parses the entire XML - as such, it's not possible to just parse sections of the same.
  21. Fusion chart - Save as image option

    I'm afraid that's not possible.
  22. Retrieving data

    Hi, The progress bar does move in case of large data. For example, try loading a data >200KB (or relative to your connection speed) and you'll see the progress. Initially, when the chart pings the server to load the data, there is a big delay in server responding with the stream header. As such, the progress bar stays still till then.
  23. How to add a secondary y-axis?

    You can - either using the multi-axis line chart from PowerCharts suite or using MSCombiDY2D.swf
  24. Hi, We do not have themes in FusionCharts. Can you please let us know what you're referring to?
  25. Pie Chart Scrolling issue.

    When the mouse control is trapped in a Flash object, Firefox doesn't scroll further.