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: {
|
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 } },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user