prabhu.jeevan
Members-
Content count
17 -
Joined
-
Last visited
Everything posted by prabhu.jeevan
-
Hi, i).How can i enable the cross hairs in the chart.. ii).I would like to set interval in Y axis... How? regards Prabhu
-
Hi, How can i hide the X axis data labels alone? Regards Prabhu
-
Hi, How can i change the trend line value dynamically... i am not able to do this by using setChartAttribute() function... Pls help me Regards Prabhu
-
Sorry..... How can i hide the Y axis data Labels alone?
-
Hi, I have a doubt in the chart customization. In real time use case, How can i change the chart properties like chart type, title, tooltip ,...etc. Is there any API or method for changing customization property dynamically... If yes, can you share the details of the api methods. Regards Prabhu
-
Hi, I have a doubt in the chart customization. In real time use case, How can i change the chart properties like chart type, title, tooltip ,...etc. Is there any API or method for changing customization property dynamically... If yes, can you share the details of the api methods. Regards Prabhu
-
Hi, I would like to draw the Scatter line chart which is like an attached image.... (The scatter points connected by line) Thanks Prabhu VJ
-
Hi, How can i draw the waterfall chart using javascript (What we have to use instead of "Waterfall2D.swf" and i used "Waterfall2D" but it is not working) Thanks, Prabhu
-
Ya its working fine..
-
Hi, Is it possible to draw two or more series in water fall chart? If possible, How can i achieve?
-
Hi, How can i zoom the Column chart? we can zoom the line chart by using the "ZoomLine" type... How can I in Column chart? regards Prabhu VJ
-
Hi, In HighCharts, if i didn't mentioned the x-axis categories, by default they will take the categories as [1, 2, 3, 4] and draw the chart. But in FusionChart, my chart does not have any default values for the x-axis categories if i didn't give the x-axis label. Is there any way to achieve this? Regards, Prabhu.
-
How can i zoom the chart in xy mode? Currently now, you are giving only x mode zooming in your examples.... Regards Prabhu VJ
-
How can i create the Legend for the single series column chart? Regards Prabhu vj
-
How can draw the smooth line(spline) chart?
-
How can i achieve the following style in json (Now in XML) <styles><definition><style name="Animation_0" type="ANIMATION" duration="3" start="0" param="_y" easing="Bounce"/> <style type="Bevel" name="Bevel_0" angle="210" Distance="40" shadowColor="5B005B" shadowAlpha="100" highlightColor="800080" highlightAlpha="61" blurY="6" Strength="4" Quality="2"/></definition> <application> <apply toObject="DATAPLOT" styles="Animation_0,Bevel_0"/> </application> </styles>
-
Hi, When i click the legend, the corresponding series getting hided.But not the whole chart redraw.... So there is an gap in chart instead of the series.... Refer the attachment... thanks Prabhu