graphsvg.js

SVG-based RDF Graph viewer.


Objects

CSS Classes


OAT.GraphSVG(div, vertices, edges, optionsObject)

Creates the Graph Viewer inside div. vertices is an array of vertex objects: { name: "node_label", type: 0/1 } // type: URI/non-URI; edges is an array of edge objects: { vertex1: vertex_object, vertex2: vertex_objects, name: "edge_label" }. Available options: