feat: перемещение подписей портов наверх
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:
Alina
2026-02-17 23:24:25 +03:00
parent b877750ecf
commit 964e5bbe7c
2 changed files with 8 additions and 8 deletions

View File

@ -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 } },
},
},
},

View File

@ -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 },
},
},
},