alibaba / GGEditor

A visual graph editor based on G6 and React
https://ggeditor.com
MIT License
3.41k stars 573 forks source link

如何自定义连线箭头样式 #579

Open adou2236 opened 3 years ago

adou2236 commented 3 years ago

startArrow和endArrow除了true和false控制是否显示外能否改变样式,怎么做

zhanglixin1314 commented 3 years ago
endArrow: {
          path: 'M 0,0 L 7,4 L 7,0 L 7,-4 Z',

          fill:'#8B8B8B',
          d:4,
        },
ShirlyZhang commented 3 years ago

你好 请问这个修改适用于ggeditor哪个版本呢,我用的是上个版本,旧的版本,按照这个修改没有生效