From 964e5bbe7c355ab571528886b8cdeb7cbc4de165 Mon Sep 17 00:00:00 2001 From: Alina Date: Tue, 17 Feb 2026 23:24:25 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BC=D0=B5?= =?UTF-8?q?=D1=89=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=BE=D0=B4=D0=BF=D0=B8?= =?UTF-8?q?=D1=81=D0=B5=D0=B9=20=D0=BF=D0=BE=D1=80=D1=82=D0=BE=D0=B2=20?= =?UTF-8?q?=D0=BD=D0=B0=D0=B2=D0=B5=D1=80=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- frontend/src/features/schema/helpers/dataMapper.ts | 8 ++++---- frontend/src/features/schema/ports/portConfig.ts | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/src/features/schema/helpers/dataMapper.ts b/frontend/src/features/schema/helpers/dataMapper.ts index 87df57a..f84e096 100644 --- a/frontend/src/features/schema/helpers/dataMapper.ts +++ b/frontend/src/features/schema/helpers/dataMapper.ts @@ -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 } }, }, }, }, diff --git a/frontend/src/features/schema/ports/portConfig.ts b/frontend/src/features/schema/ports/portConfig.ts index 5ec6cc6..ca3aa08 100644 --- a/frontend/src/features/schema/ports/portConfig.ts +++ b/frontend/src/features/schema/ports/portConfig.ts @@ -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 }, }, }, },