Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
maxX += sidebarWidth;
maxY = 840;
} else {
maxX = minX + maxX + sidebarWidth;
maxY = minY + maxY;
}
_this.paper = new joint.dia.Paper({
el: paper,
width: maxX,
height: maxY,
gridSize: 1,
model: _this.graph,
});
var linkNoteConnector = new NoteConnector({
startPoint:{ x:100, y:100 },
endPoint: { x:300, y:100 },
source: { x:100, y:100 },
target: { x:300, y:100 },
attrs: { path: { title:'Коннектор комментария (Note Connector)' } }
});
var linkEventMessage = new Dependency({
startPoint:{ x:100, y:150 },
endPoint: { x:300, y:150 },
source: { x:100, y:150 },
target: { x:300, y:150 },
labels:[{
attrs: { text: { text: 'EventMessage' } }
}],
attrs: { path: { title:'Сообщение (Event Message)' } }
maxX += sidebarWidth;
maxY = 840;
} else {
maxX = minX + maxX + sidebarWidth;
maxY = minY + maxY;
}
_this.paper = new joint.dia.Paper({
el: paper,
width: maxX,
height: maxY,
gridSize: 1,
model: _this.graph,
});
var linkNoteConnector = new NoteConnector({
startPoint:{ x:100, y:100 },
endPoint: { x:300, y:100 },
source: { x:100, y:100 },
target: { x:300, y:100 },
attrs: { path: { title:'Коннектор комментария (Note Connector)' } }
});
var linkDependency = new Dependency({
startPoint:{ x:100, y:150 },
endPoint: { x:300, y:150 },
source: { x:100, y:150 },
target: { x:300, y:150 },
labels:[{
attrs: { text: { text: 'Dependency' } }
}],
attrs: { path: { title:'Переход (Dependency)' } }
maxX += sidebarWidth;
maxY = 840;
} else {
maxX = minX + maxX + sidebarWidth;
maxY = minY + maxY;
}
_this.paper = new joint.dia.Paper({
el: paper,
width: maxX,
height: maxY,
gridSize: 1,
model: _this.graph,
});
var linkNoteConnector = new NoteConnector({
startPoint:{ x:100, y:100 },
endPoint: { x:300, y:100 },
source: { x:100, y:100 },
target: { x:300, y:100 },
attrs: { path: { title:'Коннектор комментария (Note Connector)' } }
});
var linkObjectFlow = new ObjectFlow({
startPoint:{ x:100, y:150 },
endPoint: { x:300, y:150 },
source: { x:100, y:150 },
target: { x:300, y:150 },
labels:[{
attrs: { text: { text: 'Label' } }
}],
attrs: {