D3 graph service module

From WandoraWiki
(Difference between revisions)
Jump to: navigation, search
 
Line 2: Line 2:
  
 
  http://127.0.0.1:8898/d3graph
 
  http://127.0.0.1:8898/d3graph
 +
 +
Graph visualization provided by the D3 graph service module contains only binary associations and the number of viewed topics is limited to 1000 by default. Wandora user can override this limitation with an HTTP parameter '''n'''. For example, accessing URL
 +
 +
http://127.0.0.1:8898/d3graph?n=9999
 +
 +
sets the maximum number of viewed topics to 9999. It depends on user's computing resources whether or not the created visualization is usable when 9999 nodes is viewed.

Revision as of 17:02, 17 May 2012

D3 graph service module provides a graph visualization of the topic map in Wandora. D3 graph service module is part of Wandora's embedded HTTP server. It is based on open source Javascript visualization library D3.js. Service module's alias is d3graph and access URL

http://127.0.0.1:8898/d3graph

Graph visualization provided by the D3 graph service module contains only binary associations and the number of viewed topics is limited to 1000 by default. Wandora user can override this limitation with an HTTP parameter n. For example, accessing URL

http://127.0.0.1:8898/d3graph?n=9999

sets the maximum number of viewed topics to 9999. It depends on user's computing resources whether or not the created visualization is usable when 9999 nodes is viewed.

Personal tools