refactor: Change color of ColumnValue node
This commit is contained in:
parent
cdaf4afba8
commit
4ddfdc13c8
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ async def cognee_network_visualization(graph_data, destination_file_path: str =
|
|||
"TextSummary": "#1077f4",
|
||||
"TableRow": "#f47710",
|
||||
"TableType": "#6510f4",
|
||||
"ColumnValue": "#f3ff08",
|
||||
"ColumnValue": "#13613a",
|
||||
"default": "#D3D3D3",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue