[BUGFIX] Forcegraph transparency

This commit is contained in:
Martin Geno 2017-03-10 11:57:36 +01:00 committed by Xaver Maierhofer
parent ced03814e1
commit 577f227957
No known key found for this signature in database
GPG Key ID: 7FDCE23FD2EC9FE8
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ define(['helper'], function (helper) {
ctx.lineWidth = 2.5;
}
ctx.stroke();
ctx.globalAlpha = 1;
};
self.setCTX = function setCTX(newValue) {