Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. When a Zoom(+/-) function ?

    Hi Massimiliano, We've this feature in our wish list, but it'll be implemented in next major version - not the next minor. So, at least it's 8-10 months away.
  2. Clickable FusionMap Markers

    It does seem to work - I just tried your XML and clicked on the marker. It takes to the defined URL.
  3. Gregor, I tried your code and it seems to work fine in Firefox (again). I attach a screenshot indicating memory and CPU usage. Are you not getting something similar?
  4. Justin, We use JavaScript to embed the charts as explained at http://www.fusioncharts.com/docs/Contents/JSEmbed.html
  5. Full versus relative paths in dataURL

    Hi, This has been intentionally disabled in FusionCharts to avoid XSS attacks (cross scripting). If remote dataURLs are allowed, an attacker could use this feature to run arbitrary JS for your domain.
  6. Image chart

    You can set [chart animation=0] in XML
  7. Difficulty changing data values

    Hi, The evaluation version doesn't have any such restriction. Can you switch the debug mode to on to make sure that your updates are propagated to XML?
  8. How to upgrade 3.0.1 to 3.0.5

    It's a free upgrade from www.fusioncharts.com/PUC
  9. Squished charts in IE

    Make sure of these: - You're using FusionCharts JavaScript class to embed the charts. - You're providing the chart size in exact pixels (and not %) - You're NOT appending px at the end of chart size.
  10. I'm afraid we do not expose that as of now.
  11. I'm not sure if I've understood your query. Pls elaborate.
  12. Just set [chart plotGradientColor='' ]
  13. I'm afraid this is not currently feasible in FusionMaps.
  14. Hi, We've attributes like SYAxisName or SYAxisMinValue - there's no attribute like SYAxis.
  15. Customize context menu

    I'm afraid it's not directly possible - you'll have to edit the source code.
  16. OpenLaszlo + FC v3 + chart's size problem

    Hi, Can you try with the attached MSLine.swf? MSLine.zip
  17. Image quality

    Jonathan, Can you make sure you're using v1.1 of the PHP image saving script - just look at the first comment in the file to see the version?
  18. Map Sizing

    Hi, Can you post the HTML code (as attachment) that you're using to embed the map?
  19. End-User Interactive Capability

    Hi, In the Pie chart, you could do this: "using the context menu of the chart to switch from 2D to 3D" As for the bar/area/line chart, we're working on a new true 3d set of charts which will allow much more interactivity and series level options. ETA is around 2-3 months.
  20. Hi, Can you try the methods at http://www.fusioncharts.com/docs/Contents/SSL.html?
  21. Is there a way to set the canvas size?

    Michael, As of now, it's not possible in FusionCharts v3. However, the data-streaming charts in FusionGadgets v3 allow you to set fixed canvas size - you could use them.
  22. Gantt

    Hi, We've fixed the problem and would be updating the same in next minor release.
  23. I'm not sure if I've understood your query. Can you please elaborate?
  24. Export to JPEG

    To implement saving in various formats, you'll need to change the server side script to just output in the necessary format. To change the text of context menu item, you'll need to modify the source code.