hariprasade

Members
  • Content count

    16
  • Joined

  • Last visited

About hariprasade

  • Rank
    Junior Member
  1. Drag Node Chart

    Can I send it to your support mail id : [email protected]. Reply asap. Thanks, Hariprasade.
  2. Drag Node Chart

    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?
  3. Drag Node Chart

    Thanks alot it's working fine.
  4. label style chages

    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.
  5. Drag Node Chart

    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?
  6. Drag Node Chart

    Nodes will be around 5000. 1:1 connection
  7. Drag Node Chart

    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.
  8. Drag Node Chart

    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???
  9. Drag Node Chart

    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
  10. label style chages

    thanks a lot
  11. label style chages

    what about the showing it in two different lines
  12. label style chages

    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
  13. apply style to drag-node connector label

    this is the third post i am seeing same response. At least can u give me some work around for that. Hari
  14. apply style to drag-node connector label

    Hi, I try to change the bgcolor of connector labels using below code but it's not working.please suggest me. test.xml
  15. Scroll bars in Drag-Node chart

    Ya i have the same question is there any scroll option in Drag Node chart. Regards Hari