|
{
id: "swimlane",
shape: {
type: "SwimLane",
orientation: "Horizontal",
header: {
annotation: {
content: "SALES PROCESS FLOW CHART",
style: { fill: "transparent" }
},
height: 50,
style: { fontSize: 11 }
},
lanes: [
{
id: "stackCanvas1",
header: {
annotation: { content: "Consumer" },
width: 50,
style: { fontSize: 11 }
},
height: 150,
children: [
{
id: "RemoteController1",
width: 75,
height: 60,
margin: { left: 400 },
shape: {
type: "Image",
source:
},
annotations: [
{
content: "Control Logic",
offset: { x: 0.5, y: 1.4 }
}
]
},
]
},
],
},
offsetX: 360,
offsetY: 320,
height: 100,
width: 650
} |