Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. Hi, Can you make sure that you're also including the relative path for FusionCharts.js?
  2. Page blinks

    If you remove the charts, does the page still blink?
  3. Hi, Since FusionCharts uses Flash and XML on client side, we do NOT recommend more than 1500-2000 data points on a scatter chart. I'm afraid we do not have any in-built calculations inside FusionCharts, as of now.
  4. Hi, Please make sure you're specifying the width/height of chart in pixels (and not %).
  5. Caption lengths/annotations

    Stan, I'm afraid we do not support wrapping of captions as of now.
  6. John, You can use trend zones feature as explained at http://www.fusioncharts.com/docs/Contents/AttDesc/Trend.html
  7. Can you please post the final HTML code generated by your PHP script?
  8. an absolute dataURL?

    Ben, If you're hosting the SWF on your server and calling it in a facebook app, the domain of the SWF is your page (and not facebook). As such, if the SWF and XML file are both on your domain (and same sub-domain), it won't be a problem.
  9. Pie 3D does not switch to 2D on Ubuntu 7.10 w/ Firefox

    Mike, It seems Ubuntu is not able to track the mouse event of context menu. We'll look into the same.
  10. I'm afraid that's the default behavior and cannot be changed.
  11. TrendLine for Gantt chart

    Hi, I'm afraid, while creating the XML for trend-line, you'll have to make this adjustment in your XML itself.
  12. Hi, If you want to modify the code yourself, you need to make the change in com/fusionmaps/core/Map.as > invokeLink method.
  13. Multi Series Chart Look And Feel

    You seem to have empty set elements in your XML.
  14. Hi, The saveAsImage() JS handler in FusionGadgets charts has not yet been release. We intend to do the same soon.
  15. Hi, Can you try the chart on Firefox once on the machine that doesn't load it otherwise?
  16. Please make sure of the following things: - You're using FusionCharts JavaScript class to embed the charts. - You're NOT specifying the chart width and height in %. - When specifying width/height in pixels, you're NOT appending px at the end of it.
  17. multi level pie charts

    Hi, We've the XML sample at http://www.fusioncharts.com/Gallery/Data/MLPie1.xml
  18. It's the script at http://www.fusioncharts.com/maps/Demos/AJAX/Index.html
  19. annotationGroup link

    Hi, We've identified it as a bug and would release an update soon.
  20. Hi Reddy, The scroll charts do support JS - however, they do not expose scrolling events to JS yet.
  21. set dataStreamURL via javascript

    Chris, You cannot change dataStreamURL from JS.
  22. copy and paste fusion charts

    Hi, Can you make sure the SWF is v3.0.6 by switching the debug mode to on? If that's the case, I cannot find anything else wrong with your code. You would have to send us the entire HTML at support [at] fusioncharts.com
  23. Overlapping label of trendlines

    Hi, If you've 2 trendlines on a horizontal bar at the same position, I'm afraid the labels will overlap. You cannot change the alignment of labels from XML - that needs to be done in code. Or, an alternate would be to use vertical columns, as they allow you to specify where the labels of trendlines should appear - left or right.
  24. Linear Guage question

    Hi, I'm afraid you cannot represent date based axis on a linear gauge as of now. The axis can only be numeric and sequential.
  25. Save graph as image using ASP?

    Yes - once you're done with purchase, just drop us an email at support [at] fusioncharts.com