mirror of
https://gitee.com/antv/g6.git
synced 2024-12-05 05:09:07 +08:00
simplify case, clustering configuration for fruchterman layout
This commit is contained in:
parent
c6a6f3d300
commit
7e15dcbf7b
@ -134,12 +134,7 @@
|
||||
default: {
|
||||
lineWidth: 0.4,
|
||||
strokeOpacity: 0.2,
|
||||
// stroke: '#333'
|
||||
stroke: 'l(0) 0:' + beginColor + ' 1:' + endColor,
|
||||
// endArrow: {
|
||||
// path: 'M 4,0 L -4,-4 L -4,4 Z',
|
||||
// d: 4
|
||||
// }
|
||||
stroke: 'l(0) 0:' + beginColor + ' 1:' + endColor
|
||||
}
|
||||
},
|
||||
modes: {
|
||||
|
Loading…
Reference in New Issue
Block a user