Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. Suzanne, What's the configuration of your server?
  2. X-Scale step for the graph

    Hi, To have dis-continuous gap on x-axis, you could use scatter chart and connect the dots using lines. However, we do not support inverse axis on scatter chart.
  3. Cant load chart file in https over https

    Hi, Can you make sure you're loading the SWF over SSL too?
  4. Hi Kilian, Thanks for the suggestion. This is currently not possible with FusionCharts, as all chart numbers are formatted using the same parameter for easy interpretation.
  5. How to dissapear the zero plane label.

    If you're not forcing your own limits and numDivLines, zero plane would appear equi distant and wouldn't overlap.
  6. How can we set y-axis values on multiseries Fusion Charts?

    Then, if adjustDiv='1' then FusionCharts automatically adjusts either limits or numDivLines.
  7. Once you purchase a license, it automatically disappears.
  8. In IE, do you get an error in loading data message or nothing shows up at the place of chart?
  9. Save as Image on the Grid component?

    I'm afraid the grid doesn't support saving as images.
  10. To check your Flash player version, just go to http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507
  11. Hi, Just to update on this, we've been working on this issue. Apparently the issue seems to be Firefox specific. For example, if you visit http://www.fusioncharts.com/test/MemCheck/Index.html in IE, the CPU usage stays at 1-2% and goes back to 0% after the charts have been rendered. However, if you open the same in Firefox, the CPU spikes to around 30-50% on a 2 gig RAM. We've reported this bug to Mozilla and hope to get a solution soon - https://bugzilla.mozilla.org/show_bug.cgi?id=421643 If you've any feedback on this, it'll be greatly appreciated.
  12. Javascript error for 'save as image'

    You need to use v3.0.6
  13. Change the total value of a bar-graph

    I'm afraid that's not feasible as of now.
  14. FC_Rendered bug?

    No - we'll be releasing another 3.0.6( for pie chart only.
  15. Hi, Can you please send us a sample XML?
  16. Hi, As for annotations, we'll definitely make them draggable in next version. I couldn't understand "Also, we use Gantt charts a lot, but cannot use the task labels because they appear up above the task bar being labeled (usually conflicting with a parallel task bar). We need to position the label text in the middle of the task bar instead of above it. I checked the XML attributes and styles but could not find a way to do this. Please add this to your list of requested enhancements, or let me know if there is already a way to do this. " Can you please send a screenshot for this?
  17. Alignment of category labels

    Hi, I'm afraid to attain this, you'll have to modify the code, as by default the alignment is left.
  18. deviation in line charts

    Hi, I'm afraid we do not yet support filling between 2 lines.
  19. hoverCap "Tooltip" cutting off

    Hi John, One way would to be increase chart top margin.
  20. Vishnu, Can you please make sure that: In order to get the output without addition of any carriage-returns or tab spaces, there should not be spaces or empty lines between scriptlet tags or at the end of the page.
  21. saving images

    James, Is there any security setting in your IIS that disallows large POST headers?
  22. Export multiple charts

    What I feel is that both images are getting generated properly, but because of download dialog being forced at the same time, only of them is displayed. You can configure your ASP.NET script to cache all images for a session (if feasible), zip it and provide as a single download.
  23. It should be "250", "300". Can you send us the full HTML code as attachment to support [at] fusioncharts.com?
  24. Hi, As for 1, we do not allow wrapping of caption/subcaption. You can control the font of caption/subcaption using STYLES - please see http://www.fusioncharts.com/docs/Contents/AttDesc/Titles.html As for 3, you can trim the data in your script when providing it to chart.
  25. an absolute dataURL?

    Ben, In that case you'll have to use the dataXML method, as that doesn't imply any cross domain loading.