Dhruva

Members
  • Content count

    448
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Dhruva

  1. error serverside image saving asp.net

    Thank you for bringing this up. We shall probe further into this.
  2. c# print Handler

    Hello V.U.M.Sastry Sagi, As of now, print handlers are available in JavaScript, but export handlers are available for the C# language. You can find them in the /ExportHandlers folder in the download package. Hope this helps.
  3. This is slightly silly of me, but in my previous reply, I missed the parenthesis at the end of the print method, so could you please try it with the same? That is, like, abc.print() Thanks!
  4. Tooltip max character size

    You're most welcome, Maksuda! Always glad to help!
  5. Allow formatting of Y-Axis numbers

    Hello, Thank you so much for your suggestion! We have made a note of it. Also, we're glad to know that our product has served you well. Thank you very much for such appreciation.
  6. Tooltip max character size

    Hello Maksuda, You are using FusionCharts v3 Evaluation. It has all the features of the FusionCharts v3, and is different from FusionCharts Free. What you need to do here is write some code, which will automatically place the string inside the tooltext string at some suitable location. I suggest you proceed thus: 1. Calculate the string length of the tooltext string in the generated XML. 2. If the string exceeds a certain predefined length, locate the central word. 3. Append the string at the end of the central word, and before the next word. For eg, something like this: <set value="[b]161565632[/b]" tooltext="Obvious question here - please explain this huge spike in C activity. - Maksuda" /> I hope this helps!
  7. Corrupt Rendering in FusionChart V3.1

    @smerchek: We replied to this thread at the same time! What are the odds of that?!
  8. Corrupt Rendering in FusionChart V3.1

    Hello, Please go through the documentation at the following link, it has detailed information about the debug window. http://www.fusioncharts.com/docs/Contents/Debug/window.html
  9. You are most welcome! Glad to help!
  10. Display X-axis value fully.

    Hello Gureshka, Could you please try using labelDisplay='WRAP' in the <chart> element, and try again?
  11. Resize chart with javascript

    Hello again, You're most welcome. Since FusionCharts is a Flash application, it cannot overcome the inherent limitations of Flash player. Since Flash movies essentially require memory to be rendered, there tend to be errors when extremely large values are set for height and width. Therefore, could you please try limiting the height/width to something below 4000pixels and try?
  12. Getting multiple values for a single chart

    You are most welcome, Rahul! Glad to help!
  13. Hello Rahul, Could you please consider the following approach? First, save the chart type into a session, and then, on page load event, load the chart type from the session. I hope this should work.
  14. special symbols

    Hello YY, Could you please try using the legendPosition attribute as follows? Or I hope this helps.
  15. Tooltip max character size

    Hello again, Maksuda, Could you please confirm if you are using FusionCharts Free, or FusionCharts v3? This information is needed because the two versions have different attributes. Also, could you please attach the generated XML so that we may have a look at it?
  16. Hello, Thank you for bearing with us. I just checked, I'm afraid, the showValue attribute is not available in the MSCombi3d chart at the moment.
  17. Resize chart with javascript

    Hello, It is not possible to resize the chart dynamically. When you need to resize the chart, could you consider rendering it again with the new dimensions again in the same <div> ?
  18. Hello Phil, Thank you for purchasing FusionCharts. Yes, you would need to replace the Fusioncharts_gen.php file. The two files are coded in different ways, so you would not lose functionality, don't worry!
  19. Hello V.U.M.Sastry Sagi, Could you please try using var abc = getChartFromId("mychartid1") and then use abc.print and try again? abc could be any variable name, and mychartid1 should be replaced with the chart id you are using.
  20. I'm so sorry for the error in my post! An entire day of staring at code can do funny things to the head. :doze: Glad to know you've got it fixed, though!
  21. Please add a zoom feature

    Hello Mike, v4 of FusionCharts will be released approximately sometime around end 2009.
  22. error serverside image saving asp.net

    Hello hayde, Both the jpeg and the png are set to best quality (100%), here. The reason that the image quality is limited is because in Flash, only 72dpi images can be created. :ermm:
  23. You're welcome! Let's hope this works!
  24. special symbols

    Glad to help!