1
0
Fork 0
arangodb/html/admin/js/graphViewer/graph
Michael Hackstein 1d6c4c90f2 GraphViewer: The community-nodes now display their size properly with colours 2013-07-11 13:46:54 +02:00
..
JSONAdapter.js GraphViewer: JSLintified 2013-07-09 13:53:21 +02:00
abstractAdapter.js GraphViewer: Added a test for communitynodes to display their size 2013-07-11 08:39:21 +02:00
arangoAdapter.js GraphViewer: The arangoadapter now calls back with 404 if no result for search is found 2013-07-11 13:45:01 +02:00
colourMapper.js GraphViewer: THe colourmapper now offers a constant colour for communities 2013-07-11 08:41:48 +02:00
edgeShaper.js GraphViewer: Fixed a bug in the modularity joiner when removing an edge. 2013-07-09 12:32:28 +02:00
eventDispatcher.js
eventLibrary.js GraphViewer: Moved computation of expansion/collapsing of nodes from EventLib to Adapter for more consistency 2013-07-09 08:54:44 +02:00
expandedClass.js
forceLayouter.js GraphViewer: Changed default values for the layout 2013-07-11 08:42:35 +02:00
foxxAdapter.js GraphViewer: The Adapters now will only bucket newly arrinving nodes 2013-07-09 10:51:19 +02:00
modularityJoiner.js GraphViewer: JSLintified 2013-07-09 13:53:21 +02:00
nodeReducer.js
nodeShaper.js GraphViewer: The community-nodes now display their size properly with colours 2013-07-11 13:46:54 +02:00
previewAdapter.js GraphViewer: Removed unnecessary checks in the Previewer 2013-07-09 10:28:15 +02:00
webWorkerWrapper.js GraphViewer: Fixed a bug in the modularity joiner when removing an edge. 2013-07-09 12:32:28 +02:00
zoomManager.js