实现管道、节点图层文字属性的切换
This commit is contained in:
@@ -76,6 +76,7 @@ const Toolbar: React.FC<ToolbarProps> = ({
|
||||
gradientPaletteIndex: 0,
|
||||
rainbowPaletteIndex: 0,
|
||||
showLabels: false,
|
||||
showId: false,
|
||||
opacity: 0.9,
|
||||
adjustWidthByProperty: true,
|
||||
},
|
||||
@@ -107,6 +108,7 @@ const Toolbar: React.FC<ToolbarProps> = ({
|
||||
gradientPaletteIndex: 0,
|
||||
rainbowPaletteIndex: 0,
|
||||
showLabels: false,
|
||||
showId: false,
|
||||
opacity: 0.9,
|
||||
adjustWidthByProperty: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user