@@ -133,16 +133,16 @@ function initGraph(width: number, height: number) {
},
nodeStateStyles: {
selected: {
- stroke: '#00FA9A',
- fill: '#00FA9A',
+ stroke: '#FF8000',
+ fill: '#FF8000',
defaultNode: {
size: 64,
type: 'circle',
style: {
- stroke: '#90EE90',
- fill: '#90EE90',
// 选中颜色为 #FBEECD
labelCfg: {