antvis / G6

♾ A Graph Visualization Framework in JavaScript.
https://g6.antv.antgroup.com/
MIT License
11.14k stars 1.33k forks source link

G6 version: V5 How to set stroke for rect, which edge to assign to the stroke? #6502

Closed lhz7695001 closed 1 day ago

lhz7695001 commented 2 days ago

Describe the bug / 问题描述

image

Reproduction link / 重现链接

No response

Steps to Reproduce the Bug or Issue / 重现步骤

No response

G6 Version / G6 版本

🆕 5.x

Operating System / 操作系统

macOS

Browser / 浏览器

Chrome

Additional context / 补充说明

No response

Aarebecca commented 2 days ago

目前不支持这个能力,如果你要实现类似效果,需要通过自行在两端手动添加直线来模拟描边

lhz7695001 commented 2 days ago

目前不支持这个能力,如果你要实现类似效果,需要通过自行在两端手动添加直线来模拟描边

好的,感谢~~

lhz7695001 commented 1 day ago

close