feat: перемещение подписей портов наверх
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@ -152,7 +152,7 @@ export function buildGraphData(
|
||||
},
|
||||
},
|
||||
label: {
|
||||
position: { name: 'left', args: { x: -8 } },
|
||||
position: { name: 'top', args: { y: -8 } },
|
||||
},
|
||||
},
|
||||
right: {
|
||||
@ -167,7 +167,7 @@ export function buildGraphData(
|
||||
},
|
||||
},
|
||||
label: {
|
||||
position: { name: 'right', args: { x: 8 } },
|
||||
position: { name: 'top', args: { y: -8 } },
|
||||
},
|
||||
},
|
||||
},
|
||||
@ -232,7 +232,7 @@ export function buildGraphData(
|
||||
},
|
||||
},
|
||||
label: {
|
||||
position: { name: 'left', args: { x: -6 } },
|
||||
position: { name: 'top', args: { y: -6 } },
|
||||
},
|
||||
},
|
||||
right: {
|
||||
@ -247,7 +247,7 @@ export function buildGraphData(
|
||||
},
|
||||
},
|
||||
label: {
|
||||
position: { name: 'right', args: { x: 6 } },
|
||||
position: { name: 'top', args: { y: -6 } },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@ -14,8 +14,8 @@ export const portGroups = {
|
||||
},
|
||||
label: {
|
||||
position: {
|
||||
name: 'left',
|
||||
args: { x: -8, y: 0 },
|
||||
name: 'top',
|
||||
args: { y: -8 },
|
||||
},
|
||||
},
|
||||
},
|
||||
@ -32,8 +32,8 @@ export const portGroups = {
|
||||
},
|
||||
label: {
|
||||
position: {
|
||||
name: 'right',
|
||||
args: { x: 8, y: 0 },
|
||||
name: 'top',
|
||||
args: { y: -8 },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user