From 05e761abca3ff42dbba371af0560b82707dfe7c0 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 28 Oct 2016 13:31:36 -0700 Subject: updated vis --- .../examples/network/data/importingFromGephi.html | 174 +++++++++++++++++++++ 1 file changed, 174 insertions(+) create mode 100644 www/lib/vis/examples/network/data/importingFromGephi.html (limited to 'www/lib/vis/examples/network/data/importingFromGephi.html') diff --git a/www/lib/vis/examples/network/data/importingFromGephi.html b/www/lib/vis/examples/network/data/importingFromGephi.html new file mode 100644 index 00000000..857acb91 --- /dev/null +++ b/www/lib/vis/examples/network/data/importingFromGephi.html @@ -0,0 +1,174 @@ + + + + + + Dynamic Data - Importing from Gephi (JSON) + + + + + + + + + + + +

Dynamic Data - Importing from Gephi (JSON)

+ +
+ This example shows how to import a JSON file exported by Gephi. The two + options available for the import are + available through the checkboxes. You can download the Gephi JSON exporter + here: + https://marketplace.gephi.org/plugin/json-exporter/. + All of Gephi's attributes are also contained within the node elements. This + means you can access all of this data through the DataSet. +
+
+ +

+
+ +

+ +
+

Node Content:

+

+
+ + + + + + -- cgit v1.2.3