export let topnode = { position: { x: 0, y: 0 }, size: { width: 80, height: 42, }, attrs: { text: { text: "", style: { display: "inline-block", }, }, body: { rx: 24, ry: 24, }, }, visible: true, shape: "flow-chart-rect1", zIndex: 1, }; export let ornode = { position: { x: 0, y: 0 }, size: { width: 70, height: 70, }, data: { disableEdit: true, status: 0, pointCode: "52", fieldName: "fieldName1", }, attrs: { body: { fill: "#fff", }, }, shape: "orNode", zIndex: 1, }; export let middlenode = { position: { x: 0, y: 0, }, size: { width: 80, height: 42, }, attrs: { text: { text: "转速=0", style: { display: "inline-block", }, }, body: { fill: "#fff", }, }, visible: true, shape: "flow-chart-rect", zIndex: 3, data: { status: 0, pointCode: "52", fieldName: "fieldName1", }, }; export let bottomnode = { "position": { "x": -20, "y": 575 }, "size": { "width": 80, "height": 80 }, "attrs": { "text": { "text": "" }, "body": { "fill": "#fff", "rx": "50%", "ry": "50%" } }, "visible": true, "shape": "flow-chart-rect", "data": { "circle": true, "status": 0, "pointCode": "52", "fieldName": "fieldName1" }, "zIndex": 2 }