зеркало из https://github.com/mozilla/seasponge.git
feat(draw-route): allow multiple flows out from source endpoints
Closes #64.
This commit is contained in:
Родитель
95b9098956
Коммит
88d5b46215
|
@ -255,6 +255,7 @@ angular.module('seaspongeApp')
|
|||
radius: 7
|
||||
lineWidth: 3
|
||||
isSource: true
|
||||
maxConnections: -1
|
||||
connector: [
|
||||
"Flowchart"
|
||||
{
|
||||
|
@ -291,7 +292,7 @@ angular.module('seaspongeApp')
|
|||
fillStyle: "#7AB02C"
|
||||
radius: 11
|
||||
hoverPaintStyle: @endpointHoverStyle
|
||||
maxConnections: - 1
|
||||
maxConnections: -1
|
||||
dropOptions:
|
||||
hoverClass: "hover"
|
||||
activeClass: "active"
|
||||
|
|
Загрузка…
Ссылка в новой задаче