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