devnull
19 Oct 2007, 8:13 AM
I know this is not specificially an Ext question, but I am having a hard time with this and would appreciate hearing of anyone elses experiences.
I am looking for a way to display relational data, preferably in a flowchart-like visual graph. I would prefer to do it client-side (using canvas or dhtml techniques) but would also be ok with generating an image in php on the server. The Ext tree would almost work, except it needs to be able to deal with circular dependancies.
If it can be done in javascript, then I would attempt to roll it into an Ext extension and feed it with json.
If it helps any, I am specifically looking to graph call flow paths through a PBX phone system.
I am looking for a way to display relational data, preferably in a flowchart-like visual graph. I would prefer to do it client-side (using canvas or dhtml techniques) but would also be ok with generating an image in php on the server. The Ext tree would almost work, except it needs to be able to deal with circular dependancies.
If it can be done in javascript, then I would attempt to roll it into an Ext extension and feed it with json.
If it helps any, I am specifically looking to graph call flow paths through a PBX phone system.