Dhruva
Members-
Content count
448 -
Joined
-
Last visited
-
Days Won
2
Everything posted by Dhruva
-
Hello, Could you please try setting rotateValues='1' in the <chart> element and try again? Also please feel free attach the XML you are working with, so that we may have a look.
-
Hello, You could consider using server side scripting to do this. One approach would be to use AJAX to parse the XMLs, split them and then store them into an array with 50 elements. Then the XMLs can be fetched from the array, depending on whichever country is clicked on. I hope this helps.
-
You're most welcome!
-
Using connectNullData on a single line in a combination chart
Dhruva replied to Dhruva's topic in General usage
Hello, This is on our wishlist for FusionCharts v4, but it is not certain, as yet. -
Hello Robert! Glad to know you figured it out. I was just about to type in a response to your query, when I refreshed the page and saw your post!
-
Hello, Unfortunately, there is no way to resize the export dialog, as of now.
-
How to control position of datavalue on chart?
Dhruva replied to Dhruva's topic in FusionCharts and ASP.NET
Hello Paul, I'm afraid there's no way to control the specific location of the data values, but if you could attach the XML (and tell us which graph you're working with) we'd gladly take a look and check if there is any workaround to the problem. -
Hello, Could you please try setting showYAxisValues ='1', and try again?
-
Hello, There is no target date as such, but we're working on it.
-
Hello! you are most welcome! We have noted your suggestion down.
-
Hey there, Qureshka! You are most welcome. Glad to know it's working! Sorry for the error, the names are underlined, which well, tricked me into reading the 'q' like a 'g'
-
How to display ticks on X-Axis for Multi-Series 2D Line charts?
Dhruva replied to pdwhite's topic in FusionCharts and ASP.NET
Hi Paul, Thanks for the suggestion! We have noted it down. -
You are most welcome!
-
Hello, Welcome to the forum. The first feature you request, I'm afraid, is not currently supported. For the second feature, please go through the following documentation for more information: http://www.fusioncharts.com/widgets/docs/Contents/GanttMultiTask.html I hope this helps.
-
How to display ticks on X-Axis for Multi-Series 2D Line charts?
Dhruva replied to pdwhite's topic in FusionCharts and ASP.NET
Hello Paul, Welcome to the forum. It is nice to know that FusionCharts is working well for you. I'm afraid, however, that the feature you want is currently not supported. -
how to print multiple charts at the same time
Dhruva replied to sastrysagi's topic in FusionCharts and ASP.NET
Hello, Just use the .print() method for each chart! -
Hello, The only way to resize the captured image as of now is to render it with bigger dimensions in the HTML and then capture it.
-
Hello, Thank you for your suggestion. We have noted it down.
-
Hello Rama, Welcome to the forum. You can simply use the link attribute in any dataplot element you want to drilldown. For example: Within the quotes after the link attribute, you can use regular links, or javascript. Please check http://www.fusioncharts.com/docs/ -> Drill Down Charts for more information. I hope this helps.
-
Hello, It is, in fact, possible! Could you look at the following sample XML for the same? <chart> <set label='This label has been wrapped into 2 lines!' value='462000' /> <set label='A' value='857000' /> <set label='B' value='671000' /> <set label='C' value='494000' /> <set label='D' value='761000' /> <set label='This label has been wrapped into 3 lines!' value='960000' /> <set label='E' value='629000' /> <set label='F' value='622000' /> <set label='G' value='376000' /> <set label='H' value='494000' /> <set label='I' value='761000' /> <set label='J' value='960000' /> </chart> I hope this helps.
-
Hello Ullas, Could you please go through the following thread? http://www.fusioncharts.com/forum/Topic12985-32-1.aspx? I hope this helps.
-
Yes, the forum doesn't seem to agree too well with anything other than IE
-
Hello, Welcome to the forum. Could you please attach the XML and HTML you are working with so that we may take a look?
-
Unwanted ALT Codes at top of page when using FusionCharts_Gen.php
Dhruva replied to Nolan's topic in Bug Reports
You're most welcome! -
Hello, Could you please go through the following threads? http://www.fusioncharts.com/forum/Topic3221-28-1.aspx http://www.fusioncharts.com/forum/Topic3219-44-1.aspx I hope they'll help!