avva555

Members
  • Content count

    13
  • Joined

  • Last visited

Posts posted by avva555


  1. see that <div> width is 1000X1000

     

    so i used 600 it's near to center

     

    but it's displaying near to end 

     

     

     

    that to i am dynamically giving position of the   nodes(X,Y) based on the no of nodes present at the level

     

    X=1000,Y=1000,divider=100(Space between two node in the same level)

    Suppose

    no of nodes at level -1 = 1  (A)

    no of nodes at level -2 =  2 (B,C)

     

    A(x,y)= ((1000)/(noofnodes+1)+divider, Y-(level*100))   A(600,900)

    B(x,y)=  ((1000)/(noofnodes+1)+divider, Y-(level*100))   A(333,800)

    C(x,y)=  ((1000)/(noofnodes+1)+divider, Y-(level*100))   A(666,900)

     

     

    this is the way we are preparing positions for node

     

     

    when xml contains proper position Drag Node Chart is not displaying 

     

    i felt this is a bug . please confirm  is this a defect in this chart ? 

     

    or any changes that i need to follow in my xml 


  2. hi ,
     
    I have to display data in  hierarchical   structure.
    i am using Drag node charts in  powerchart XT .
     
     
    because of hierarchial structure the no of level increases scroll not comming
    so will you help me on getting vertical and horizontal scroll in Drag Node chart
     
     
    FYI: i am using 
    http://www.fusioncharts.com/demos/gallery/#drag-node-chart Project Planning Diagram
     
     
     
    thanks 
    avva555