hariprasade
Members-
Content count
16 -
Joined
-
Last visited
About hariprasade
-
Rank
Junior Member
-
Can I send it to your support mail id : [email protected]. Reply asap. Thanks, Hariprasade.
-
thanks a lot it's working.. 1.line break is not working in bellow case I dynamically changing the chart XML which is getting from server through an Ajax call.I used nothing is worked fine for me. can u give the any suggestion to over come this error. 2.I have added a mouse listener for root chart node which is defined in chart.as but when the user right clicks on chart then clicks on enable link I need to disable my listener.Is there any way to do that?
-
Thanks alot it's working fine.
-
This is working for chart rendering using setDataXML("my xml string"); but it is not working for bellow case --->when the use click on a button we will get the data from sever through an Ajax call.Then I tried to render the same that data in same object which is render previously.
-
Thank you for your quick response, Here is my one more requirement 1.Is it possible to display the datalabels and connector lables in diffenret languages like (Chinese,Japanese).? I tried it but it is showing the some junk values in case of Chinese and other than languages other than English.Is there any parameter i need to set?
-
Nodes will be around 5000. 1:1 connection
-
Thank you for reply I want to know the limitations of this Drag node chart like ... 1.How many nodes it can display with connectors. 2.How many connector it can display.
-
1) Could you please specify the requirement a bit elaborately? >>>>>>>>>>I have defined the chart object say some width x and height y.Now I got the xml which is having the x and y attributes grater than the chart width and height.when i try to chage xml y setDataXML,the chart objects overlapping instead the is expanding. 2) Could you please try using the "color" attribute in the element for changing the color of the connector? >>>>>>>>I don't want to change the connector color ,I want to change connecto label color. 3) Could you please try using the attribute " imageAlign" to allign the image in the desired position? >>>>>imageAlign String TOP, MIDDLE or BOTTOM Vertical alignment of image in the node - TOP, MIDDLE or BOTTOM .I want it in left right middle like that 4) Could you please try changing the Width and Height of the chart from the HTML your page? Example:- var chart = new FusionCharts("../Charts/DragNode.swf", "ChartId", "600", "450", "0", "0"); >>>>>I want to change chart height Dynamically,instead of creating new chart object. 5) I am afraid that as of now, PowerCharts does not support the "drag" functionality for the entire Drag-Node charts. >>>>Tell me the want file needs to modify and what changes need to be done???
-
Hi, I am new to funsion charts, I am using the power chart Drag node.I am facing the bellow problems while using drag node. 1.Default scrolling it not working If the chart data is high,is there any way to provide the default scroll bar.? 2.Back ground color of connector is not working even though i specified it in styles. 3.Presently image align is having vertical alignment ,is there any way to position it horizontally ? 4.like setDataXML,is there any method to change the chart width and or height? 5.how to set my whole chart be draggable? If above is not already implemented ,can u tlee me where(what file/what method) i need to change? Regards, Pratheepv
-
what about the showing it in two different lines
-
If there any way to show the node labels in two different lines and in two different style(bold in second line). like lable name caption Regards, Hariprasade
-
apply style to drag-node connector label
hariprasade replied to tlschart's topic in Using PowerCharts XT
this is the third post i am seeing same response. At least can u give me some work around for that. Hari -
apply style to drag-node connector label
hariprasade replied to tlschart's topic in Using PowerCharts XT
Hi, I try to change the bgcolor of connector labels using below code but it's not working.please suggest me. test.xml -
Ya i have the same question is there any scroll option in Drag Node chart. Regards Hari