Suresh Kumar G

Members
  • Content count

    9
  • Joined

  • Last visited

About Suresh Kumar G

  • Rank
    Forum Newbie
  1. Problem with Legend display for few charts while rendering.

    Thank you, your suggestion has help me to fix the issue. Thanks.
  2. Hi, <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> I am using fusion charts to render the charts of different types as per application requirement. I face some problem with legend display for some of the charts. All the legend values are not displayed for some type of charts like column, line etc. Please find attached screen shot on the same. We use the functionality as: var fusionChart = new FusionCharts(this.chartType.url, this.id, "800px", "480px", "1", "1", "FFFFFF", "exactfit"); If scale mode changed to Legend_problem.doc
  3. How to set the FPS(Frames per Second) property.

    Hi, When I try using scale mode exactfit, all the charts are display but having problem with the legends. The legends for few charts are not display completely. Please find attached screen shot for the legend problem. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> Is there any property to display all the legend values? I tried changing from % to pixels but found the same problem with the Legend displaying. Please help to suggest some solution. Legend_problem.doc
  4. Problem while rendering Chart

    Hi,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> I am using fusion charts for rendering the charts in my application. While dynamically rendering the charts the behavior of charts are quite different. The same chart is displayed properly at once point and at the next time the chart is not displayed and there is no error seen. This happens once in five times. I have set the debugger to true to check the error but when the chart is not displayed the debugger is disabled. Could anyone help in specifying how to resolve this issue?
  5. Dear, <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> I am using fusion charts to render the charts of different types as per application requirement. I have encountered few problems while rendering the charts. For few cases the charts are rendered as jerky or not displayed properly. I have attached a screen shot on the same for reference. In some documents I show this can be resolved by increasing the FPS (Frames per second). Please suggest how to increate the FPS property or how to set the FPS property? We use the functionality as: var fusionChart = new FusionCharts("tools/FusionCharts_Enterprise/Charts/Pie2D.swf", "12345", "100%", "100%", "0", "1", "FFFFFF", FusionChart_Problem.doc