Release 0.2.5

* Support for new shapes circle,  irregular rectangle
* Support for styling of links
* Support for newlines in texts
* Centered text on links
* Shaded background for text on links
* Support for click on nodes
This commit is contained in:
knsv
2014-11-27 21:28:04 +01:00
parent 18be0e02aa
commit 9a35844731
8 changed files with 21 additions and 21 deletions

View File

@@ -62,7 +62,6 @@ exports.addLink = function (start, end, type, linktext) {
* @param style
*/
exports.updateLink = function (pos, style) {
console.log('Updating '+pos+'link:'+style);
var position = pos.substr(1);
edges[pos].style = style;
};