Skip to content

raistlin/gexf-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript GEXF Viewer for Gephi

Released under MIT License

Newest features

Added configuration options with config.js

Contributors

Raphaël Velt (main developer, french and english versions)

Vicenzo Cosenza (italian translation)

Eduardo Ramos Ibáñez (spanish translation)

How to use ?

  1. Export your graph from Gephi as a GEXF file
  2. Put it in the gexf-js directory
  3. Modify config.js to point to your GEXF File and tune the interface

You can view more Gexf files by pointing your browser to index.html#Filename.gexf

Compatibility

Gexf-JS uses the canvas element, which might cause compatibility issues with older browsers.

It has been tested with the latest Chrome, Firefox and Internet Explorer versions.

It doesn't work with Internet Explorer 8 or older.

Known Issues

You may have trouble using the viewer if you launch it from a local drive, as some browsers consider loading files from disk via Ajax to be unsecure. It usually works with Firefox, but not with Chrome. In Internet Explorer you'll have a security pop-up asking you to "Allow blocked content".

Another solution is uploading it to a server, where it should work correctly.

Contribute as a translator

Gexf JS Viewer is now available in English, French and Italian

If you want to translate the interface in your language (and share this translation with the community), please translate the following sentences, send them to me and I'll upload them to github.

Strings to translate :

  1. Search nodes
  2. Attributes
  3. Nodes
  4. Inbound Links from
  5. Outbound Links to
  6. Undirected links with
  7. Activate lens mode
  8. Deactivate lens mode
  9. Show edges
  10. Hide edges
  11. Zoom In
  12. Zoom Out
  13. Your browser cannot properly display this page. We recommend you use the latest Firefox or Chrome version

About

A JavaScript GEXF viewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%