update: edge label bg true by default
This commit is contained in:
@@ -103,7 +103,7 @@ export const DefaultEdgeProps = {
|
||||
labelShowBg: {
|
||||
type: Boolean as PropType<EdgeProps['labelShowBg']>,
|
||||
required: false,
|
||||
default: false
|
||||
default: true
|
||||
},
|
||||
labelBgStyle: {
|
||||
type: [String, Object] as PropType<EdgeProps['labelBgStyle']>,
|
||||
|
||||
Reference in New Issue
Block a user