Antv X6系列 (三)锚点相关

Antv X6
绝对位置,定义锚点位置

  ports: {//链接桩,
    groups: {
      top: {//位置上下左右
        position: {
          name: 'absolute',//核心
          args: { x: 44, y: 33 },//相对于当前图标的x、y坐标
        },
        attrs: {
          circle: {
            r: 3,
            magnet: true,//设置为可以连接
            stroke: '#5F95FF',//线框颜色
            strokeWidth: 1,//线框宽度
            fill: '#fff',填充色
            style: {
              visibility: 'hidden',//默认隐藏,不显示。定位到节点, 才展示
            },
          },
        },
      },
      right: {
        position: {
          name: 'absolute',
          args: { x: 78, y: 60 },
        },
        attrs: {
          circle: {
            r: 3,
            magnet: true,
            stroke: '#5F95FF',
            strokeWidth: 1,
            fill: '#fff',
            style: {
              visibility: 'hidden',
            },
          },
        },
      },
      bottom: {
        position: {
          name: 'absolute',
          args: { x: 44, y: 90 },
        },
        attrs: {
          circle: {
            r: 3,
            magnet: true,
            stroke: '#5F95FF',
            strokeWidth: 1,
            fill: '#fff',
            style: {
              visibility: 'hidden',
            },
          },
        },
      },
      left: {
        position: {
          name: 'absolute',
          args: { x: 10, y: 60 },
        },
        attrs: {
          circle: {
            r: 3,
            magnet: true,
            stroke: '#5F95FF',
            strokeWidth: 1,
            fill: '#fff',
            style: {
              visibility: 'hidden',
            },
          },
        },
      },
    },
    items: [
      {
        group: 'top',
      },
      {
        group: 'right',
      },
      {
        group: 'bottom',
      },
      {
        group: 'left',
      },
    ],
  },

绝对布局定义锚点位置

评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值