
Dhruva
Members-
Content count
448 -
Joined
-
Last visited
-
Days Won
2
Everything posted by Dhruva
-
Hello Phil, Welcome to the forum. Unfortunately, the export handlers for VB.NET are not supplied, at the moment.
-
Canvas Border (or top y-axis line) on Column3D chart
Dhruva replied to bnordeng's topic in General usage
Hello! Could you please try setting the showYAxisValues='1' in the chart element? I hope this helps! -
Hello, Could you please try enabling the debug window, and check the chart version from there once more?
-
Ah! Please try using where you want the newline, in the string, and try again?
-
Turn off rotation by user for combination 3D charts?
Dhruva replied to Dhruva's topic in General usage
Hello, Could you please try using the enableRotation attribute in the chart element? The general format would be like: Hope this helps. -
I want to show just the last value on a MSCombi3D chart
Dhruva replied to Dhruva's topic in General usage
Hello, Could you please try setting showValues='0' (in the <dataset> element) and set the showValue='1' in the <set> element you want to show, and try again? Optionally, you could try setting showValues='1' (in the <dataset> element) and set the showValue='0' in the <set> elements you want to hide. Hope this helps. -
Hello, Could you please try using & instead of %26 and try again?
-
Hello Maksuda, If you want to add newline breaks to the tooltip, could you please add to the display string, and try again? It should look something like: I hope this helps!
-
Scroll BAR Chart "I need to Show the last bar"
Dhruva replied to Prakash's topic in Suggestions & Requests
Hello, If you are using an older version of FusionCharts, could you please upgrade it to v3.1 from http://www.fusioncharts.com/PUC ? It is a free upgrade. I look forward to hearing from you. -
Hello Greg, Welcome to the forum. Could you please try using the .dll file (zipped) I am attaching with this post? I hope this helps. FusionCharts.zip
-
how can i customize the width and the length of a .swf file?
Dhruva replied to Dhruva's topic in Miscellaneous
Hello Vinod, Welcome to the forum. To be able to resize the swf file, could you please try to pass the height and width as query strings when you are calling it? To do so, please write something like: You can replace the filename, heigth and width values (in bold) to suit your needs. I hope this helps. -
Hello, Please try using
-
Getting multiple values for a single chart
Dhruva replied to mail2rahulnow's topic in Javascript Problems
Hello Rahul, You can use any chart for this. Please write the code you are using in such a way that in the change event of the drop down box, the chart will be updated with the new XML file. -
Radar Chart not centering properly and cutting off labels bug
Dhruva replied to Dhruva's topic in Bug Reports
You're most welcome, Jonathan! Always happy to help. -
Error loading fusionscharts in IE8 - Flash player 10.0.12.36
Dhruva replied to Dhruva's topic in Bug Reports
Hey there Hans! This is a very good and helpful post! Thanks! -
You are most welcome. Could you please send us the files you are working with, so that we can take a look and try to figure out what the problem is? Please attach the files with your reply. Thank you.
-
Hello mysky, Could you please attach the XML you're working with so that we can have a look and try to figure out what the issue might be? Thanks!
-
How to show values definitely outside the plot columns (Bar 2D Chart)
Dhruva replied to Dhruva's topic in General usage
You're most welcome, Tipe! Always happy to help! -
Urgent! How to destroy the FusionMaps object?
Dhruva replied to Rahul Kumar's topic in Using FusionMaps XT
Hello, Could you please attach the code as a text file with your post? Thanks! -
Hello Scott and Anil, Vertical Scroll in Gantt charts is an update planned for v4 of FusionWidgets, which is scheduled for sometime around end 2009.
-
Hello guys, This is a known bug, which we have registered. We apologize profusely for any inconvenience this might have caused. We will release an update, v3.1.1 sometime next week. This issue will be solved in that. Thank you very much for bearing with us!
-
Radar Chart not centering properly and cutting off labels bug
Dhruva replied to Dhruva's topic in Bug Reports
Hello Jonathan, From the debug window, I notice that you are using v3.0.6 of PowerCharts. Could you please try upgrading to v3.1 and try again? It is a free upgrade, available at http://www.fusioncharts.com/PUC . I look forward to your reply! -
Hello Luke, You could try downloading the file by accessing the forum using IE, as it is known to give errors in Firefox. I have mailed the file to you, all the same. Hope it will help!
-
Hello Sam, Thank you for your keen interest in FusionWidgets. As regards the issue at hand, could you please try adding a cache-killing query string to the chart URL, and try again? The format would be as follows: The problem might be due to cache-related issues. To stop caching, we need to pass unique values to the query string. To do this, milliseconds past since midnight is a preferable solution because it effectively generates a new number every time. You will be able to get this value from standard date/time objects or functions provided by any server side or client side scripting languages. I look forward to your reply.
-
Hello Janusz, Welcome to the forum! This feature is not supported at the time, unfortunately. However, the caption and subcaption could be right aligned by adding a suitable number of whitespaces before the actual text. This is a slightly awkward workaround, though. Hope this helps.