mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
Update Graph.md
This commit is contained in:
12
Graph.md
12
Graph.md
@@ -27,7 +27,7 @@ Go to `Structure` > `Graph` and set the following fields:
|
|||||||
|
|
||||||
This is already enough to build a graph with default styling and circular layout.
|
This is already enough to build a graph with default styling and circular layout.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Graph styling
|
## Graph styling
|
||||||
|
|
||||||
@@ -158,16 +158,20 @@ In this layout all nodes are just placed along a circle.
|
|||||||
This layout places nodes randomly for each seed value. The seed value allows you to restore the random layout you liked
|
This layout places nodes randomly for each seed value. The seed value allows you to restore the random layout you liked
|
||||||
when you open the inquiry and run the query next time.
|
when you open the inquiry and run the query next time.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
#### Circle pack
|
#### Circle pack
|
||||||
Arranges nodes as a bubble chart according to specified attributes. You can choose multiple hierarchy attributes used to group nodes.
|
Arranges nodes as a bubble chart according to specified attributes. You can choose multiple hierarchy attributes used to group nodes.
|
||||||
|
|
||||||
#### Force Atlas 2
|

|
||||||
|
|
||||||
|
#### ForceAtlas2
|
||||||
A continuous graph layout algorithm. Read more details about the algorithm and its settings in the [article][4].
|
A continuous graph layout algorithm. Read more details about the algorithm and its settings in the [article][4].
|
||||||
The algorithm works in iterations. When you choose Force Atlas 2 layout or run the query, it will automatically run 50 iterations of the algorithm.
|
The algorithm works in iterations. When you choose ForceAtlas2 layout or run the query, it will automatically run 50 iterations of the algorithm.
|
||||||
You can change the amount of steps run automatically in `Initial Iterations`.
|
You can change the amount of steps run automatically in `Initial Iterations`.
|
||||||
You can also run and stop the algorithm manually by clicking `Start`/`Stop` button.
|
You can also run and stop the algorithm manually by clicking `Start`/`Stop` button.
|
||||||
|
|
||||||
|

|
||||||
[How to build a pivot table in SQL(ite)][1] explores two options with static
|
[How to build a pivot table in SQL(ite)][1] explores two options with static
|
||||||
(or beforehand-known) and dynamic columns.
|
(or beforehand-known) and dynamic columns.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user