Search code examples
javascriptchartsuser-controlsgenexus

Need to draw a Node-Edges Chart within GeneXus


i need to draw a node-edges chart within GeneXus Evo2 U5 to show relationships between an Balanced-Scorecard application's objectives and perspectives.

Someone knows about any JS library to make this work in a simple way?

I think is similar to tables relations diagram from GeneXus.

HHRR Strategy Map

Typical Strategic Map Chart

Thx!


Solution

  • I use Graphviz in a GeneXus Project to show simple relationships. See more information in this article (spanish)

    To manage more complex graph I use D3 and Gephi, but are more difficult to use.