Skip to content

curtisallen/d3-kibble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

d3-kibble

Rexter Extension for D3.js

Do a maven build mvn package place target/d3-kibble-1.0.0-SNAPSHOT.jar jar into your rexter ext directory.

Add the following to your rexser.xml graph config where you want to enable this kibble

<extensions>
	<allows>
		<allow>mis:*</allow>
	</allows>
</extensions>

Then you can access your graph data in a format that's easily pluggable into D3.js force graph for a visulaiton see graphgen

http://localhost:8182/graphs/<graph name>/mis/d3graph will give D3.js reday json.

About

Rexter Extension for D3.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages