Hi, I'm trying to create drag and drop application creator for stratos to improve UX. On it we have items like cartridge and groups. groups can contain one or more cartridge and even another groups. cartridges are leaf points.
In above scenario i'm trying to visualize two things. 1. Application creation 2. Topology visualization Currently they use JSON to handle it. but in user perspective its really hard to understand topology details by looking at JSON. So i'm trying to generate horizontal tree diagram to visualize details on JSON. There are few concerns on generating this. 1. Less screen size(need to generate tree fit to limited screen size ) 2. Dynamically positioning nodes without overlapping connecting anchors After few research i found d3js include same algo to create tree, but it doesn't include easy drag and drop anchor options like jsplumb. Also I can't directly map binary tree visualization due to subtrees in topology. Hope you can understand the idea. Thank you, Regards, *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Wed, Nov 19, 2014 at 7:45 AM, Srinath Perera <[email protected]> wrote: > Hi Dakshika, > > I have no idea about an alternative. But could you give me 5 mins intro on > what you are doing? very curious to understand! > > --Srinath > > On Wed, Nov 19, 2014 at 6:40 AM, Dakshika Jayathilaka <[email protected]> > wrote: > >> Hi, >> >> I'm working on $subject & trying to use Reingold–Tilford “tidy” >> algorithm[1] to do nodes positioning. My plan is to use jsplumb[2] to do >> the plumbing, but jsplumb doesn't include any positioning >> algo with library. >> >> Is there any other good alternative for this instead of d3js[3]? >> >> [1] http://emr.cs.iit.edu/~reingold/tidier-drawings.pdf >> [2] https://github.com/sporritt/jsplumb/ >> [3] http://d3js.org/ >> >> Thank you, >> >> Bst Regards, >> >> *Dakshika Jayathilaka* >> Software Engineer >> WSO2, Inc. >> lean.enterprise.middleware >> 0771100911 >> > > > > -- > ============================ > Blog: http://srinathsview.blogspot.com twitter:@srinath_perera > Site: http://people.apache.org/~hemapani/ > Photos: http://www.flickr.com/photos/hemapani/ > Phone: 0772360902 >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
