Blitzboard
Search…
Overview
how to
Create
Configure
Share
visualization
Nodes
Edges
Layouts
Others
Powered By
GitBook
Layouts
Default layout
1
layout: "hierarchical",
Copied!
Hierarchical layout
(Please see
here
to learn more about each parameter)
1
layout
:
"hierarchical"
,
2
layoutSettings
:
{
3
enabled
:
true
,
4
levelSeparation
:
150
,
5
nodeSpacing
:
100
,
6
treeSpacing
:
200
,
7
blockShifting
:
true
,
8
edgeMinimization
:
true
,
9
parentCentralization
:
true
,
10
direction
:
"UD"
,
11
sortMethod
:
"hubsize"
,
12
shakeTowards
:
"leaves"
13
},
Copied!
Map layout
1
layout
:
'map'
,
2
layoutSettings
:
{
3
lng
:
'prop_long'
,
4
lat
:
'prop_lat'
,
5
center
:
[
35.087384224892155
,
137.15639550369508
],
6
}
Copied!
Custom layout
1
layout
:
'custom'
,
2
layoutSettings
:
{
3
x
:
'prop_x'
,
4
y
:
'prop_y'
5
}
Copied!
visualization - Previous
Edges
Next - visualization
Others
Last modified
4mo ago
Copy link
Contents
Default layout
Hierarchical layout
Map layout
Custom layout