mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 02:28:54 +08:00
Compare commits
3 Commits
3d5c21f6a2
...
ad3ff74b09
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad3ff74b09 | ||
|
|
c8c57e145e | ||
|
|
888b57e855 |
12
Graph.md
12
Graph.md
@@ -158,17 +158,25 @@ 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
|
||||
when you open the inquiry and run the query next time.
|
||||
|
||||

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

|
||||
|
||||
#### ForceAtlas2
|
||||
Arranges nodes as a bubble chart according to specified attributes. You can choose multiple hierarchy attributes used to group nodes.
|
||||
|
||||
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 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 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
|
||||
(or beforehand-known) and dynamic columns.
|
||||
|
||||
[1]: ../How-to-build-a-pivot-table-in-SQ-Lite
|
||||
[2]: https://github.com/bgrins/TinyColor?tab=readme-ov-file#accepted-string-input
|
||||
[3]: https://www.w3.org/TR/css-color-4/#named-colors
|
||||
[4]: https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0098679
|
||||
|
||||
|
||||
BIN
img/Screenshot_graph_circle_pack.png
Normal file
BIN
img/Screenshot_graph_circle_pack.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 306 KiB |
BIN
img/Screenshot_graph_force_atlas2.png
Normal file
BIN
img/Screenshot_graph_force_atlas2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 377 KiB |
BIN
img/Screenshot_graph_random.png
Normal file
BIN
img/Screenshot_graph_random.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 491 KiB |
Reference in New Issue
Block a user