Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit cdef7f5

Browse files
committed
Add new line
Signed-off-by: Sirbu Nicolae-Cezar <[email protected]>
1 parent 090ed61 commit cdef7f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Generic graph rendering solution.
88
* `algorithm` (`string`, default: `ELK`)\
99
There are two algorithm used: ELK and VISJS. These are used to draw separately horizontal and/or vertical graphs.
1010
* `debug` (`boolean`, default: `false`)\
11-
Flag used to log different information for debugging.
11+
Flag used to log different information for debugging.
1212
* `graphDirection` (`string`, default: `HORIZONTAL`)\
1313
Type of graph, horizontal or vertical. It determines the direction of the graph.
1414
* `nodeCountLimit` (`number`, default: `0`)\
@@ -29,7 +29,7 @@ Generic graph rendering solution.
2929
Id of the main node around which the graph is constructed.
3030

3131
## Print mode for lineage
32-
This mode enables to display only the lineage graph, without the action buttons and legend.
32+
This mode enables to display only the lineage graph, without the action buttons and legend.
3333

3434
It can be activated by setting _printMode_, by default it is **false**.
3535

@@ -44,4 +44,4 @@ It can be activated by setting _printMode_, by default it is **false**.
4444
actions={<HappiGraphActions rawData={{...rawData}}/>}
4545
onNodeClick={(d: any) => console.log(d)}
4646
onGraphRender={() => { console.log('Graph rendered');}} />/>
47-
```
47+
```

0 commit comments

Comments
 (0)