deepti
Members-
Content count
146 -
Joined
-
Last visited
Everything posted by deepti
-
Combination Chart With Spline Chart And Column Chart
deepti replied to deepti's topic in General usage
Hi Sanjukta , Thanks, I will try this out and let you know. If you dont mind I would like to know one more thing,but regarding realtime datastreaming charts.Can I get the schema for the realtime datastreaming Line charts. I know this is a separate topic and hence I have posted it separately,both in Fusionchartsv3 and FusionWidgetsv3 but could not get an answer.Thats why? thanks, Deepti. -
Combination Chart With Spline Chart And Column Chart
deepti replied to deepti's topic in General usage
Hi Sanjukta , Yes, that's true.By having more number of lines for the line chart I can get a better curve.But then the number of xvalues will be more in case of line chart and less for the column garph wright? So the column for the column graph will be missing at some of the xlables and hence there will be space in between the columns wright?Since I am trying to plot a histogram (as yoou can see in the attachment with my earlier post) space is not allowed in between the columns. I am not sure if I am correct.Or what I would like to know is, is there a way to feed more number of points to the line graph alone, so that it will not be shown along with the xlabels and there wont be space between the columns? Thanks, deepti. -
Combination Chart With Spline Chart And Column Chart
deepti replied to deepti's topic in General usage
Hi Sanjukta , Thanks for the reply.Yes now I am uisng the Combination chart that supports the rendering of Line plot and Column plot in a single chart. But there is no way to get a smooth curve for line chart rt? Thanks, Deepti. -
Hi, Actually I have the swf file from the downloaded package.But can I get the xsd file for the realtime line chart(data streaming line chart). Thanks, deepti.
-
Combination Chart With Spline Chart And Column Chart
deepti replied to deepti's topic in General usage
Hi all, It would be great if anyone can tell me if there is any solution for my requirement.Pls help. Deepti. -
Hi Sanjukta , Thank you so much for your response. Anyway I could find a solution for my requirement.So its fine. Thanks once again. Deepti.
-
Hi all.. If anyone have any idea please let me know.Because this is very much required for me.. Pls help. Thanks, Deepti.
-
Hi, I want to give the displayvalue to the trendline in my chart as a string that contains sigma(s) symbol.I tried replacing the character in the string with the UTF-8 character for sigma %CF83,but it was giving some rectangle symbol.Please help. Thanks, Deepti.
-
Hi all, If anyone have any idea.. please share.. Deepti.
-
Hi, Can I get the swf and xsd for combination of line2D and bar2D.Where can I get the same for all the available charts. Thanks, Deepti.
-
Hi, Thanksyou so much. I will try this one. Thanks, Deepti.
-
Hi Sanjukta, This really hepls. http://www.fusioncharts.com/docs/?ChartSS/Col3DLine.html http://www.fusioncharts.com/docs/?ChartSS/Combi2DDY.html The above two exacly matches my requirement.Where can I get the xsd and swf for them? Thanks, Deepti.
-
Hi, Oh, I am sorry,actually my requirement is line2D and column2D. By mistake I gave bar2D.Is this available? Thanks, Deepti.
-
Hi, I want to create a combination chart combining line chart and scattered chart.But I am not sure from where I can get the xsd and swf for the same.Can anyone please help.Its urgent. Thanks, Deepti.
-
Hi Sanjukta, Yes,I can manage it by sorting the values in the increasing order and its looking fine.Thank you so much for your help and support. :) Thanks, Deepti.
-
Hi Sanjukta, PFA the xml and the chart generated.If you see the I am using a separate dataset for plots which needs to have drawline. But in the second dataset ,for which drawline = 1, first plot is having x value 2.34 then some larger valules and at last 2.58.In case of line chart the line will be drawn from 2.34 to 2.58 and then to 3.89 which is the next higher value and so on.But here it is drawn from 2.34 to 3.89 and then at last comes back to 2.58,as you can see in the chart.I can handle this by passing the values in the increasing order of x values.But just wanted to know if there is a better way. Thanks, Deepti. scatter.xml
-
Hi Sanjukta, I have tried the drawline method and its working.But the problem is since it is just joining the plots in the order in which we are passing the values, it doesn't look like a proper line graph.For example if we have three points (2,6),(8,7),(5,3) in case of line graph the line will be from (2,6) to (5,3) and then to (8,7) wright? But in this case it will (2,6) to (8,7) and then to (5,3).That is in the order in which the values are passed.So it doesn't look like a proper line graph.Can we find any solution for this? Thanks, Deepti.
-
Hi, Thank you so much for the quick response.I will try this and let you know. Regards, Deepti.