[BUGFIX] Forcegraph transparency
This commit is contained in:
parent
ced03814e1
commit
577f227957
@ -97,6 +97,7 @@ define(['helper'], function (helper) {
|
||||
ctx.lineWidth = 2.5;
|
||||
}
|
||||
ctx.stroke();
|
||||
ctx.globalAlpha = 1;
|
||||
};
|
||||
|
||||
self.setCTX = function setCTX(newValue) {
|
||||
|
Loading…
Reference in New Issue
Block a user