Re: [openstack-dev] [vitrage] entity graph layout

2016-08-25 Thread Afek, Ifat (Nokia - IL)
ugust 2016 at 10:52 To: "OpenStack Development Mailing List (not for usage questions)" Subject: Re: [openstack-dev] [vitrage] entity graph layout After the first investigation, I think cytoscape might be too heavy. There would be lots of refactoring work to migrate all functions to new

Re: [openstack-dev] [vitrage] entity graph layout

2016-08-25 Thread Yujun Zhang
After the first investigation, I think cytoscape might be too heavy. There would be lots of refactoring work to migrate all functions to new library. So I would suspend this proposal for now. However, it seems the layout could be improved by adjusting the parameters applied to force layout, e.g. c

Re: [openstack-dev] [vitrage] entity graph layout

2016-08-22 Thread Yujun Zhang
I'm considering to use Cytoscape.js [1] to improve the layout for entity graph view. Cytoscape.js is a graph theory (a.k.a. network) library for analysis and visualisation which under active maintenance (latest release 2.7.8 on Aug 18, 2016) [2], while the current library d3-dagre [3] is declared

Re: [openstack-dev] [vitrage] entity graph layout

2016-08-07 Thread Afek, Ifat (Nokia - IL)
There is no such blueprint at the moment. You are more than welcome to add one, in case you have some ideas for improvements. Ifat. From: Yujun Zhang Date: Monday, 8 August 2016 at 09:21 Great, it works. But it would be better if we could improve the default layout. Is there any blueprint in

Re: [openstack-dev] [vitrage] entity graph layout

2016-08-07 Thread Yujun Zhang
Great, it works. But it would be better if we could improve the default layout. Is there any blueprint in progress? -- Yujun On Sun, Aug 7, 2016 at 1:09 PM Afek, Ifat (Nokia - IL) wrote: > Hi, > > It is possible to adjust the layout of the graph. You can double-click on > a vertex and it will re

Re: [openstack-dev] [vitrage] entity graph layout

2016-08-06 Thread Afek, Ifat (Nokia - IL)
Hi, It is possible to adjust the layout of the graph. You can double-click on a vertex and it will remain pinned to its place. You can then move the pinned vertices around to adjust the graph layout. Hope it helped, and let us know if you need additional help with your demo. Best Regards, Ifat

Re: [openstack-dev] [vitrage] entity graph layout

2016-08-04 Thread Yujun Zhang
forgot to attach a screenshot. See below[image: Screen Shot 2016-08-05 at 2.28.56 PM.png] × On Fri, Aug 5, 2016 at 2:32 PM Yujun Zhang wrote: > Hi, all, > > I'm building a demo of vitrage. The dynamic entity graph looks > interesting. > > But when more entities are added, things becomes crowded a

[openstack-dev] [vitrage] entity graph layout

2016-08-04 Thread Yujun Zhang
Hi, all, I'm building a demo of vitrage. The dynamic entity graph looks interesting. But when more entities are added, things becomes crowded and the links screw over each other. Dragging the items will not help much. Is it possible to adjust the layout so I can get a more regular/stable tree vi