Dhruva
Members-
Content count
448 -
Joined
-
Last visited
-
Days Won
2
Everything posted by Dhruva
-
Thank you for bringing this up. We shall probe further into this.
-
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.
-
Print Chart is nit available in JS File
Dhruva replied to Dhruva's topic in FusionCharts and ASP.NET
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! -
You're most welcome, Maksuda! Always glad to help!
-
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.
-
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!
-
@smerchek: We replied to this thread at the same time! What are the odds of that?!
-
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
-
You are most welcome! Glad to help!
-
Hello Gureshka, Could you please try using labelDisplay='WRAP' in the <chart> element, and try again?
-
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?
-
Getting multiple values for a single chart
Dhruva replied to mail2rahulnow's topic in Javascript Problems
You are most welcome, Rahul! Glad to help! -
To Retain same chart, choosen from dropdown option, on click of submit button
Dhruva replied to Dhruva's topic in Javascript Problems
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. -
Hello YY, Could you please try using the legendPosition attribute as follows? Or I hope this helps.
-
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?
-
I want to show just the last value on a MSCombi3D chart
Dhruva replied to Dhruva's topic in General usage
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. -
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> ?
-
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!
-
Print Chart is nit available in JS File
Dhruva replied to Dhruva's topic in FusionCharts and ASP.NET
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. -
Turn off rotation by user for combination 3D charts?
Dhruva replied to Dhruva's topic in General usage
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! -
How to set data seris colors as dark colors by defualt
Dhruva replied to Dhruva's topic in XML Issue
You are most welcome! -
Hello Mike, v4 of FusionCharts will be released approximately sometime around end 2009.
-
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:
-
You're welcome! Let's hope this works!