Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmcampanini/gexf4js
GEXF JavaScript Visualization
https://github.com/jmcampanini/gexf4js
Last synced: 9 days ago
JSON representation
GEXF JavaScript Visualization
- Host: GitHub
- URL: https://github.com/jmcampanini/gexf4js
- Owner: jmcampanini
- Created: 2010-07-11T02:00:17.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-07-11T22:43:37.000Z (over 14 years ago)
- Last Synced: 2024-08-02T14:09:53.071Z (3 months ago)
- Language: JavaScript
- Homepage: http://jmcampanini.posterous.com/gexf4js-powered-by-protovis
- Size: 164 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Gexf4js - Powered by Protovis
=============Usage
------------
Insert an IFRAME into your website, appending the following to the querystring:* __url__ - URL to the GEXF File
* __type__ - The visualization type: graph, arc, matrixCheck out the code below.
Installing
--------
I suggest you keep the gexf4js library in the same directory as the GEXF file.1. Copy all the files to a gexf4js folder
2. Copy the GEXF file to the folder
3. Make any modifications you wish to the gexf4js.html file (like linking jQuery)
4. Place the IFRAME tag on your page.Files
--------
* gexf4js.html - use in an IFRAME. The URL to the GEXF file in the querystring (?url=).
* jquery-1.4.2.min.js - jQuery Library
* protovis-r3.2js - Protovis Library
* demo.gexf - __OPTIONAL__ - the GEXF File to loadKnown Bugs
---------
* Doesn't work in Chrome.
* Graph occasionally freaks out.
* Firefox occasionally places all the nodes on top of each other.Road Map
----------
* Works on ALL Browsers
* Graph Properties - Size, Interaction
* Node Properties - Labels, Colors, Mouseovers