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: { label: {
position: { name: 'left', args: { x: -8 } }, position: { name: 'top', args: { y: -8 } },
}, },
}, },
right: { right: {
@ -167,7 +167,7 @@ export function buildGraphData(
}, },
}, },
label: { label: {
position: { name: 'right', args: { x: 8 } }, position: { name: 'top', args: { y: -8 } },
}, },
}, },
}, },
@ -232,7 +232,7 @@ export function buildGraphData(
}, },
}, },
label: { label: {
position: { name: 'left', args: { x: -6 } }, position: { name: 'top', args: { y: -6 } },
}, },
}, },
right: { right: {
@ -247,7 +247,7 @@ export function buildGraphData(
}, },
}, },
label: { label: {
position: { name: 'right', args: { x: 6 } }, position: { name: 'top', args: { y: -6 } },
}, },
}, },
}, },

View File

@ -14,8 +14,8 @@ export const portGroups = {
}, },
label: { label: {
position: { position: {
name: 'left', name: 'top',
args: { x: -8, y: 0 }, args: { y: -8 },
}, },
}, },
}, },
@ -32,8 +32,8 @@ export const portGroups = {
}, },
label: { label: {
position: { position: {
name: 'right', name: 'top',
args: { x: 8, y: 0 }, args: { y: -8 },
}, },
}, },
}, },