template/.planning/graphs/graph.html
2026-09-07 17:37:05 +08:00

345 lines
442 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>graphify - graphify-out/graph.html</title>
<script src="https://unpkg.com/vis-network@9.1.6/standalone/umd/vis-network.min.js"
integrity="sha384-Ux6phic9PEHJ38YtrijhkzyJ8yQlH8i/+buBR8s3mAZOJrP1gwyvAcIYl3GWtpX1"
crossorigin="anonymous"></script>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #0f0f1a; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; display: flex; height: 100vh; overflow: hidden; }
#graph { flex: 1; }
#sidebar { width: 280px; background: #1a1a2e; border-left: 1px solid #2a2a4e; display: flex; flex-direction: column; overflow: hidden; }
#search-wrap { padding: 12px; border-bottom: 1px solid #2a2a4e; }
#search { width: 100%; background: #0f0f1a; border: 1px solid #3a3a5e; color: #e0e0e0; padding: 7px 10px; border-radius: 6px; font-size: 13px; outline: none; }
#search:focus { border-color: #4E79A7; }
#search-results { max-height: 140px; overflow-y: auto; padding: 4px 12px; border-bottom: 1px solid #2a2a4e; display: none; }
.search-item { padding: 4px 6px; cursor: pointer; border-radius: 4px; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-item:hover { background: #2a2a4e; }
#info-panel { padding: 14px; border-bottom: 1px solid #2a2a4e; min-height: 140px; }
#info-panel h3 { font-size: 13px; color: #aaa; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
#info-content { font-size: 13px; color: #ccc; line-height: 1.6; }
#info-content .field { margin-bottom: 5px; }
#info-content .field b { color: #e0e0e0; }
#info-content .empty { color: #555; font-style: italic; }
.neighbor-link { display: block; padding: 2px 6px; margin: 2px 0; border-radius: 3px; cursor: pointer; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-left: 3px solid #333; }
.neighbor-link:hover { background: #2a2a4e; }
#neighbors-list { max-height: 160px; overflow-y: auto; margin-top: 4px; }
#legend-wrap { flex: 1; overflow-y: auto; padding: 12px; }
#legend-wrap h3 { font-size: 13px; color: #aaa; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.05em; }
.legend-item { display: flex; align-items: center; gap: 8px; padding: 4px 0; cursor: pointer; border-radius: 4px; font-size: 12px; }
.legend-item:hover { background: #2a2a4e; padding-left: 4px; }
.legend-item.dimmed { opacity: 0.35; }
.legend-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.legend-label { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.legend-count { color: #666; font-size: 11px; }
#stats { padding: 10px 14px; border-top: 1px solid #2a2a4e; font-size: 11px; color: #555; }
#legend-controls { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; padding: 4px 0; }
#legend-controls label { display: flex; align-items: center; gap: 6px; cursor: pointer; font-size: 12px; color: #aaa; user-select: none; }
#legend-controls label:hover { color: #e0e0e0; }
.legend-cb, #select-all-cb { appearance: none; -webkit-appearance: none; width: 14px; height: 14px; border: 1.5px solid #3a3a5e; border-radius: 3px; background: #0f0f1a; cursor: pointer; position: relative; flex-shrink: 0; }
.legend-cb:checked, #select-all-cb:checked { background: #4E79A7; border-color: #4E79A7; }
.legend-cb:checked::after, #select-all-cb:checked::after { content: ''; position: absolute; left: 3.5px; top: 1px; width: 4px; height: 7px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
#select-all-cb:indeterminate { background: #4E79A7; border-color: #4E79A7; }
#select-all-cb:indeterminate::after { content: ''; position: absolute; left: 2px; top: 5px; width: 8px; height: 2px; background: #fff; border: none; transform: none; }
</style>
</head>
<body>
<div id="graph"></div>
<div id="sidebar">
<div id="search-wrap">
<input id="search" type="text" placeholder="Search nodes..." autocomplete="off">
<div id="search-results"></div>
</div>
<div id="info-panel">
<h3>Node Info</h3>
<div id="info-content"><span class="empty">Click a node to inspect it</span></div>
</div>
<div id="legend-wrap">
<h3>Communities</h3>
<div id="legend-controls">
<label><input type="checkbox" id="select-all-cb" checked onchange="toggleAllCommunities(!this.checked)">Select All</label>
</div>
<div id="legend"></div>
</div>
<div id="stats">525 nodes &middot; 1055 edges &middot; 525 communities</div>
</div>
<script>
const RAW_NODES = [{"id": "0", "label": "ITileLocator", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "ITileLocator", "community": 0, "community_name": "ITileLocator", "source_file": "", "file_type": "", "degree": 27}, {"id": "1", "label": "ScanCode", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 37.0, "font": {"size": 12, "color": "#ffffff"}, "title": "ScanCode", "community": 1, "community_name": "ScanCode", "source_file": "", "file_type": "", "degree": 1}, {"id": "10", "label": "render/src/index.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 25.7, "font": {"size": 12, "color": "#ffffff"}, "title": "render/src/index.ts", "community": 10, "community_name": "render/src/index.ts", "source_file": "", "file_type": "", "degree": 32}, {"id": "101", "label": "TextContentParser", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "TextContentParser", "community": 101, "community_name": "TextContentParser", "source_file": "", "file_type": "", "degree": 3}, {"id": "104", "label": "src/controller.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.4, "font": {"size": 12, "color": "#ffffff"}, "title": "src/controller.ts", "community": 104, "community_name": "src/controller.ts", "source_file": "", "file_type": "", "degree": 11}, {"id": "108", "label": "MotaAudioContext", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.3, "font": {"size": 12, "color": "#ffffff"}, "title": "MotaAudioContext", "community": 108, "community_name": "MotaAudioContext", "source_file": "", "file_type": "", "degree": 9}, {"id": "109", "label": "AudioRoute", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.3, "font": {"size": 12, "color": "#ffffff"}, "title": "AudioRoute", "community": 109, "community_name": "AudioRoute", "source_file": "", "file_type": "", "degree": 6}, {"id": "11", "label": "render/use.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 25.3, "font": {"size": 12, "color": "#ffffff"}, "title": "render/use.ts", "community": 11, "community_name": "render/use.ts", "source_file": "", "file_type": "", "degree": 37}, {"id": "110", "label": "IMovingBlock", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.3, "font": {"size": 12, "color": "#ffffff"}, "title": "IMovingBlock", "community": 110, "community_name": "IMovingBlock", "source_file": "", "file_type": "", "degree": 12}, {"id": "118", "label": "IBGMPlayer", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "IBGMPlayer", "community": 118, "community_name": "IBGMPlayer", "source_file": "", "file_type": "", "degree": 23}, {"id": "119", "label": "IBlockStatus", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "IBlockStatus", "community": 119, "community_name": "IBlockStatus", "source_file": "", "file_type": "", "degree": 5}, {"id": "12", "label": "graphics.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 25.1, "font": {"size": 12, "color": "#ffffff"}, "title": "graphics.ts", "community": 12, "community_name": "graphics.ts", "source_file": "", "file_type": "", "degree": 10}, {"id": "121", "label": "action/keyboard.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.0, "font": {"size": 12, "color": "#ffffff"}, "title": "action/keyboard.ts", "community": 121, "community_name": "action/keyboard.ts", "source_file": "", "file_type": "", "degree": 13}, {"id": "13", "label": "ISpecial", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 24.7, "font": {"size": 12, "color": "#ffffff"}, "title": "ISpecial", "community": 13, "community_name": "ISpecial", "source_file": "", "file_type": "", "degree": 10}, {"id": "131", "label": "fly.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.9, "font": {"size": 12, "color": "#ffffff"}, "title": "fly.ts", "community": 131, "community_name": "fly.ts", "source_file": "", "file_type": "", "degree": 6}, {"id": "135", "label": "IExcitation", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.7, "font": {"size": 12, "color": "#ffffff"}, "title": "IExcitation", "community": 135, "community_name": "IExcitation", "source_file": "", "file_type": "", "degree": 12}, {"id": "136", "label": "IDirtyMark", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.7, "font": {"size": 12, "color": "#ffffff"}, "title": "IDirtyMark", "community": 136, "community_name": "IDirtyMark", "source_file": "", "file_type": "", "degree": 7}, {"id": "137", "label": "ITextureStore", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.7, "font": {"size": 12, "color": "#ffffff"}, "title": "ITextureStore", "community": 137, "community_name": "ITextureStore", "source_file": "", "file_type": "", "degree": 7}, {"id": "139", "label": "Items", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Items", "community": 139, "community_name": "Items", "source_file": "", "file_type": "", "degree": 0}, {"id": "14", "label": "store/types.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 24.7, "font": {"size": 12, "color": "#ffffff"}, "title": "store/types.ts", "community": 14, "community_name": "store/types.ts", "source_file": "", "file_type": "", "degree": 10}, {"id": "143", "label": "fly.vue", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "fly.vue", "community": 143, "community_name": "fly.vue", "source_file": "", "file_type": "", "degree": 12}, {"id": "144", "label": "ReplayArray", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "ReplayArray", "community": 144, "community_name": "ReplayArray", "source_file": "", "file_type": "", "degree": 4}, {"id": "15", "label": "IRenderItem", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 23.2, "font": {"size": 12, "color": "#ffffff"}, "title": "IRenderItem", "community": 15, "community_name": "IRenderItem", "source_file": "", "file_type": "", "degree": 16}, {"id": "151", "label": "src/animater.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.4, "font": {"size": 12, "color": "#ffffff"}, "title": "src/animater.ts", "community": 151, "community_name": "src/animater.ts", "source_file": "", "file_type": "", "degree": 14}, {"id": "152", "label": "UniformType", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.4, "font": {"size": 12, "color": "#ffffff"}, "title": "UniformType", "community": 152, "community_name": "UniformType", "source_file": "", "file_type": "", "degree": 3}, {"id": "153", "label": "EventTrigger", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.4, "font": {"size": 12, "color": "#ffffff"}, "title": "EventTrigger", "community": 153, "community_name": "EventTrigger", "source_file": "", "file_type": "", "degree": 3}, {"id": "159", "label": "keyCodes.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.3, "font": {"size": 12, "color": "#ffffff"}, "title": "keyCodes.ts", "community": 159, "community_name": "keyCodes.ts", "source_file": "", "file_type": "", "degree": 6}, {"id": "167", "label": "Animater", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Animater", "community": 167, "community_name": "Animater", "source_file": "", "file_type": "", "degree": 8}, {"id": "168", "label": "Hotkey", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Hotkey", "community": 168, "community_name": "Hotkey", "source_file": "", "file_type": "", "degree": 8}, {"id": "17", "label": "ui/settings.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 22.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ui/settings.tsx", "community": 17, "community_name": "ui/settings.tsx", "source_file": "", "file_type": "", "degree": 20}, {"id": "170", "label": "UiController", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.2, "font": {"size": 12, "color": "#ffffff"}, "title": "UiController", "community": 170, "community_name": "UiController", "source_file": "", "file_type": "", "degree": 3}, {"id": "173", "label": "IBlockSplitter", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 12, "color": "#ffffff"}, "title": "IBlockSplitter", "community": 173, "community_name": "IBlockSplitter", "source_file": "", "file_type": "", "degree": 4}, {"id": "174", "label": "replay/types.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.0, "font": {"size": 12, "color": "#ffffff"}, "title": "replay/types.ts", "community": 174, "community_name": "replay/types.ts", "source_file": "", "file_type": "", "degree": 9}, {"id": "177", "label": "eventStatus.d.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.0, "font": {"size": 12, "color": "#ffffff"}, "title": "eventStatus.d.ts", "community": 177, "community_name": "eventStatus.d.ts", "source_file": "", "file_type": "", "degree": 0}, {"id": "18", "label": "Maps", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 22.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Maps", "community": 18, "community_name": "Maps", "source_file": "", "file_type": "", "degree": 1}, {"id": "181", "label": "IAudioDecodeData", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.9, "font": {"size": 12, "color": "#ffffff"}, "title": "IAudioDecodeData", "community": 181, "community_name": "IAudioDecodeData", "source_file": "", "file_type": "", "degree": 4}, {"id": "182", "label": "hotkey.vue", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.9, "font": {"size": 12, "color": "#ffffff"}, "title": "hotkey.vue", "community": 182, "community_name": "hotkey.vue", "source_file": "", "file_type": "", "degree": 13}, {"id": "187", "label": "status.d.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.9, "font": {"size": 12, "color": "#ffffff"}, "title": "status.d.ts", "community": 187, "community_name": "status.d.ts", "source_file": "", "file_type": "", "degree": 0}, {"id": "193", "label": "replay/system.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.8, "font": {"size": 12, "color": "#ffffff"}, "title": "replay/system.ts", "community": 193, "community_name": "replay/system.ts", "source_file": "", "file_type": "", "degree": 6}, {"id": "2", "label": "common/src/index.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 33.0, "font": {"size": 12, "color": "#ffffff"}, "title": "common/src/index.ts", "community": 2, "community_name": "common/src/index.ts", "source_file": "", "file_type": "", "degree": 68}, {"id": "20", "label": "client-modules/src/shared.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 21.6, "font": {"size": 12, "color": "#ffffff"}, "title": "client-modules/src/shared.ts", "community": 20, "community_name": "client-modules/src/shared.ts", "source_file": "", "file_type": "", "degree": 29}, {"id": "200", "label": "toolbox.vue", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "toolbox.vue", "community": 200, "community_name": "toolbox.vue", "source_file": "", "file_type": "", "degree": 9}, {"id": "211", "label": "EventEmitter", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": "EventEmitter", "community": 211, "community_name": "EventEmitter", "source_file": "", "file_type": "", "degree": 7}, {"id": "212", "label": "replay/func.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": "replay/func.ts", "community": 212, "community_name": "replay/func.ts", "source_file": "", "file_type": "", "degree": 5}, {"id": "22", "label": "Events", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 21.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Events", "community": 22, "community_name": "Events", "source_file": "", "file_type": "", "degree": 1}, {"id": "221", "label": ".render", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 12, "color": "#ffffff"}, "title": ".render", "community": 221, "community_name": ".render", "source_file": "", "file_type": "", "degree": 6}, {"id": "222", "label": "RenderAdapter", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 12, "color": "#ffffff"}, "title": "RenderAdapter", "community": 222, "community_name": "RenderAdapter", "source_file": "", "file_type": "", "degree": 1}, {"id": "223", "label": "UniformMatrix", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 12, "color": "#ffffff"}, "title": "UniformMatrix", "community": 223, "community_name": "UniformMatrix", "source_file": "", "file_type": "", "degree": 3}, {"id": "228", "label": "eventDec.d.ts", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.3, "font": {"size": 12, "color": "#ffffff"}, "title": "eventDec.d.ts", "community": 228, "community_name": "eventDec.d.ts", "source_file": "", "file_type": "", "degree": 0}, {"id": "229", "label": "source.d.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.3, "font": {"size": 12, "color": "#ffffff"}, "title": "source.d.ts", "community": 229, "community_name": "source.d.ts", "source_file": "", "file_type": "", "degree": 0}, {"id": "23", "label": "src/context.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 21.0, "font": {"size": 12, "color": "#ffffff"}, "title": "src/context.ts", "community": 23, "community_name": "src/context.ts", "source_file": "", "file_type": "", "degree": 23}, {"id": "235", "label": "IMaterialGetter", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.2, "font": {"size": 12, "color": "#ffffff"}, "title": "IMaterialGetter", "community": 235, "community_name": "IMaterialGetter", "source_file": "", "file_type": "", "degree": 5}, {"id": "239", "label": "Actions", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Actions", "community": 239, "community_name": "Actions", "source_file": "", "file_type": "", "degree": 0}, {"id": "24", "label": "client-base/src/load/loader.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 21.0, "font": {"size": 12, "color": "#ffffff"}, "title": "client-base/src/load/loader.ts", "community": 24, "community_name": "client-base/src/load/loader.ts", "source_file": "", "file_type": "", "degree": 20}, {"id": "245", "label": "ITransition", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ITransition", "community": 245, "community_name": "ITransition", "source_file": "", "file_type": "", "degree": 7}, {"id": "246", "label": "GameStorage", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "GameStorage", "community": 246, "community_name": "GameStorage", "source_file": "", "file_type": "", "degree": 4}, {"id": "248", "label": "TextureStore", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "TextureStore", "community": 248, "community_name": "TextureStore", "source_file": "", "file_type": "", "degree": 4}, {"id": "25", "label": "HeroItems", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 20.9, "font": {"size": 12, "color": "#ffffff"}, "title": "HeroItems", "community": 25, "community_name": "HeroItems", "source_file": "", "file_type": "", "degree": 8}, {"id": "252", "label": "CompressedUsage", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "CompressedUsage", "community": 252, "community_name": "CompressedUsage", "source_file": "", "file_type": "", "degree": 1}, {"id": "253", "label": "EventData", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "EventData", "community": 253, "community_name": "EventData", "source_file": "", "file_type": "", "degree": 0}, {"id": "26", "label": "RenderItem", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 20.2, "font": {"size": 12, "color": "#ffffff"}, "title": "RenderItem", "community": 26, "community_name": "RenderItem", "source_file": "", "file_type": "", "degree": 17}, {"id": "266", "label": "IAnimater", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.9, "font": {"size": 12, "color": "#ffffff"}, "title": "IAnimater", "community": 266, "community_name": "IAnimater", "source_file": "", "file_type": "", "degree": 5}, {"id": "275", "label": "EchoEffect", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 12, "color": "#ffffff"}, "title": "EchoEffect", "community": 275, "community_name": "EchoEffect", "source_file": "", "file_type": "", "degree": 5}, {"id": "276", "label": "AttribType", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.8, "font": {"size": 12, "color": "#ffffff"}, "title": "AttribType", "community": 276, "community_name": "AttribType", "source_file": "", "file_type": "", "degree": 2}, {"id": "277", "label": "system/src/action/hotkey.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.8, "font": {"size": 12, "color": "#ffffff"}, "title": "system/src/action/hotkey.ts", "community": 277, "community_name": "system/src/action/hotkey.ts", "source_file": "", "file_type": "", "degree": 8}, {"id": "278", "label": "IReplayArray", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.8, "font": {"size": 12, "color": "#ffffff"}, "title": "IReplayArray", "community": 278, "community_name": "IReplayArray", "source_file": "", "file_type": "", "degree": 5}, {"id": "28", "label": "core/types.ts", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 19.6, "font": {"size": 12, "color": "#ffffff"}, "title": "core/types.ts", "community": 28, "community_name": "core/types.ts", "source_file": "", "file_type": "", "degree": 26}, {"id": "283", "label": "control.d.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 12, "color": "#ffffff"}, "title": "control.d.ts", "community": 283, "community_name": "control.d.ts", "source_file": "", "file_type": "", "degree": 1}, {"id": "284", "label": "enemy.d.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 12, "color": "#ffffff"}, "title": "enemy.d.ts", "community": 284, "community_name": "enemy.d.ts", "source_file": "", "file_type": "", "degree": 0}, {"id": "29", "label": "GL2Program", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 19.4, "font": {"size": 12, "color": "#ffffff"}, "title": "GL2Program", "community": 29, "community_name": "GL2Program", "source_file": "", "file_type": "", "degree": 8}, {"id": "296", "label": "TextureMaxRectsWebGL2Composer", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.7, "font": {"size": 12, "color": "#ffffff"}, "title": "TextureMaxRectsWebGL2Composer", "community": 296, "community_name": "TextureMaxRectsWebGL2Composer", "source_file": "", "file_type": "", "degree": 7}, {"id": "297", "label": "RenderColorTransition", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.7, "font": {"size": 12, "color": "#ffffff"}, "title": "RenderColorTransition", "community": 297, "community_name": "RenderColorTransition", "source_file": "", "file_type": "", "degree": 6}, {"id": "3", "label": "EnemyContext", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 32.3, "font": {"size": 12, "color": "#ffffff"}, "title": "EnemyContext", "community": 3, "community_name": "EnemyContext", "source_file": "", "file_type": "", "degree": 6}, {"id": "30", "label": "map/renderer.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 19.4, "font": {"size": 12, "color": "#ffffff"}, "title": "map/renderer.ts", "community": 30, "community_name": "map/renderer.ts", "source_file": "", "file_type": "", "degree": 29}, {"id": "300", "label": "map.d.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.7, "font": {"size": 12, "color": "#ffffff"}, "title": "map.d.ts", "community": 300, "community_name": "map.d.ts", "source_file": "", "file_type": "", "degree": 1}, {"id": "31", "label": "textboxTyper.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 19.2, "font": {"size": 12, "color": "#ffffff"}, "title": "textboxTyper.ts", "community": 31, "community_name": "textboxTyper.ts", "source_file": "", "file_type": "", "degree": 17}, {"id": "314", "label": "IMotaAudioContextCreator", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "IMotaAudioContextCreator", "community": 314, "community_name": "IMotaAudioContextCreator", "source_file": "", "file_type": "", "degree": 2}, {"id": "316", "label": "Winskin", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Winskin", "community": 316, "community_name": "Winskin", "source_file": "", "file_type": "", "degree": 6}, {"id": "318", "label": "ReplaySandbox", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "ReplaySandbox", "community": 318, "community_name": "ReplaySandbox", "source_file": "", "file_type": "", "degree": 5}, {"id": "32", "label": "MapRenderer", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 18.9, "font": {"size": 12, "color": "#ffffff"}, "title": "MapRenderer", "community": 32, "community_name": "MapRenderer", "source_file": "", "file_type": "", "degree": 21}, {"id": "320", "label": "Loader", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Loader", "community": 320, "community_name": "Loader", "source_file": "", "file_type": "", "degree": 0}, {"id": "329", "label": "RequestMethod", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.4, "font": {"size": 12, "color": "#ffffff"}, "title": "RequestMethod", "community": 329, "community_name": "RequestMethod", "source_file": "", "file_type": "", "degree": 2}, {"id": "33", "label": "ITrigger", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "ITrigger", "community": 33, "community_name": "ITrigger", "source_file": "", "file_type": "", "degree": 7}, {"id": "330", "label": "ILayerDynamic", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 12, "color": "#ffffff"}, "title": "ILayerDynamic", "community": 330, "community_name": "ILayerDynamic", "source_file": "", "file_type": "", "degree": 3}, {"id": "331", "label": "ILayerStatic", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 12, "color": "#ffffff"}, "title": "ILayerStatic", "community": 331, "community_name": "ILayerStatic", "source_file": "", "file_type": "", "degree": 3}, {"id": "34", "label": "Ui", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "Ui", "community": 34, "community_name": "Ui", "source_file": "", "file_type": "", "degree": 1}, {"id": "345", "label": "TextureCache", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": "TextureCache", "community": 345, "community_name": "TextureCache", "source_file": "", "file_type": "", "degree": 3}, {"id": "346", "label": "MainChoice", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": "MainChoice", "community": 346, "community_name": "MainChoice", "source_file": "", "file_type": "", "degree": 1}, {"id": "347", "label": "SyncSaveChoice", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": "SyncSaveChoice", "community": 347, "community_name": "SyncSaveChoice", "source_file": "", "file_type": "", "degree": 1}, {"id": "348", "label": "ObjectMoveType", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": "ObjectMoveType", "community": 348, "community_name": "ObjectMoveType", "source_file": "", "file_type": "", "degree": 3}, {"id": "35", "label": "IGL2Program", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 18.7, "font": {"size": 12, "color": "#ffffff"}, "title": "IGL2Program", "community": 35, "community_name": "IGL2Program", "source_file": "", "file_type": "", "degree": 6}, {"id": "353", "label": "Icons", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Icons", "community": 353, "community_name": "Icons", "source_file": "", "file_type": "", "degree": 0}, {"id": "363", "label": "IMapRendererTicker", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 12, "color": "#ffffff"}, "title": "IMapRendererTicker", "community": 363, "community_name": "IMapRendererTicker", "source_file": "", "file_type": "", "degree": 4}, {"id": "369", "label": "ui.d.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ui.d.ts", "community": 369, "community_name": "ui.d.ts", "source_file": "", "file_type": "", "degree": 1}, {"id": "37", "label": "IMotaAudioContext", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 18.4, "font": {"size": 12, "color": "#ffffff"}, "title": "IMotaAudioContext", "community": 37, "community_name": "IMotaAudioContext", "source_file": "", "file_type": "", "degree": 13}, {"id": "370", "label": "source/data.d.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 12, "color": "#ffffff"}, "title": "source/data.d.ts", "community": 370, "community_name": "source/data.d.ts", "source_file": "", "file_type": "", "degree": 0}, {"id": "38", "label": "client.ts", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 18.3, "font": {"size": 12, "color": "#ffffff"}, "title": "client.ts", "community": 38, "community_name": "client.ts", "source_file": "", "file_type": "", "degree": 38}, {"id": "381", "label": "IReplaySandboxHooks", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "IReplaySandboxHooks", "community": 381, "community_name": "IReplaySandboxHooks", "source_file": "", "file_type": "", "degree": 2}, {"id": "39", "label": "Utils", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 18.3, "font": {"size": 12, "color": "#ffffff"}, "title": "Utils", "community": 39, "community_name": "Utils", "source_file": "", "file_type": "", "degree": 1}, {"id": "393", "label": "IExcitationVariator", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 12, "color": "#ffffff"}, "title": "IExcitationVariator", "community": 393, "community_name": "IExcitationVariator", "source_file": "", "file_type": "", "degree": 3}, {"id": "394", "label": "MapDamageType", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 12, "color": "#ffffff"}, "title": "MapDamageType", "community": 394, "community_name": "MapDamageType", "source_file": "", "file_type": "", "degree": 1}, {"id": "397", "label": "APIStatus", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 12, "color": "#ffffff"}, "title": "APIStatus", "community": 397, "community_name": "APIStatus", "source_file": "", "file_type": "", "degree": 1}, {"id": "4", "label": "MapLayer", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 32.2, "font": {"size": 12, "color": "#ffffff"}, "title": "MapLayer", "community": 4, "community_name": "MapLayer", "source_file": "", "file_type": "", "degree": 18}, {"id": "403", "label": "KeyMod", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 12, "color": "#ffffff"}, "title": "KeyMod", "community": 403, "community_name": "KeyMod", "source_file": "", "file_type": "", "degree": 1}, {"id": "408", "label": "TextureOffsetDirection", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 12, "color": "#ffffff"}, "title": "TextureOffsetDirection", "community": 408, "community_name": "TextureOffsetDirection", "source_file": "", "file_type": "", "degree": 1}, {"id": "41", "label": "IBlockData", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 18.0, "font": {"size": 12, "color": "#ffffff"}, "title": "IBlockData", "community": 41, "community_name": "IBlockData", "source_file": "", "file_type": "", "degree": 6}, {"id": "417", "label": "ProgressStatus", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 12, "color": "#ffffff"}, "title": "ProgressStatus", "community": 417, "community_name": "ProgressStatus", "source_file": "", "file_type": "", "degree": 1}, {"id": "42", "label": "textbox.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 18.0, "font": {"size": 12, "color": "#ffffff"}, "title": "textbox.tsx", "community": 42, "community_name": "textbox.tsx", "source_file": "", "file_type": "", "degree": 11}, {"id": "43", "label": "Transform", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": "Transform", "community": 43, "community_name": "Transform", "source_file": "", "file_type": "", "degree": 16}, {"id": "430", "label": "declaration/data.d.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 12, "color": "#ffffff"}, "title": "declaration/data.d.ts", "community": 430, "community_name": "declaration/data.d.ts", "source_file": "", "file_type": "", "degree": 0}, {"id": "44", "label": "IMapLayer", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": "IMapLayer", "community": 44, "community_name": "IMapLayer", "source_file": "", "file_type": "", "degree": 24}, {"id": "440", "label": "event.d.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 12, "color": "#ffffff"}, "title": "event.d.ts", "community": 440, "community_name": "event.d.ts", "source_file": "", "file_type": "", "degree": 1}, {"id": "441", "label": "JSInterface", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 12, "color": "#ffffff"}, "title": "JSInterface", "community": 441, "community_name": "JSInterface", "source_file": "", "file_type": "", "degree": 1}, {"id": "442", "label": "maps.d.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 12, "color": "#ffffff"}, "title": "maps.d.ts", "community": 442, "community_name": "maps.d.ts", "source_file": "", "file_type": "", "degree": 0}, {"id": "45", "label": "Texture", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 17.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Texture", "community": 45, "community_name": "Texture", "source_file": "", "file_type": "", "degree": 25}, {"id": "455", "label": "cls.d.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 12, "color": "#ffffff"}, "title": "cls.d.ts", "community": 455, "community_name": "cls.d.ts", "source_file": "", "file_type": "", "degree": 0}, {"id": "456", "label": "events.d.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 12, "color": "#ffffff"}, "title": "events.d.ts", "community": 456, "community_name": "events.d.ts", "source_file": "", "file_type": "", "degree": 0}, {"id": "457", "label": "items.d.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 12, "color": "#ffffff"}, "title": "items.d.ts", "community": 457, "community_name": "items.d.ts", "source_file": "", "file_type": "", "degree": 0}, {"id": "46", "label": "legacy/move.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 17.7, "font": {"size": 12, "color": "#ffffff"}, "title": "legacy/move.ts", "community": 46, "community_name": "legacy/move.ts", "source_file": "", "file_type": "", "degree": 8}, {"id": "5", "label": "FaceDirection", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 30.0, "font": {"size": 12, "color": "#ffffff"}, "title": "FaceDirection", "community": 5, "community_name": "FaceDirection", "source_file": "", "file_type": "", "degree": 11}, {"id": "50", "label": "UIController", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 17.4, "font": {"size": 12, "color": "#ffffff"}, "title": "UIController", "community": 50, "community_name": "UIController", "source_file": "", "file_type": "", "degree": 9}, {"id": "51", "label": "utils/types.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 17.3, "font": {"size": 12, "color": "#ffffff"}, "title": "utils/types.ts", "community": 51, "community_name": "utils/types.ts", "source_file": "", "file_type": "", "degree": 5}, {"id": "53", "label": "legacy-ui/src/use.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 17.2, "font": {"size": 12, "color": "#ffffff"}, "title": "legacy-ui/src/use.ts", "community": 53, "community_name": "legacy-ui/src/use.ts", "source_file": "", "file_type": "", "degree": 17}, {"id": "54", "label": "MapVertexGenerator", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 17.2, "font": {"size": 12, "color": "#ffffff"}, "title": "MapVertexGenerator", "community": 54, "community_name": "MapVertexGenerator", "source_file": "", "file_type": "", "degree": 10}, {"id": "57", "label": "MaterialManager", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "MaterialManager", "community": 57, "community_name": "MaterialManager", "source_file": "", "file_type": "", "degree": 11}, {"id": "59", "label": "render/map/types.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "render/map/types.ts", "community": 59, "community_name": "render/map/types.ts", "source_file": "", "file_type": "", "degree": 31}, {"id": "6", "label": "data-state/src/core.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 28.3, "font": {"size": 12, "color": "#ffffff"}, "title": "data-state/src/core.ts", "community": 6, "community_name": "data-state/src/core.ts", "source_file": "", "file_type": "", "degree": 21}, {"id": "60", "label": "HeroAttribute", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "HeroAttribute", "community": 60, "community_name": "HeroAttribute", "source_file": "", "file_type": "", "degree": 5}, {"id": "62", "label": "toolbar.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.6, "font": {"size": 12, "color": "#ffffff"}, "title": "toolbar.tsx", "community": 62, "community_name": "toolbar.tsx", "source_file": "", "file_type": "", "degree": 14}, {"id": "66", "label": "AudioStreamSource", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 16.5, "font": {"size": 12, "color": "#ffffff"}, "title": "AudioStreamSource", "community": 66, "community_name": "AudioStreamSource", "source_file": "", "file_type": "", "degree": 6}, {"id": "67", "label": "ITexture", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 16.5, "font": {"size": 12, "color": "#ffffff"}, "title": "ITexture", "community": 67, "community_name": "ITexture", "source_file": "", "file_type": "", "degree": 28}, {"id": "68", "label": "src/props.ts", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 16.5, "font": {"size": 12, "color": "#ffffff"}, "title": "src/props.ts", "community": 68, "community_name": "src/props.ts", "source_file": "", "file_type": "", "degree": 18}, {"id": "7", "label": "Control", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 28.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Control", "community": 7, "community_name": "Control", "source_file": "", "file_type": "", "degree": 1}, {"id": "71", "label": "game.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "game.ts", "community": 71, "community_name": "game.ts", "source_file": "", "file_type": "", "degree": 6}, {"id": "72", "label": "build-game.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.1, "font": {"size": 12, "color": "#ffffff"}, "title": "build-game.ts", "community": 72, "community_name": "build-game.ts", "source_file": "", "file_type": "", "degree": 6}, {"id": "73", "label": "core.d.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.1, "font": {"size": 12, "color": "#ffffff"}, "title": "core.d.ts", "community": 73, "community_name": "core.d.ts", "source_file": "", "file_type": "", "degree": 0}, {"id": "74", "label": "util.d.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.1, "font": {"size": 12, "color": "#ffffff"}, "title": "util.d.ts", "community": 74, "community_name": "util.d.ts", "source_file": "", "file_type": "", "degree": 2}, {"id": "75", "label": "vue", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": "vue", "community": 75, "community_name": "vue", "source_file": "", "file_type": "", "degree": 49}, {"id": "76", "label": "dev.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": "dev.ts", "community": 76, "community_name": "dev.ts", "source_file": "", "file_type": "", "degree": 4}, {"id": "77", "label": "SizedCanvasImageSource", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.8, "font": {"size": 12, "color": "#ffffff"}, "title": "SizedCanvasImageSource", "community": 77, "community_name": "SizedCanvasImageSource", "source_file": "", "file_type": "", "degree": 23}, {"id": "79", "label": "IFlagSystem", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 15.8, "font": {"size": 12, "color": "#ffffff"}, "title": "IFlagSystem", "community": 79, "community_name": "IFlagSystem", "source_file": "", "file_type": "", "degree": 3}, {"id": "8", "label": "KeyCode", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 27.9, "font": {"size": 12, "color": "#ffffff"}, "title": "KeyCode", "community": 8, "community_name": "KeyCode", "source_file": "", "file_type": "", "degree": 9}, {"id": "81", "label": "IAudioRoute", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.6, "font": {"size": 12, "color": "#ffffff"}, "title": "IAudioRoute", "community": 81, "community_name": "IAudioRoute", "source_file": "", "file_type": "", "degree": 9}, {"id": "82", "label": "preset/ui.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.6, "font": {"size": 12, "color": "#ffffff"}, "title": "preset/ui.ts", "community": 82, "community_name": "preset/ui.ts", "source_file": "", "file_type": "", "degree": 20}, {"id": "83", "label": "ITextureRenderable", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "ITextureRenderable", "community": 83, "community_name": "ITextureRenderable", "source_file": "", "file_type": "", "degree": 13}, {"id": "84", "label": "MapHeroRenderer", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "MapHeroRenderer", "community": 84, "community_name": "MapHeroRenderer", "source_file": "", "file_type": "", "degree": 9}, {"id": "86", "label": "excitation.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 15.4, "font": {"size": 12, "color": "#ffffff"}, "title": "excitation.ts", "community": 86, "community_name": "excitation.ts", "source_file": "", "file_type": "", "degree": 18}, {"id": "87", "label": "legacy-ui/src/utils.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.4, "font": {"size": 12, "color": "#ffffff"}, "title": "legacy-ui/src/utils.ts", "community": 87, "community_name": "legacy-ui/src/utils.ts", "source_file": "", "file_type": "", "degree": 15}, {"id": "88", "label": "IMapHeroRenderer", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.4, "font": {"size": 12, "color": "#ffffff"}, "title": "IMapHeroRenderer", "community": 88, "community_name": "IMapHeroRenderer", "source_file": "", "file_type": "", "degree": 8}, {"id": "9", "label": "mota.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 26.8, "font": {"size": 12, "color": "#ffffff"}, "title": "mota.ts", "community": 9, "community_name": "mota.ts", "source_file": "", "file_type": "", "degree": 39}, {"id": "91", "label": "HeroMover", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "HeroMover", "community": 91, "community_name": "HeroMover", "source_file": "", "file_type": "", "degree": 8}, {"id": "92", "label": "IGameMap", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "IGameMap", "community": 92, "community_name": "IGameMap", "source_file": "", "file_type": "", "degree": 13}, {"id": "95", "label": "Font", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Font", "community": 95, "community_name": "Font", "source_file": "", "file_type": "", "degree": 18}, {"id": "96", "label": "IMapRenderer", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "IMapRenderer", "community": 96, "community_name": "IMapRenderer", "source_file": "", "file_type": "", "degree": 20}, {"id": "97", "label": "settings.vue", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "settings.vue", "community": 97, "community_name": "settings.vue", "source_file": "", "file_type": "", "degree": 13}, {"id": "98", "label": "MotaAssetsLoader", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "MotaAssetsLoader", "community": 98, "community_name": "MotaAssetsLoader", "source_file": "", "file_type": "", "degree": 8}, {"id": "102", "label": ".insertAction", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".insertAction", "community": 102, "community_name": ".insertAction", "source_file": "", "file_type": "", "degree": 6}, {"id": "105", "label": "loader", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.4, "font": {"size": 12, "color": "#ffffff"}, "title": "loader", "community": 105, "community_name": "loader", "source_file": "", "file_type": "", "degree": 0}, {"id": "106", "label": "zip.min.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.4, "font": {"size": 12, "color": "#ffffff"}, "title": "zip.min.js", "community": 106, "community_name": "zip.min.js", "source_file": "", "file_type": "", "degree": 1}, {"id": "111", "label": "utils", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.3, "font": {"size": 12, "color": "#ffffff"}, "title": "utils", "community": 111, "community_name": "utils", "source_file": "", "file_type": "", "degree": 10}, {"id": "112", "label": "editor", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.3, "font": {"size": 12, "color": "#ffffff"}, "title": "editor", "community": 112, "community_name": "editor", "source_file": "", "file_type": "", "degree": 0}, {"id": "113", "label": "Converter.bundle.min.js", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.3, "font": {"size": 12, "color": "#ffffff"}, "title": "Converter.bundle.min.js", "community": 113, "community_name": "Converter.bundle.min.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "114", "label": "codeMirror.plugin.min.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.3, "font": {"size": 12, "color": "#ffffff"}, "title": "codeMirror.plugin.min.js", "community": 114, "community_name": "codeMirror.plugin.min.js", "source_file": "", "file_type": "", "degree": 6}, {"id": "115", "label": "b", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.3, "font": {"size": 12, "color": "#ffffff"}, "title": "b", "community": 115, "community_name": "b", "source_file": "", "file_type": "", "degree": 6}, {"id": "116", "label": "l", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.3, "font": {"size": 12, "color": "#ffffff"}, "title": "l", "community": 116, "community_name": "l", "source_file": "", "file_type": "", "degree": 7}, {"id": "120", "label": "n", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "n", "community": 120, "community_name": "n", "source_file": "", "file_type": "", "degree": 6}, {"id": "123", "label": "items", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.0, "font": {"size": 12, "color": "#ffffff"}, "title": "items", "community": 123, "community_name": "items", "source_file": "", "file_type": "", "degree": 0}, {"id": "124", "label": ".getContextByName", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".getContextByName", "community": 124, "community_name": ".getContextByName", "source_file": "", "file_type": "", "degree": 7}, {"id": "125", "label": "r", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.0, "font": {"size": 12, "color": "#ffffff"}, "title": "r", "community": 125, "community_name": "r", "source_file": "", "file_type": "", "degree": 5}, {"id": "132", "label": "enemys", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.9, "font": {"size": 12, "color": "#ffffff"}, "title": "enemys", "community": 132, "community_name": "enemys", "source_file": "", "file_type": "", "degree": 0}, {"id": "133", "label": "replace", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.9, "font": {"size": 12, "color": "#ffffff"}, "title": "replace", "community": 133, "community_name": "replace", "source_file": "", "file_type": "", "degree": 6}, {"id": "134", "label": "color.all.min.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.9, "font": {"size": 12, "color": "#ffffff"}, "title": "color.all.min.js", "community": 134, "community_name": "color.all.min.js", "source_file": "", "file_type": "", "degree": 5}, {"id": "145", "label": "acorn.min.js", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "acorn.min.js", "community": 145, "community_name": "acorn.min.js", "source_file": "", "file_type": "", "degree": 6}, {"id": "146", "label": "t", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "t", "community": 146, "community_name": "t", "source_file": "", "file_type": "", "degree": 7}, {"id": "154", "label": ".isPlaying", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.4, "font": {"size": 12, "color": "#ffffff"}, "title": ".isPlaying", "community": 154, "community_name": ".isPlaying", "source_file": "", "file_type": "", "degree": 8}, {"id": "155", "label": ".setBlock", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.4, "font": {"size": 12, "color": "#ffffff"}, "title": ".setBlock", "community": 155, "community_name": ".setBlock", "source_file": "", "file_type": "", "degree": 7}, {"id": "156", "label": ".dblclickfunc", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.4, "font": {"size": 12, "color": "#ffffff"}, "title": ".dblclickfunc", "community": 156, "community_name": ".dblclickfunc", "source_file": "", "file_type": "", "degree": 0}, {"id": "16", "label": "control", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 22.9, "font": {"size": 12, "color": "#ffffff"}, "title": "control", "community": 16, "community_name": "control", "source_file": "", "file_type": "", "degree": 8}, {"id": "160", "label": "shop.vue", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.3, "font": {"size": 12, "color": "#ffffff"}, "title": "shop.vue", "community": 160, "community_name": "shop.vue", "source_file": "", "file_type": "", "degree": 11}, {"id": "161", "label": "editor_mode", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.3, "font": {"size": 12, "color": "#ffffff"}, "title": "editor_mode", "community": 161, "community_name": "editor_mode", "source_file": "", "file_type": "", "degree": 1}, {"id": "162", "label": "n", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.3, "font": {"size": 12, "color": "#ffffff"}, "title": "n", "community": 162, "community_name": "n", "source_file": "", "file_type": "", "degree": 9}, {"id": "163", "label": ".request", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.3, "font": {"size": 12, "color": "#ffffff"}, "title": ".request", "community": 163, "community_name": ".request", "source_file": "", "file_type": "", "degree": 4}, {"id": "169", "label": "box.vue", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.2, "font": {"size": 12, "color": "#ffffff"}, "title": "box.vue", "community": 169, "community_name": "box.vue", "source_file": "", "file_type": "", "degree": 4}, {"id": "175", "label": ".getHeroLoc", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".getHeroLoc", "community": 175, "community_name": ".getHeroLoc", "source_file": "", "file_type": "", "degree": 5}, {"id": "176", "label": ".precompile", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".precompile", "community": 176, "community_name": ".precompile", "source_file": "", "file_type": "", "degree": 2}, {"id": "183", "label": ".tryMoveDirectly", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.9, "font": {"size": 12, "color": "#ffffff"}, "title": ".tryMoveDirectly", "community": 183, "community_name": ".tryMoveDirectly", "source_file": "", "file_type": "", "degree": 5}, {"id": "184", "label": ".drawEvents", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.9, "font": {"size": 12, "color": "#ffffff"}, "title": ".drawEvents", "community": 184, "community_name": ".drawEvents", "source_file": "", "file_type": "", "degree": 6}, {"id": "185", "label": "oc", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.9, "font": {"size": 12, "color": "#ffffff"}, "title": "oc", "community": 185, "community_name": "oc", "source_file": "", "file_type": "", "degree": 9}, {"id": "186", "label": "jc", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.9, "font": {"size": 12, "color": "#ffffff"}, "title": "jc", "community": 186, "community_name": "jc", "source_file": "", "file_type": "", "degree": 9}, {"id": "19", "label": "codeMirror.bundle.min.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 21.8, "font": {"size": 12, "color": "#ffffff"}, "title": "codeMirror.bundle.min.js", "community": 19, "community_name": "codeMirror.bundle.min.js", "source_file": "", "file_type": "", "degree": 9}, {"id": "194", "label": ".getBlockInfo", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.8, "font": {"size": 12, "color": "#ffffff"}, "title": ".getBlockInfo", "community": 194, "community_name": ".getBlockInfo", "source_file": "", "file_type": "", "degree": 6}, {"id": "201", "label": "._sys_ondown_lockControl", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "._sys_ondown_lockControl", "community": 201, "community_name": "._sys_ondown_lockControl", "source_file": "", "file_type": "", "degree": 5}, {"id": "202", "label": "._sys_keyUp_lockControl", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "._sys_keyUp_lockControl", "community": 202, "community_name": "._sys_keyUp_lockControl", "source_file": "", "file_type": "", "degree": 3}, {"id": "203", "label": ".changeFloor", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": ".changeFloor", "community": 203, "community_name": ".changeFloor", "source_file": "", "file_type": "", "degree": 4}, {"id": "21", "label": "events", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 21.1, "font": {"size": 12, "color": "#ffffff"}, "title": "events", "community": 21, "community_name": "events", "source_file": "", "file_type": "", "degree": 9}, {"id": "213", "label": ".autosave", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".autosave", "community": 213, "community_name": ".autosave", "source_file": "", "file_type": "", "degree": 5}, {"id": "214", "label": "ic", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": "ic", "community": 214, "community_name": "ic", "source_file": "", "file_type": "", "degree": 11}, {"id": "215", "label": ".setLineWidth", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".setLineWidth", "community": 215, "community_name": ".setLineWidth", "source_file": "", "file_type": "", "degree": 3}, {"id": "225", "label": ".setValue", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.3, "font": {"size": 12, "color": "#ffffff"}, "title": ".setValue", "community": 225, "community_name": ".setValue", "source_file": "", "file_type": "", "degree": 3}, {"id": "226", "label": "hint", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.3, "font": {"size": 12, "color": "#ffffff"}, "title": "hint", "community": 226, "community_name": "hint", "source_file": "", "file_type": "", "degree": 5}, {"id": "227", "label": "ActionParser", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 12, "color": "#ffffff"}, "title": "ActionParser", "community": 227, "community_name": "ActionParser", "source_file": "", "file_type": "", "degree": 0}, {"id": "236", "label": ".doRegisteredAction", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.2, "font": {"size": 12, "color": "#ffffff"}, "title": ".doRegisteredAction", "community": 236, "community_name": ".doRegisteredAction", "source_file": "", "file_type": "", "degree": 3}, {"id": "237", "label": ".initBlock", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.2, "font": {"size": 12, "color": "#ffffff"}, "title": ".initBlock", "community": 237, "community_name": ".initBlock", "source_file": "", "file_type": "", "degree": 6}, {"id": "238", "label": "fs-extra", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.2, "font": {"size": 12, "color": "#ffffff"}, "title": "fs-extra", "community": 238, "community_name": "fs-extra", "source_file": "", "file_type": "", "degree": 3}, {"id": "249", "label": "._checkStatus", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "._checkStatus", "community": 249, "community_name": "._checkStatus", "source_file": "", "file_type": "", "degree": 3}, {"id": "250", "label": ".getBlock", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".getBlock", "community": 250, "community_name": ".getBlock", "source_file": "", "file_type": "", "degree": 4}, {"id": "251", "label": "._drawTextContent_drawChar", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "._drawTextContent_drawChar", "community": 251, "community_name": "._drawTextContent_drawChar", "source_file": "", "file_type": "", "degree": 5}, {"id": "268", "label": ".drawTextBox", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.9, "font": {"size": 12, "color": "#ffffff"}, "title": ".drawTextBox", "community": 268, "community_name": ".drawTextBox", "source_file": "", "file_type": "", "degree": 7}, {"id": "27", "label": "jshint.min.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 20.0, "font": {"size": 12, "color": "#ffffff"}, "title": "jshint.min.js", "community": 27, "community_name": "jshint.min.js", "source_file": "", "file_type": "", "degree": 6}, {"id": "280", "label": "._sys_keyDown_lockControl", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 12, "color": "#ffffff"}, "title": "._sys_keyDown_lockControl", "community": 280, "community_name": "._sys_keyDown_lockControl", "source_file": "", "file_type": "", "degree": 3}, {"id": "281", "label": "core", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 12, "color": "#ffffff"}, "title": "core", "community": 281, "community_name": "core", "source_file": "", "file_type": "", "degree": 0}, {"id": "282", "label": "beautify.min.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 12, "color": "#ffffff"}, "title": "beautify.min.js", "community": 282, "community_name": "beautify.min.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "298", "label": "te", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.7, "font": {"size": 12, "color": "#ffffff"}, "title": "te", "community": 298, "community_name": "te", "source_file": "", "file_type": "", "degree": 8}, {"id": "299", "label": "getOption", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.7, "font": {"size": 12, "color": "#ffffff"}, "title": "getOption", "community": 299, "community_name": "getOption", "source_file": "", "file_type": "", "degree": 3}, {"id": "313", "label": "api.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "api.ts", "community": 313, "community_name": "api.ts", "source_file": "", "file_type": "", "degree": 1}, {"id": "319", "label": ".replay", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".replay", "community": 319, "community_name": ".replay", "source_file": "", "file_type": "", "degree": 6}, {"id": "332", "label": ".clearUI", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 12, "color": "#ffffff"}, "title": ".clearUI", "community": 332, "community_name": ".clearUI", "source_file": "", "file_type": "", "degree": 5}, {"id": "350", "label": ".push", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": ".push", "community": 350, "community_name": ".push", "source_file": "", "file_type": "", "degree": 4}, {"id": "351", "label": "ensureFlags", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": "ensureFlags", "community": 351, "community_name": "ensureFlags", "source_file": "", "file_type": "", "degree": 1}, {"id": "352", "label": "awesomplete.min.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": "awesomplete.min.js", "community": 352, "community_name": "awesomplete.min.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "36", "label": "lodash.min.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 18.5, "font": {"size": 12, "color": "#ffffff"}, "title": "lodash.min.js", "community": 36, "community_name": "lodash.min.js", "source_file": "", "file_type": "", "degree": 11}, {"id": "364", "label": "._setRequestAnimationFrame", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 12, "color": "#ffffff"}, "title": "._setRequestAnimationFrame", "community": 364, "community_name": "._setRequestAnimationFrame", "source_file": "", "file_type": "", "degree": 3}, {"id": "365", "label": "._gameOver_askRate", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 12, "color": "#ffffff"}, "title": "._gameOver_askRate", "community": 365, "community_name": "._gameOver_askRate", "source_file": "", "file_type": "", "degree": 2}, {"id": "366", "label": "icons", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 12, "color": "#ffffff"}, "title": "icons", "community": 366, "community_name": "icons", "source_file": "", "file_type": "", "degree": 0}, {"id": "367", "label": ".loadFloor", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".loadFloor", "community": 367, "community_name": ".loadFloor", "source_file": "", "file_type": "", "degree": 3}, {"id": "368", "label": ".createCanvas", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".createCanvas", "community": 368, "community_name": ".createCanvas", "source_file": "", "file_type": "", "degree": 5}, {"id": "385", "label": "._drawMap_drawBlockInfo", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._drawMap_drawBlockInfo", "community": 385, "community_name": "._drawMap_drawBlockInfo", "source_file": "", "file_type": "", "degree": 5}, {"id": "386", "label": ".drawTextContent", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".drawTextContent", "community": 386, "community_name": ".drawTextContent", "source_file": "", "file_type": "", "degree": 5}, {"id": "387", "label": "a2", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "a2", "community": 387, "community_name": "a2", "source_file": "", "file_type": "", "degree": 5}, {"id": "395", "label": ".calValue", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 12, "color": "#ffffff"}, "title": ".calValue", "community": 395, "community_name": ".calValue", "source_file": "", "file_type": "", "degree": 1}, {"id": "396", "label": "editor_config", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 12, "color": "#ffffff"}, "title": "editor_config", "community": 396, "community_name": "editor_config", "source_file": "", "file_type": "", "degree": 0}, {"id": "40", "label": "t", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 18.1, "font": {"size": 12, "color": "#ffffff"}, "title": "t", "community": 40, "community_name": "t", "source_file": "", "file_type": "", "degree": 14}, {"id": "411", "label": "._showStartAnimate_resetDom", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 12, "color": "#ffffff"}, "title": "._showStartAnimate_resetDom", "community": 411, "community_name": "._showStartAnimate_resetDom", "source_file": "", "file_type": "", "degree": 2}, {"id": "412", "label": "priority-queue.min.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 12, "color": "#ffffff"}, "title": "priority-queue.min.js", "community": 412, "community_name": "priority-queue.min.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "413", "label": ".getGlobal", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 12, "color": "#ffffff"}, "title": ".getGlobal", "community": 413, "community_name": ".getGlobal", "source_file": "", "file_type": "", "degree": 2}, {"id": "414", "label": "._decodeRoute_decodeOne", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 12, "color": "#ffffff"}, "title": "._decodeRoute_decodeOne", "community": 414, "community_name": "._decodeRoute_decodeOne", "source_file": "", "file_type": "", "degree": 2}, {"id": "415", "label": "findMatchingBracket", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 12, "color": "#ffffff"}, "title": "findMatchingBracket", "community": 415, "community_name": "findMatchingBracket", "source_file": "", "file_type": "", "degree": 2}, {"id": "416", "label": "Widget", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Widget", "community": 416, "community_name": "Widget", "source_file": "", "file_type": "", "degree": 2}, {"id": "423", "label": "._clickSL", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 12, "color": "#ffffff"}, "title": "._clickSL", "community": 423, "community_name": "._clickSL", "source_file": "", "file_type": "", "degree": 3}, {"id": "424", "label": ".removeSave", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 12, "color": "#ffffff"}, "title": ".removeSave", "community": 424, "community_name": ".removeSave", "source_file": "", "file_type": "", "degree": 2}, {"id": "425", "label": ".setTwoDigits", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 12, "color": "#ffffff"}, "title": ".setTwoDigits", "community": 425, "community_name": ".setTwoDigits", "source_file": "", "file_type": "", "degree": 1}, {"id": "426", "label": ".removeLocalForage", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 12, "color": "#ffffff"}, "title": ".removeLocalForage", "community": 426, "community_name": ".removeLocalForage", "source_file": "", "file_type": "", "degree": 2}, {"id": "427", "label": "fetchHints", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 12, "color": "#ffffff"}, "title": "fetchHints", "community": 427, "community_name": "fetchHints", "source_file": "", "file_type": "", "degree": 2}, {"id": "428", "label": ".alertWhenCompress", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 12, "color": "#ffffff"}, "title": ".alertWhenCompress", "community": 428, "community_name": ".alertWhenCompress", "source_file": "", "file_type": "", "degree": 0}, {"id": "432", "label": "._clickAction_text", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 12, "color": "#ffffff"}, "title": "._clickAction_text", "community": 432, "community_name": "._clickAction_text", "source_file": "", "file_type": "", "degree": 3}, {"id": "433", "label": "data", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 12, "color": "#ffffff"}, "title": "data", "community": 433, "community_name": "data", "source_file": "", "file_type": "", "degree": 0}, {"id": "434", "label": "._action_setHeroOpacity", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 12, "color": "#ffffff"}, "title": "._action_setHeroOpacity", "community": 434, "community_name": "._action_setHeroOpacity", "source_file": "", "file_type": "", "degree": 3}, {"id": "435", "label": ".clamp", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 12, "color": "#ffffff"}, "title": ".clamp", "community": 435, "community_name": ".clamp", "source_file": "", "file_type": "", "degree": 1}, {"id": "436", "label": "._encodeRoute_encodeOne", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 12, "color": "#ffffff"}, "title": "._encodeRoute_encodeOne", "community": 436, "community_name": "._encodeRoute_encodeOne", "source_file": "", "file_type": "", "degree": 1}, {"id": "437", "label": ".unzip", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 12, "color": "#ffffff"}, "title": ".unzip", "community": 437, "community_name": ".unzip", "source_file": "", "file_type": "", "degree": 1}, {"id": "438", "label": ".__next_rand", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 12, "color": "#ffffff"}, "title": ".__next_rand", "community": 438, "community_name": ".__next_rand", "source_file": "", "file_type": "", "degree": 1}, {"id": "439", "label": "jsColor.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 12, "color": "#ffffff"}, "title": "jsColor.js", "community": 439, "community_name": "jsColor.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "449", "label": "lz-string.min.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 12, "color": "#ffffff"}, "title": "lz-string.min.js", "community": 449, "community_name": "lz-string.min.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "450", "label": "javascript_compressed.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 12, "color": "#ffffff"}, "title": "javascript_compressed.js", "community": 450, "community_name": "javascript_compressed.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "452", "label": "editor_blocklyconfig.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 12, "color": "#ffffff"}, "title": "editor_blocklyconfig.js", "community": 452, "community_name": "editor_blocklyconfig.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "453", "label": ".checkCallback", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 12, "color": "#ffffff"}, "title": ".checkCallback", "community": 453, "community_name": ".checkCallback", "source_file": "", "file_type": "", "degree": 0}, {"id": "454", "label": "caret-position.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 12, "color": "#ffffff"}, "title": "caret-position.js", "community": 454, "community_name": "caret-position.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "47", "label": "localforage.min.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 17.7, "font": {"size": 12, "color": "#ffffff"}, "title": "localforage.min.js", "community": 47, "community_name": "localforage.min.js", "source_file": "", "file_type": "", "degree": 3}, {"id": "48", "label": ".doAction", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 17.6, "font": {"size": 12, "color": "#ffffff"}, "title": ".doAction", "community": 48, "community_name": ".doAction", "source_file": "", "file_type": "", "degree": 8}, {"id": "481", "label": ".addMark", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".addMark", "community": 481, "community_name": ".addMark", "source_file": "", "file_type": "", "degree": 0}, {"id": "482", "label": ".loadCommentjs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".loadCommentjs", "community": 482, "community_name": ".loadCommentjs", "source_file": "", "file_type": "", "degree": 0}, {"id": "483", "label": ".save", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".save", "community": 483, "community_name": ".save", "source_file": "", "file_type": "", "degree": 0}, {"id": "484", "label": ".saveCommentJs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".saveCommentJs", "community": 484, "community_name": ".saveCommentJs", "source_file": "", "file_type": "", "degree": 0}, {"id": "485", "label": ".saveImage", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".saveImage", "community": 485, "community_name": ".saveImage", "source_file": "", "file_type": "", "degree": 0}, {"id": "487", "label": ".doCoreFunc", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".doCoreFunc", "community": 487, "community_name": ".doCoreFunc", "source_file": "", "file_type": "", "degree": 0}, {"id": "488", "label": ".fetchMapFromCore", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".fetchMapFromCore", "community": 488, "community_name": ".fetchMapFromCore", "source_file": "", "file_type": "", "degree": 0}, {"id": "489", "label": ".fixFunctionInGameData", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".fixFunctionInGameData", "community": 489, "community_name": ".fixFunctionInGameData", "source_file": "", "file_type": "", "degree": 0}, {"id": "490", "label": ".getEnemy", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".getEnemy", "community": 490, "community_name": ".getEnemy", "source_file": "", "file_type": "", "degree": 0}, {"id": "491", "label": ".getFirstData", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".getFirstData", "community": 491, "community_name": ".getFirstData", "source_file": "", "file_type": "", "degree": 0}, {"id": "492", "label": ".getFloorFileList", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".getFloorFileList", "community": 492, "community_name": ".getFloorFileList", "source_file": "", "file_type": "", "degree": 0}, {"id": "493", "label": ".getValue", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".getValue", "community": 493, "community_name": ".getValue", "source_file": "", "file_type": "", "degree": 0}, {"id": "494", "label": ".idsInit", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".idsInit", "community": 494, "community_name": ".idsInit", "source_file": "", "file_type": "", "degree": 0}, {"id": "495", "label": ".replacerForLoading", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".replacerForLoading", "community": 495, "community_name": ".replacerForLoading", "source_file": "", "file_type": "", "degree": 0}, {"id": "496", "label": ".replacerForSaving", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".replacerForSaving", "community": 496, "community_name": ".replacerForSaving", "source_file": "", "file_type": "", "degree": 0}, {"id": "497", "label": ".replacerWithoutRecord", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".replacerWithoutRecord", "community": 497, "community_name": ".replacerWithoutRecord", "source_file": "", "file_type": "", "degree": 0}, {"id": "498", "label": ".setValue", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".setValue", "community": 498, "community_name": ".setValue", "source_file": "", "file_type": "", "degree": 0}, {"id": "504", "label": ".onCommentBtnClick", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".onCommentBtnClick", "community": 504, "community_name": ".onCommentBtnClick", "source_file": "", "file_type": "", "degree": 0}, {"id": "505", "label": ".onCopyBtnClick", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".onCopyBtnClick", "community": 505, "community_name": ".onCopyBtnClick", "source_file": "", "file_type": "", "degree": 0}, {"id": "506", "label": ".onFoldBtnClick", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".onFoldBtnClick", "community": 506, "community_name": ".onFoldBtnClick", "source_file": "", "file_type": "", "degree": 0}, {"id": "510", "label": ".decode64", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".decode64", "community": 510, "community_name": ".decode64", "source_file": "", "file_type": "", "degree": 0}, {"id": "511", "label": ".encode64", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".encode64", "community": 511, "community_name": ".encode64", "source_file": "", "file_type": "", "degree": 0}, {"id": "512", "label": ".getPixel", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".getPixel", "community": 512, "community_name": ".getPixel", "source_file": "", "file_type": "", "degree": 0}, {"id": "513", "label": ".guid", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".guid", "community": 513, "community_name": ".guid", "source_file": "", "file_type": "", "degree": 0}, {"id": "514", "label": ".HTMLescape", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".HTMLescape", "community": 514, "community_name": ".HTMLescape", "source_file": "", "file_type": "", "degree": 0}, {"id": "515", "label": ".setPixel", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".setPixel", "community": 515, "community_name": ".setPixel", "source_file": "", "file_type": "", "degree": 0}, {"id": "52", "label": "ui", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 17.3, "font": {"size": 12, "color": "#ffffff"}, "title": "ui", "community": 52, "community_name": "ui", "source_file": "", "file_type": "", "degree": 7}, {"id": "56", "label": "codeMirror.plugin.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "codeMirror.plugin.js", "community": 56, "community_name": "codeMirror.plugin.js", "source_file": "", "file_type": "", "degree": 8}, {"id": "63", "label": "maps", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.6, "font": {"size": 12, "color": "#ffffff"}, "title": "maps", "community": 63, "community_name": "maps", "source_file": "", "file_type": "", "degree": 7}, {"id": "64", "label": "tern.min.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.6, "font": {"size": 12, "color": "#ffffff"}, "title": "tern.min.js", "community": 64, "community_name": "tern.min.js", "source_file": "", "file_type": "", "degree": 5}, {"id": "69", "label": "actions", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 16.5, "font": {"size": 12, "color": "#ffffff"}, "title": "actions", "community": 69, "community_name": "actions", "source_file": "", "file_type": "", "degree": 6}, {"id": "78", "label": "equipbox.vue", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.8, "font": {"size": 12, "color": "#ffffff"}, "title": "equipbox.vue", "community": 78, "community_name": "equipbox.vue", "source_file": "", "file_type": "", "degree": 14}, {"id": "80", "label": "e", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.8, "font": {"size": 12, "color": "#ffffff"}, "title": "e", "community": 80, "community_name": "e", "source_file": "", "file_type": "", "degree": 13}, {"id": "85", "label": ".__action_doAsyncFunc", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".__action_doAsyncFunc", "community": 85, "community_name": ".__action_doAsyncFunc", "source_file": "", "file_type": "", "degree": 6}, {"id": "90", "label": "animate/src/utils.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "animate/src/utils.ts", "community": 90, "community_name": "animate/src/utils.ts", "source_file": "", "file_type": "", "degree": 7}, {"id": "93", "label": "ae", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "ae", "community": 93, "community_name": "ae", "source_file": "", "file_type": "", "degree": 14}, {"id": "94", "label": "O", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "O", "community": 94, "community_name": "O", "source_file": "", "file_type": "", "degree": 9}, {"id": "99", "label": "n", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.8, "font": {"size": 12, "color": "#ffffff"}, "title": "n", "community": 99, "community_name": "n", "source_file": "", "file_type": "", "degree": 15}, {"id": "100", "label": "\u63a5\u53e3\u8bbe\u8ba1\u4e0e\u9884\u671f", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "\u63a5\u53e3\u8bbe\u8ba1\u4e0e\u9884\u671f", "community": 100, "community_name": "\u63a5\u53e3\u8bbe\u8ba1\u4e0e\u9884\u671f", "source_file": "", "file_type": "", "degree": 0}, {"id": "103", "label": "UI \u7f16\u5199", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.4, "font": {"size": 12, "color": "#ffffff"}, "title": "UI \u7f16\u5199", "community": 103, "community_name": "UI \u7f16\u5199", "source_file": "", "file_type": "", "degree": 1}, {"id": "107", "label": "\u8fc7\u6e21\u52a8\u753b\u63a7\u5236", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.3, "font": {"size": 12, "color": "#ffffff"}, "title": "\u8fc7\u6e21\u52a8\u753b\u63a7\u5236", "community": 107, "community_name": "\u8fc7\u6e21\u52a8\u753b\u63a7\u5236", "source_file": "", "file_type": "", "degree": 1}, {"id": "117", "label": "replay-array.md", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "replay-array.md", "community": 117, "community_name": "replay-array.md", "source_file": "", "file_type": "", "degree": 0}, {"id": "122", "label": "entry-client/package.json", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.0, "font": {"size": 12, "color": "#ffffff"}, "title": "entry-client/package.json", "community": 122, "community_name": "entry-client/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "126", "label": "\u65b9\u6cd5\u8bf4\u660e", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.9, "font": {"size": 12, "color": "#ffffff"}, "title": "\u65b9\u6cd5\u8bf4\u660e", "community": 126, "community_name": "\u65b9\u6cd5\u8bf4\u660e", "source_file": "", "file_type": "", "degree": 0}, {"id": "127", "label": "ObjectMoverBase API \u6587\u6863", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.9, "font": {"size": 12, "color": "#ffffff"}, "title": "ObjectMoverBase API \u6587\u6863", "community": 127, "community_name": "ObjectMoverBase API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "128", "label": "\u63a5\u53e3\u8bbe\u8ba1\u5206\u6790", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.9, "font": {"size": 12, "color": "#ffffff"}, "title": "\u63a5\u53e3\u8bbe\u8ba1\u5206\u6790", "community": 128, "community_name": "\u63a5\u53e3\u8bbe\u8ba1\u5206\u6790", "source_file": "", "file_type": "", "degree": 0}, {"id": "129", "label": "\u63a5\u53e3\u8bbe\u8ba1\u5206\u6790", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.9, "font": {"size": 12, "color": "#ffffff"}, "title": "\u63a5\u53e3\u8bbe\u8ba1\u5206\u6790", "community": 129, "community_name": "\u63a5\u53e3\u8bbe\u8ba1\u5206\u6790", "source_file": "", "file_type": "", "degree": 0}, {"id": "130", "label": "4. \u5404\u65b9\u6cd5\u5b9e\u73b0", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.9, "font": {"size": 12, "color": "#ffffff"}, "title": "4. \u5404\u65b9\u6cd5\u5b9e\u73b0", "community": 130, "community_name": "4. \u5404\u65b9\u6cd5\u5b9e\u73b0", "source_file": "", "file_type": "", "degree": 0}, {"id": "138", "label": "client-modules/package.json", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.7, "font": {"size": 12, "color": "#ffffff"}, "title": "client-modules/package.json", "community": 138, "community_name": "client-modules/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "140", "label": "\u9700\u8981\u4fee\u6539\u7684\u6587\u4ef6", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "\u9700\u8981\u4fee\u6539\u7684\u6587\u4ef6", "community": 140, "community_name": "\u9700\u8981\u4fee\u6539\u7684\u6587\u4ef6", "source_file": "", "file_type": "", "degree": 0}, {"id": "141", "label": "\u9700\u8981\u4fee\u6539\u7684\u6587\u4ef6", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "\u9700\u8981\u4fee\u6539\u7684\u6587\u4ef6", "community": 141, "community_name": "\u9700\u8981\u4fee\u6539\u7684\u6587\u4ef6", "source_file": "", "file_type": "", "degree": 0}, {"id": "142", "label": "\u9519\u8bef\u4ee3\u7801\u4e00\u89c8\u53ca\u5176\u89e3\u51b3\u65b9\u6848 1-50", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "\u9519\u8bef\u4ee3\u7801\u4e00\u89c8\u53ca\u5176\u89e3\u51b3\u65b9\u6848 1-50", "community": 142, "community_name": "\u9519\u8bef\u4ee3\u7801\u4e00\u89c8\u53ca\u5176\u89e3\u51b3\u65b9\u6848 1-50", "source_file": "", "file_type": "", "degree": 0}, {"id": "147", "label": "\u65b9\u6cd5\u8bf4\u660e", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.4, "font": {"size": 12, "color": "#ffffff"}, "title": "\u65b9\u6cd5\u8bf4\u660e", "community": 147, "community_name": "\u65b9\u6cd5\u8bf4\u660e", "source_file": "", "file_type": "", "degree": 1}, {"id": "148", "label": "ui/index.md", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.4, "font": {"size": 12, "color": "#ffffff"}, "title": "ui/index.md", "community": 148, "community_name": "ui/index.md", "source_file": "", "file_type": "", "degree": 4}, {"id": "149", "label": "ui.md", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.4, "font": {"size": 12, "color": "#ffffff"}, "title": "ui.md", "community": 149, "community_name": "ui.md", "source_file": "", "file_type": "", "degree": 18}, {"id": "150", "label": "\u5b9e\u73b0\u601d\u8def", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.4, "font": {"size": 12, "color": "#ffffff"}, "title": "\u5b9e\u73b0\u601d\u8def", "community": 150, "community_name": "\u5b9e\u73b0\u601d\u8def", "source_file": "", "file_type": "", "degree": 0}, {"id": "157", "label": "\u65b9\u6cd5\u8bf4\u660e", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.3, "font": {"size": 12, "color": "#ffffff"}, "title": "\u65b9\u6cd5\u8bf4\u660e", "community": 157, "community_name": "\u65b9\u6cd5\u8bf4\u660e", "source_file": "", "file_type": "", "degree": 0}, {"id": "158", "label": "UI \u7cfb\u7edf", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.3, "font": {"size": 12, "color": "#ffffff"}, "title": "UI \u7cfb\u7edf", "community": 158, "community_name": "UI \u7cfb\u7edf", "source_file": "", "file_type": "", "degree": 1}, {"id": "164", "label": "enemy-combat-flow.md", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.2, "font": {"size": 12, "color": "#ffffff"}, "title": "enemy-combat-flow.md", "community": 164, "community_name": "enemy-combat-flow.md", "source_file": "", "file_type": "", "degree": 0}, {"id": "165", "label": "\u5b9e\u73b0\u601d\u8def", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.2, "font": {"size": 12, "color": "#ffffff"}, "title": "\u5b9e\u73b0\u601d\u8def", "community": 165, "community_name": "\u5b9e\u73b0\u601d\u8def", "source_file": "", "file_type": "", "degree": 0}, {"id": "166", "label": "3. \u81ea\u52a8\u5206\u533a\u6fc0\u6d3b\u5668", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.2, "font": {"size": 12, "color": "#ffffff"}, "title": "3. \u81ea\u52a8\u5206\u533a\u6fc0\u6d3b\u5668", "community": 166, "community_name": "3. \u81ea\u52a8\u5206\u533a\u6fc0\u6d3b\u5668", "source_file": "", "file_type": "", "degree": 0}, {"id": "171", "label": "\u65b9\u6cd5\u8bf4\u660e", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.0, "font": {"size": 12, "color": "#ffffff"}, "title": "\u65b9\u6cd5\u8bf4\u660e", "community": 171, "community_name": "\u65b9\u6cd5\u8bf4\u660e", "source_file": "", "file_type": "", "degree": 0}, {"id": "172", "label": "\u9009\u62e9\u6846\u4e0e\u786e\u8ba4\u6846", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.0, "font": {"size": 12, "color": "#ffffff"}, "title": "\u9009\u62e9\u6846\u4e0e\u786e\u8ba4\u6846", "community": 172, "community_name": "\u9009\u62e9\u6846\u4e0e\u786e\u8ba4\u6846", "source_file": "", "file_type": "", "degree": 4}, {"id": "178", "label": "compilerOptions", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.0, "font": {"size": 12, "color": "#ffffff"}, "title": "compilerOptions", "community": 178, "community_name": "compilerOptions", "source_file": "", "file_type": "", "degree": 0}, {"id": "179", "label": "5. `IEnemyManager<TAttr>` \u63a5\u53e3\u4fee\u6539", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.9, "font": {"size": 12, "color": "#ffffff"}, "title": "5. `IEnemyManager&lt;TAttr&gt;` \u63a5\u53e3\u4fee\u6539", "community": 179, "community_name": "5. `IEnemyManager<TAttr>` \u63a5\u53e3\u4fee\u6539", "source_file": "", "file_type": "", "degree": 0}, {"id": "180", "label": "template.md", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.9, "font": {"size": 12, "color": "#ffffff"}, "title": "template.md", "community": 180, "community_name": "template.md", "source_file": "", "file_type": "", "degree": 0}, {"id": "188", "label": "\u65b9\u6cd5\u8bf4\u660e", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.8, "font": {"size": 12, "color": "#ffffff"}, "title": "\u65b9\u6cd5\u8bf4\u660e", "community": 188, "community_name": "\u65b9\u6cd5\u8bf4\u660e", "source_file": "", "file_type": "", "degree": 1}, {"id": "189", "label": "\u65b9\u6cd5\u8bf4\u660e", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.8, "font": {"size": 12, "color": "#ffffff"}, "title": "\u65b9\u6cd5\u8bf4\u660e", "community": 189, "community_name": "\u65b9\u6cd5\u8bf4\u660e", "source_file": "", "file_type": "", "degree": 1}, {"id": "190", "label": "replay-safety.md", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.8, "font": {"size": 12, "color": "#ffffff"}, "title": "replay-safety.md", "community": 190, "community_name": "replay-safety.md", "source_file": "", "file_type": "", "degree": 0}, {"id": "191", "label": "\u97f3\u9891\u7cfb\u7edf", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.8, "font": {"size": 12, "color": "#ffffff"}, "title": "\u97f3\u9891\u7cfb\u7edf", "community": 191, "community_name": "\u97f3\u9891\u7cfb\u7edf", "source_file": "", "file_type": "", "degree": 1}, {"id": "192", "label": "\u901a\u7528\u5c5e\u6027", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.8, "font": {"size": 12, "color": "#ffffff"}, "title": "\u901a\u7528\u5c5e\u6027", "community": 192, "community_name": "\u901a\u7528\u5c5e\u6027", "source_file": "", "file_type": "", "degree": 1}, {"id": "195", "label": "\u7ec4\u6210", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.8, "font": {"size": 12, "color": "#ffffff"}, "title": "\u7ec4\u6210", "community": 195, "community_name": "\u7ec4\u6210", "source_file": "", "file_type": "", "degree": 0}, {"id": "196", "label": "\u65b9\u6cd5\u8bf4\u660e", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "\u65b9\u6cd5\u8bf4\u660e", "community": 196, "community_name": "\u65b9\u6cd5\u8bf4\u660e", "source_file": "", "file_type": "", "degree": 0}, {"id": "197", "label": "SoundPlayer API \u6587\u6863", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "SoundPlayer API \u6587\u6863", "community": 197, "community_name": "SoundPlayer API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "198", "label": "IHeroMover", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "IHeroMover", "community": 198, "community_name": "IHeroMover", "source_file": "", "file_type": "", "degree": 0}, {"id": "199", "label": "dependencies", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "dependencies", "community": 199, "community_name": "dependencies", "source_file": "", "file_type": "", "degree": 1}, {"id": "204", "label": "\u65b9\u6cd5\u8bf4\u660e", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": "\u65b9\u6cd5\u8bf4\u660e", "community": 204, "community_name": "\u65b9\u6cd5\u8bf4\u660e", "source_file": "", "file_type": "", "degree": 1}, {"id": "205", "label": "AudioEffect API \u6587\u6863", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": "AudioEffect API \u6587\u6863", "community": 205, "community_name": "AudioEffect API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "206", "label": "\u65b9\u6cd5\u8bf4\u660e", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": "\u65b9\u6cd5\u8bf4\u660e", "community": 206, "community_name": "\u65b9\u6cd5\u8bf4\u660e", "source_file": "", "file_type": "", "degree": 0}, {"id": "207", "label": "TextContentTyper API \u6587\u6863", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": "TextContentTyper API \u6587\u6863", "community": 207, "community_name": "TextContentTyper API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "208", "label": "WeatherController API \u6587\u6863", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": "WeatherController API \u6587\u6863", "community": 208, "community_name": "WeatherController API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "209", "label": "\u5b9e\u73b0\u601d\u8def", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": "\u5b9e\u73b0\u601d\u8def", "community": 209, "community_name": "\u5b9e\u73b0\u601d\u8def", "source_file": "", "file_type": "", "degree": 0}, {"id": "210", "label": "scripts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": "scripts", "community": 210, "community_name": "scripts", "source_file": "", "file_type": "", "degree": 1}, {"id": "216", "label": "motajs-common/index.md", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.3, "font": {"size": 12, "color": "#ffffff"}, "title": "motajs-common/index.md", "community": 216, "community_name": "motajs-common/index.md", "source_file": "", "file_type": "", "degree": 2}, {"id": "217", "label": "AudioDecoder API \u6587\u6863", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 12, "color": "#ffffff"}, "title": "AudioDecoder API \u6587\u6863", "community": 217, "community_name": "AudioDecoder API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "218", "label": "AudioSource API \u6587\u6863", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.3, "font": {"size": 12, "color": "#ffffff"}, "title": "AudioSource API \u6587\u6863", "community": 218, "community_name": "AudioSource API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "219", "label": "\u6838\u5fc3\u65b9\u6cd5\u8bf4\u660e", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.3, "font": {"size": 12, "color": "#ffffff"}, "title": "\u6838\u5fc3\u65b9\u6cd5\u8bf4\u660e", "community": 219, "community_name": "\u6838\u5fc3\u65b9\u6cd5\u8bf4\u660e", "source_file": "", "file_type": "", "degree": 0}, {"id": "220", "label": "\u8b66\u544a\u4ee3\u7801\u4e00\u89c8\u53ca\u5176\u89e3\u51b3\u65b9\u6848 51-100", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 12, "color": "#ffffff"}, "title": "\u8b66\u544a\u4ee3\u7801\u4e00\u89c8\u53ca\u5176\u89e3\u51b3\u65b9\u6848 51-100", "community": 220, "community_name": "\u8b66\u544a\u4ee3\u7801\u4e00\u89c8\u53ca\u5176\u89e3\u51b3\u65b9\u6848 51-100", "source_file": "", "file_type": "", "degree": 0}, {"id": "224", "label": "entry-data/package.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.3, "font": {"size": 12, "color": "#ffffff"}, "title": "entry-data/package.json", "community": 224, "community_name": "entry-data/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "230", "label": "GL2 \u7c7b API \u6587\u6863", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.2, "font": {"size": 12, "color": "#ffffff"}, "title": "GL2 \u7c7b API \u6587\u6863", "community": 230, "community_name": "GL2 \u7c7b API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "231", "label": "CameraAnimation API \u6587\u6863", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 12, "color": "#ffffff"}, "title": "CameraAnimation API \u6587\u6863", "community": 231, "community_name": "CameraAnimation API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "232", "label": "Font API \u6587\u6863", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Font API \u6587\u6863", "community": 232, "community_name": "Font API \u6587\u6863", "source_file": "", "file_type": "", "degree": 1}, {"id": "233", "label": "\u65b9\u6cd5\u8bf4\u660e", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.2, "font": {"size": 12, "color": "#ffffff"}, "title": "\u65b9\u6cd5\u8bf4\u660e", "community": 233, "community_name": "\u65b9\u6cd5\u8bf4\u660e", "source_file": "", "file_type": "", "degree": 0}, {"id": "234", "label": "InputBox \u8f93\u5165\u5bf9\u8bdd\u6846\u7ec4\u4ef6 API \u6587\u6863", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.2, "font": {"size": 12, "color": "#ffffff"}, "title": "InputBox \u8f93\u5165\u5bf9\u8bdd\u6846\u7ec4\u4ef6 API \u6587\u6863", "community": 234, "community_name": "InputBox \u8f93\u5165\u5bf9\u8bdd\u6846\u7ec4\u4ef6 API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "240", "label": "g-circle \u6807\u7b7e API \u6587\u6863", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "g-circle \u6807\u7b7e API \u6587\u6863", "community": 240, "community_name": "g-circle \u6807\u7b7e API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "241", "label": "g-ellipse \u6807\u7b7e API \u6587\u6863", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "g-ellipse \u6807\u7b7e API \u6587\u6863", "community": 241, "community_name": "g-ellipse \u6807\u7b7e API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "242", "label": "AudioPlayer API \u6587\u6863", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "AudioPlayer API \u6587\u6863", "community": 242, "community_name": "AudioPlayer API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "243", "label": "\u6838\u5fc3\u65b9\u6cd5\u8bf4\u660e", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "\u6838\u5fc3\u65b9\u6cd5\u8bf4\u660e", "community": 243, "community_name": "\u6838\u5fc3\u65b9\u6cd5\u8bf4\u660e", "source_file": "", "file_type": "", "degree": 0}, {"id": "244", "label": "\u5feb\u901f\u5f00\u59cb", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "\u5feb\u901f\u5f00\u59cb", "community": 244, "community_name": "\u5feb\u901f\u5f00\u59cb", "source_file": "", "file_type": "", "degree": 2}, {"id": "247", "label": "legacy-ui/package.json", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "legacy-ui/package.json", "community": 247, "community_name": "legacy-ui/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "254", "label": "GL2Program \u7c7b API \u6587\u6863", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.9, "font": {"size": 12, "color": "#ffffff"}, "title": "GL2Program \u7c7b API \u6587\u6863", "community": 254, "community_name": "GL2Program \u7c7b API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "255", "label": "UI \u5143\u7d20", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 12, "color": "#ffffff"}, "title": "UI \u5143\u7d20", "community": 255, "community_name": "UI \u5143\u7d20", "source_file": "", "file_type": "", "degree": 4}, {"id": "256", "label": "MotaRenderer \u7c7b API \u6587\u6863", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.9, "font": {"size": 12, "color": "#ffffff"}, "title": "MotaRenderer \u7c7b API \u6587\u6863", "community": 256, "community_name": "MotaRenderer \u7c7b API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "257", "label": "\u65b9\u6cd5\u8bf4\u660e", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.9, "font": {"size": 12, "color": "#ffffff"}, "title": "\u65b9\u6cd5\u8bf4\u660e", "community": 257, "community_name": "\u65b9\u6cd5\u8bf4\u660e", "source_file": "", "file_type": "", "degree": 1}, {"id": "258", "label": "g-bezier \u6807\u7b7e API \u6587\u6863", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.9, "font": {"size": 12, "color": "#ffffff"}, "title": "g-bezier \u6807\u7b7e API \u6587\u6863", "community": 258, "community_name": "g-bezier \u6807\u7b7e API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "259", "label": "g-rectr \u6807\u7b7e API \u6587\u6863", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.9, "font": {"size": 12, "color": "#ffffff"}, "title": "g-rectr \u6807\u7b7e API \u6587\u6863", "community": 259, "community_name": "g-rectr \u6807\u7b7e API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "260", "label": "HeroKeyMover API \u6587\u6863", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 12, "color": "#ffffff"}, "title": "HeroKeyMover API \u6587\u6863", "community": 260, "community_name": "HeroKeyMover API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "261", "label": "TipStore API \u6587\u6863", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.9, "font": {"size": 12, "color": "#ffffff"}, "title": "TipStore API \u6587\u6863", "community": 261, "community_name": "TipStore API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "262", "label": "ListPage \u5217\u8868\u9875\u9762\u7ec4\u4ef6 API \u6587\u6863", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.9, "font": {"size": 12, "color": "#ffffff"}, "title": "ListPage \u5217\u8868\u9875\u9762\u7ec4\u4ef6 API \u6587\u6863", "community": 262, "community_name": "ListPage \u5217\u8868\u9875\u9762\u7ec4\u4ef6 API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "263", "label": "Page \u5206\u9875\u7ec4\u4ef6 API \u6587\u6863", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.9, "font": {"size": 12, "color": "#ffffff"}, "title": "Page \u5206\u9875\u7ec4\u4ef6 API \u6587\u6863", "community": 263, "community_name": "Page \u5206\u9875\u7ec4\u4ef6 API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "264", "label": "\u5b9e\u73b0\u601d\u8def", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.9, "font": {"size": 12, "color": "#ffffff"}, "title": "\u5b9e\u73b0\u601d\u8def", "community": 264, "community_name": "\u5b9e\u73b0\u601d\u8def", "source_file": "", "file_type": "", "degree": 0}, {"id": "265", "label": "\u5b9e\u73b0\u601d\u8def", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 12, "color": "#ffffff"}, "title": "\u5b9e\u73b0\u601d\u8def", "community": 265, "community_name": "\u5b9e\u73b0\u601d\u8def", "source_file": "", "file_type": "", "degree": 0}, {"id": "267", "label": "preset/keyboard.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.9, "font": {"size": 12, "color": "#ffffff"}, "title": "preset/keyboard.ts", "community": 267, "community_name": "preset/keyboard.ts", "source_file": "", "file_type": "", "degree": 5}, {"id": "269", "label": "Camera API \u6587\u6863", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.8, "font": {"size": 12, "color": "#ffffff"}, "title": "Camera API \u6587\u6863", "community": 269, "community_name": "Camera API \u6587\u6863", "source_file": "", "file_type": "", "degree": 2}, {"id": "270", "label": "StreamLoader API \u6587\u6863", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 12, "color": "#ffffff"}, "title": "StreamLoader API \u6587\u6863", "community": 270, "community_name": "StreamLoader API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "271", "label": "List \u5217\u8868\u7ec4\u4ef6 API \u6587\u6863", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 12, "color": "#ffffff"}, "title": "List \u5217\u8868\u7ec4\u4ef6 API \u6587\u6863", "community": 271, "community_name": "List \u5217\u8868\u7ec4\u4ef6 API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "272", "label": "Scroll \u6eda\u52a8\u7ec4\u4ef6 API \u6587\u6863", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 12, "color": "#ffffff"}, "title": "Scroll \u6eda\u52a8\u7ec4\u4ef6 API \u6587\u6863", "community": 272, "community_name": "Scroll \u6eda\u52a8\u7ec4\u4ef6 API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "273", "label": "Textbox \u5bf9\u8bdd\u6846\u7ec4\u4ef6 API \u6587\u6863", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 12, "color": "#ffffff"}, "title": "Textbox \u5bf9\u8bdd\u6846\u7ec4\u4ef6 API \u6587\u6863", "community": 273, "community_name": "Textbox \u5bf9\u8bdd\u6846\u7ec4\u4ef6 API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "274", "label": "\u602a\u7269\u7279\u6b8a\u5c5e\u6027", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 12, "color": "#ffffff"}, "title": "\u602a\u7269\u7279\u6b8a\u5c5e\u6027", "community": 274, "community_name": "\u602a\u7269\u7279\u6b8a\u5c5e\u6027", "source_file": "", "file_type": "", "degree": 1}, {"id": "279", "label": "data-state/package.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.8, "font": {"size": 12, "color": "#ffffff"}, "title": "data-state/package.json", "community": 279, "community_name": "data-state/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "285", "label": "Container \u7c7b API \u6587\u6863", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Container \u7c7b API \u6587\u6863", "community": 285, "community_name": "Container \u7c7b API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "286", "label": "RenderItem \u7c7b API \u6587\u6863", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.7, "font": {"size": 12, "color": "#ffffff"}, "title": "RenderItem \u7c7b API \u6587\u6863", "community": 286, "community_name": "RenderItem \u7c7b API \u6587\u6863", "source_file": "", "file_type": "", "degree": 3}, {"id": "287", "label": "ContainerProps API \u6587\u6863", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.7, "font": {"size": 12, "color": "#ffffff"}, "title": "ContainerProps API \u6587\u6863", "community": 287, "community_name": "ContainerProps API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "288", "label": "TextProps API \u6587\u6863", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.7, "font": {"size": 12, "color": "#ffffff"}, "title": "TextProps API \u6587\u6863", "community": 288, "community_name": "TextProps API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "289", "label": "TextContent \u6587\u672c\u7ec4\u4ef6 API \u6587\u6863", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.7, "font": {"size": 12, "color": "#ffffff"}, "title": "TextContent \u6587\u672c\u7ec4\u4ef6 API \u6587\u6863", "community": 289, "community_name": "TextContent \u6587\u672c\u7ec4\u4ef6 API \u6587\u6863", "source_file": "", "file_type": "", "degree": 1}, {"id": "290", "label": "Thumbnail \u5730\u56fe\u7f29\u7565\u56fe\u7ec4\u4ef6 API \u6587\u6863", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Thumbnail \u5730\u56fe\u7f29\u7565\u56fe\u7ec4\u4ef6 API \u6587\u6863", "community": 290, "community_name": "Thumbnail \u5730\u56fe\u7f29\u7565\u56fe\u7ec4\u4ef6 API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "291", "label": "Mota API \u6587\u6863", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Mota API \u6587\u6863", "community": 291, "community_name": "Mota API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "292", "label": "\u6d89\u53ca\u6587\u4ef6", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.7, "font": {"size": 12, "color": "#ffffff"}, "title": "\u6d89\u53ca\u6587\u4ef6", "community": 292, "community_name": "\u6d89\u53ca\u6587\u4ef6", "source_file": "", "file_type": "", "degree": 1}, {"id": "293", "label": "\u65b0\u589e\u6309\u952e", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.7, "font": {"size": 12, "color": "#ffffff"}, "title": "\u65b0\u589e\u6309\u952e", "community": 293, "community_name": "\u65b0\u589e\u6309\u952e", "source_file": "", "file_type": "", "degree": 1}, {"id": "294", "label": "\u4e3b\u52a8\u6280\u80fd", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.7, "font": {"size": 12, "color": "#ffffff"}, "title": "\u4e3b\u52a8\u6280\u80fd", "community": 294, "community_name": "\u4e3b\u52a8\u6280\u80fd", "source_file": "", "file_type": "", "degree": 1}, {"id": "295", "label": "\u7ec4\u4ef6\u4f7f\u7528\u6307\u5357", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.7, "font": {"size": 12, "color": "#ffffff"}, "title": "\u7ec4\u4ef6\u4f7f\u7528\u6307\u5357", "community": 295, "community_name": "\u7ec4\u4ef6\u4f7f\u7528\u6307\u5357", "source_file": "", "file_type": "", "degree": 3}, {"id": "301", "label": "Patch API \u6587\u6863", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Patch API \u6587\u6863", "community": 301, "community_name": "Patch API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "302", "label": "GraphicBaseProps API \u6587\u6863", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "GraphicBaseProps API \u6587\u6863", "community": 302, "community_name": "GraphicBaseProps API \u6587\u6863", "source_file": "", "file_type": "", "degree": 1}, {"id": "303", "label": "g-path \u6807\u7b7e API \u6587\u6863", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "g-path \u6807\u7b7e API \u6587\u6863", "community": 303, "community_name": "g-path \u6807\u7b7e API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "304", "label": "g-quad \u6807\u7b7e API \u6587\u6863", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "g-quad \u6807\u7b7e API \u6587\u6863", "community": 304, "community_name": "g-quad \u6807\u7b7e API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "305", "label": "icon \u6807\u7b7e API \u6587\u6863", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "icon \u6807\u7b7e API \u6587\u6863", "community": 305, "community_name": "icon \u6807\u7b7e API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "306", "label": "Input \u8f93\u5165\u6846\u7ec4\u4ef6 API \u6587\u6863", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Input \u8f93\u5165\u6846\u7ec4\u4ef6 API \u6587\u6863", "community": 306, "community_name": "Input \u8f93\u5165\u6846\u7ec4\u4ef6 API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "307", "label": "Progress \u7ec4\u4ef6 API \u6587\u6863", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Progress \u7ec4\u4ef6 API \u6587\u6863", "community": 307, "community_name": "Progress \u7ec4\u4ef6 API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "308", "label": "ScrollText \u7ec4\u4ef6 API \u6587\u6863", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "ScrollText \u7ec4\u4ef6 API \u6587\u6863", "community": 308, "community_name": "ScrollText \u7ec4\u4ef6 API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "309", "label": "WaitBox \u7b49\u5f85\u6846\u7ec4\u4ef6 API \u6587\u6863", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "WaitBox \u7b49\u5f85\u6846\u7ec4\u4ef6 API \u6587\u6863", "community": 309, "community_name": "WaitBox \u7b49\u5f85\u6846\u7ec4\u4ef6 API \u6587\u6863", "source_file": "", "file_type": "", "degree": 1}, {"id": "310", "label": "\u5b9e\u73b0\u601d\u8def", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "\u5b9e\u73b0\u601d\u8def", "community": 310, "community_name": "\u5b9e\u73b0\u601d\u8def", "source_file": "", "file_type": "", "degree": 1}, {"id": "311", "label": "\u5b9e\u73b0\u601d\u8def", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "\u5b9e\u73b0\u601d\u8def", "community": 311, "community_name": "\u5b9e\u73b0\u601d\u8def", "source_file": "", "file_type": "", "degree": 2}, {"id": "312", "label": "\u4fee\u6539\u72b6\u6001\u680f\u663e\u793a", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "\u4fee\u6539\u72b6\u6001\u680f\u663e\u793a", "community": 312, "community_name": "\u4fee\u6539\u72b6\u6001\u680f\u663e\u793a", "source_file": "", "file_type": "", "degree": 1}, {"id": "315", "label": "packages-user/client-base/package.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "packages-user/client-base/package.json", "community": 315, "community_name": "packages-user/client-base/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "317", "label": "data-base/package.json", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "data-base/package.json", "community": 317, "community_name": "data-base/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "321", "label": "\u51fd\u6570\u8bf4\u660e", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 12, "color": "#ffffff"}, "title": "\u51fd\u6570\u8bf4\u660e", "community": 321, "community_name": "\u51fd\u6570\u8bf4\u660e", "source_file": "", "file_type": "", "degree": 0}, {"id": "322", "label": "Sprite \u7c7b API \u6587\u6863", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 12, "color": "#ffffff"}, "title": "Sprite \u7c7b API \u6587\u6863", "community": 322, "community_name": "Sprite \u7c7b API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "323", "label": "\u51fd\u6570\u8bf4\u660e", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 12, "color": "#ffffff"}, "title": "\u51fd\u6570\u8bf4\u660e", "community": 323, "community_name": "\u51fd\u6570\u8bf4\u660e", "source_file": "", "file_type": "", "degree": 0}, {"id": "324", "label": "g-line \u6807\u7b7e API \u6587\u6863", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 12, "color": "#ffffff"}, "title": "g-line \u6807\u7b7e API \u6587\u6863", "community": 324, "community_name": "g-line \u6807\u7b7e API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "325", "label": "TextContentParser API \u6587\u6863", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 12, "color": "#ffffff"}, "title": "TextContentParser API \u6587\u6863", "community": 325, "community_name": "TextContentParser API \u6587\u6863", "source_file": "", "file_type": "", "degree": 3}, {"id": "326", "label": "Choices \u9009\u9879\u6846\u7ec4\u4ef6 API \u6587\u6863", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 12, "color": "#ffffff"}, "title": "Choices \u9009\u9879\u6846\u7ec4\u4ef6 API \u6587\u6863", "community": 326, "community_name": "Choices \u9009\u9879\u6846\u7ec4\u4ef6 API \u6587\u6863", "source_file": "", "file_type": "", "degree": 1}, {"id": "327", "label": "FloorSelector \u697c\u5c42\u9009\u62e9\u5668\u7ec4\u4ef6 API \u6587\u6863", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 12, "color": "#ffffff"}, "title": "FloorSelector \u697c\u5c42\u9009\u62e9\u5668\u7ec4\u4ef6 API \u6587\u6863", "community": 327, "community_name": "FloorSelector \u697c\u5c42\u9009\u62e9\u5668\u7ec4\u4ef6 API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "328", "label": "\u56fe\u5f62\u6807\u7b7e", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 12, "color": "#ffffff"}, "title": "\u56fe\u5f62\u6807\u7b7e", "community": 328, "community_name": "\u56fe\u5f62\u6807\u7b7e", "source_file": "", "file_type": "", "degree": 1}, {"id": "333", "label": "\u63a5\u53e3\u8bf4\u660e", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": "\u63a5\u53e3\u8bf4\u660e", "community": 333, "community_name": "\u63a5\u53e3\u8bf4\u660e", "source_file": "", "file_type": "", "degree": 1}, {"id": "334", "label": "image \u6807\u7b7e API \u6587\u6863", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": "image \u6807\u7b7e API \u6587\u6863", "community": 334, "community_name": "image \u6807\u7b7e API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "335", "label": "sprite \u6807\u7b7e API \u6587\u6863", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": "sprite \u6807\u7b7e API \u6587\u6863", "community": 335, "community_name": "sprite \u6807\u7b7e API \u6587\u6863", "source_file": "", "file_type": "", "degree": 1}, {"id": "336", "label": "winskin \u6807\u7b7e API \u6587\u6863", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": "winskin \u6807\u7b7e API \u6587\u6863", "community": 336, "community_name": "winskin \u6807\u7b7e API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "337", "label": "GameUI API \u6587\u6863", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": "GameUI API \u6587\u6863", "community": 337, "community_name": "GameUI API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "338", "label": "UIInstance API \u6587\u6863", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": "UIInstance API \u6587\u6863", "community": 338, "community_name": "UIInstance API \u6587\u6863", "source_file": "", "file_type": "", "degree": 1}, {"id": "339", "label": "\u8f6c\u4e49\u5b57\u7b26\u8bed\u6cd5\u8bf4\u660e", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": "\u8f6c\u4e49\u5b57\u7b26\u8bed\u6cd5\u8bf4\u660e", "community": 339, "community_name": "\u8f6c\u4e49\u5b57\u7b26\u8bed\u6cd5\u8bf4\u660e", "source_file": "", "file_type": "", "degree": 1}, {"id": "340", "label": "Background \u80cc\u666f\u7ec4\u4ef6 API \u6587\u6863", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Background \u80cc\u666f\u7ec4\u4ef6 API \u6587\u6863", "community": 340, "community_name": "Background \u80cc\u666f\u7ec4\u4ef6 API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "341", "label": "\u6e38\u620f\u4e8b\u4ef6\u94a9\u5b50 API \u6587\u6863", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": "\u6e38\u620f\u4e8b\u4ef6\u94a9\u5b50 API \u6587\u6863", "community": 341, "community_name": "\u6e38\u620f\u4e8b\u4ef6\u94a9\u5b50 API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "342", "label": "\u63a5\u53e3\u8bbe\u8ba1\u5206\u6790", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": "\u63a5\u53e3\u8bbe\u8ba1\u5206\u6790", "community": 342, "community_name": "\u63a5\u53e3\u8bbe\u8ba1\u5206\u6790", "source_file": "", "file_type": "", "degree": 4}, {"id": "343", "label": "\u52a8\u753b\u6548\u679c", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": "\u52a8\u753b\u6548\u679c", "community": 343, "community_name": "\u52a8\u753b\u6548\u679c", "source_file": "", "file_type": "", "degree": 1}, {"id": "344", "label": "render-vue/package.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": "render-vue/package.json", "community": 344, "community_name": "render-vue/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "349", "label": "data-fallback/package.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": "data-fallback/package.json", "community": 349, "community_name": "data-fallback/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "354", "label": "compilerOptions", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 12, "color": "#ffffff"}, "title": "compilerOptions", "community": 354, "community_name": "compilerOptions", "source_file": "", "file_type": "", "degree": 0}, {"id": "355", "label": "ContainerCustom \u7c7b API \u6587\u6863", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ContainerCustom \u7c7b API \u6587\u6863", "community": 355, "community_name": "ContainerCustom \u7c7b API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "356", "label": "Arrow \u7ec4\u4ef6 API \u6587\u6863", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Arrow \u7ec4\u4ef6 API \u6587\u6863", "community": 356, "community_name": "Arrow \u7ec4\u4ef6 API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "357", "label": "Selection \u7ec4\u4ef6 API \u6587\u6863", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Selection \u7ec4\u4ef6 API \u6587\u6863", "community": 357, "community_name": "Selection \u7ec4\u4ef6 API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "358", "label": "dynamic-tile-move.md", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 12, "color": "#ffffff"}, "title": "dynamic-tile-move.md", "community": 358, "community_name": "dynamic-tile-move.md", "source_file": "", "file_type": "", "degree": 5}, {"id": "359", "label": "\u65b0\u589e\u63a5\u53e3", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 12, "color": "#ffffff"}, "title": "\u65b0\u589e\u63a5\u53e3", "community": 359, "community_name": "\u65b0\u589e\u63a5\u53e3", "source_file": "", "file_type": "", "degree": 1}, {"id": "360", "label": "\u7cfb\u7edf\u8bf4\u660e", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 12, "color": "#ffffff"}, "title": "\u7cfb\u7edf\u8bf4\u660e", "community": 360, "community_name": "\u7cfb\u7edf\u8bf4\u660e", "source_file": "", "file_type": "", "degree": 1}, {"id": "361", "label": "\u6eda\u52a8\u6761 Scroll", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 12, "color": "#ffffff"}, "title": "\u6eda\u52a8\u6761 Scroll", "community": 361, "community_name": "\u6eda\u52a8\u6761 Scroll", "source_file": "", "file_type": "", "degree": 1}, {"id": "362", "label": "UI \u5e38\u89c1\u95ee\u9898", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 12, "color": "#ffffff"}, "title": "UI \u5e38\u89c1\u95ee\u9898", "community": 362, "community_name": "UI \u5e38\u89c1\u95ee\u9898", "source_file": "", "file_type": "", "degree": 1}, {"id": "371", "label": "component.md", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "component.md", "community": 371, "community_name": "component.md", "source_file": "", "file_type": "", "degree": 4}, {"id": "372", "label": "ContainerCustomProps API \u6587\u6863", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "ContainerCustomProps API \u6587\u6863", "community": 372, "community_name": "ContainerCustomProps API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "373", "label": "\u4f7f\u7528\u793a\u4f8b", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "\u4f7f\u7528\u793a\u4f8b", "community": 373, "community_name": "\u4f7f\u7528\u793a\u4f8b", "source_file": "", "file_type": "", "degree": 0}, {"id": "374", "label": "Tip \u7ec4\u4ef6 API \u6587\u6863", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Tip \u7ec4\u4ef6 API \u6587\u6863", "community": 374, "community_name": "Tip \u7ec4\u4ef6 API \u6587\u6863", "source_file": "", "file_type": "", "degree": 0}, {"id": "375", "label": "6. \u79fb\u52a8\u6267\u884c\u6d41\u7a0b", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "6. \u79fb\u52a8\u6267\u884c\u6d41\u7a0b", "community": 375, "community_name": "6. \u79fb\u52a8\u6267\u884c\u6d41\u7a0b", "source_file": "", "file_type": "", "degree": 1}, {"id": "376", "label": "\u9700\u8981\u4fee\u6539\u7684\u6587\u4ef6", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "\u9700\u8981\u4fee\u6539\u7684\u6587\u4ef6", "community": 376, "community_name": "\u9700\u8981\u4fee\u6539\u7684\u6587\u4ef6", "source_file": "", "file_type": "", "degree": 1}, {"id": "377", "label": "trigger-impl.md", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "trigger-impl.md", "community": 377, "community_name": "trigger-impl.md", "source_file": "", "file_type": "", "degree": 0}, {"id": "378", "label": "\u4ee3\u7801\u7f16\u5199\u6307\u5357", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "\u4ee3\u7801\u7f16\u5199\u6307\u5357", "community": 378, "community_name": "\u4ee3\u7801\u7f16\u5199\u6307\u5357", "source_file": "", "file_type": "", "degree": 1}, {"id": "379", "label": "audio/package.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "audio/package.json", "community": 379, "community_name": "audio/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "380", "label": "legacy-client/package.json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "legacy-client/package.json", "community": 380, "community_name": "legacy-client/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "382", "label": "data-system/package.json", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "data-system/package.json", "community": 382, "community_name": "data-system/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "383", "label": "legacy-plugin-client/package.json", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "legacy-plugin-client/package.json", "community": 383, "community_name": "legacy-plugin-client/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "384", "label": "legacy-plugin-data/package.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "legacy-plugin-data/package.json", "community": 384, "community_name": "legacy-plugin-data/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "388", "label": "\u91cd\u6784", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "\u91cd\u6784", "community": 388, "community_name": "\u91cd\u6784", "source_file": "", "file_type": "", "degree": 0}, {"id": "389", "label": "src/package.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "src/package.json", "community": 389, "community_name": "src/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "390", "label": "trigger-refactor.md", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 12, "color": "#ffffff"}, "title": "trigger-refactor.md", "community": 390, "community_name": "trigger-refactor.md", "source_file": "", "file_type": "", "degree": 4}, {"id": "391", "label": "\u6838\u5fc3\u6982\u5ff5\u5b9a\u4e49", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 12, "color": "#ffffff"}, "title": "\u6838\u5fc3\u6982\u5ff5\u5b9a\u4e49", "community": 391, "community_name": "\u6838\u5fc3\u6982\u5ff5\u5b9a\u4e49", "source_file": "", "file_type": "", "degree": 1}, {"id": "392", "label": "\u591a\u884c\u6587\u672c TextContent", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 12, "color": "#ffffff"}, "title": "\u591a\u884c\u6587\u672c TextContent", "community": 392, "community_name": "\u591a\u884c\u6587\u672c TextContent", "source_file": "", "file_type": "", "degree": 1}, {"id": "398", "label": "Event \u6a21\u5757 API \u6587\u6863", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Event \u6a21\u5757 API \u6587\u6863", "community": 398, "community_name": "Event \u6a21\u5757 API \u6587\u6863", "source_file": "", "file_type": "", "degree": 4}, {"id": "399", "label": "\u679a\u4e3e\u8bf4\u660e", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 12, "color": "#ffffff"}, "title": "\u679a\u4e3e\u8bf4\u660e", "community": 399, "community_name": "\u679a\u4e3e\u8bf4\u660e", "source_file": "", "file_type": "", "degree": 1}, {"id": "400", "label": "\u63a5\u53e3\u8bf4\u660e", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 12, "color": "#ffffff"}, "title": "\u63a5\u53e3\u8bf4\u660e", "community": 400, "community_name": "\u63a5\u53e3\u8bf4\u660e", "source_file": "", "file_type": "", "degree": 1}, {"id": "401", "label": "`@user/data-base/src/map/types.ts`", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 12, "color": "#ffffff"}, "title": "`@user/data-base/src/map/types.ts`", "community": 401, "community_name": "`@user/data-base/src/map/types.ts`", "source_file": "", "file_type": "", "degree": 1}, {"id": "402", "label": "\u5b9e\u73b0\u601d\u8def", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 12, "color": "#ffffff"}, "title": "\u5b9e\u73b0\u601d\u8def", "community": 402, "community_name": "\u5b9e\u73b0\u601d\u8def", "source_file": "", "file_type": "", "degree": 1}, {"id": "404", "label": "client/package.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 12, "color": "#ffffff"}, "title": "client/package.json", "community": 404, "community_name": "client/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "405", "label": "legacy-common/package.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 12, "color": "#ffffff"}, "title": "legacy-common/package.json", "community": 405, "community_name": "legacy-common/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "406", "label": "legacy-system/package.json", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 12, "color": "#ffffff"}, "title": "legacy-system/package.json", "community": 406, "community_name": "legacy-system/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "407", "label": "loader/package.json", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 12, "color": "#ffffff"}, "title": "loader/package.json", "community": 407, "community_name": "loader/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "409", "label": "system/package.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 12, "color": "#ffffff"}, "title": "system/package.json", "community": 409, "community_name": "system/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "410", "label": "data-common/package.json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 12, "color": "#ffffff"}, "title": "data-common/package.json", "community": 410, "community_name": "data-common/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "418", "label": "motajs-client-base/index.md", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 12, "color": "#ffffff"}, "title": "motajs-client-base/index.md", "community": 418, "community_name": "motajs-client-base/index.md", "source_file": "", "file_type": "", "degree": 1}, {"id": "419", "label": "\u602a\u7269\u7cfb\u7edf\u6587\u4ef6\u7ed3\u6784\u91cd\u6784", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 12, "color": "#ffffff"}, "title": "\u602a\u7269\u7cfb\u7edf\u6587\u4ef6\u7ed3\u6784\u91cd\u6784", "community": 419, "community_name": "\u602a\u7269\u7cfb\u7edf\u6587\u4ef6\u7ed3\u6784\u91cd\u6784", "source_file": "", "file_type": "", "degree": 0}, {"id": "420", "label": "IHeroMoveTopImpl", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 12, "color": "#ffffff"}, "title": "IHeroMoveTopImpl", "community": 420, "community_name": "IHeroMoveTopImpl", "source_file": "", "file_type": "", "degree": 1}, {"id": "421", "label": "IMapLayer / IDynamicTile", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 12, "color": "#ffffff"}, "title": "IMapLayer / IDynamicTile", "community": 421, "community_name": "IMapLayer / IDynamicTile", "source_file": "", "file_type": "", "degree": 1}, {"id": "422", "label": "ITrigger", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 12, "color": "#ffffff"}, "title": "ITrigger", "community": 422, "community_name": "ITrigger", "source_file": "", "file_type": "", "degree": 1}, {"id": "429", "label": "HTML \u9b54\u5854\u6837\u677f", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 12, "color": "#ffffff"}, "title": "HTML \u9b54\u5854\u6837\u677f", "community": 429, "community_name": "HTML \u9b54\u5854\u6837\u677f", "source_file": "", "file_type": "", "degree": 0}, {"id": "431", "label": "task.md", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 12, "color": "#ffffff"}, "title": "task.md", "community": 431, "community_name": "task.md", "source_file": "", "file_type": "", "degree": 0}, {"id": "443", "label": "logger/index.md", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 12, "color": "#ffffff"}, "title": "logger/index.md", "community": 443, "community_name": "logger/index.md", "source_file": "", "file_type": "", "degree": 0}, {"id": "444", "label": "animate/package.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 12, "color": "#ffffff"}, "title": "animate/package.json", "community": 444, "community_name": "animate/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "445", "label": "packages/client-base/package.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 12, "color": "#ffffff"}, "title": "packages/client-base/package.json", "community": 445, "community_name": "packages/client-base/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "446", "label": "common/package.json", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 12, "color": "#ffffff"}, "title": "common/package.json", "community": 446, "community_name": "common/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "447", "label": "render/package.json", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 12, "color": "#ffffff"}, "title": "render/package.json", "community": 447, "community_name": "render/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "448", "label": "types/package.json", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 12, "color": "#ffffff"}, "title": "types/package.json", "community": 448, "community_name": "types/package.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "451", "label": "NOTICE.md", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 12, "color": "#ffffff"}, "title": "NOTICE.md", "community": 451, "community_name": "NOTICE.md", "source_file": "", "file_type": "", "degree": 0}, {"id": "458", "label": "docs/index.md", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "docs/index.md", "community": 458, "community_name": "docs/index.md", "source_file": "", "file_type": "", "degree": 0}, {"id": "459", "label": "render/README.md", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "render/README.md", "community": 459, "community_name": "render/README.md", "source_file": "", "file_type": "", "degree": 0}, {"id": "460", "label": "Arrow", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Arrow", "community": 460, "community_name": "Arrow", "source_file": "", "file_type": "", "degree": 0}, {"id": "461", "label": "libs/thirdparty/LICENSE.md", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "libs/thirdparty/LICENSE.md", "community": 461, "community_name": "libs/thirdparty/LICENSE.md", "source_file": "", "file_type": "", "degree": 0}, {"id": "462", "label": "project/data.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "project/data.js", "community": 462, "community_name": "project/data.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "463", "label": "project/enemys.js", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "project/enemys.js", "community": 463, "community_name": "project/enemys.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "464", "label": "project/events.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "project/events.js", "community": 464, "community_name": "project/events.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "465", "label": "empty.js", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "empty.js", "community": 465, "community_name": "empty.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "466", "label": "MT0.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "MT0.js", "community": 466, "community_name": "MT0.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "467", "label": "sample0.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "sample0.js", "community": 467, "community_name": "sample0.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "468", "label": "sample1.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "sample1.js", "community": 468, "community_name": "sample1.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "469", "label": "sample2.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "sample2.js", "community": 469, "community_name": "sample2.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "470", "label": "functions.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "functions.js", "community": 470, "community_name": "functions.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "471", "label": "project/icons.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "project/icons.js", "community": 471, "community_name": "project/icons.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "472", "label": "project/items.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "project/items.js", "community": 472, "community_name": "project/items.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "473", "label": "project/maps.js", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "project/maps.js", "community": 473, "community_name": "project/maps.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "474", "label": "plugins.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "plugins.js", "community": 474, "community_name": "plugins.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "475", "label": "blocks_compressed.js", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "blocks_compressed.js", "community": 475, "community_name": "blocks_compressed.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "476", "label": "zh-hans.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "zh-hans.js", "community": 476, "community_name": "zh-hans.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "477", "label": "defs.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "defs.js", "community": 477, "community_name": "defs.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "478", "label": "editor_blockly.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "editor_blockly.js", "community": 478, "community_name": "editor_blockly.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "479", "label": "editor_datapanel.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "editor_datapanel.js", "community": 479, "community_name": "editor_datapanel.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "480", "label": "editor_file.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "editor_file.js", "community": 480, "community_name": "editor_file.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "486", "label": "editor_game.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "editor_game.js", "community": 486, "community_name": "editor_game.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "49", "label": "devDependencies", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 17.4, "font": {"size": 12, "color": "#ffffff"}, "title": "devDependencies", "community": 49, "community_name": "devDependencies", "source_file": "", "file_type": "", "degree": 1}, {"id": "499", "label": "editor_listen.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "editor_listen.js", "community": 499, "community_name": "editor_listen.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "500", "label": "editor_mappanel.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "editor_mappanel.js", "community": 500, "community_name": "editor_mappanel.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "501", "label": "editor_materialpanel.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "editor_materialpanel.js", "community": 501, "community_name": "editor_materialpanel.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "502", "label": "editor_multi.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "editor_multi.js", "community": 502, "community_name": "editor_multi.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "503", "label": "editor_table.js", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "editor_table.js", "community": 503, "community_name": "editor_table.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "507", "label": "editor_ui.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "editor_ui.js", "community": 507, "community_name": "editor_ui.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "508", "label": "editor_uievent.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "editor_uievent.js", "community": 508, "community_name": "editor_uievent.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "509", "label": "editor_util.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "editor_util.js", "community": 509, "community_name": "editor_util.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "516", "label": "fs.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "fs.js", "community": 516, "community_name": "fs.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "517", "label": "comment.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "comment.js", "community": 517, "community_name": "comment.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "518", "label": "data.comment.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "data.comment.js", "community": 518, "community_name": "data.comment.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "519", "label": "events.comment.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "events.comment.js", "community": 519, "community_name": "events.comment.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "520", "label": "functions.comment.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "functions.comment.js", "community": 520, "community_name": "functions.comment.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "521", "label": "plugins.comment.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "plugins.comment.js", "community": 521, "community_name": "plugins.comment.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "522", "label": "_server/thirdparty/LICENSE.md", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "_server/thirdparty/LICENSE.md", "community": 522, "community_name": "_server/thirdparty/LICENSE.md", "source_file": "", "file_type": "", "degree": 0}, {"id": "523", "label": "declare.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "declare.ts", "community": 523, "community_name": "declare.ts", "source_file": "", "file_type": "", "degree": 0}, {"id": "524", "label": "content/item.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 12, "color": "#ffffff"}, "title": "content/item.ts", "community": 524, "community_name": "content/item.ts", "source_file": "", "file_type": "", "degree": 0}, {"id": "55", "label": "\u8b66\u544a\u4ee3\u7801\u4e00\u89c8\u53ca\u5176\u89e3\u51b3\u65b9\u6848 1-50", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "\u8b66\u544a\u4ee3\u7801\u4e00\u89c8\u53ca\u5176\u89e3\u51b3\u65b9\u6848 1-50", "community": 55, "community_name": "\u8b66\u544a\u4ee3\u7801\u4e00\u89c8\u53ca\u5176\u89e3\u51b3\u65b9\u6848 1-50", "source_file": "", "file_type": "", "degree": 1}, {"id": "58", "label": "package.json", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "package.json", "community": 58, "community_name": "package.json", "source_file": "", "file_type": "", "degree": 19}, {"id": "61", "label": "\u63a5\u53e3\u8bbe\u8ba1\u5206\u6790", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.6, "font": {"size": 12, "color": "#ffffff"}, "title": "\u63a5\u53e3\u8bbe\u8ba1\u5206\u6790", "community": 61, "community_name": "\u63a5\u53e3\u8bbe\u8ba1\u5206\u6790", "source_file": "", "file_type": "", "degree": 0}, {"id": "65", "label": "code.md", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 16.5, "font": {"size": 12, "color": "#ffffff"}, "title": "code.md", "community": 65, "community_name": "code.md", "source_file": "", "file_type": "", "degree": 0}, {"id": "70", "label": "guide/system.md", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.3, "font": {"size": 12, "color": "#ffffff"}, "title": "guide/system.md", "community": 70, "community_name": "guide/system.md", "source_file": "", "file_type": "", "degree": 7}, {"id": "89", "label": "hero-equipment.md", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "hero-equipment.md", "community": 89, "community_name": "hero-equipment.md", "source_file": "", "file_type": "", "degree": 0}];
const RAW_EDGES = [{"from": "0", "to": "51", "label": "23 cross-community edges", "title": "23 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "3", "label": "129 cross-community edges", "title": "129 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "91", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "4", "label": "26 cross-community edges", "title": "26 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "33", "label": "29 cross-community edges", "title": "29 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "13", "label": "39 cross-community edges", "title": "39 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "2", "label": "43 cross-community edges", "title": "43 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "5", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "6", "label": "51 cross-community edges", "title": "51 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "79", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "92", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "44", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "14", "label": "22 cross-community edges", "title": "22 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "118", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "24", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "394", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "71", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "38", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "68", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "20", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "59", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "30", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "11", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "46", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "9", "label": "15 cross-community edges", "title": "15 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "174", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "25", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "1", "to": "159", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "26", "label": "15 cross-community edges", "title": "15 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "15", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "101", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "28", "label": "21 cross-community edges", "title": "21 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "12", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "45", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "11", "label": "18 cross-community edges", "title": "18 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "42", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "31", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "20", "label": "11 cross-community edges", "title": "11 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "38", "label": "12 cross-community edges", "title": "12 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "75", "label": "14 cross-community edges", "title": "14 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "67", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "95", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "43", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "316", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "96", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "68", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "35", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "29", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "9", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "86", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "77", "label": "11 cross-community edges", "title": "11 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "152", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "2", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "345", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "50", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "24", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "62", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "17", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "59", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "30", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "101", "to": "42", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "101", "to": "31", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "104", "to": "82", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "104", "to": "211", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "104", "to": "170", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "104", "to": "78", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "104", "to": "143", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "104", "to": "182", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "104", "to": "97", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "104", "to": "160", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "104", "to": "200", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "104", "to": "75", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "104", "to": "9", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "108", "to": "118", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "108", "to": "81", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "108", "to": "23", "label": "11 cross-community edges", "title": "11 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "108", "to": "38", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "108", "to": "37", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "108", "to": "66", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "108", "to": "275", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "108", "to": "109", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "108", "to": "181", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "109", "to": "23", "label": "19 cross-community edges", "title": "19 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "109", "to": "275", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "109", "to": "37", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "109", "to": "81", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "109", "to": "20", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "28", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "20", "label": "46 cross-community edges", "title": "46 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "15", "label": "11 cross-community edges", "title": "11 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "68", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "38", "label": "35 cross-community edges", "title": "35 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "62", "label": "32 cross-community edges", "title": "32 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "17", "label": "36 cross-community edges", "title": "36 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "42", "label": "11 cross-community edges", "title": "11 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "75", "label": "26 cross-community edges", "title": "26 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "50", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "95", "label": "12 cross-community edges", "title": "12 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "135", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "151", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "167", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "168", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "2", "label": "12 cross-community edges", "title": "12 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "245", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "26", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "297", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "43", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "8", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "86", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "9", "label": "15 cross-community edges", "title": "15 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "161", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "121", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "267", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "82", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "53", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "78", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "143", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "182", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "97", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "160", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "200", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "31", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "110", "to": "67", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "110", "to": "57", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "110", "to": "84", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "110", "to": "77", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "110", "to": "59", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "110", "to": "30", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "110", "to": "83", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "110", "to": "54", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "110", "to": "44", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "110", "to": "119", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "110", "to": "32", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "110", "to": "96", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "86", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "38", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "75", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "135", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "151", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "81", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "37", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "23", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "24", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "67", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "83", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "96", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "44", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "9", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "2", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "6", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "15", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "32", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "57", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "88", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "98", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "119", "to": "30", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "119", "to": "44", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "119", "to": "59", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "119", "to": "32", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "12", "to": "28", "label": "23 cross-community edges", "title": "23 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "12", "to": "75", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "12", "to": "26", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "12", "to": "15", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "12", "to": "68", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "12", "to": "95", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "12", "to": "45", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "12", "to": "2", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "12", "to": "43", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "121", "to": "211", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "121", "to": "267", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "121", "to": "168", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "121", "to": "8", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "121", "to": "182", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "121", "to": "17", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "121", "to": "277", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "121", "to": "82", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "121", "to": "159", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "121", "to": "9", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "121", "to": "75", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "121", "to": "2", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "3", "label": "30 cross-community edges", "title": "30 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "6", "label": "20 cross-community edges", "title": "20 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "2", "label": "12 cross-community edges", "title": "12 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "25", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "4", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "60", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "44", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "92", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "14", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "131", "to": "143", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "131", "to": "78", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "131", "to": "87", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "131", "to": "97", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "131", "to": "2", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "131", "to": "53", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "135", "to": "151", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "135", "to": "86", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "135", "to": "167", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "135", "to": "75", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "135", "to": "245", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "135", "to": "38", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "135", "to": "15", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "135", "to": "28", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "135", "to": "393", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "135", "to": "266", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "136", "to": "30", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "136", "to": "54", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "136", "to": "2", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "136", "to": "77", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "136", "to": "235", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "136", "to": "32", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "136", "to": "59", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "137", "to": "57", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "137", "to": "77", "label": "14 cross-community edges", "title": "14 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "137", "to": "67", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "137", "to": "2", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "137", "to": "248", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "137", "to": "45", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "137", "to": "235", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "14", "to": "4", "label": "12 cross-community edges", "title": "12 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "14", "to": "153", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "14", "to": "6", "label": "23 cross-community edges", "title": "23 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "14", "to": "2", "label": "14 cross-community edges", "title": "14 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "14", "to": "25", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "14", "to": "91", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "14", "to": "33", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "14", "to": "46", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "143", "to": "246", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "143", "to": "78", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "143", "to": "53", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "143", "to": "87", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "143", "to": "82", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "143", "to": "9", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "143", "to": "97", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "143", "to": "2", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "143", "to": "75", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "144", "to": "193", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "144", "to": "174", "label": "16 cross-community edges", "title": "16 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "144", "to": "278", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "144", "to": "6", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "26", "label": "14 cross-community edges", "title": "14 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "28", "label": "35 cross-community edges", "title": "35 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "38", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "86", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "75", "label": "13 cross-community edges", "title": "13 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "43", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "31", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "67", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "95", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "29", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "316", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "151", "to": "167", "label": "11 cross-community edges", "title": "11 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "151", "to": "86", "label": "11 cross-community edges", "title": "11 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "151", "to": "90", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "151", "to": "38", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "151", "to": "297", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "151", "to": "2", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "151", "to": "245", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "151", "to": "266", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "151", "to": "393", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "151", "to": "20", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "151", "to": "75", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "152", "to": "29", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "152", "to": "28", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "153", "to": "4", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "153", "to": "58", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "159", "to": "403", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "159", "to": "8", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "159", "to": "9", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "159", "to": "182", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "167", "to": "86", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "167", "to": "75", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "167", "to": "266", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "167", "to": "297", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "167", "to": "90", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "168", "to": "46", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "168", "to": "8", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "168", "to": "182", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "168", "to": "9", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "168", "to": "277", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "168", "to": "17", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "17", "to": "50", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "17", "to": "20", "label": "19 cross-community edges", "title": "19 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "17", "to": "53", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "17", "to": "346", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "17", "to": "347", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "17", "to": "38", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "17", "to": "42", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "17", "to": "62", "label": "16 cross-community edges", "title": "16 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "17", "to": "95", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "17", "to": "277", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "17", "to": "9", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "17", "to": "75", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "17", "to": "31", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "17", "to": "82", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "17", "to": "58", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "17", "to": "87", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "170", "to": "211", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "170", "to": "82", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "173", "to": "59", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "173", "to": "54", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "173", "to": "41", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "173", "to": "30", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "174", "to": "318", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "174", "to": "193", "label": "11 cross-community edges", "title": "11 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "174", "to": "2", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "174", "to": "212", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "174", "to": "278", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "174", "to": "381", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "174", "to": "6", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "18", "to": "300", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "181", "to": "66", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "181", "to": "23", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "181", "to": "37", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "182", "to": "8", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "182", "to": "62", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "182", "to": "277", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "182", "to": "9", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "182", "to": "82", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "182", "to": "53", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "182", "to": "75", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "182", "to": "2", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "193", "to": "278", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "193", "to": "212", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "193", "to": "2", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "193", "to": "318", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "4", "label": "47 cross-community edges", "title": "47 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "5", "label": "45 cross-community edges", "title": "45 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "3", "label": "20 cross-community edges", "title": "20 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "44", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "318", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "86", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "81", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "23", "label": "11 cross-community edges", "title": "11 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "296", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "9", "label": "19 cross-community edges", "title": "19 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "87", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "24", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "45", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "28", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "95", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "75", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "50", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "77", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "42", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "31", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "38", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "59", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "30", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "79", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "212", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "6", "label": "20 cross-community edges", "title": "20 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "33", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "92", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "381", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "84", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "32", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "51", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "25", "label": "40 cross-community edges", "title": "40 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "60", "label": "20 cross-community edges", "title": "20 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "91", "label": "15 cross-community edges", "title": "15 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "248", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "348", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "67", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "160", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "169", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "90", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "41", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "20", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "46", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "58", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "211", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "82", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "53", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "97", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "78", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "200", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "277", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "90", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "297", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "245", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "26", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "38", "label": "35 cross-community edges", "title": "35 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "44", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "62", "label": "16 cross-community edges", "title": "16 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "86", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "92", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "95", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "96", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "275", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "9", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "46", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "23", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "246", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "82", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "87", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "30", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "59", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "75", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "97", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "200", "to": "87", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "200", "to": "160", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "200", "to": "82", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "200", "to": "53", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "200", "to": "9", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "200", "to": "75", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "211", "to": "97", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "211", "to": "40", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "211", "to": "9", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "212", "to": "278", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "212", "to": "318", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "22", "to": "440", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "221", "to": "32", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "221", "to": "30", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "221", "to": "45", "label": "11 cross-community edges", "title": "11 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "221", "to": "67", "label": "11 cross-community edges", "title": "11 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "221", "to": "83", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "221", "to": "57", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "222", "to": "28", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "223", "to": "28", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "223", "to": "29", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "223", "to": "35", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "37", "label": "20 cross-community edges", "title": "20 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "81", "label": "15 cross-community edges", "title": "15 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "66", "label": "19 cross-community edges", "title": "19 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "275", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "314", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "58", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "24", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "38", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "75", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "28", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "68", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "277", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "50", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "71", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "42", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "31", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "46", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "235", "to": "77", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "235", "to": "67", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "235", "to": "45", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "24", "to": "6", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "24", "to": "98", "label": "21 cross-community edges", "title": "21 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "24", "to": "81", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "24", "to": "38", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "24", "to": "75", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "24", "to": "37", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "24", "to": "329", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "24", "to": "45", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "24", "to": "66", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "24", "to": "67", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "24", "to": "59", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "24", "to": "9", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "24", "to": "77", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "24", "to": "58", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "24", "to": "72", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "245", "to": "75", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "245", "to": "297", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "245", "to": "86", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "246", "to": "82", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "246", "to": "9", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "248", "to": "77", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "248", "to": "67", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "25", "to": "60", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "25", "to": "6", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "25", "to": "4", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "25", "to": "3", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "252", "to": "72", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "26", "to": "28", "label": "26 cross-community edges", "title": "26 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "26", "to": "75", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "26", "to": "68", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "26", "to": "43", "label": "14 cross-community edges", "title": "14 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "26", "to": "45", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "26", "to": "31", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "26", "to": "35", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "26", "to": "67", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "26", "to": "95", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "26", "to": "316", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "26", "to": "96", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "26", "to": "32", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "266", "to": "75", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "266", "to": "86", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "275", "to": "37", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "276", "to": "29", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "276", "to": "28", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "277", "to": "8", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "277", "to": "9", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "278", "to": "318", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "28", "to": "75", "label": "11 cross-community edges", "title": "11 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "28", "to": "38", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "28", "to": "43", "label": "15 cross-community edges", "title": "15 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "28", "to": "29", "label": "32 cross-community edges", "title": "32 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "28", "to": "86", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "28", "to": "59", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "28", "to": "68", "label": "19 cross-community edges", "title": "19 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "28", "to": "35", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "28", "to": "50", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "28", "to": "67", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "28", "to": "77", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "28", "to": "95", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "28", "to": "45", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "28", "to": "58", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "283", "to": "7", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "29", "to": "35", "label": "18 cross-community edges", "title": "18 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "29", "to": "77", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "296", "to": "45", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "296", "to": "67", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "296", "to": "77", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "296", "to": "32", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "296", "to": "30", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "296", "to": "9", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "297", "to": "86", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "3", "to": "6", "label": "12 cross-community edges", "title": "12 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "3", "to": "60", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "30", "to": "67", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "30", "to": "32", "label": "16 cross-community edges", "title": "16 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "30", "to": "59", "label": "19 cross-community edges", "title": "19 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "30", "to": "54", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "30", "to": "43", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "30", "to": "44", "label": "11 cross-community edges", "title": "11 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "30", "to": "41", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "30", "to": "363", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "30", "to": "4", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "30", "to": "45", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "30", "to": "57", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "30", "to": "77", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "30", "to": "83", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "30", "to": "92", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "30", "to": "96", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "30", "to": "38", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "30", "to": "68", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "30", "to": "75", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "30", "to": "9", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "31", "to": "95", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "31", "to": "42", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "31", "to": "77", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "31", "to": "38", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "31", "to": "86", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "31", "to": "316", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "31", "to": "345", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "31", "to": "43", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "31", "to": "75", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "314", "to": "37", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "316", "to": "77", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "316", "to": "38", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "32", "to": "43", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "32", "to": "83", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "32", "to": "92", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "32", "to": "77", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "32", "to": "4", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "32", "to": "44", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "32", "to": "38", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "32", "to": "96", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "32", "to": "363", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "32", "to": "54", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "32", "to": "59", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "32", "to": "67", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "329", "to": "98", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "33", "to": "6", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "33", "to": "91", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "33", "to": "44", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "33", "to": "92", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "330", "to": "44", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "330", "to": "4", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "330", "to": "5", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "331", "to": "44", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "331", "to": "4", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "331", "to": "5", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "34", "to": "369", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "345", "to": "38", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "348", "to": "4", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "348", "to": "5", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "35", "to": "77", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "363", "to": "84", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "363", "to": "59", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "37", "to": "38", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "37", "to": "81", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "37", "to": "75", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "37", "to": "66", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "37", "to": "98", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "38", "to": "86", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "38", "to": "50", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "38", "to": "95", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "38", "to": "67", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "38", "to": "62", "label": "19 cross-community edges", "title": "19 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "38", "to": "44", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "38", "to": "57", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "38", "to": "6", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "38", "to": "75", "label": "13 cross-community edges", "title": "13 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "38", "to": "83", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "38", "to": "88", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "38", "to": "96", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "38", "to": "98", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "38", "to": "9", "label": "19 cross-community edges", "title": "19 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "38", "to": "59", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "38", "to": "46", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "38", "to": "68", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "38", "to": "42", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "39", "to": "74", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "393", "to": "86", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "397", "to": "76", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "4", "to": "5", "label": "27 cross-community edges", "title": "27 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "4", "to": "44", "label": "23 cross-community edges", "title": "23 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "4", "to": "92", "label": "13 cross-community edges", "title": "13 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "4", "to": "6", "label": "13 cross-community edges", "title": "13 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "4", "to": "88", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "4", "to": "59", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "4", "to": "91", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "408", "to": "45", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "41", "to": "51", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "41", "to": "54", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "41", "to": "59", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "417", "to": "72", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "42", "to": "62", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "42", "to": "95", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "42", "to": "75", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "43", "to": "68", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "43", "to": "59", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "43", "to": "96", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "43", "to": "45", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "43", "to": "75", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "43", "to": "67", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "43", "to": "95", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "44", "to": "68", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "44", "to": "59", "label": "11 cross-community edges", "title": "11 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "44", "to": "75", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "44", "to": "96", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "44", "to": "88", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "44", "to": "54", "label": "18 cross-community edges", "title": "18 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "44", "to": "92", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "44", "to": "5", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "44", "to": "84", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "44", "to": "6", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "441", "to": "74", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "45", "to": "67", "label": "25 cross-community edges", "title": "25 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "45", "to": "57", "label": "11 cross-community edges", "title": "11 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "45", "to": "77", "label": "22 cross-community edges", "title": "22 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "45", "to": "59", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "45", "to": "75", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "45", "to": "98", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "45", "to": "83", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "45", "to": "54", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "45", "to": "84", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "45", "to": "95", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "45", "to": "9", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "45", "to": "58", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "46", "to": "9", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "5", "to": "6", "label": "14 cross-community edges", "title": "14 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "5", "to": "91", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "5", "to": "51", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "5", "to": "9", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "50", "to": "62", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "50", "to": "75", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "51", "to": "90", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "71", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "169", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "78", "label": "12 cross-community edges", "title": "12 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "160", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "87", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "75", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "82", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "9", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "97", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "58", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "54", "to": "59", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "54", "to": "96", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "57", "to": "77", "label": "19 cross-community edges", "title": "19 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "57", "to": "67", "label": "18 cross-community edges", "title": "18 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "57", "to": "59", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "57", "to": "83", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "59", "to": "95", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "59", "to": "88", "label": "12 cross-community edges", "title": "12 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "59", "to": "67", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "59", "to": "77", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "59", "to": "83", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "59", "to": "84", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "59", "to": "92", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "59", "to": "96", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "59", "to": "75", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "59", "to": "9", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "6", "to": "91", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "6", "to": "92", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "6", "to": "79", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "6", "to": "60", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "6", "to": "58", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "6", "to": "9", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "62", "to": "68", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "62", "to": "8", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "62", "to": "95", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "62", "to": "9", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "62", "to": "75", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "62", "to": "82", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "66", "to": "81", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "67", "to": "77", "label": "19 cross-community edges", "title": "19 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "67", "to": "68", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "67", "to": "75", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "67", "to": "83", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "67", "to": "84", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "67", "to": "88", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "67", "to": "96", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "67", "to": "98", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "68", "to": "75", "label": "11 cross-community edges", "title": "11 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "68", "to": "95", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "68", "to": "92", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "68", "to": "96", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "68", "to": "77", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "71", "to": "87", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "71", "to": "78", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "71", "to": "9", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "72", "to": "238", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "72", "to": "58", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "72", "to": "76", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "75", "to": "83", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "75", "to": "86", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "75", "to": "95", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "75", "to": "96", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "75", "to": "160", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "75", "to": "169", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "75", "to": "58", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "75", "to": "90", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "75", "to": "9", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "75", "to": "87", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "75", "to": "97", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "75", "to": "78", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "75", "to": "82", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "76", "to": "238", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "76", "to": "58", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "77", "to": "83", "label": "11 cross-community edges", "title": "11 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "77", "to": "96", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "8", "to": "267", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "8", "to": "9", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "81", "to": "98", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "82", "to": "97", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "82", "to": "160", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "82", "to": "267", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "82", "to": "78", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "82", "to": "9", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "82", "to": "87", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "83", "to": "96", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "84", "to": "88", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "84", "to": "96", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "86", "to": "90", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "87", "to": "160", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "87", "to": "78", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "87", "to": "58", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "87", "to": "97", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "87", "to": "9", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "88", "to": "96", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "9", "to": "160", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "9", "to": "267", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "9", "to": "58", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "9", "to": "78", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "9", "to": "97", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "9", "to": "91", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "92", "to": "96", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "97", "to": "160", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "102", "to": "48", "label": "16 cross-community edges", "title": "16 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "102", "to": "21", "label": "33 cross-community edges", "title": "33 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "102", "to": "85", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "102", "to": "225", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "102", "to": "176", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "102", "to": "203", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "106", "to": "114", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "111", "to": "350", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "111", "to": "438", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "111", "to": "437", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "111", "to": "395", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "111", "to": "413", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "111", "to": "426", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "111", "to": "425", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "111", "to": "435", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "111", "to": "436", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "111", "to": "414", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "114", "to": "80", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "114", "to": "93", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "114", "to": "134", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "114", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "114", "to": "94", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "115", "to": "27", "label": "54 cross-community edges", "title": "54 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "115", "to": "116", "label": "36 cross-community edges", "title": "36 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "115", "to": "125", "label": "19 cross-community edges", "title": "19 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "115", "to": "387", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "115", "to": "120", "label": "27 cross-community edges", "title": "27 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "115", "to": "99", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "116", "to": "120", "label": "36 cross-community edges", "title": "36 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "116", "to": "125", "label": "13 cross-community edges", "title": "13 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "116", "to": "27", "label": "57 cross-community edges", "title": "57 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "116", "to": "387", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "116", "to": "134", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "116", "to": "64", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "120", "to": "27", "label": "54 cross-community edges", "title": "54 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "120", "to": "387", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "120", "to": "125", "label": "16 cross-community edges", "title": "16 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "120", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "124", "to": "52", "label": "29 cross-community edges", "title": "29 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "124", "to": "251", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "124", "to": "368", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "124", "to": "332", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "124", "to": "215", "label": "20 cross-community edges", "title": "20 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "124", "to": "268", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "124", "to": "386", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "125", "to": "27", "label": "42 cross-community edges", "title": "42 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "125", "to": "387", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "133", "to": "56", "label": "29 cross-community edges", "title": "29 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "133", "to": "299", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "133", "to": "163", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "133", "to": "226", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "133", "to": "415", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "133", "to": "78", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "134", "to": "27", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "134", "to": "99", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "134", "to": "93", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "145", "to": "99", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "145", "to": "40", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "145", "to": "186", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "145", "to": "80", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "145", "to": "19", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "145", "to": "93", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "146", "to": "93", "label": "28 cross-community edges", "title": "28 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "146", "to": "94", "label": "31 cross-community edges", "title": "31 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "146", "to": "19", "label": "62 cross-community edges", "title": "62 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "146", "to": "99", "label": "46 cross-community edges", "title": "46 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "146", "to": "185", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "146", "to": "214", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "146", "to": "298", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "154", "to": "16", "label": "25 cross-community edges", "title": "25 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "154", "to": "183", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "154", "to": "175", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "154", "to": "213", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "154", "to": "319", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "154", "to": "364", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "154", "to": "424", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "154", "to": "411", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "155", "to": "385", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "155", "to": "63", "label": "30 cross-community edges", "title": "30 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "155", "to": "194", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "155", "to": "237", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "155", "to": "250", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "155", "to": "184", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "155", "to": "367", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "16", "to": "364", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "16", "to": "319", "label": "11 cross-community edges", "title": "11 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "16", "to": "213", "label": "18 cross-community edges", "title": "18 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "16", "to": "183", "label": "21 cross-community edges", "title": "21 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "16", "to": "175", "label": "22 cross-community edges", "title": "22 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "16", "to": "424", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "16", "to": "411", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "160", "to": "78", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "162", "to": "36", "label": "28 cross-community edges", "title": "28 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "162", "to": "40", "label": "28 cross-community edges", "title": "28 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "162", "to": "80", "label": "22 cross-community edges", "title": "22 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "162", "to": "186", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "162", "to": "93", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "162", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "162", "to": "214", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "162", "to": "185", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "162", "to": "47", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "163", "to": "56", "label": "18 cross-community edges", "title": "18 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "163", "to": "416", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "163", "to": "226", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "169", "to": "78", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "175", "to": "183", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "175", "to": "213", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "175", "to": "319", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "176", "to": "21", "label": "22 cross-community edges", "title": "22 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "183", "to": "213", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "183", "to": "319", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "184", "to": "63", "label": "23 cross-community edges", "title": "23 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "184", "to": "385", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "184", "to": "194", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "184", "to": "367", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "184", "to": "237", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "185", "to": "186", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "185", "to": "36", "label": "26 cross-community edges", "title": "26 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "185", "to": "40", "label": "15 cross-community edges", "title": "15 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "185", "to": "99", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "185", "to": "80", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "185", "to": "214", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "185", "to": "298", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "186", "to": "36", "label": "29 cross-community edges", "title": "29 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "186", "to": "80", "label": "17 cross-community edges", "title": "17 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "186", "to": "40", "label": "28 cross-community edges", "title": "28 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "186", "to": "214", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "186", "to": "298", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "186", "to": "93", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "19", "to": "99", "label": "80 cross-community edges", "title": "80 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "19", "to": "93", "label": "73 cross-community edges", "title": "73 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "19", "to": "94", "label": "56 cross-community edges", "title": "56 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "19", "to": "80", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "19", "to": "64", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "19", "to": "36", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "19", "to": "40", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "194", "to": "63", "label": "20 cross-community edges", "title": "20 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "194", "to": "250", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "194", "to": "385", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "194", "to": "237", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "201", "to": "69", "label": "19 cross-community edges", "title": "19 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "201", "to": "280", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "201", "to": "423", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "201", "to": "432", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "201", "to": "236", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "202", "to": "432", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "202", "to": "69", "label": "19 cross-community edges", "title": "19 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "202", "to": "423", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "203", "to": "21", "label": "19 cross-community edges", "title": "19 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "203", "to": "48", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "203", "to": "85", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "21", "to": "48", "label": "59 cross-community edges", "title": "59 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "21", "to": "249", "label": "15 cross-community edges", "title": "15 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "21", "to": "225", "label": "17 cross-community edges", "title": "17 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "21", "to": "365", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "21", "to": "85", "label": "40 cross-community edges", "title": "40 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "21", "to": "434", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "213", "to": "319", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "214", "to": "36", "label": "21 cross-community edges", "title": "21 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "214", "to": "80", "label": "14 cross-community edges", "title": "14 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "214", "to": "40", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "214", "to": "298", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "214", "to": "94", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "214", "to": "99", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "214", "to": "64", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "215", "to": "52", "label": "18 cross-community edges", "title": "18 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "215", "to": "268", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "225", "to": "48", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "226", "to": "56", "label": "16 cross-community edges", "title": "16 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "226", "to": "427", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "226", "to": "299", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "236", "to": "69", "label": "16 cross-community edges", "title": "16 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "236", "to": "280", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "237", "to": "63", "label": "17 cross-community edges", "title": "17 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "237", "to": "250", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "237", "to": "385", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "238", "to": "58", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "249", "to": "48", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "249", "to": "85", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "250", "to": "63", "label": "18 cross-community edges", "title": "18 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "251", "to": "386", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "251", "to": "52", "label": "15 cross-community edges", "title": "15 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "251", "to": "368", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "251", "to": "268", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "268", "to": "52", "label": "14 cross-community edges", "title": "14 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "268", "to": "332", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "268", "to": "368", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "268", "to": "386", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "27", "to": "387", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "280", "to": "69", "label": "13 cross-community edges", "title": "13 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "298", "to": "40", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "298", "to": "80", "label": "13 cross-community edges", "title": "13 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "298", "to": "36", "label": "13 cross-community edges", "title": "13 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "298", "to": "93", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "299", "to": "56", "label": "13 cross-community edges", "title": "13 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "313", "to": "58", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "319", "to": "364", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "332", "to": "52", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "332", "to": "386", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "332", "to": "368", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "350", "to": "426", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "350", "to": "414", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "350", "to": "413", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "351", "to": "56", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "36", "to": "80", "label": "47 cross-community edges", "title": "47 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "36", "to": "40", "label": "75 cross-community edges", "title": "75 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "36", "to": "93", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "36", "to": "94", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "36", "to": "47", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "365", "to": "48", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "367", "to": "63", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "368", "to": "52", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "385", "to": "63", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "386", "to": "52", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "40", "to": "47", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "40", "to": "80", "label": "56 cross-community edges", "title": "56 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "40", "to": "93", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "40", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "40", "to": "94", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "415", "to": "56", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "416", "to": "56", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "423", "to": "69", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "427", "to": "56", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "432", "to": "69", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "434", "to": "85", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "434", "to": "48", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "48", "to": "85", "label": "15 cross-community edges", "title": "15 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "64", "to": "93", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "64", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "80", "to": "93", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "80", "to": "94", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "80", "to": "99", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "93", "to": "94", "label": "35 cross-community edges", "title": "35 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "93", "to": "99", "label": "53 cross-community edges", "title": "53 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "94", "to": "99", "label": "37 cross-community edges", "title": "37 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "103", "to": "149", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "107", "to": "172", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "147", "to": "216", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "148", "to": "362", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "148", "to": "149", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "148", "to": "255", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "148", "to": "371", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "149", "to": "70", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "149", "to": "335", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "149", "to": "232", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "149", "to": "398", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "149", "to": "189", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "149", "to": "338", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "149", "to": "191", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "149", "to": "343", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "149", "to": "172", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "149", "to": "293", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "149", "to": "188", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "149", "to": "274", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "149", "to": "244", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "149", "to": "294", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "149", "to": "312", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "149", "to": "158", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "172", "to": "326", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "172", "to": "309", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "192", "to": "255", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "199", "to": "58", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "204", "to": "269", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "210", "to": "58", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "216", "to": "70", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "244", "to": "70", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "255", "to": "70", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "255", "to": "328", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "257", "to": "286", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "269", "to": "55", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "286", "to": "398", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "286", "to": "400", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "289", "to": "325", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "292", "to": "390", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "295", "to": "371", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "295", "to": "361", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "295", "to": "392", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "302", "to": "371", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "310", "to": "358", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "311", "to": "358", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "311", "to": "375", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "325", "to": "371", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "325", "to": "339", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "333", "to": "398", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "342", "to": "390", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "342", "to": "421", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "342", "to": "420", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "342", "to": "422", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "358", "to": "376", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "358", "to": "359", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "358", "to": "401", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "360", "to": "70", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "378", "to": "70", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "390", "to": "402", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "390", "to": "391", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "398", "to": "399", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "418", "to": "70", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "49", "to": "58", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}];
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "ITileLocator", "count": 218}, {"cid": 1, "color": "#F28E2B", "label": "ScanCode", "count": 196}, {"cid": 2, "color": "#E15759", "label": "common/src/index.ts", "count": 167}, {"cid": 3, "color": "#76B7B2", "label": "EnemyContext", "count": 162}, {"cid": 4, "color": "#59A14F", "label": "MapLayer", "count": 161}, {"cid": 5, "color": "#EDC948", "label": "FaceDirection", "count": 145}, {"cid": 6, "color": "#B07AA1", "label": "data-state/src/core.ts", "count": 133}, {"cid": 7, "color": "#FF9DA7", "label": "Control", "count": 132}, {"cid": 8, "color": "#9C755F", "label": "KeyCode", "count": 130}, {"cid": 9, "color": "#BAB0AC", "label": "mota.ts", "count": 122}, {"cid": 10, "color": "#4E79A7", "label": "render/src/index.ts", "count": 114}, {"cid": 11, "color": "#F28E2B", "label": "render/use.ts", "count": 111}, {"cid": 12, "color": "#E15759", "label": "graphics.ts", "count": 110}, {"cid": 13, "color": "#76B7B2", "label": "ISpecial", "count": 107}, {"cid": 14, "color": "#59A14F", "label": "store/types.ts", "count": 107}, {"cid": 15, "color": "#EDC948", "label": "IRenderItem", "count": 96}, {"cid": 16, "color": "#B07AA1", "label": "control", "count": 94}, {"cid": 17, "color": "#FF9DA7", "label": "ui/settings.tsx", "count": 88}, {"cid": 18, "color": "#9C755F", "label": "Maps", "count": 87}, {"cid": 19, "color": "#BAB0AC", "label": "codeMirror.bundle.min.js", "count": 86}, {"cid": 20, "color": "#4E79A7", "label": "client-modules/src/shared.ts", "count": 84}, {"cid": 21, "color": "#F28E2B", "label": "events", "count": 81}, {"cid": 22, "color": "#E15759", "label": "Events", "count": 81}, {"cid": 23, "color": "#76B7B2", "label": "src/context.ts", "count": 80}, {"cid": 24, "color": "#59A14F", "label": "client-base/src/load/loader.ts", "count": 80}, {"cid": 25, "color": "#EDC948", "label": "HeroItems", "count": 79}, {"cid": 26, "color": "#B07AA1", "label": "RenderItem", "count": 74}, {"cid": 27, "color": "#FF9DA7", "label": "jshint.min.js", "count": 73}, {"cid": 28, "color": "#9C755F", "label": "core/types.ts", "count": 70}, {"cid": 29, "color": "#BAB0AC", "label": "GL2Program", "count": 68}, {"cid": 30, "color": "#4E79A7", "label": "map/renderer.ts", "count": 68}, {"cid": 31, "color": "#F28E2B", "label": "textboxTyper.ts", "count": 67}, {"cid": 32, "color": "#E15759", "label": "MapRenderer", "count": 65}, {"cid": 33, "color": "#76B7B2", "label": "ITrigger", "count": 64}, {"cid": 34, "color": "#59A14F", "label": "Ui", "count": 64}, {"cid": 35, "color": "#EDC948", "label": "IGL2Program", "count": 63}, {"cid": 36, "color": "#B07AA1", "label": "lodash.min.js", "count": 62}, {"cid": 37, "color": "#FF9DA7", "label": "IMotaAudioContext", "count": 61}, {"cid": 38, "color": "#9C755F", "label": "client.ts", "count": 60}, {"cid": 39, "color": "#BAB0AC", "label": "Utils", "count": 60}, {"cid": 40, "color": "#4E79A7", "label": "t", "count": 59}, {"cid": 41, "color": "#F28E2B", "label": "IBlockData", "count": 58}, {"cid": 42, "color": "#E15759", "label": "textbox.tsx", "count": 58}, {"cid": 43, "color": "#76B7B2", "label": "Transform", "count": 57}, {"cid": 44, "color": "#59A14F", "label": "IMapLayer", "count": 57}, {"cid": 45, "color": "#EDC948", "label": "Texture", "count": 56}, {"cid": 46, "color": "#B07AA1", "label": "legacy/move.ts", "count": 56}, {"cid": 47, "color": "#FF9DA7", "label": "localforage.min.js", "count": 56}, {"cid": 48, "color": "#9C755F", "label": ".doAction", "count": 55}, {"cid": 49, "color": "#BAB0AC", "label": "devDependencies", "count": 54}, {"cid": 50, "color": "#4E79A7", "label": "UIController", "count": 54}, {"cid": 51, "color": "#F28E2B", "label": "utils/types.ts", "count": 53}, {"cid": 52, "color": "#E15759", "label": "ui", "count": 53}, {"cid": 53, "color": "#76B7B2", "label": "legacy-ui/src/use.ts", "count": 52}, {"cid": 54, "color": "#59A14F", "label": "MapVertexGenerator", "count": 52}, {"cid": 55, "color": "#EDC948", "label": "\u8b66\u544a\u4ee3\u7801\u4e00\u89c8\u53ca\u5176\u89e3\u51b3\u65b9\u6848 1-50", "count": 51}, {"cid": 56, "color": "#B07AA1", "label": "codeMirror.plugin.js", "count": 51}, {"cid": 57, "color": "#FF9DA7", "label": "MaterialManager", "count": 50}, {"cid": 58, "color": "#9C755F", "label": "package.json", "count": 49}, {"cid": 59, "color": "#BAB0AC", "label": "render/map/types.ts", "count": 49}, {"cid": 60, "color": "#4E79A7", "label": "HeroAttribute", "count": 49}, {"cid": 61, "color": "#F28E2B", "label": "\u63a5\u53e3\u8bbe\u8ba1\u5206\u6790", "count": 48}, {"cid": 62, "color": "#E15759", "label": "toolbar.tsx", "count": 48}, {"cid": 63, "color": "#76B7B2", "label": "maps", "count": 48}, {"cid": 64, "color": "#59A14F", "label": "tern.min.js", "count": 48}, {"cid": 65, "color": "#EDC948", "label": "code.md", "count": 47}, {"cid": 66, "color": "#B07AA1", "label": "AudioStreamSource", "count": 47}, {"cid": 67, "color": "#FF9DA7", "label": "ITexture", "count": 47}, {"cid": 68, "color": "#9C755F", "label": "src/props.ts", "count": 47}, {"cid": 69, "color": "#BAB0AC", "label": "actions", "count": 47}, {"cid": 70, "color": "#4E79A7", "label": "guide/system.md", "count": 46}, {"cid": 71, "color": "#F28E2B", "label": "game.ts", "count": 45}, {"cid": 72, "color": "#E15759", "label": "build-game.ts", "count": 44}, {"cid": 73, "color": "#76B7B2", "label": "core.d.ts", "count": 44}, {"cid": 74, "color": "#59A14F", "label": "util.d.ts", "count": 44}, {"cid": 75, "color": "#EDC948", "label": "vue", "count": 43}, {"cid": 76, "color": "#B07AA1", "label": "dev.ts", "count": 43}, {"cid": 77, "color": "#FF9DA7", "label": "SizedCanvasImageSource", "count": 42}, {"cid": 78, "color": "#9C755F", "label": "equipbox.vue", "count": 42}, {"cid": 79, "color": "#BAB0AC", "label": "IFlagSystem", "count": 42}, {"cid": 80, "color": "#4E79A7", "label": "e", "count": 42}, {"cid": 81, "color": "#F28E2B", "label": "IAudioRoute", "count": 41}, {"cid": 82, "color": "#E15759", "label": "preset/ui.ts", "count": 41}, {"cid": 83, "color": "#76B7B2", "label": "ITextureRenderable", "count": 40}, {"cid": 84, "color": "#59A14F", "label": "MapHeroRenderer", "count": 40}, {"cid": 85, "color": "#EDC948", "label": ".__action_doAsyncFunc", "count": 40}, {"cid": 86, "color": "#B07AA1", "label": "excitation.ts", "count": 39}, {"cid": 87, "color": "#FF9DA7", "label": "legacy-ui/src/utils.ts", "count": 39}, {"cid": 88, "color": "#9C755F", "label": "IMapHeroRenderer", "count": 39}, {"cid": 89, "color": "#BAB0AC", "label": "hero-equipment.md", "count": 38}, {"cid": 90, "color": "#4E79A7", "label": "animate/src/utils.ts", "count": 38}, {"cid": 91, "color": "#F28E2B", "label": "HeroMover", "count": 38}, {"cid": 92, "color": "#E15759", "label": "IGameMap", "count": 38}, {"cid": 93, "color": "#76B7B2", "label": "ae", "count": 38}, {"cid": 94, "color": "#59A14F", "label": "O", "count": 38}, {"cid": 95, "color": "#EDC948", "label": "Font", "count": 37}, {"cid": 96, "color": "#B07AA1", "label": "IMapRenderer", "count": 37}, {"cid": 97, "color": "#FF9DA7", "label": "settings.vue", "count": 36}, {"cid": 98, "color": "#9C755F", "label": "MotaAssetsLoader", "count": 36}, {"cid": 99, "color": "#BAB0AC", "label": "n", "count": 35}, {"cid": 100, "color": "#4E79A7", "label": "\u63a5\u53e3\u8bbe\u8ba1\u4e0e\u9884\u671f", "count": 33}, {"cid": 101, "color": "#F28E2B", "label": "TextContentParser", "count": 33}, {"cid": 102, "color": "#E15759", "label": ".insertAction", "count": 33}, {"cid": 103, "color": "#76B7B2", "label": "UI \u7f16\u5199", "count": 32}, {"cid": 104, "color": "#59A14F", "label": "src/controller.ts", "count": 32}, {"cid": 105, "color": "#EDC948", "label": "loader", "count": 32}, {"cid": 106, "color": "#B07AA1", "label": "zip.min.js", "count": 32}, {"cid": 107, "color": "#FF9DA7", "label": "\u8fc7\u6e21\u52a8\u753b\u63a7\u5236", "count": 31}, {"cid": 108, "color": "#9C755F", "label": "MotaAudioContext", "count": 31}, {"cid": 109, "color": "#BAB0AC", "label": "AudioRoute", "count": 31}, {"cid": 110, "color": "#4E79A7", "label": "IMovingBlock", "count": 31}, {"cid": 111, "color": "#F28E2B", "label": "utils", "count": 31}, {"cid": 112, "color": "#E15759", "label": "editor", "count": 31}, {"cid": 113, "color": "#76B7B2", "label": "Converter.bundle.min.js", "count": 31}, {"cid": 114, "color": "#59A14F", "label": "codeMirror.plugin.min.js", "count": 31}, {"cid": 115, "color": "#EDC948", "label": "b", "count": 31}, {"cid": 116, "color": "#B07AA1", "label": "l", "count": 31}, {"cid": 117, "color": "#FF9DA7", "label": "replay-array.md", "count": 30}, {"cid": 118, "color": "#9C755F", "label": "IBGMPlayer", "count": 30}, {"cid": 119, "color": "#BAB0AC", "label": "IBlockStatus", "count": 30}, {"cid": 120, "color": "#4E79A7", "label": "n", "count": 30}, {"cid": 121, "color": "#F28E2B", "label": "action/keyboard.ts", "count": 29}, {"cid": 122, "color": "#E15759", "label": "entry-client/package.json", "count": 29}, {"cid": 123, "color": "#76B7B2", "label": "items", "count": 29}, {"cid": 124, "color": "#59A14F", "label": ".getContextByName", "count": 29}, {"cid": 125, "color": "#EDC948", "label": "r", "count": 29}, {"cid": 126, "color": "#B07AA1", "label": "\u65b9\u6cd5\u8bf4\u660e", "count": 28}, {"cid": 127, "color": "#FF9DA7", "label": "ObjectMoverBase API \u6587\u6863", "count": 28}, {"cid": 128, "color": "#9C755F", "label": "\u63a5\u53e3\u8bbe\u8ba1\u5206\u6790", "count": 28}, {"cid": 129, "color": "#BAB0AC", "label": "\u63a5\u53e3\u8bbe\u8ba1\u5206\u6790", "count": 28}, {"cid": 130, "color": "#4E79A7", "label": "4. \u5404\u65b9\u6cd5\u5b9e\u73b0", "count": 28}, {"cid": 131, "color": "#F28E2B", "label": "fly.ts", "count": 28}, {"cid": 132, "color": "#E15759", "label": "enemys", "count": 28}, {"cid": 133, "color": "#76B7B2", "label": "replace", "count": 28}, {"cid": 134, "color": "#59A14F", "label": "color.all.min.js", "count": 28}, {"cid": 135, "color": "#EDC948", "label": "IExcitation", "count": 27}, {"cid": 136, "color": "#B07AA1", "label": "IDirtyMark", "count": 27}, {"cid": 137, "color": "#FF9DA7", "label": "ITextureStore", "count": 27}, {"cid": 138, "color": "#9C755F", "label": "client-modules/package.json", "count": 27}, {"cid": 139, "color": "#BAB0AC", "label": "Items", "count": 27}, {"cid": 140, "color": "#4E79A7", "label": "\u9700\u8981\u4fee\u6539\u7684\u6587\u4ef6", "count": 26}, {"cid": 141, "color": "#F28E2B", "label": "\u9700\u8981\u4fee\u6539\u7684\u6587\u4ef6", "count": 26}, {"cid": 142, "color": "#E15759", "label": "\u9519\u8bef\u4ee3\u7801\u4e00\u89c8\u53ca\u5176\u89e3\u51b3\u65b9\u6848 1-50", "count": 26}, {"cid": 143, "color": "#76B7B2", "label": "fly.vue", "count": 26}, {"cid": 144, "color": "#59A14F", "label": "ReplayArray", "count": 26}, {"cid": 145, "color": "#EDC948", "label": "acorn.min.js", "count": 26}, {"cid": 146, "color": "#B07AA1", "label": "t", "count": 26}, {"cid": 147, "color": "#FF9DA7", "label": "\u65b9\u6cd5\u8bf4\u660e", "count": 25}, {"cid": 148, "color": "#9C755F", "label": "ui/index.md", "count": 25}, {"cid": 149, "color": "#BAB0AC", "label": "ui.md", "count": 25}, {"cid": 150, "color": "#4E79A7", "label": "\u5b9e\u73b0\u601d\u8def", "count": 25}, {"cid": 151, "color": "#F28E2B", "label": "src/animater.ts", "count": 25}, {"cid": 152, "color": "#E15759", "label": "UniformType", "count": 25}, {"cid": 153, "color": "#76B7B2", "label": "EventTrigger", "count": 25}, {"cid": 154, "color": "#59A14F", "label": ".isPlaying", "count": 25}, {"cid": 155, "color": "#EDC948", "label": ".setBlock", "count": 25}, {"cid": 156, "color": "#B07AA1", "label": ".dblclickfunc", "count": 25}, {"cid": 157, "color": "#FF9DA7", "label": "\u65b9\u6cd5\u8bf4\u660e", "count": 24}, {"cid": 158, "color": "#9C755F", "label": "UI \u7cfb\u7edf", "count": 24}, {"cid": 159, "color": "#BAB0AC", "label": "keyCodes.ts", "count": 24}, {"cid": 160, "color": "#4E79A7", "label": "shop.vue", "count": 24}, {"cid": 161, "color": "#F28E2B", "label": "editor_mode", "count": 24}, {"cid": 162, "color": "#E15759", "label": "n", "count": 24}, {"cid": 163, "color": "#76B7B2", "label": ".request", "count": 24}, {"cid": 164, "color": "#59A14F", "label": "enemy-combat-flow.md", "count": 23}, {"cid": 165, "color": "#EDC948", "label": "\u5b9e\u73b0\u601d\u8def", "count": 23}, {"cid": 166, "color": "#B07AA1", "label": "3. \u81ea\u52a8\u5206\u533a\u6fc0\u6d3b\u5668", "count": 23}, {"cid": 167, "color": "#FF9DA7", "label": "Animater", "count": 23}, {"cid": 168, "color": "#9C755F", "label": "Hotkey", "count": 23}, {"cid": 169, "color": "#BAB0AC", "label": "box.vue", "count": 23}, {"cid": 170, "color": "#4E79A7", "label": "UiController", "count": 23}, {"cid": 171, "color": "#F28E2B", "label": "\u65b9\u6cd5\u8bf4\u660e", "count": 22}, {"cid": 172, "color": "#E15759", "label": "\u9009\u62e9\u6846\u4e0e\u786e\u8ba4\u6846", "count": 22}, {"cid": 173, "color": "#76B7B2", "label": "IBlockSplitter", "count": 22}, {"cid": 174, "color": "#59A14F", "label": "replay/types.ts", "count": 22}, {"cid": 175, "color": "#EDC948", "label": ".getHeroLoc", "count": 22}, {"cid": 176, "color": "#B07AA1", "label": ".precompile", "count": 22}, {"cid": 177, "color": "#FF9DA7", "label": "eventStatus.d.ts", "count": 22}, {"cid": 178, "color": "#9C755F", "label": "compilerOptions", "count": 22}, {"cid": 179, "color": "#BAB0AC", "label": "5. `IEnemyManager&lt;TAttr&gt;` \u63a5\u53e3\u4fee\u6539", "count": 21}, {"cid": 180, "color": "#4E79A7", "label": "template.md", "count": 21}, {"cid": 181, "color": "#F28E2B", "label": "IAudioDecodeData", "count": 21}, {"cid": 182, "color": "#E15759", "label": "hotkey.vue", "count": 21}, {"cid": 183, "color": "#76B7B2", "label": ".tryMoveDirectly", "count": 21}, {"cid": 184, "color": "#59A14F", "label": ".drawEvents", "count": 21}, {"cid": 185, "color": "#EDC948", "label": "oc", "count": 21}, {"cid": 186, "color": "#B07AA1", "label": "jc", "count": 21}, {"cid": 187, "color": "#FF9DA7", "label": "status.d.ts", "count": 21}, {"cid": 188, "color": "#9C755F", "label": "\u65b9\u6cd5\u8bf4\u660e", "count": 20}, {"cid": 189, "color": "#BAB0AC", "label": "\u65b9\u6cd5\u8bf4\u660e", "count": 20}, {"cid": 190, "color": "#4E79A7", "label": "replay-safety.md", "count": 20}, {"cid": 191, "color": "#F28E2B", "label": "\u97f3\u9891\u7cfb\u7edf", "count": 20}, {"cid": 192, "color": "#E15759", "label": "\u901a\u7528\u5c5e\u6027", "count": 20}, {"cid": 193, "color": "#76B7B2", "label": "replay/system.ts", "count": 20}, {"cid": 194, "color": "#59A14F", "label": ".getBlockInfo", "count": 20}, {"cid": 195, "color": "#EDC948", "label": "\u7ec4\u6210", "count": 20}, {"cid": 196, "color": "#B07AA1", "label": "\u65b9\u6cd5\u8bf4\u660e", "count": 19}, {"cid": 197, "color": "#FF9DA7", "label": "SoundPlayer API \u6587\u6863", "count": 19}, {"cid": 198, "color": "#9C755F", "label": "IHeroMover", "count": 19}, {"cid": 199, "color": "#BAB0AC", "label": "dependencies", "count": 19}, {"cid": 200, "color": "#4E79A7", "label": "toolbox.vue", "count": 19}, {"cid": 201, "color": "#F28E2B", "label": "._sys_ondown_lockControl", "count": 19}, {"cid": 202, "color": "#E15759", "label": "._sys_keyUp_lockControl", "count": 19}, {"cid": 203, "color": "#76B7B2", "label": ".changeFloor", "count": 19}, {"cid": 204, "color": "#59A14F", "label": "\u65b9\u6cd5\u8bf4\u660e", "count": 18}, {"cid": 205, "color": "#EDC948", "label": "AudioEffect API \u6587\u6863", "count": 18}, {"cid": 206, "color": "#B07AA1", "label": "\u65b9\u6cd5\u8bf4\u660e", "count": 18}, {"cid": 207, "color": "#FF9DA7", "label": "TextContentTyper API \u6587\u6863", "count": 18}, {"cid": 208, "color": "#9C755F", "label": "WeatherController API \u6587\u6863", "count": 18}, {"cid": 209, "color": "#BAB0AC", "label": "\u5b9e\u73b0\u601d\u8def", "count": 18}, {"cid": 210, "color": "#4E79A7", "label": "scripts", "count": 18}, {"cid": 211, "color": "#F28E2B", "label": "EventEmitter", "count": 18}, {"cid": 212, "color": "#E15759", "label": "replay/func.ts", "count": 18}, {"cid": 213, "color": "#76B7B2", "label": ".autosave", "count": 18}, {"cid": 214, "color": "#59A14F", "label": "ic", "count": 18}, {"cid": 215, "color": "#EDC948", "label": ".setLineWidth", "count": 18}, {"cid": 216, "color": "#B07AA1", "label": "motajs-common/index.md", "count": 17}, {"cid": 217, "color": "#FF9DA7", "label": "AudioDecoder API \u6587\u6863", "count": 17}, {"cid": 218, "color": "#9C755F", "label": "AudioSource API \u6587\u6863", "count": 17}, {"cid": 219, "color": "#BAB0AC", "label": "\u6838\u5fc3\u65b9\u6cd5\u8bf4\u660e", "count": 17}, {"cid": 220, "color": "#4E79A7", "label": "\u8b66\u544a\u4ee3\u7801\u4e00\u89c8\u53ca\u5176\u89e3\u51b3\u65b9\u6848 51-100", "count": 17}, {"cid": 221, "color": "#F28E2B", "label": ".render", "count": 17}, {"cid": 222, "color": "#E15759", "label": "RenderAdapter", "count": 17}, {"cid": 223, "color": "#76B7B2", "label": "UniformMatrix", "count": 17}, {"cid": 224, "color": "#59A14F", "label": "entry-data/package.json", "count": 17}, {"cid": 225, "color": "#EDC948", "label": ".setValue", "count": 17}, {"cid": 226, "color": "#B07AA1", "label": "hint", "count": 17}, {"cid": 227, "color": "#FF9DA7", "label": "ActionParser", "count": 17}, {"cid": 228, "color": "#9C755F", "label": "eventDec.d.ts", "count": 17}, {"cid": 229, "color": "#BAB0AC", "label": "source.d.ts", "count": 17}, {"cid": 230, "color": "#4E79A7", "label": "GL2 \u7c7b API \u6587\u6863", "count": 16}, {"cid": 231, "color": "#F28E2B", "label": "CameraAnimation API \u6587\u6863", "count": 16}, {"cid": 232, "color": "#E15759", "label": "Font API \u6587\u6863", "count": 16}, {"cid": 233, "color": "#76B7B2", "label": "\u65b9\u6cd5\u8bf4\u660e", "count": 16}, {"cid": 234, "color": "#59A14F", "label": "InputBox \u8f93\u5165\u5bf9\u8bdd\u6846\u7ec4\u4ef6 API \u6587\u6863", "count": 16}, {"cid": 235, "color": "#EDC948", "label": "IMaterialGetter", "count": 16}, {"cid": 236, "color": "#B07AA1", "label": ".doRegisteredAction", "count": 16}, {"cid": 237, "color": "#FF9DA7", "label": ".initBlock", "count": 16}, {"cid": 238, "color": "#9C755F", "label": "fs-extra", "count": 16}, {"cid": 239, "color": "#BAB0AC", "label": "Actions", "count": 16}, {"cid": 240, "color": "#4E79A7", "label": "g-circle \u6807\u7b7e API \u6587\u6863", "count": 15}, {"cid": 241, "color": "#F28E2B", "label": "g-ellipse \u6807\u7b7e API \u6587\u6863", "count": 15}, {"cid": 242, "color": "#E15759", "label": "AudioPlayer API \u6587\u6863", "count": 15}, {"cid": 243, "color": "#76B7B2", "label": "\u6838\u5fc3\u65b9\u6cd5\u8bf4\u660e", "count": 15}, {"cid": 244, "color": "#59A14F", "label": "\u5feb\u901f\u5f00\u59cb", "count": 15}, {"cid": 245, "color": "#EDC948", "label": "ITransition", "count": 15}, {"cid": 246, "color": "#B07AA1", "label": "GameStorage", "count": 15}, {"cid": 247, "color": "#FF9DA7", "label": "legacy-ui/package.json", "count": 15}, {"cid": 248, "color": "#9C755F", "label": "TextureStore", "count": 15}, {"cid": 249, "color": "#BAB0AC", "label": "._checkStatus", "count": 15}, {"cid": 250, "color": "#4E79A7", "label": ".getBlock", "count": 15}, {"cid": 251, "color": "#F28E2B", "label": "._drawTextContent_drawChar", "count": 15}, {"cid": 252, "color": "#E15759", "label": "CompressedUsage", "count": 15}, {"cid": 253, "color": "#76B7B2", "label": "EventData", "count": 15}, {"cid": 254, "color": "#59A14F", "label": "GL2Program \u7c7b API \u6587\u6863", "count": 14}, {"cid": 255, "color": "#EDC948", "label": "UI \u5143\u7d20", "count": 14}, {"cid": 256, "color": "#B07AA1", "label": "MotaRenderer \u7c7b API \u6587\u6863", "count": 14}, {"cid": 257, "color": "#FF9DA7", "label": "\u65b9\u6cd5\u8bf4\u660e", "count": 14}, {"cid": 258, "color": "#9C755F", "label": "g-bezier \u6807\u7b7e API \u6587\u6863", "count": 14}, {"cid": 259, "color": "#BAB0AC", "label": "g-rectr \u6807\u7b7e API \u6587\u6863", "count": 14}, {"cid": 260, "color": "#4E79A7", "label": "HeroKeyMover API \u6587\u6863", "count": 14}, {"cid": 261, "color": "#F28E2B", "label": "TipStore API \u6587\u6863", "count": 14}, {"cid": 262, "color": "#E15759", "label": "ListPage \u5217\u8868\u9875\u9762\u7ec4\u4ef6 API \u6587\u6863", "count": 14}, {"cid": 263, "color": "#76B7B2", "label": "Page \u5206\u9875\u7ec4\u4ef6 API \u6587\u6863", "count": 14}, {"cid": 264, "color": "#59A14F", "label": "\u5b9e\u73b0\u601d\u8def", "count": 14}, {"cid": 265, "color": "#EDC948", "label": "\u5b9e\u73b0\u601d\u8def", "count": 14}, {"cid": 266, "color": "#B07AA1", "label": "IAnimater", "count": 14}, {"cid": 267, "color": "#FF9DA7", "label": "preset/keyboard.ts", "count": 14}, {"cid": 268, "color": "#9C755F", "label": ".drawTextBox", "count": 14}, {"cid": 269, "color": "#BAB0AC", "label": "Camera API \u6587\u6863", "count": 13}, {"cid": 270, "color": "#4E79A7", "label": "StreamLoader API \u6587\u6863", "count": 13}, {"cid": 271, "color": "#F28E2B", "label": "List \u5217\u8868\u7ec4\u4ef6 API \u6587\u6863", "count": 13}, {"cid": 272, "color": "#E15759", "label": "Scroll \u6eda\u52a8\u7ec4\u4ef6 API \u6587\u6863", "count": 13}, {"cid": 273, "color": "#76B7B2", "label": "Textbox \u5bf9\u8bdd\u6846\u7ec4\u4ef6 API \u6587\u6863", "count": 13}, {"cid": 274, "color": "#59A14F", "label": "\u602a\u7269\u7279\u6b8a\u5c5e\u6027", "count": 13}, {"cid": 275, "color": "#EDC948", "label": "EchoEffect", "count": 13}, {"cid": 276, "color": "#B07AA1", "label": "AttribType", "count": 13}, {"cid": 277, "color": "#FF9DA7", "label": "system/src/action/hotkey.ts", "count": 13}, {"cid": 278, "color": "#9C755F", "label": "IReplayArray", "count": 13}, {"cid": 279, "color": "#BAB0AC", "label": "data-state/package.json", "count": 13}, {"cid": 280, "color": "#4E79A7", "label": "._sys_keyDown_lockControl", "count": 13}, {"cid": 281, "color": "#F28E2B", "label": "core", "count": 13}, {"cid": 282, "color": "#E15759", "label": "beautify.min.js", "count": 13}, {"cid": 283, "color": "#76B7B2", "label": "control.d.ts", "count": 13}, {"cid": 284, "color": "#59A14F", "label": "enemy.d.ts", "count": 13}, {"cid": 285, "color": "#EDC948", "label": "Container \u7c7b API \u6587\u6863", "count": 12}, {"cid": 286, "color": "#B07AA1", "label": "RenderItem \u7c7b API \u6587\u6863", "count": 12}, {"cid": 287, "color": "#FF9DA7", "label": "ContainerProps API \u6587\u6863", "count": 12}, {"cid": 288, "color": "#9C755F", "label": "TextProps API \u6587\u6863", "count": 12}, {"cid": 289, "color": "#BAB0AC", "label": "TextContent \u6587\u672c\u7ec4\u4ef6 API \u6587\u6863", "count": 12}, {"cid": 290, "color": "#4E79A7", "label": "Thumbnail \u5730\u56fe\u7f29\u7565\u56fe\u7ec4\u4ef6 API \u6587\u6863", "count": 12}, {"cid": 291, "color": "#F28E2B", "label": "Mota API \u6587\u6863", "count": 12}, {"cid": 292, "color": "#E15759", "label": "\u6d89\u53ca\u6587\u4ef6", "count": 12}, {"cid": 293, "color": "#76B7B2", "label": "\u65b0\u589e\u6309\u952e", "count": 12}, {"cid": 294, "color": "#59A14F", "label": "\u4e3b\u52a8\u6280\u80fd", "count": 12}, {"cid": 295, "color": "#EDC948", "label": "\u7ec4\u4ef6\u4f7f\u7528\u6307\u5357", "count": 12}, {"cid": 296, "color": "#B07AA1", "label": "TextureMaxRectsWebGL2Composer", "count": 12}, {"cid": 297, "color": "#FF9DA7", "label": "RenderColorTransition", "count": 12}, {"cid": 298, "color": "#9C755F", "label": "te", "count": 12}, {"cid": 299, "color": "#BAB0AC", "label": "getOption", "count": 12}, {"cid": 300, "color": "#4E79A7", "label": "map.d.ts", "count": 12}, {"cid": 301, "color": "#F28E2B", "label": "Patch API \u6587\u6863", "count": 11}, {"cid": 302, "color": "#E15759", "label": "GraphicBaseProps API \u6587\u6863", "count": 11}, {"cid": 303, "color": "#76B7B2", "label": "g-path \u6807\u7b7e API \u6587\u6863", "count": 11}, {"cid": 304, "color": "#59A14F", "label": "g-quad \u6807\u7b7e API \u6587\u6863", "count": 11}, {"cid": 305, "color": "#EDC948", "label": "icon \u6807\u7b7e API \u6587\u6863", "count": 11}, {"cid": 306, "color": "#B07AA1", "label": "Input \u8f93\u5165\u6846\u7ec4\u4ef6 API \u6587\u6863", "count": 11}, {"cid": 307, "color": "#FF9DA7", "label": "Progress \u7ec4\u4ef6 API \u6587\u6863", "count": 11}, {"cid": 308, "color": "#9C755F", "label": "ScrollText \u7ec4\u4ef6 API \u6587\u6863", "count": 11}, {"cid": 309, "color": "#BAB0AC", "label": "WaitBox \u7b49\u5f85\u6846\u7ec4\u4ef6 API \u6587\u6863", "count": 11}, {"cid": 310, "color": "#4E79A7", "label": "\u5b9e\u73b0\u601d\u8def", "count": 11}, {"cid": 311, "color": "#F28E2B", "label": "\u5b9e\u73b0\u601d\u8def", "count": 11}, {"cid": 312, "color": "#E15759", "label": "\u4fee\u6539\u72b6\u6001\u680f\u663e\u793a", "count": 11}, {"cid": 313, "color": "#76B7B2", "label": "api.ts", "count": 11}, {"cid": 314, "color": "#59A14F", "label": "IMotaAudioContextCreator", "count": 11}, {"cid": 315, "color": "#EDC948", "label": "packages-user/client-base/package.json", "count": 11}, {"cid": 316, "color": "#B07AA1", "label": "Winskin", "count": 11}, {"cid": 317, "color": "#FF9DA7", "label": "data-base/package.json", "count": 11}, {"cid": 318, "color": "#9C755F", "label": "ReplaySandbox", "count": 11}, {"cid": 319, "color": "#BAB0AC", "label": ".replay", "count": 11}, {"cid": 320, "color": "#4E79A7", "label": "Loader", "count": 11}, {"cid": 321, "color": "#F28E2B", "label": "\u51fd\u6570\u8bf4\u660e", "count": 10}, {"cid": 322, "color": "#E15759", "label": "Sprite \u7c7b API \u6587\u6863", "count": 10}, {"cid": 323, "color": "#76B7B2", "label": "\u51fd\u6570\u8bf4\u660e", "count": 10}, {"cid": 324, "color": "#59A14F", "label": "g-line \u6807\u7b7e API \u6587\u6863", "count": 10}, {"cid": 325, "color": "#EDC948", "label": "TextContentParser API \u6587\u6863", "count": 10}, {"cid": 326, "color": "#B07AA1", "label": "Choices \u9009\u9879\u6846\u7ec4\u4ef6 API \u6587\u6863", "count": 10}, {"cid": 327, "color": "#FF9DA7", "label": "FloorSelector \u697c\u5c42\u9009\u62e9\u5668\u7ec4\u4ef6 API \u6587\u6863", "count": 10}, {"cid": 328, "color": "#9C755F", "label": "\u56fe\u5f62\u6807\u7b7e", "count": 10}, {"cid": 329, "color": "#BAB0AC", "label": "RequestMethod", "count": 10}, {"cid": 330, "color": "#4E79A7", "label": "ILayerDynamic", "count": 10}, {"cid": 331, "color": "#F28E2B", "label": "ILayerStatic", "count": 10}, {"cid": 332, "color": "#E15759", "label": ".clearUI", "count": 10}, {"cid": 333, "color": "#76B7B2", "label": "\u63a5\u53e3\u8bf4\u660e", "count": 9}, {"cid": 334, "color": "#59A14F", "label": "image \u6807\u7b7e API \u6587\u6863", "count": 9}, {"cid": 335, "color": "#EDC948", "label": "sprite \u6807\u7b7e API \u6587\u6863", "count": 9}, {"cid": 336, "color": "#B07AA1", "label": "winskin \u6807\u7b7e API \u6587\u6863", "count": 9}, {"cid": 337, "color": "#FF9DA7", "label": "GameUI API \u6587\u6863", "count": 9}, {"cid": 338, "color": "#9C755F", "label": "UIInstance API \u6587\u6863", "count": 9}, {"cid": 339, "color": "#BAB0AC", "label": "\u8f6c\u4e49\u5b57\u7b26\u8bed\u6cd5\u8bf4\u660e", "count": 9}, {"cid": 340, "color": "#4E79A7", "label": "Background \u80cc\u666f\u7ec4\u4ef6 API \u6587\u6863", "count": 9}, {"cid": 341, "color": "#F28E2B", "label": "\u6e38\u620f\u4e8b\u4ef6\u94a9\u5b50 API \u6587\u6863", "count": 9}, {"cid": 342, "color": "#E15759", "label": "\u63a5\u53e3\u8bbe\u8ba1\u5206\u6790", "count": 9}, {"cid": 343, "color": "#76B7B2", "label": "\u52a8\u753b\u6548\u679c", "count": 9}, {"cid": 344, "color": "#59A14F", "label": "render-vue/package.json", "count": 9}, {"cid": 345, "color": "#EDC948", "label": "TextureCache", "count": 9}, {"cid": 346, "color": "#B07AA1", "label": "MainChoice", "count": 9}, {"cid": 347, "color": "#FF9DA7", "label": "SyncSaveChoice", "count": 9}, {"cid": 348, "color": "#9C755F", "label": "ObjectMoveType", "count": 9}, {"cid": 349, "color": "#BAB0AC", "label": "data-fallback/package.json", "count": 9}, {"cid": 350, "color": "#4E79A7", "label": ".push", "count": 9}, {"cid": 351, "color": "#F28E2B", "label": "ensureFlags", "count": 9}, {"cid": 352, "color": "#E15759", "label": "awesomplete.min.js", "count": 9}, {"cid": 353, "color": "#76B7B2", "label": "Icons", "count": 9}, {"cid": 354, "color": "#59A14F", "label": "compilerOptions", "count": 9}, {"cid": 355, "color": "#EDC948", "label": "ContainerCustom \u7c7b API \u6587\u6863", "count": 8}, {"cid": 356, "color": "#B07AA1", "label": "Arrow \u7ec4\u4ef6 API \u6587\u6863", "count": 8}, {"cid": 357, "color": "#FF9DA7", "label": "Selection \u7ec4\u4ef6 API \u6587\u6863", "count": 8}, {"cid": 358, "color": "#9C755F", "label": "dynamic-tile-move.md", "count": 8}, {"cid": 359, "color": "#BAB0AC", "label": "\u65b0\u589e\u63a5\u53e3", "count": 8}, {"cid": 360, "color": "#4E79A7", "label": "\u7cfb\u7edf\u8bf4\u660e", "count": 8}, {"cid": 361, "color": "#F28E2B", "label": "\u6eda\u52a8\u6761 Scroll", "count": 8}, {"cid": 362, "color": "#E15759", "label": "UI \u5e38\u89c1\u95ee\u9898", "count": 8}, {"cid": 363, "color": "#76B7B2", "label": "IMapRendererTicker", "count": 8}, {"cid": 364, "color": "#59A14F", "label": "._setRequestAnimationFrame", "count": 8}, {"cid": 365, "color": "#EDC948", "label": "._gameOver_askRate", "count": 8}, {"cid": 366, "color": "#B07AA1", "label": "icons", "count": 8}, {"cid": 367, "color": "#FF9DA7", "label": ".loadFloor", "count": 8}, {"cid": 368, "color": "#9C755F", "label": ".createCanvas", "count": 8}, {"cid": 369, "color": "#BAB0AC", "label": "ui.d.ts", "count": 8}, {"cid": 370, "color": "#4E79A7", "label": "source/data.d.ts", "count": 8}, {"cid": 371, "color": "#F28E2B", "label": "component.md", "count": 7}, {"cid": 372, "color": "#E15759", "label": "ContainerCustomProps API \u6587\u6863", "count": 7}, {"cid": 373, "color": "#76B7B2", "label": "\u4f7f\u7528\u793a\u4f8b", "count": 7}, {"cid": 374, "color": "#59A14F", "label": "Tip \u7ec4\u4ef6 API \u6587\u6863", "count": 7}, {"cid": 375, "color": "#EDC948", "label": "6. \u79fb\u52a8\u6267\u884c\u6d41\u7a0b", "count": 7}, {"cid": 376, "color": "#B07AA1", "label": "\u9700\u8981\u4fee\u6539\u7684\u6587\u4ef6", "count": 7}, {"cid": 377, "color": "#FF9DA7", "label": "trigger-impl.md", "count": 7}, {"cid": 378, "color": "#9C755F", "label": "\u4ee3\u7801\u7f16\u5199\u6307\u5357", "count": 7}, {"cid": 379, "color": "#BAB0AC", "label": "audio/package.json", "count": 7}, {"cid": 380, "color": "#4E79A7", "label": "legacy-client/package.json", "count": 7}, {"cid": 381, "color": "#F28E2B", "label": "IReplaySandboxHooks", "count": 7}, {"cid": 382, "color": "#E15759", "label": "data-system/package.json", "count": 7}, {"cid": 383, "color": "#76B7B2", "label": "legacy-plugin-client/package.json", "count": 7}, {"cid": 384, "color": "#59A14F", "label": "legacy-plugin-data/package.json", "count": 7}, {"cid": 385, "color": "#EDC948", "label": "._drawMap_drawBlockInfo", "count": 7}, {"cid": 386, "color": "#B07AA1", "label": ".drawTextContent", "count": 7}, {"cid": 387, "color": "#FF9DA7", "label": "a2", "count": 7}, {"cid": 388, "color": "#9C755F", "label": "\u91cd\u6784", "count": 7}, {"cid": 389, "color": "#BAB0AC", "label": "src/package.json", "count": 7}, {"cid": 390, "color": "#4E79A7", "label": "trigger-refactor.md", "count": 6}, {"cid": 391, "color": "#F28E2B", "label": "\u6838\u5fc3\u6982\u5ff5\u5b9a\u4e49", "count": 6}, {"cid": 392, "color": "#E15759", "label": "\u591a\u884c\u6587\u672c TextContent", "count": 6}, {"cid": 393, "color": "#76B7B2", "label": "IExcitationVariator", "count": 6}, {"cid": 394, "color": "#59A14F", "label": "MapDamageType", "count": 6}, {"cid": 395, "color": "#EDC948", "label": ".calValue", "count": 6}, {"cid": 396, "color": "#B07AA1", "label": "editor_config", "count": 6}, {"cid": 397, "color": "#FF9DA7", "label": "APIStatus", "count": 6}, {"cid": 398, "color": "#9C755F", "label": "Event \u6a21\u5757 API \u6587\u6863", "count": 5}, {"cid": 399, "color": "#BAB0AC", "label": "\u679a\u4e3e\u8bf4\u660e", "count": 5}, {"cid": 400, "color": "#4E79A7", "label": "\u63a5\u53e3\u8bf4\u660e", "count": 5}, {"cid": 401, "color": "#F28E2B", "label": "`@user/data-base/src/map/types.ts`", "count": 5}, {"cid": 402, "color": "#E15759", "label": "\u5b9e\u73b0\u601d\u8def", "count": 5}, {"cid": 403, "color": "#76B7B2", "label": "KeyMod", "count": 5}, {"cid": 404, "color": "#59A14F", "label": "client/package.json", "count": 5}, {"cid": 405, "color": "#EDC948", "label": "legacy-common/package.json", "count": 5}, {"cid": 406, "color": "#B07AA1", "label": "legacy-system/package.json", "count": 5}, {"cid": 407, "color": "#FF9DA7", "label": "loader/package.json", "count": 5}, {"cid": 408, "color": "#9C755F", "label": "TextureOffsetDirection", "count": 5}, {"cid": 409, "color": "#BAB0AC", "label": "system/package.json", "count": 5}, {"cid": 410, "color": "#4E79A7", "label": "data-common/package.json", "count": 5}, {"cid": 411, "color": "#F28E2B", "label": "._showStartAnimate_resetDom", "count": 5}, {"cid": 412, "color": "#E15759", "label": "priority-queue.min.js", "count": 5}, {"cid": 413, "color": "#76B7B2", "label": ".getGlobal", "count": 5}, {"cid": 414, "color": "#59A14F", "label": "._decodeRoute_decodeOne", "count": 5}, {"cid": 415, "color": "#EDC948", "label": "findMatchingBracket", "count": 5}, {"cid": 416, "color": "#B07AA1", "label": "Widget", "count": 5}, {"cid": 417, "color": "#FF9DA7", "label": "ProgressStatus", "count": 5}, {"cid": 418, "color": "#9C755F", "label": "motajs-client-base/index.md", "count": 4}, {"cid": 419, "color": "#BAB0AC", "label": "\u602a\u7269\u7cfb\u7edf\u6587\u4ef6\u7ed3\u6784\u91cd\u6784", "count": 4}, {"cid": 420, "color": "#4E79A7", "label": "IHeroMoveTopImpl", "count": 4}, {"cid": 421, "color": "#F28E2B", "label": "IMapLayer / IDynamicTile", "count": 4}, {"cid": 422, "color": "#E15759", "label": "ITrigger", "count": 4}, {"cid": 423, "color": "#76B7B2", "label": "._clickSL", "count": 4}, {"cid": 424, "color": "#59A14F", "label": ".removeSave", "count": 4}, {"cid": 425, "color": "#EDC948", "label": ".setTwoDigits", "count": 4}, {"cid": 426, "color": "#B07AA1", "label": ".removeLocalForage", "count": 4}, {"cid": 427, "color": "#FF9DA7", "label": "fetchHints", "count": 4}, {"cid": 428, "color": "#9C755F", "label": ".alertWhenCompress", "count": 4}, {"cid": 429, "color": "#BAB0AC", "label": "HTML \u9b54\u5854\u6837\u677f", "count": 4}, {"cid": 430, "color": "#4E79A7", "label": "declaration/data.d.ts", "count": 4}, {"cid": 431, "color": "#F28E2B", "label": "task.md", "count": 4}, {"cid": 432, "color": "#E15759", "label": "._clickAction_text", "count": 3}, {"cid": 433, "color": "#76B7B2", "label": "data", "count": 3}, {"cid": 434, "color": "#59A14F", "label": "._action_setHeroOpacity", "count": 3}, {"cid": 435, "color": "#EDC948", "label": ".clamp", "count": 3}, {"cid": 436, "color": "#B07AA1", "label": "._encodeRoute_encodeOne", "count": 3}, {"cid": 437, "color": "#FF9DA7", "label": ".unzip", "count": 3}, {"cid": 438, "color": "#9C755F", "label": ".__next_rand", "count": 3}, {"cid": 439, "color": "#BAB0AC", "label": "jsColor.js", "count": 3}, {"cid": 440, "color": "#4E79A7", "label": "event.d.ts", "count": 3}, {"cid": 441, "color": "#F28E2B", "label": "JSInterface", "count": 3}, {"cid": 442, "color": "#E15759", "label": "maps.d.ts", "count": 3}, {"cid": 443, "color": "#76B7B2", "label": "logger/index.md", "count": 2}, {"cid": 444, "color": "#59A14F", "label": "animate/package.json", "count": 2}, {"cid": 445, "color": "#EDC948", "label": "packages/client-base/package.json", "count": 2}, {"cid": 446, "color": "#B07AA1", "label": "common/package.json", "count": 2}, {"cid": 447, "color": "#FF9DA7", "label": "render/package.json", "count": 2}, {"cid": 448, "color": "#9C755F", "label": "types/package.json", "count": 2}, {"cid": 449, "color": "#BAB0AC", "label": "lz-string.min.js", "count": 2}, {"cid": 450, "color": "#4E79A7", "label": "javascript_compressed.js", "count": 2}, {"cid": 451, "color": "#F28E2B", "label": "NOTICE.md", "count": 2}, {"cid": 452, "color": "#E15759", "label": "editor_blocklyconfig.js", "count": 2}, {"cid": 453, "color": "#76B7B2", "label": ".checkCallback", "count": 2}, {"cid": 454, "color": "#59A14F", "label": "caret-position.js", "count": 2}, {"cid": 455, "color": "#EDC948", "label": "cls.d.ts", "count": 2}, {"cid": 456, "color": "#B07AA1", "label": "events.d.ts", "count": 2}, {"cid": 457, "color": "#FF9DA7", "label": "items.d.ts", "count": 2}, {"cid": 458, "color": "#9C755F", "label": "docs/index.md", "count": 1}, {"cid": 459, "color": "#BAB0AC", "label": "render/README.md", "count": 1}, {"cid": 460, "color": "#4E79A7", "label": "Arrow", "count": 1}, {"cid": 461, "color": "#F28E2B", "label": "libs/thirdparty/LICENSE.md", "count": 1}, {"cid": 462, "color": "#E15759", "label": "project/data.js", "count": 1}, {"cid": 463, "color": "#76B7B2", "label": "project/enemys.js", "count": 1}, {"cid": 464, "color": "#59A14F", "label": "project/events.js", "count": 1}, {"cid": 465, "color": "#EDC948", "label": "empty.js", "count": 1}, {"cid": 466, "color": "#B07AA1", "label": "MT0.js", "count": 1}, {"cid": 467, "color": "#FF9DA7", "label": "sample0.js", "count": 1}, {"cid": 468, "color": "#9C755F", "label": "sample1.js", "count": 1}, {"cid": 469, "color": "#BAB0AC", "label": "sample2.js", "count": 1}, {"cid": 470, "color": "#4E79A7", "label": "functions.js", "count": 1}, {"cid": 471, "color": "#F28E2B", "label": "project/icons.js", "count": 1}, {"cid": 472, "color": "#E15759", "label": "project/items.js", "count": 1}, {"cid": 473, "color": "#76B7B2", "label": "project/maps.js", "count": 1}, {"cid": 474, "color": "#59A14F", "label": "plugins.js", "count": 1}, {"cid": 475, "color": "#EDC948", "label": "blocks_compressed.js", "count": 1}, {"cid": 476, "color": "#B07AA1", "label": "zh-hans.js", "count": 1}, {"cid": 477, "color": "#FF9DA7", "label": "defs.js", "count": 1}, {"cid": 478, "color": "#9C755F", "label": "editor_blockly.js", "count": 1}, {"cid": 479, "color": "#BAB0AC", "label": "editor_datapanel.js", "count": 1}, {"cid": 480, "color": "#4E79A7", "label": "editor_file.js", "count": 1}, {"cid": 481, "color": "#F28E2B", "label": ".addMark", "count": 1}, {"cid": 482, "color": "#E15759", "label": ".loadCommentjs", "count": 1}, {"cid": 483, "color": "#76B7B2", "label": ".save", "count": 1}, {"cid": 484, "color": "#59A14F", "label": ".saveCommentJs", "count": 1}, {"cid": 485, "color": "#EDC948", "label": ".saveImage", "count": 1}, {"cid": 486, "color": "#B07AA1", "label": "editor_game.js", "count": 1}, {"cid": 487, "color": "#FF9DA7", "label": ".doCoreFunc", "count": 1}, {"cid": 488, "color": "#9C755F", "label": ".fetchMapFromCore", "count": 1}, {"cid": 489, "color": "#BAB0AC", "label": ".fixFunctionInGameData", "count": 1}, {"cid": 490, "color": "#4E79A7", "label": ".getEnemy", "count": 1}, {"cid": 491, "color": "#F28E2B", "label": ".getFirstData", "count": 1}, {"cid": 492, "color": "#E15759", "label": ".getFloorFileList", "count": 1}, {"cid": 493, "color": "#76B7B2", "label": ".getValue", "count": 1}, {"cid": 494, "color": "#59A14F", "label": ".idsInit", "count": 1}, {"cid": 495, "color": "#EDC948", "label": ".replacerForLoading", "count": 1}, {"cid": 496, "color": "#B07AA1", "label": ".replacerForSaving", "count": 1}, {"cid": 497, "color": "#FF9DA7", "label": ".replacerWithoutRecord", "count": 1}, {"cid": 498, "color": "#9C755F", "label": ".setValue", "count": 1}, {"cid": 499, "color": "#BAB0AC", "label": "editor_listen.js", "count": 1}, {"cid": 500, "color": "#4E79A7", "label": "editor_mappanel.js", "count": 1}, {"cid": 501, "color": "#F28E2B", "label": "editor_materialpanel.js", "count": 1}, {"cid": 502, "color": "#E15759", "label": "editor_multi.js", "count": 1}, {"cid": 503, "color": "#76B7B2", "label": "editor_table.js", "count": 1}, {"cid": 504, "color": "#59A14F", "label": ".onCommentBtnClick", "count": 1}, {"cid": 505, "color": "#EDC948", "label": ".onCopyBtnClick", "count": 1}, {"cid": 506, "color": "#B07AA1", "label": ".onFoldBtnClick", "count": 1}, {"cid": 507, "color": "#FF9DA7", "label": "editor_ui.js", "count": 1}, {"cid": 508, "color": "#9C755F", "label": "editor_uievent.js", "count": 1}, {"cid": 509, "color": "#BAB0AC", "label": "editor_util.js", "count": 1}, {"cid": 510, "color": "#4E79A7", "label": ".decode64", "count": 1}, {"cid": 511, "color": "#F28E2B", "label": ".encode64", "count": 1}, {"cid": 512, "color": "#E15759", "label": ".getPixel", "count": 1}, {"cid": 513, "color": "#76B7B2", "label": ".guid", "count": 1}, {"cid": 514, "color": "#59A14F", "label": ".HTMLescape", "count": 1}, {"cid": 515, "color": "#EDC948", "label": ".setPixel", "count": 1}, {"cid": 516, "color": "#B07AA1", "label": "fs.js", "count": 1}, {"cid": 517, "color": "#FF9DA7", "label": "comment.js", "count": 1}, {"cid": 518, "color": "#9C755F", "label": "data.comment.js", "count": 1}, {"cid": 519, "color": "#BAB0AC", "label": "events.comment.js", "count": 1}, {"cid": 520, "color": "#4E79A7", "label": "functions.comment.js", "count": 1}, {"cid": 521, "color": "#F28E2B", "label": "plugins.comment.js", "count": 1}, {"cid": 522, "color": "#E15759", "label": "_server/thirdparty/LICENSE.md", "count": 1}, {"cid": 523, "color": "#76B7B2", "label": "declare.ts", "count": 1}, {"cid": 524, "color": "#59A14F", "label": "content/item.ts", "count": 1}];
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
function esc(s) {
return String(s).replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;').replace(/"/g,'&quot;').replace(/'/g,'&#39;');
}
// Build vis datasets
const nodesDS = new vis.DataSet(RAW_NODES.map(n => ({
id: n.id, label: n.label, color: n.color, size: n.size,
font: n.font, title: n.title,
_community: n.community, _community_name: n.community_name,
_source_file: n.source_file, _file_type: n.file_type, _degree: n.degree,
})));
const edgesDS = new vis.DataSet(RAW_EDGES.map((e, i) => ({
id: i, from: e.from, to: e.to,
label: '',
title: e.title,
dashes: e.dashes,
width: e.width,
color: e.color,
arrows: { to: { enabled: true, scaleFactor: 0.5 } },
})));
const container = document.getElementById('graph');
const network = new vis.Network(container, { nodes: nodesDS, edges: edgesDS }, {
physics: {
enabled: true,
solver: 'forceAtlas2Based',
forceAtlas2Based: {
gravitationalConstant: -60,
centralGravity: 0.005,
springLength: 120,
springConstant: 0.08,
damping: 0.4,
avoidOverlap: 0.8,
},
stabilization: { iterations: 200, fit: true },
},
interaction: {
hover: true,
tooltipDelay: 100,
hideEdgesOnDrag: true,
navigationButtons: false,
keyboard: false,
},
nodes: { shape: 'dot', borderWidth: 1.5 },
edges: { smooth: { type: 'continuous', roundness: 0.2 }, selectionWidth: 3 },
});
network.once('stabilizationIterationsDone', () => {
network.setOptions({ physics: { enabled: false } });
});
function showInfo(nodeId) {
const n = nodesDS.get(nodeId);
if (!n) return;
const neighborIds = network.getConnectedNodes(nodeId);
const neighborItems = neighborIds.map(nid => {
const nb = nodesDS.get(nid);
const color = nb ? nb.color.background : '#555';
return `<span class="neighbor-link" style="border-left-color:${esc(color)}" data-nid="${esc(nid)}">${esc(nb ? nb.label : nid)}</span>`;
}).join('');
document.getElementById('info-content').innerHTML = `
<div class="field"><b>${esc(n.label)}</b></div>
<div class="field">Type: ${esc(n._file_type || 'unknown')}</div>
<div class="field">Community: ${esc(n._community_name)}</div>
<div class="field">Source: ${esc(n._source_file || '-')}</div>
<div class="field">Degree: ${n._degree}</div>
${neighborIds.length ? `<div class="field" style="margin-top:8px;color:#aaa;font-size:11px">Neighbors (${neighborIds.length})</div><div id="neighbors-list">${neighborItems}</div>` : ''}
`;
}
function focusNode(nodeId) {
network.focus(nodeId, { scale: 1.4, animation: true });
network.selectNodes([nodeId]);
showInfo(nodeId);
}
// Neighbor links use a data attribute + one delegated listener rather than an
// inline onclick. A node id/label sourced from a document or a scraped URL
// (graphify add) can contain a double-quote; dropping the stringified id
// unescaped into a quoted onclick both broke every link and allowed a hostile
// source to inject an event handler into the local report (stored XSS, #1838).
// esc() on data-nid keeps the value inside the attribute; the listener reads it
// back verbatim. Bound to document so it survives the innerHTML rebuild that
// recreates #neighbors-list on each showInfo().
document.addEventListener('click', e => {
const el = e.target.closest('.neighbor-link');
if (el && el.dataset.nid !== undefined) focusNode(el.dataset.nid);
});
// Track hovered node — hover detection is more reliable than click params
let hoveredNodeId = null;
network.on('hoverNode', params => {
hoveredNodeId = params.node;
container.style.cursor = 'pointer';
});
network.on('blurNode', () => {
hoveredNodeId = null;
container.style.cursor = 'default';
});
container.addEventListener('click', () => {
if (hoveredNodeId !== null) {
showInfo(hoveredNodeId);
network.selectNodes([hoveredNodeId]);
}
});
network.on('click', params => {
if (params.nodes.length > 0) {
showInfo(params.nodes[0]);
} else if (hoveredNodeId === null) {
document.getElementById('info-content').innerHTML = '<span class="empty">Click a node to inspect it</span>';
}
});
const searchInput = document.getElementById('search');
const searchResults = document.getElementById('search-results');
searchInput.addEventListener('input', () => {
const q = searchInput.value.toLowerCase().trim();
searchResults.innerHTML = '';
if (!q) { searchResults.style.display = 'none'; return; }
const matches = RAW_NODES.filter(n => n.label.toLowerCase().includes(q)).slice(0, 20);
if (!matches.length) { searchResults.style.display = 'none'; return; }
searchResults.style.display = 'block';
matches.forEach(n => {
const el = document.createElement('div');
el.className = 'search-item';
el.textContent = n.label;
el.style.borderLeft = `3px solid ${n.color.background}`;
el.style.paddingLeft = '8px';
el.onclick = () => {
network.focus(n.id, { scale: 1.5, animation: true });
network.selectNodes([n.id]);
showInfo(n.id);
searchResults.style.display = 'none';
searchInput.value = '';
};
searchResults.appendChild(el);
});
});
document.addEventListener('click', e => {
if (!searchResults.contains(e.target) && e.target !== searchInput)
searchResults.style.display = 'none';
});
const hiddenCommunities = new Set();
const selectAllCb = document.getElementById('select-all-cb');
function updateSelectAllState() {
const total = LEGEND.length;
const hidden = hiddenCommunities.size;
selectAllCb.checked = hidden === 0;
selectAllCb.indeterminate = hidden > 0 && hidden < total;
}
function toggleAllCommunities(hide) {
document.querySelectorAll('.legend-item').forEach(item => {
hide ? item.classList.add('dimmed') : item.classList.remove('dimmed');
});
document.querySelectorAll('.legend-cb').forEach(cb => {
cb.checked = !hide;
});
LEGEND.forEach(c => {
if (hide) hiddenCommunities.add(c.cid); else hiddenCommunities.delete(c.cid);
});
const updates = RAW_NODES.map(n => ({ id: n.id, hidden: hide }));
nodesDS.update(updates);
updateSelectAllState();
}
const legendEl = document.getElementById('legend');
LEGEND.forEach(c => {
const item = document.createElement('div');
item.className = 'legend-item';
const cb = document.createElement('input');
cb.type = 'checkbox';
cb.className = 'legend-cb';
cb.checked = true;
cb.addEventListener('change', (e) => {
e.stopPropagation();
if (cb.checked) {
hiddenCommunities.delete(c.cid);
item.classList.remove('dimmed');
} else {
hiddenCommunities.add(c.cid);
item.classList.add('dimmed');
}
const updates = RAW_NODES
.filter(n => n.community === c.cid)
.map(n => ({ id: n.id, hidden: !cb.checked }));
nodesDS.update(updates);
updateSelectAllState();
});
item.innerHTML = `<div class="legend-dot" style="background:${c.color}"></div>
<span class="legend-label">${c.label}</span>
<span class="legend-count">${c.count}</span>`;
item.prepend(cb);
item.onclick = (e) => {
if (e.target === cb) return;
cb.checked = !cb.checked;
cb.dispatchEvent(new Event('change'));
};
legendEl.appendChild(item);
});
</script>
<script>
// Render hyperedges as shaded regions
const hyperedges = [];
// afterDrawing passes ctx already transformed to network coordinate space.
// Draw node positions raw — no manual pan/zoom/DPR math needed.
// Andrew's monotone chain. Returns the hull in counter-clockwise order, which
// is what the perimeter must be traced in. Collinear and duplicate points
// collapse to the extremes, so degenerate member sets render as a segment
// rather than a zero-area crossed path.
function convexHull(pts) {
const p = pts.slice().sort((a, b) => (a.x - b.x) || (a.y - b.y));
if (p.length < 3) return p;
const cross = (o, a, b) => (a.x - o.x) * (b.y - o.y) - (a.y - o.y) * (b.x - o.x);
const build = seq => {
const out = [];
for (const q of seq) {
while (out.length >= 2 && cross(out[out.length - 2], out[out.length - 1], q) <= 0) out.pop();
out.push(q);
}
out.pop();
return out;
};
const hull = build(p).concat(build(p.slice().reverse()));
return hull.length >= 3 ? hull : p;
}
network.on('afterDrawing', function(ctx) {
hyperedges.forEach(h => {
const positions = h.nodes
.map(nid => network.getPositions([nid])[nid])
.filter(p => p !== undefined);
if (positions.length < 2) return;
ctx.save();
ctx.globalAlpha = 0.12;
ctx.fillStyle = '#6366f1';
ctx.strokeStyle = '#6366f1';
ctx.lineWidth = 2;
ctx.beginPath();
// Centroid and expanded hull in network coordinates.
// The perimeter must follow hull order, not h.nodes order: tracing the
// raw member order self-intersects whenever the layout does not happen
// to place members in angular order, filling as crossed wedges.
const cx = positions.reduce((s, p) => s + p.x, 0) / positions.length;
const cy = positions.reduce((s, p) => s + p.y, 0) / positions.length;
const hull = convexHull(positions);
const expanded = hull.map(p => ({
x: cx + (p.x - cx) * 1.15,
y: cy + (p.y - cy) * 1.15
}));
ctx.moveTo(expanded[0].x, expanded[0].y);
expanded.slice(1).forEach(p => ctx.lineTo(p.x, p.y));
ctx.closePath();
ctx.fill();
ctx.globalAlpha = 0.4;
ctx.stroke();
// Label
ctx.globalAlpha = 0.8;
ctx.fillStyle = '#4f46e5';
ctx.font = 'bold 11px sans-serif';
ctx.textAlign = 'center';
ctx.fillText(h.label, cx, cy - 5);
ctx.restore();
});
});
</script>
</body>
</html>