Based on JavaScript-Concept-Map.
$("#container").conceptMap({tripleLoader: {func: textareaLoadEngine, args: {}}});
triple-loader is any function which returns a list of objects in form of {concept1: topic1, relation: relation, concept2: topic2}
.
- making relations special case concepts
- grouping of same relations
- rewrite of layout engine
MIT Licence