I'm working on a custom component of the SigmaJS visualization library (
http://sigmajs.org).

Specifically, this example: http://sigmajs.org/examples/gexf_example.html

I'm starting with the simplest use case, which is to create a sigma viewer,
passing it a single parameter, which is the name of a GEXF file for it to
parse and display.

I've been studying the got5 examples of js library integration, and they
are all pretty complex, and it's a challenge to figure out what I really
need to do.

I've been working form this tutorial:
http://wiki.apache.org/tapestry/Tapestry5AndJavaScriptExplained however,
it's for a mixin and I'm unclear if there is a material difference between
creating a component vs. a mixin.

Any guidance is much appreciated!

-George

Reply via email to