-
Notifications
You must be signed in to change notification settings - Fork 15
/
config-dimensions.json
78 lines (78 loc) · 1.91 KB
/
config-dimensions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"full_mode": {
"control_panel": {
"view": {
"scale": true,
"item_size": true,
"item_color": true,
"item_size_variation": true,
"max_label_length": true,
"link_size_variation": true,
"min_link_strength": true,
"max_n_links": true,
"curved_links": true,
"cluster_colors": true,
"score_colors": true
},
"find": true,
"update": {
"rotate_flip": true,
"normalization": true,
"layout": true,
"clustering": true
}
},
"url_preview_panel": false,
"zoom_panel": true,
"information_panel": true,
"description_panel": true,
"legend_panel": true,
"open_icon": false,
"save_icon": true,
"share_icon": false,
"screenshot_icon": true,
"background_icon": true,
"fullscreen_icon": true
},
"simple_mode": {
"control_panel": {
"view": {
"scale": true,
"item_size": true,
"item_color": true,
"item_size_variation": true,
"max_label_length": true,
"link_size_variation": true,
"min_link_strength": true,
"max_n_links": true,
"curved_links": true,
"cluster_colors": true,
"score_colors": true
},
"find": true,
"update": false
},
"url_preview_panel": false,
"zoom_panel": true,
"information_panel": true,
"description_panel": true,
"legend_panel": true,
"open_icon": false,
"save_icon": true,
"share_icon": false,
"screenshot_icon": true,
"background_icon": true,
"fullscreen_icon": true
},
"ui_style": {
"font_family": "Roboto",
"palette_primary_main_color": "#298fcf"
},
"parameters": {
"map": "",
"network": "",
"json": "data/Dimensions_scientometrics_researcher_co-authorship_network.json",
"largest_component": false
},
"docs_url": "https://app.vosviewer.com/docs"
}