File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -82,10 +82,6 @@ const BasicFlow = () => (
82
82
- ` connectionLineStyle ` : connection style as svg attributes
83
83
- ` deleteKeyCode ` : default: ` 8 ` (delete)
84
84
- ` selectionKeyCode ` : default: ` 16 ` (shift)
85
- - ` showBackground ` : default: ` true `
86
- - ` backgroundGap ` : gap size - default: ` 16 `
87
- - ` backgroundColor ` : color of dots or lines - default: ` #eee `
88
- - ` backgroundType ` : background type = ` dots ` or ` lines ` - default: ` dots `
89
85
- ` snapToGrid ` : default: ` false `
90
86
- ` snapGrid ` : [ x, y] array - default: ` [16, 16] `
91
87
- ` onlyRenderVisibleNodes ` : default: ` true `
@@ -268,7 +264,7 @@ const FlowWithBackground = () => (
268
264
- ` variant ` : string - has to be 'dots' or 'lines' - default: ` dots `
269
265
- ` gap ` : number - the gap between the dots or lines - default: ` 16 `
270
266
- ` size ` : number - the radius of the dots or the stroke width of the lines - default: 0.5
271
- - ` color ` : string - the color of the dots or lines - default: ` #999 `
267
+ - ` color ` : string - the color of the dots or lines - default: ` #999 ` for dots, '#eee' for lines
272
268
- ` style ` : css properties
273
269
- ` className ` : class name
274
270
You can’t perform that action at this time.
0 commit comments