Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. XML cross domains

    Yes - you can load the SWF from remote domain and provide data via dataXML. You just need to check cross domain SWF permissions here.
  2. Link on bar chart when value=zero

    I'm afraid we do not have an option for this as of now.
  3. Column 3d Chart - xAxis problem

    Just change the order of week in your XML data.
  4. Save Chart and Using Links in the Chart

    Hi, Is it happening in IE 6 or IE 7?
  5. MSCombiDY2D

    Hi, We'll be releasing the PHP API for v3 very soon.
  6. Oh - I'm sorry the attribute works only in v3. In Free version, we do not have an alternate.
  7. Zero Value...

    You can just set [chart yAxisMaxValue='10] ...
  8. Invalid XML data

    Brian, If you do not want the chart to unescape the link for you, we'll have to customize the code for you.
  9. Properly Displaying Parallel Tasks in Gantt Chart

    You'll need to specify the height and top-padding for each task in that case. An example is at http://www.fusioncharts.com/widgets/Gallery/Gantt5.html
  10. OnMouseOver/OnMouseOut Events

    I'm afraid we do not expose on roll over event in FusionCharts.
  11. Pie rotation when wmode = transparent

    In which browser is this happening?
  12. Neil, We've released FusionMaps v3.0.5, which you may download from www.fusioncharts.com/PUC
  13. DragColumn Chart question

    Get the data in your client side JS array, encode it in a form and post the form. Or, use AJAX.
  14. We do not recommend using % mode.
  15. Hi, FusionCharts is essentially a Flash movie that reads XML data at client side and then renders it as a chart. As such, you cannot directly generate a server-side image of the chart. The only way would be to have the charts rendered at client side and then post the bitmap data to server (either using user interaction or JS method) and then save it as an image for inclusion in PDF.
  16. Please see http://www.fusioncharts.com/docs/Contents/DiscData.html
  17. Gantt - Task fontSize problem

    Hi, Can you please send us your XML at support [at] fusioncharts.com?
  18. Problem with decimal numbers!

    Can you please attach the XML generated by your code?
  19. I'm afraid you cannot show 2 labels for each pie.
  20. We've just released FusionCharts Free for FileMaker v2 with the following changes: - Added funnel chart - Added FusionCharts Library.fp7, which simplifies inclusion of FusionCharts in FileMaker applications - Added FusionCharts Configuration Tool that helps you build FusionCharts URL visually - Added FusionCharts Learner Kit created for the launching the learner apps - Database structure, table names and fields, in most of the applications have been changed to follow naming conventions and allow for better scripting. - Print Button has been provided in all the applications. - Enhanced scripts by adding more comments, pre-requisites and structuring them properly - Enhanced our documentation Additionally, there are a lot more minor changes that we've not listed above, but enable you to use FusionCharts more efficiently in your FileMaker applications. You can download FusionCharts Free for FileMaker v2 from www.fusioncharts.com/FileMaker. We would love to hear your suggestions/feedback/complaints on this at filemaker [at] fusioncharts.com
  21. FusionMaps v3.0.5 released

    We've just released FusionMaps v3.0.5 with the following new features: * New: Ability to save maps as images and to invoke this functionality from JavaScript. * New: Ability to print maps from JavaScript. * New: Option to remove "Print Map" context menu item. * New: Option to show/hide entity label for individual entities. * New: Ability to handle the rollOver/rollOut event for entities in JavaScript/flash code. * New: Option to show entity long names as part of labels. * New: Map Specification Sheet Generator in JavaScript or as a Windows application. Generate CSV files for entity ids and names directly from map. * New: 125 maps in core suite. 2 additional packs (Europe & Americas/India) containing 170 additional maps that can be downloaded as part of your existing license. * New: ASP.NET code samples in both VB.NET and C# with new Master Page and Update Panel examples. * Improvement: FusionMaps JavaScript Class v1.3 with support for maps within FORMs and transparent mode. * Bug fix: Fixed Flash Player 9.0.115 problem where links were not being invoked when map was loaded in Flash movie. * Bug Fix: Security fix that restricts XSS attacks. FusionMaps now loads data from only relative URLs. Absolute URLs are not allowed. Licensed users may download the free upgrade from www.fusioncharts.com/PUC
  22. Scroll not working on single dataset

    You need to ScrollLine.swf and encode your data to multi-series XML format.
  23. Charts not printing in Firefox

    Hi, We can send you the .fla files so that you can modify.
  24. Yes - pls set [chart showPercentValues='1' ]