1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00

Update Graph.md

This commit is contained in:
lana-k
2025-10-30 20:25:43 +01:00
committed by GitHub
parent 77dcfd3691
commit 1b1fc24926

View File

@@ -13,7 +13,7 @@ To build a graph, a result set must follow the following requirements:
- each JSON representing a node has a common key with a node id - each JSON representing a node has a common key with a node id
- each JSON representing an edge has a common key with the edge source and a common key with the edge target - each JSON representing an edge has a common key with the edge source and a common key with the edge target
Each JSON can have more fields used for graph styling (read more in [Graph styling][#graph-styling]). Each JSON can have more fields used for graph styling (read more in [Graph styling](#graph-styling).
## Graph settings ## Graph settings