File size: 147,273 Bytes
de99ac3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155

<!DOCTYPE html>
<html>
<head>
    <title>Interactive Graph: Topic_75</title>
    <script type="text/javascript" src="https://unpkg.com/vis-network/standalone/umd/vis-network.min.js"></script>
    <style type="text/css">
        body { font-family: sans-serif; background-color: #222; color: white; margin: 0; }
        #mynetwork { width: 100%; height: 85vh; border: 1px solid #444; }
        #controls { padding: 15px; background-color: #333; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
        .control-group { display: flex; align-items: center; gap: 10px; }
        input[type=range] { width: 200px; cursor: pointer; }
        .label { font-weight: bold; font-size: 16px; color: #ddd; }
        .val { font-family: monospace; color: #00FF00; font-weight: bold; width: 30px; }
        .legend { margin-left: auto; font-size: 14px; color: #aaa; display: flex; gap: 15px; align-items: center; }
        .dot { height: 10px; width: 10px; border-radius: 50%; display: inline-block; margin-right: 5px; }
    </style>
</head>
<body>

<div id="controls">
    <div class="control-group">
        <span class="label">🔍 Top N:</span>
        <input type="range" id="limitSlider" min="1" max="50" value="5">
        <span id="limitLabel" class="val">5</span>
    </div>
    
    <div class="control-group">
        <span class="label">🕸️ Depth:</span>
        <input type="range" id="depthSlider" min="1" max="10" value="2" step="1">
        <span id="depthLabel" class="val">2</span>
    </div>

    <div class="control-group">
        <span class="label">🔵 Size:</span>
        <input type="range" id="sizeSlider" min="10" max="200" value="100">
        <span id="sizeLabel" class="val">100%</span>
    </div>
    
    <div class="legend">
        <span><span class="dot" style="background-color: #00FFFF;"></span>Old</span>
        <span><span class="dot" style="background-color: #FF0000;"></span>New</span>
    </div>
</div>

<div id="mynetwork"></div>

<script type="text/javascript">
    const allNodes = [{"id": "User_107645711619418936", "label": "User 107645711619418936", "group": "users", "value": 10, "title": "User 107645711619418936", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_52", "label": "Writing and sharing ...", "group": "topics", "value": 60, "title": "Topic_52: Writing and sharing blog posts", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_43", "label": "Ukraine war and Euro...", "group": "topics", "value": 60, "title": "Topic_43: Ukraine war and European relations", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_27", "label": "AI, jobs, corporate ...", "group": "topics", "value": 60, "title": "Topic_27: AI, jobs, corporate economics", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_50", "label": "Account and voting i...", "group": "topics", "value": 60, "title": "Topic_50: Account and voting issues", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_21", "label": "Mastodon Cat Posts w...", "group": "topics", "value": 60, "title": "Topic_21: Mastodon Cat Posts with AltText", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_82", "label": "Email, account, cour...", "group": "topics", "value": 60, "title": "Topic_82: Email, account, court cases", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_64", "label": "Marjorie Taylor Gree...", "group": "topics", "value": 60, "title": "Topic_64: Marjorie Taylor Greene tweets", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_26", "label": "Secure communication...", "group": "topics", "value": 60, "title": "Topic_26: Secure communication and data privacy", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_49", "label": "Linux Open Source Ga...", "group": "topics", "value": 60, "title": "Topic_49: Linux Open Source Gaming Development", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_1", "label": "Thanks and positive ...", "group": "topics", "value": 60, "title": "Topic_1: Thanks and positive acknowledgments", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_29256", "label": "User 29256", "group": "users", "value": 10, "title": "User 29256", "baseSize": 10, "color": "#97C2FC"}, {"id": "User_56472", "label": "User 56472", "group": "users", "value": 10, "title": "User 56472", "baseSize": 10, "color": "#97C2FC"}, {"id": "User_109475546381137906", "label": "User 109475546381137906", "group": "users", "value": 10, "title": "User 109475546381137906", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_14", "label": "Artistic Nature Phot...", "group": "topics", "value": 60, "title": "Topic_14: Artistic Nature Photography", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_78", "label": "Emotional social med...", "group": "topics", "value": 60, "title": "Topic_78: Emotional social media content", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_42", "label": "Goodnight and sleep", "group": "topics", "value": 60, "title": "Topic_42: Goodnight and sleep", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_33", "label": "Security Engineering...", "group": "topics", "value": 60, "title": "Topic_33: Security Engineering Jobs and Talks", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_17", "label": "Revolutionary Storie...", "group": "topics", "value": 60, "title": "Topic_17: Revolutionary Stories, Art, History", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_65", "label": "Open source mobile e...", "group": "topics", "value": 60, "title": "Topic_65: Open source mobile email tech", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_41238", "label": "User 41238", "group": "users", "value": 10, "title": "User 41238", "baseSize": 10, "color": "#97C2FC"}, {"id": "User_109303918892886794", "label": "User 109303918892886794", "group": "users", "value": 10, "title": "User 109303918892886794", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_5", "label": "US Civil War Histori...", "group": "topics", "value": 60, "title": "Topic_5: US Civil War Historical Records", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_110560361984531227", "label": "User 110560361984531227", "group": "users", "value": 10, "title": "User 110560361984531227", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_48", "label": "Hello, Sun, Missed P...", "group": "topics", "value": 60, "title": "Topic_48: Hello, Sun, Missed Platform Views", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_4", "label": "Daily Life, Pets, an...", "group": "topics", "value": 60, "title": "Topic_4: Daily Life, Pets, and Tech", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_109298971427078583", "label": "User 109298971427078583", "group": "users", "value": 10, "title": "User 109298971427078583", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_46", "label": "Warnings about AI im...", "group": "topics", "value": 60, "title": "Topic_46: Warnings about AI implications", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_6", "label": "Artistic Landscape N...", "group": "topics", "value": 60, "title": "Topic_6: Artistic Landscape Nature Photography", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_109749938960871723", "label": "User 109749938960871723", "group": "users", "value": 10, "title": "User 109749938960871723", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_40", "label": "British Past and Pre...", "group": "topics", "value": 60, "title": "Topic_40: British Past and Present News", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_63", "label": "Animals, Food, and P...", "group": "topics", "value": 60, "title": "Topic_63: Animals, Food, and Pink Roses", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_75", "label": "Email security and p...", "group": "topics", "value": 60, "title": "Topic_75: Email security and privacy", "baseSize": 40, "color": "#00FF00", "size": 40}, {"id": "Topic_73", "label": "Centralized social m...", "group": "topics", "value": 60, "title": "Topic_73: Centralized social media issues", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_45", "label": "Canadian Cycling and...", "group": "topics", "value": 60, "title": "Topic_45: Canadian Cycling and Memes", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_80", "label": "Looking forward to s...", "group": "topics", "value": 60, "title": "Topic_80: Looking forward to special events", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_34783", "label": "User 34783", "group": "users", "value": 10, "title": "User 34783", "baseSize": 10, "color": "#97C2FC"}, {"id": "User_111591595219874559", "label": "User 111591595219874559", "group": "users", "value": 10, "title": "User 111591595219874559", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_18", "label": "Gaza conflict and gl...", "group": "topics", "value": 60, "title": "Topic_18: Gaza conflict and global solidarity", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_60", "label": "Friends, babies, and...", "group": "topics", "value": 60, "title": "Topic_60: Friends, babies, and cute pets", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_109307563403434781", "label": "User 109307563403434781", "group": "users", "value": 10, "title": "User 109307563403434781", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_29", "label": "Mastodon instance ad...", "group": "topics", "value": 60, "title": "Topic_29: Mastodon instance administration", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_109415123660873748", "label": "User 109415123660873748", "group": "users", "value": 10, "title": "User 109415123660873748", "baseSize": 10, "color": "#97C2FC"}, {"id": "User_110706406950175482", "label": "User 110706406950175482", "group": "users", "value": 10, "title": "User 110706406950175482", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_34", "label": "Today's GIF of the D...", "group": "topics", "value": 60, "title": "Topic_34: Today's GIF of the Day", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_24", "label": "Thanking, following,...", "group": "topics", "value": 60, "title": "Topic_24: Thanking, following, and personal updates", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_31", "label": "US fight for civil r...", "group": "topics", "value": 60, "title": "Topic_31: US fight for civil rights", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_109322153122121528", "label": "User 109322153122121528", "group": "users", "value": 10, "title": "User 109322153122121528", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_37", "label": "Historical and Cultu...", "group": "topics", "value": 60, "title": "Topic_37: Historical and Cultural Research", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_16", "label": "Android app and brow...", "group": "topics", "value": 60, "title": "Topic_16: Android app and browser bugs", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_23", "label": "AI Technology's Futu...", "group": "topics", "value": 60, "title": "Topic_23: AI Technology's Future and Power", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_39583", "label": "User 39583", "group": "users", "value": 10, "title": "User 39583", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_3", "label": "Nature Wildlife Phot...", "group": "topics", "value": 60, "title": "Topic_3: Nature Wildlife Photography Art", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_25068", "label": "User 25068", "group": "users", "value": 10, "title": "User 25068", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_61", "label": "Dad's jokes and dail...", "group": "topics", "value": 60, "title": "Topic_61: Dad's jokes and daily happenings", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_14715", "label": "User 14715", "group": "users", "value": 10, "title": "User 14715", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_81", "label": "War, History, and Di...", "group": "topics", "value": 60, "title": "Topic_81: War, History, and Displacement", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_774982", "label": "User 774982", "group": "users", "value": 10, "title": "User 774982", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_11", "label": "Air traffic messages", "group": "topics", "value": 60, "title": "Topic_11: Air traffic messages", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_70", "label": "Gaza crisis and Trum...", "group": "topics", "value": 60, "title": "Topic_70: Gaza crisis and Trump allegations", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_109617425381801069", "label": "User 109617425381801069", "group": "users", "value": 10, "title": "User 109617425381801069", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_25", "label": "Data security, acces...", "group": "topics", "value": 60, "title": "Topic_25: Data security, access, vulnerabilities", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_108407833047564824", "label": "User 108407833047564824", "group": "users", "value": 10, "title": "User 108407833047564824", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_67", "label": "Mastodon technical a...", "group": "topics", "value": 60, "title": "Topic_67: Mastodon technical aspects", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_41", "label": "Trump, MAGA, racism ...", "group": "topics", "value": 60, "title": "Topic_41: Trump, MAGA, racism debate", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_30", "label": "Technical Documentat...", "group": "topics", "value": 60, "title": "Topic_30: Technical Documentation and Passwords", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_108466715392715133", "label": "User 108466715392715133", "group": "users", "value": 10, "title": "User 108466715392715133", "baseSize": 10, "color": "#97C2FC"}, {"id": "User_109857303960048603", "label": "User 109857303960048603", "group": "users", "value": 10, "title": "User 109857303960048603", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_51", "label": "Happy daily greeting...", "group": "topics", "value": 60, "title": "Topic_51: Happy daily greetings Chris", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_229697", "label": "User 229697", "group": "users", "value": 10, "title": "User 229697", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_28", "label": "Mastodon Caturday ca...", "group": "topics", "value": 60, "title": "Topic_28: Mastodon Caturday cats", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_85", "label": "Furry art: life's ac...", "group": "topics", "value": 60, "title": "Topic_85: Furry art: life's accurate journeys", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_659383", "label": "User 659383", "group": "users", "value": 10, "title": "User 659383", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_89", "label": "Appreciating beautif...", "group": "topics", "value": 23.6, "title": "Topic_89: Appreciating beautiful moments and nature", "baseSize": 23.6, "color": "#FB7E81"}, {"id": "User_109301736127976730", "label": "User 109301736127976730", "group": "users", "value": 10, "title": "User 109301736127976730", "baseSize": 10, "color": "#97C2FC"}, {"id": "User_207529", "label": "User 207529", "group": "users", "value": 10, "title": "User 207529", "baseSize": 10, "color": "#97C2FC"}, {"id": "User_333560", "label": "User 333560", "group": "users", "value": 10, "title": "User 333560", "baseSize": 10, "color": "#97C2FC"}, {"id": "User_109202669994856537", "label": "User 109202669994856537", "group": "users", "value": 10, "title": "User 109202669994856537", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_9", "label": "Trump, government, a...", "group": "topics", "value": 60, "title": "Topic_9: Trump, government, and law", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_68", "label": "Mastodon account dat...", "group": "topics", "value": 60, "title": "Topic_68: Mastodon account data and settings", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_36", "label": "Post and reply actio...", "group": "topics", "value": 60, "title": "Topic_36: Post and reply actions", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_475033", "label": "User 475033", "group": "users", "value": 10, "title": "User 475033", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_87", "label": "Everyday personal mo...", "group": "topics", "value": 55.6, "title": "Topic_87: Everyday personal moments", "baseSize": 55.6, "color": "#FB7E81"}, {"id": "User_322216", "label": "User 322216", "group": "users", "value": 10, "title": "User 322216", "baseSize": 10, "color": "#97C2FC"}, {"id": "User_109493145275935692", "label": "User 109493145275935692", "group": "users", "value": 10, "title": "User 109493145275935692", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_39", "label": "Seeking help and sup...", "group": "topics", "value": 60, "title": "Topic_39: Seeking help and support", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_72", "label": "Twitter functionalit...", "group": "topics", "value": 60, "title": "Topic_72: Twitter functionality and changes", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_22", "label": "Nature photography a...", "group": "topics", "value": 60, "title": "Topic_22: Nature photography and wildlife observations", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_32", "label": "Election voting stra...", "group": "topics", "value": 60, "title": "Topic_32: Election voting strategy and timing", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_59", "label": "Cats on Mastodon", "group": "topics", "value": 60, "title": "Topic_59: Cats on Mastodon", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_110702937375995641", "label": "User 110702937375995641", "group": "users", "value": 10, "title": "User 110702937375995641", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_77", "label": "Federated account mo...", "group": "topics", "value": 60, "title": "Topic_77: Federated account moderation", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_76", "label": "Social web community...", "group": "topics", "value": 60, "title": "Topic_76: Social web community governance", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_57", "label": "Horror movie visual ...", "group": "topics", "value": 60, "title": "Topic_57: Horror movie visual storytelling", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_88", "label": "Understanding comple...", "group": "topics", "value": 33.4, "title": "Topic_88: Understanding complex US history", "baseSize": 33.4, "color": "#FB7E81"}, {"id": "User_110549478713745915", "label": "User 110549478713745915", "group": "users", "value": 10, "title": "User 110549478713745915", "baseSize": 10, "color": "#97C2FC"}, {"id": "User_820934", "label": "User 820934", "group": "users", "value": 10, "title": "User 820934", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_44", "label": "Issues fixed, email ...", "group": "topics", "value": 60, "title": "Topic_44: Issues fixed, email communication", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_106949832647744560", "label": "User 106949832647744560", "group": "users", "value": 10, "title": "User 106949832647744560", "baseSize": 10, "color": "#97C2FC"}, {"id": "User_109405969073705498", "label": "User 109405969073705498", "group": "users", "value": 10, "title": "User 109405969073705498", "baseSize": 10, "color": "#97C2FC"}, {"id": "User_109412479867207335", "label": "User 109412479867207335", "group": "users", "value": 10, "title": "User 109412479867207335", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_54", "label": "Platform security, p...", "group": "topics", "value": 60, "title": "Topic_54: Platform security, privacy, links", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_110939684209379656", "label": "User 110939684209379656", "group": "users", "value": 10, "title": "User 110939684209379656", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_62", "label": "Phishing and data th...", "group": "topics", "value": 60, "title": "Topic_62: Phishing and data theft campaigns", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_79", "label": "London political car...", "group": "topics", "value": 60, "title": "Topic_79: London political cartoon gallery", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_74", "label": "Global Sea Ice Exten...", "group": "topics", "value": 60, "title": "Topic_74: Global Sea Ice Extent", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_108619463746856738", "label": "User 108619463746856738", "group": "users", "value": 10, "title": "User 108619463746856738", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_10", "label": "Aurora and Nature Ph...", "group": "topics", "value": 60, "title": "Topic_10: Aurora and Nature Photography", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_109390165997744795", "label": "User 109390165997744795", "group": "users", "value": 10, "title": "User 109390165997744795", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_2", "label": "Social acknowledgeme...", "group": "topics", "value": 60, "title": "Topic_2: Social acknowledgements and reactions", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_13", "label": "Thanks, help, and up...", "group": "topics", "value": 60, "title": "Topic_13: Thanks, help, and updates", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_38", "label": "Mastodon platform up...", "group": "topics", "value": 60, "title": "Topic_38: Mastodon platform updates and issues", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_109388885609394551", "label": "User 109388885609394551", "group": "users", "value": 10, "title": "User 109388885609394551", "baseSize": 10, "color": "#97C2FC"}, {"id": "User_113500409018219767", "label": "User 113500409018219767", "group": "users", "value": 10, "title": "User 113500409018219767", "baseSize": 10, "color": "#97C2FC"}, {"id": "User_109286442783912221", "label": "User 109286442783912221", "group": "users", "value": 10, "title": "User 109286442783912221", "baseSize": 10, "color": "#97C2FC"}, {"id": "User_114978132454539579", "label": "User 114978132454539579", "group": "users", "value": 10, "title": "User 114978132454539579", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_66", "label": "Email address breach...", "group": "topics", "value": 60, "title": "Topic_66: Email address breach reports", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_53", "label": "Live art and introdu...", "group": "topics", "value": 60, "title": "Topic_53: Live art and introductions", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_1074531", "label": "User 1074531", "group": "users", "value": 10, "title": "User 1074531", "baseSize": 10, "color": "#97C2FC"}, {"id": "User_109301022451147367", "label": "User 109301022451147367", "group": "users", "value": 10, "title": "User 109301022451147367", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_84", "label": "Historical Political...", "group": "topics", "value": 60, "title": "Topic_84: Historical Political Narratives", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_711648", "label": "User 711648", "group": "users", "value": 10, "title": "User 711648", "baseSize": 10, "color": "#97C2FC"}, {"id": "User_109303553253839829", "label": "User 109303553253839829", "group": "users", "value": 10, "title": "User 109303553253839829", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_69", "label": "Epstein's email pass...", "group": "topics", "value": 60, "title": "Topic_69: Epstein's email password leaks", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_56", "label": "Trump administration...", "group": "topics", "value": 60, "title": "Topic_56: Trump administration SNAP court orders", "baseSize": 60, "color": "#FB7E81"}, {"id": "User_109317449462771932", "label": "User 109317449462771932", "group": "users", "value": 10, "title": "User 109317449462771932", "baseSize": 10, "color": "#97C2FC"}, {"id": "Topic_47", "label": "Automated Cat Posts ...", "group": "topics", "value": 60, "title": "Topic_47: Automated Cat Posts Alt Text", "baseSize": 60, "color": "#FB7E81"}, {"id": "Topic_15", "label": "MastoArt and creativ...", "group": "topics", "value": 60, "title": "Topic_15: MastoArt and creative expressions", "baseSize": 60, "color": "#FB7E81"}];
    const allEdges = [{"from": "Topic_75", "to": "User_108407833047564824", "value": 8, "title": "Posts: 8\nLast Active: 2025-11-12", "color": "#c33b3b"}, {"from": "User_108407833047564824", "to": "Topic_16", "value": 6, "title": "Posts: 6\nLast Active: 2025-11-13", "color": "#c83636"}, {"from": "User_108407833047564824", "to": "Topic_13", "value": 4, "title": "Posts: 4\nLast Active: 2025-11-12", "color": "#c33b3b"}, {"from": "User_108407833047564824", "to": "Topic_44", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-14", "color": "#cf2f2f"}, {"from": "User_108407833047564824", "to": "Topic_4", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-13", "color": "#c83636"}, {"from": "User_108407833047564824", "to": "Topic_11", "value": 3, "title": "Posts: 3\nLast Active: 2025-10-29", "color": "#9f5f5f"}, {"from": "User_108407833047564824", "to": "Topic_76", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-11", "color": "#be4040"}, {"from": "User_108407833047564824", "to": "Topic_50", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-10", "color": "#ba4444"}, {"from": "User_108407833047564824", "to": "Topic_2", "value": 2, "title": "Posts: 2\nLast Active: 2025-09-23", "color": "#7f7f7f"}, {"from": "User_108407833047564824", "to": "Topic_47", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-12", "color": "#c13d3d"}, {"from": "User_108407833047564824", "to": "Topic_66", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-07", "color": "#b14d4d"}, {"from": "User_108407833047564824", "to": "Topic_48", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-06", "color": "#ae5050"}, {"from": "User_108407833047564824", "to": "Topic_73", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-30", "color": "#a15d5d"}, {"from": "User_108407833047564824", "to": "Topic_32", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-30", "color": "#a15d5d"}, {"from": "User_108407833047564824", "to": "Topic_72", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-25", "color": "#9a6464"}, {"from": "User_108407833047564824", "to": "Topic_54", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-22", "color": "#966868"}, {"from": "User_108407833047564824", "to": "Topic_38", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-20", "color": "#946a6a"}, {"from": "User_108407833047564824", "to": "Topic_65", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-16", "color": "#906e6e"}, {"from": "User_108407833047564824", "to": "Topic_1", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-02", "color": "#857979"}, {"from": "User_108407833047564824", "to": "Topic_3", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-30", "color": "#837b7b"}, {"from": "Topic_75", "to": "User_110702937375995641", "value": 6, "title": "Posts: 6\nLast Active: 2025-03-18", "color": "#51adad"}, {"from": "User_110702937375995641", "to": "Topic_54", "value": 7, "title": "Posts: 7\nLast Active: 2025-03-31", "color": "#53abab"}, {"from": "User_110702937375995641", "to": "Topic_2", "value": 4, "title": "Posts: 4\nLast Active: 2025-03-31", "color": "#53abab"}, {"from": "User_110702937375995641", "to": "Topic_13", "value": 3, "title": "Posts: 3\nLast Active: 2025-03-20", "color": "#51adad"}, {"from": "User_110702937375995641", "to": "Topic_29", "value": 2, "title": "Posts: 2\nLast Active: 2025-04-14", "color": "#55a9a9"}, {"from": "User_110702937375995641", "to": "Topic_16", "value": 2, "title": "Posts: 2\nLast Active: 2025-02-18", "color": "#4eb0b0"}, {"from": "User_110702937375995641", "to": "Topic_25", "value": 2, "title": "Posts: 2\nLast Active: 2025-02-11", "color": "#4db1b1"}, {"from": "User_110702937375995641", "to": "Topic_4", "value": 2, "title": "Posts: 2\nLast Active: 2025-01-31", "color": "#4cb2b2"}, {"from": "User_110702937375995641", "to": "Topic_36", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-15", "color": "#7b8383"}, {"from": "User_110702937375995641", "to": "Topic_24", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-15", "color": "#7b8383"}, {"from": "User_110702937375995641", "to": "Topic_77", "value": 1, "title": "Posts: 1\nLast Active: 2025-05-19", "color": "#5aa4a4"}, {"from": "User_110702937375995641", "to": "Topic_65", "value": 1, "title": "Posts: 1\nLast Active: 2025-04-07", "color": "#54aaaa"}, {"from": "User_110702937375995641", "to": "Topic_9", "value": 1, "title": "Posts: 1\nLast Active: 2025-03-24", "color": "#52acac"}, {"from": "User_110702937375995641", "to": "Topic_27", "value": 1, "title": "Posts: 1\nLast Active: 2025-03-17", "color": "#51adad"}, {"from": "User_110702937375995641", "to": "Topic_64", "value": 1, "title": "Posts: 1\nLast Active: 2025-03-10", "color": "#50aeae"}, {"from": "User_110702937375995641", "to": "Topic_21", "value": 1, "title": "Posts: 1\nLast Active: 2025-02-10", "color": "#4db1b1"}, {"from": "User_110702937375995641", "to": "Topic_52", "value": 1, "title": "Posts: 1\nLast Active: 2025-02-10", "color": "#4db1b1"}, {"from": "User_110702937375995641", "to": "Topic_62", "value": 1, "title": "Posts: 1\nLast Active: 2025-02-10", "color": "#4db1b1"}, {"from": "User_110702937375995641", "to": "Topic_73", "value": 1, "title": "Posts: 1\nLast Active: 2025-02-05", "color": "#4cb2b2"}, {"from": "User_110702937375995641", "to": "Topic_66", "value": 1, "title": "Posts: 1\nLast Active: 2025-02-05", "color": "#4cb2b2"}, {"from": "User_110702937375995641", "to": "Topic_51", "value": 1, "title": "Posts: 1\nLast Active: 2025-01-27", "color": "#4bb3b3"}, {"from": "User_110702937375995641", "to": "Topic_26", "value": 1, "title": "Posts: 1\nLast Active: 2025-01-24", "color": "#4bb3b3"}, {"from": "User_110702937375995641", "to": "Topic_44", "value": 1, "title": "Posts: 1\nLast Active: 2025-01-22", "color": "#4bb3b3"}, {"from": "User_110702937375995641", "to": "Topic_3", "value": 1, "title": "Posts: 1\nLast Active: 2025-01-22", "color": "#4bb3b3"}, {"from": "Topic_75", "to": "User_207529", "value": 4, "title": "Posts: 4\nLast Active: 2025-11-14", "color": "#cd3131"}, {"from": "User_207529", "to": "Topic_2", "value": 17, "title": "Posts: 17\nLast Active: 2025-11-14", "color": "#cc3232"}, {"from": "User_207529", "to": "Topic_1", "value": 9, "title": "Posts: 9\nLast Active: 2025-11-14", "color": "#ce3030"}, {"from": "User_207529", "to": "Topic_13", "value": 9, "title": "Posts: 9\nLast Active: 2025-11-14", "color": "#cc3232"}, {"from": "User_207529", "to": "Topic_24", "value": 5, "title": "Posts: 5\nLast Active: 2025-11-12", "color": "#c33b3b"}, {"from": "User_207529", "to": "Topic_4", "value": 4, "title": "Posts: 4\nLast Active: 2025-11-15", "color": "#d42a2a"}, {"from": "User_207529", "to": "Topic_3", "value": 4, "title": "Posts: 4\nLast Active: 2025-11-07", "color": "#b14d4d"}, {"from": "User_207529", "to": "Topic_29", "value": 4, "title": "Posts: 4\nLast Active: 2025-11-05", "color": "#ac5252"}, {"from": "User_207529", "to": "Topic_62", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-07", "color": "#b14d4d"}, {"from": "User_207529", "to": "Topic_66", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-01", "color": "#a45a5a"}, {"from": "User_207529", "to": "Topic_65", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-14", "color": "#ce3030"}, {"from": "User_207529", "to": "Topic_30", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-12", "color": "#c33b3b"}, {"from": "User_207529", "to": "Topic_54", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-13", "color": "#c73737"}, {"from": "User_207529", "to": "Topic_68", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-09", "color": "#b74747"}, {"from": "User_207529", "to": "Topic_76", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-08", "color": "#b44a4a"}, {"from": "User_207529", "to": "Topic_16", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-07", "color": "#b14d4d"}, {"from": "User_207529", "to": "Topic_42", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-02", "color": "#a65858"}, {"from": "User_207529", "to": "Topic_77", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-01", "color": "#a45a5a"}, {"from": "User_207529", "to": "Topic_21", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-31", "color": "#a25c5c"}, {"from": "User_207529", "to": "Topic_45", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-31", "color": "#a25c5c"}, {"from": "Topic_75", "to": "User_109298971427078583", "value": 4, "title": "Posts: 4\nLast Active: 2025-11-14", "color": "#d22c2c"}, {"from": "User_109298971427078583", "to": "Topic_2", "value": 9, "title": "Posts: 9\nLast Active: 2025-11-06", "color": "#af4f4f"}, {"from": "User_109298971427078583", "to": "Topic_13", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-09", "color": "#b64848"}, {"from": "User_109298971427078583", "to": "Topic_16", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-06", "color": "#ae5050"}, {"from": "User_109298971427078583", "to": "Topic_77", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-05", "color": "#ae5050"}, {"from": "User_109298971427078583", "to": "Topic_4", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-03", "color": "#a95555"}, {"from": "User_109298971427078583", "to": "Topic_33", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-23", "color": "#976767"}, {"from": "User_109298971427078583", "to": "Topic_26", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-08", "color": "#897575"}, {"from": "User_109298971427078583", "to": "Topic_66", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-12", "color": "#c53939"}, {"from": "User_109298971427078583", "to": "Topic_69", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-09", "color": "#b64848"}, {"from": "User_109298971427078583", "to": "Topic_44", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-06", "color": "#ae5050"}, {"from": "User_109298971427078583", "to": "Topic_47", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-31", "color": "#a25c5c"}, {"from": "User_109298971427078583", "to": "Topic_65", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-23", "color": "#807e7e"}, {"from": "User_109298971427078583", "to": "Topic_68", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-15", "color": "#7b8383"}, {"from": "User_109298971427078583", "to": "Topic_82", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-15", "color": "#7b8383"}, {"from": "User_109298971427078583", "to": "Topic_49", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-31", "color": "#758989"}, {"from": "User_109298971427078583", "to": "Topic_21", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-22", "color": "#718d8d"}, {"from": "User_109298971427078583", "to": "Topic_50", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-16", "color": "#6f8f8f"}, {"from": "User_109298971427078583", "to": "Topic_29", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-16", "color": "#6f8f8f"}, {"from": "User_109298971427078583", "to": "Topic_3", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-05", "color": "#6c9292"}, {"from": "Topic_75", "to": "User_475033", "value": 4, "title": "Posts: 4\nLast Active: 2025-11-02", "color": "#a65858"}, {"from": "User_475033", "to": "Topic_66", "value": 7, "title": "Posts: 7\nLast Active: 2025-11-03", "color": "#a85656"}, {"from": "User_475033", "to": "Topic_16", "value": 6, "title": "Posts: 6\nLast Active: 2025-11-11", "color": "#be4040"}, {"from": "User_475033", "to": "Topic_4", "value": 6, "title": "Posts: 6\nLast Active: 2025-11-02", "color": "#a65858"}, {"from": "User_475033", "to": "Topic_65", "value": 5, "title": "Posts: 5\nLast Active: 2025-11-14", "color": "#d02e2e"}, {"from": "User_475033", "to": "Topic_62", "value": 4, "title": "Posts: 4\nLast Active: 2025-11-14", "color": "#ce3030"}, {"from": "User_475033", "to": "Topic_3", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-02", "color": "#a65858"}, {"from": "User_475033", "to": "Topic_44", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-03", "color": "#a85656"}, {"from": "User_475033", "to": "Topic_36", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-03", "color": "#a85656"}, {"from": "User_475033", "to": "Topic_33", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-02", "color": "#a65858"}, {"from": "User_475033", "to": "Topic_13", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-02", "color": "#a65858"}, {"from": "User_475033", "to": "Topic_54", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-13", "color": "#c73737"}, {"from": "User_475033", "to": "Topic_76", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-04", "color": "#aa5454"}, {"from": "User_475033", "to": "Topic_29", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-02", "color": "#a65858"}, {"from": "User_475033", "to": "Topic_77", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-02", "color": "#a65858"}, {"from": "User_475033", "to": "Topic_5", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-02", "color": "#a65858"}, {"from": "User_475033", "to": "Topic_69", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-01", "color": "#a45a5a"}, {"from": "User_475033", "to": "Topic_26", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-29", "color": "#9f5f5f"}, {"from": "User_475033", "to": "Topic_9", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-29", "color": "#9f5f5f"}, {"from": "User_475033", "to": "Topic_50", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-28", "color": "#9e6060"}, {"from": "User_475033", "to": "Topic_1", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-25", "color": "#996565"}, {"from": "Topic_75", "to": "User_108619463746856738", "value": 4, "title": "Posts: 4\nLast Active: 2025-11-16", "color": "#de2020"}, {"from": "User_108619463746856738", "to": "Topic_2", "value": 7, "title": "Posts: 7\nLast Active: 2025-10-01", "color": "#847a7a"}, {"from": "User_108619463746856738", "to": "Topic_13", "value": 7, "title": "Posts: 7\nLast Active: 2025-07-11", "color": "#659999"}, {"from": "User_108619463746856738", "to": "Topic_62", "value": 6, "title": "Posts: 6\nLast Active: 2025-03-11", "color": "#50aeae"}, {"from": "User_108619463746856738", "to": "Topic_54", "value": 5, "title": "Posts: 5\nLast Active: 2025-11-14", "color": "#cc3232"}, {"from": "User_108619463746856738", "to": "Topic_29", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-13", "color": "#ca3434"}, {"from": "User_108619463746856738", "to": "Topic_49", "value": 3, "title": "Posts: 3\nLast Active: 2025-10-01", "color": "#847a7a"}, {"from": "User_108619463746856738", "to": "Topic_66", "value": 3, "title": "Posts: 3\nLast Active: 2025-02-21", "color": "#4eb0b0"}, {"from": "User_108619463746856738", "to": "Topic_16", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-13", "color": "#ca3434"}, {"from": "User_108619463746856738", "to": "Topic_69", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-13", "color": "#ca3434"}, {"from": "User_108619463746856738", "to": "Topic_25", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-13", "color": "#6e9090"}, {"from": "User_108619463746856738", "to": "Topic_77", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-02", "color": "#6b9393"}, {"from": "User_108619463746856738", "to": "Topic_50", "value": 2, "title": "Posts: 2\nLast Active: 2025-07-03", "color": "#639b9b"}, {"from": "User_108619463746856738", "to": "Topic_1", "value": 2, "title": "Posts: 2\nLast Active: 2025-03-12", "color": "#50aeae"}, {"from": "User_108619463746856738", "to": "Topic_65", "value": 1, "title": "Posts: 1\nLast Active: 2025-07-03", "color": "#639b9b"}, {"from": "User_108619463746856738", "to": "Topic_41", "value": 1, "title": "Posts: 1\nLast Active: 2025-06-06", "color": "#5ea0a0"}, {"from": "User_108619463746856738", "to": "Topic_79", "value": 1, "title": "Posts: 1\nLast Active: 2025-06-06", "color": "#5ea0a0"}, {"from": "User_108619463746856738", "to": "Topic_3", "value": 1, "title": "Posts: 1\nLast Active: 2025-05-14", "color": "#5aa4a4"}, {"from": "User_108619463746856738", "to": "Topic_48", "value": 1, "title": "Posts: 1\nLast Active: 2025-05-14", "color": "#5aa4a4"}, {"from": "User_108619463746856738", "to": "Topic_52", "value": 1, "title": "Posts: 1\nLast Active: 2025-03-12", "color": "#50aeae"}, {"from": "User_108619463746856738", "to": "Topic_4", "value": 1, "title": "Posts: 1\nLast Active: 2025-02-11", "color": "#4db1b1"}, {"from": "User_108619463746856738", "to": "Topic_42", "value": 1, "title": "Posts: 1\nLast Active: 2025-02-11", "color": "#4db1b1"}, {"from": "User_108619463746856738", "to": "Topic_33", "value": 1, "title": "Posts: 1\nLast Active: 2025-02-08", "color": "#4db1b1"}, {"from": "User_108619463746856738", "to": "Topic_76", "value": 1, "title": "Posts: 1\nLast Active: 2025-02-05", "color": "#4cb2b2"}, {"from": "Topic_75", "to": "User_109415123660873748", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-13", "color": "#ca3434"}, {"from": "User_109415123660873748", "to": "Topic_16", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-14", "color": "#cf2f2f"}, {"from": "User_109415123660873748", "to": "Topic_25", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-11", "color": "#c03e3e"}, {"from": "User_109415123660873748", "to": "Topic_3", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-14", "color": "#d02e2e"}, {"from": "User_109415123660873748", "to": "Topic_4", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-14", "color": "#cd3131"}, {"from": "User_109415123660873748", "to": "Topic_68", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-12", "color": "#c53939"}, {"from": "Topic_75", "to": "User_109301736127976730", "value": 3, "title": "Posts: 3\nLast Active: 2024-07-29", "color": "#3cc2c2"}, {"from": "User_109301736127976730", "to": "Topic_29", "value": 4, "title": "Posts: 4\nLast Active: 2024-07-31", "color": "#3cc2c2"}, {"from": "User_109301736127976730", "to": "Topic_1", "value": 3, "title": "Posts: 3\nLast Active: 2025-04-07", "color": "#54aaaa"}, {"from": "User_109301736127976730", "to": "Topic_24", "value": 3, "title": "Posts: 3\nLast Active: 2024-08-21", "color": "#3ec0c0"}, {"from": "User_109301736127976730", "to": "Topic_44", "value": 2, "title": "Posts: 2\nLast Active: 2024-07-08", "color": "#3bc3c3"}, {"from": "User_109301736127976730", "to": "Topic_54", "value": 2, "title": "Posts: 2\nLast Active: 2024-06-15", "color": "#39c5c5"}, {"from": "User_109301736127976730", "to": "Topic_73", "value": 2, "title": "Posts: 2\nLast Active: 2024-06-15", "color": "#39c5c5"}, {"from": "User_109301736127976730", "to": "Topic_26", "value": 2, "title": "Posts: 2\nLast Active: 2024-01-20", "color": "#32cccc"}, {"from": "User_109301736127976730", "to": "Topic_2", "value": 1, "title": "Posts: 1\nLast Active: 2024-08-22", "color": "#3ec0c0"}, {"from": "User_109301736127976730", "to": "Topic_27", "value": 1, "title": "Posts: 1\nLast Active: 2024-07-08", "color": "#3bc3c3"}, {"from": "User_109301736127976730", "to": "Topic_65", "value": 1, "title": "Posts: 1\nLast Active: 2024-06-23", "color": "#3ac4c4"}, {"from": "User_109301736127976730", "to": "Topic_77", "value": 1, "title": "Posts: 1\nLast Active: 2024-06-16", "color": "#3ac4c4"}, {"from": "User_109301736127976730", "to": "Topic_59", "value": 1, "title": "Posts: 1\nLast Active: 2024-06-15", "color": "#39c5c5"}, {"from": "User_109301736127976730", "to": "Topic_16", "value": 1, "title": "Posts: 1\nLast Active: 2024-01-29", "color": "#32cccc"}, {"from": "User_109301736127976730", "to": "Topic_4", "value": 1, "title": "Posts: 1\nLast Active: 2024-01-29", "color": "#32cccc"}, {"from": "User_109301736127976730", "to": "Topic_23", "value": 1, "title": "Posts: 1\nLast Active: 2024-01-24", "color": "#32cccc"}, {"from": "User_109301736127976730", "to": "Topic_3", "value": 1, "title": "Posts: 1\nLast Active: 2024-01-20", "color": "#32cccc"}, {"from": "User_109301736127976730", "to": "Topic_32", "value": 1, "title": "Posts: 1\nLast Active: 2023-10-21", "color": "#2ed0d0"}, {"from": "User_109301736127976730", "to": "Topic_30", "value": 1, "title": "Posts: 1\nLast Active: 2023-10-08", "color": "#2dd1d1"}, {"from": "User_109301736127976730", "to": "Topic_56", "value": 1, "title": "Posts: 1\nLast Active: 2023-09-30", "color": "#2dd1d1"}, {"from": "Topic_75", "to": "User_109303918892886794", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-11", "color": "#c13d3d"}, {"from": "User_109303918892886794", "to": "Topic_76", "value": 5, "title": "Posts: 5\nLast Active: 2025-11-13", "color": "#cb3333"}, {"from": "User_109303918892886794", "to": "Topic_2", "value": 5, "title": "Posts: 5\nLast Active: 2025-11-13", "color": "#c93535"}, {"from": "User_109303918892886794", "to": "Topic_52", "value": 5, "title": "Posts: 5\nLast Active: 2025-11-10", "color": "#bb4343"}, {"from": "User_109303918892886794", "to": "Topic_1", "value": 4, "title": "Posts: 4\nLast Active: 2025-11-11", "color": "#bf3f3f"}, {"from": "User_109303918892886794", "to": "Topic_27", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-11", "color": "#c13d3d"}, {"from": "User_109303918892886794", "to": "Topic_21", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-08", "color": "#b54949"}, {"from": "User_109303918892886794", "to": "Topic_32", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-07", "color": "#b14d4d"}, {"from": "User_109303918892886794", "to": "Topic_26", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-06", "color": "#af4f4f"}, {"from": "User_109303918892886794", "to": "Topic_72", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-05", "color": "#ad5151"}, {"from": "User_109303918892886794", "to": "Topic_16", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-12", "color": "#c33b3b"}, {"from": "User_109303918892886794", "to": "Topic_54", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-08", "color": "#b54949"}, {"from": "User_109303918892886794", "to": "Topic_65", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-08", "color": "#b44a4a"}, {"from": "User_109303918892886794", "to": "Topic_73", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-06", "color": "#af4f4f"}, {"from": "User_109303918892886794", "to": "Topic_42", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-04", "color": "#ab5353"}, {"from": "User_109303918892886794", "to": "Topic_50", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-27", "color": "#9d6161"}, {"from": "User_109303918892886794", "to": "Topic_5", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-25", "color": "#9a6464"}, {"from": "User_109303918892886794", "to": "Topic_22", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-24", "color": "#996565"}, {"from": "User_109303918892886794", "to": "Topic_13", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-22", "color": "#966868"}, {"from": "User_109303918892886794", "to": "Topic_29", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-17", "color": "#916d6d"}, {"from": "Topic_75", "to": "User_110549478713745915", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-11", "color": "#be4040"}, {"from": "User_110549478713745915", "to": "Topic_5", "value": 11, "title": "Posts: 11\nLast Active: 2025-11-11", "color": "#bf3f3f"}, {"from": "User_110549478713745915", "to": "Topic_26", "value": 6, "title": "Posts: 6\nLast Active: 2025-11-14", "color": "#cd3131"}, {"from": "User_110549478713745915", "to": "Topic_30", "value": 5, "title": "Posts: 5\nLast Active: 2025-11-11", "color": "#be4040"}, {"from": "User_110549478713745915", "to": "Topic_25", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-11", "color": "#bf3f3f"}, {"from": "User_110549478713745915", "to": "Topic_39", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-11", "color": "#be4040"}, {"from": "User_110549478713745915", "to": "Topic_50", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-11", "color": "#be4040"}, {"from": "User_110549478713745915", "to": "Topic_21", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-11", "color": "#bd4141"}, {"from": "User_110549478713745915", "to": "Topic_11", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-05", "color": "#ac5252"}, {"from": "User_110549478713745915", "to": "Topic_46", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-28", "color": "#9e6060"}, {"from": "User_110549478713745915", "to": "Topic_47", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-13", "color": "#c73737"}, {"from": "User_110549478713745915", "to": "Topic_62", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-11", "color": "#be4040"}, {"from": "User_110549478713745915", "to": "Topic_36", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-11", "color": "#be4040"}, {"from": "User_110549478713745915", "to": "Topic_33", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-11", "color": "#be4040"}, {"from": "User_110549478713745915", "to": "Topic_56", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-09", "color": "#b84646"}, {"from": "User_110549478713745915", "to": "Topic_2", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-22", "color": "#966868"}, {"from": "User_110549478713745915", "to": "Topic_29", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-21", "color": "#956969"}, {"from": "Topic_75", "to": "User_106949832647744560", "value": 3, "title": "Posts: 3\nLast Active: 2025-04-03", "color": "#53abab"}, {"from": "User_106949832647744560", "to": "Topic_13", "value": 7, "title": "Posts: 7\nLast Active: 2025-06-21", "color": "#619d9d"}, {"from": "User_106949832647744560", "to": "Topic_4", "value": 5, "title": "Posts: 5\nLast Active: 2025-04-03", "color": "#53abab"}, {"from": "User_106949832647744560", "to": "Topic_26", "value": 4, "title": "Posts: 4\nLast Active: 2025-04-05", "color": "#54aaaa"}, {"from": "User_106949832647744560", "to": "Topic_1", "value": 4, "title": "Posts: 4\nLast Active: 2024-09-08", "color": "#3fbfbf"}, {"from": "User_106949832647744560", "to": "Topic_2", "value": 3, "title": "Posts: 3\nLast Active: 2025-07-12", "color": "#659999"}, {"from": "User_106949832647744560", "to": "Topic_77", "value": 2, "title": "Posts: 2\nLast Active: 2025-04-03", "color": "#53abab"}, {"from": "User_106949832647744560", "to": "Topic_16", "value": 2, "title": "Posts: 2\nLast Active: 2025-02-19", "color": "#4eb0b0"}, {"from": "User_106949832647744560", "to": "Topic_24", "value": 1, "title": "Posts: 1\nLast Active: 2025-05-02", "color": "#58a6a6"}, {"from": "User_106949832647744560", "to": "Topic_21", "value": 1, "title": "Posts: 1\nLast Active: 2025-02-04", "color": "#4cb2b2"}, {"from": "User_106949832647744560", "to": "Topic_82", "value": 1, "title": "Posts: 1\nLast Active: 2024-11-24", "color": "#45b9b9"}, {"from": "User_106949832647744560", "to": "Topic_25", "value": 1, "title": "Posts: 1\nLast Active: 2024-09-08", "color": "#3fbfbf"}, {"from": "User_106949832647744560", "to": "Topic_54", "value": 1, "title": "Posts: 1\nLast Active: 2024-08-01", "color": "#3cc2c2"}, {"from": "User_106949832647744560", "to": "Topic_3", "value": 1, "title": "Posts: 1\nLast Active: 2024-02-14", "color": "#33cbcb"}, {"from": "User_106949832647744560", "to": "Topic_36", "value": 1, "title": "Posts: 1\nLast Active: 2023-07-20", "color": "#2ad4d4"}, {"from": "Topic_75", "to": "User_114978132454539579", "value": 3, "title": "Posts: 3\nLast Active: 2025-09-30", "color": "#847a7a"}, {"from": "User_114978132454539579", "to": "Topic_62", "value": 7, "title": "Posts: 7\nLast Active: 2025-11-12", "color": "#c23c3c"}, {"from": "User_114978132454539579", "to": "Topic_4", "value": 7, "title": "Posts: 7\nLast Active: 2025-10-06", "color": "#877777"}, {"from": "User_114978132454539579", "to": "Topic_13", "value": 5, "title": "Posts: 5\nLast Active: 2025-11-12", "color": "#c23c3c"}, {"from": "User_114978132454539579", "to": "Topic_44", "value": 5, "title": "Posts: 5\nLast Active: 2025-10-05", "color": "#877777"}, {"from": "User_114978132454539579", "to": "Topic_2", "value": 5, "title": "Posts: 5\nLast Active: 2025-10-03", "color": "#867878"}, {"from": "User_114978132454539579", "to": "Topic_33", "value": 4, "title": "Posts: 4\nLast Active: 2025-08-26", "color": "#738b8b"}, {"from": "User_114978132454539579", "to": "Topic_66", "value": 3, "title": "Posts: 3\nLast Active: 2025-09-21", "color": "#7e8080"}, {"from": "User_114978132454539579", "to": "Topic_18", "value": 3, "title": "Posts: 3\nLast Active: 2025-09-11", "color": "#798585"}, {"from": "User_114978132454539579", "to": "Topic_26", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-04", "color": "#867878"}, {"from": "User_114978132454539579", "to": "Topic_69", "value": 2, "title": "Posts: 2\nLast Active: 2025-09-16", "color": "#7c8282"}, {"from": "User_114978132454539579", "to": "Topic_43", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-28", "color": "#748a8a"}, {"from": "User_114978132454539579", "to": "Topic_47", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-13", "color": "#6e9090"}, {"from": "User_114978132454539579", "to": "Topic_30", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-13", "color": "#c93535"}, {"from": "User_114978132454539579", "to": "Topic_39", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-07", "color": "#887676"}, {"from": "User_114978132454539579", "to": "Topic_25", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-24", "color": "#807e7e"}, {"from": "User_114978132454539579", "to": "Topic_67", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-24", "color": "#807e7e"}, {"from": "User_114978132454539579", "to": "Topic_11", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-15", "color": "#6f8f8f"}, {"from": "User_114978132454539579", "to": "Topic_73", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-13", "color": "#6e9090"}, {"from": "Topic_75", "to": "User_109301022451147367", "value": 3, "title": "Posts: 3\nLast Active: 2024-05-17", "color": "#38c6c6"}, {"from": "User_109301022451147367", "to": "Topic_29", "value": 6, "title": "Posts: 6\nLast Active: 2023-10-16", "color": "#2dd1d1"}, {"from": "User_109301022451147367", "to": "Topic_33", "value": 5, "title": "Posts: 5\nLast Active: 2023-12-09", "color": "#30cece"}, {"from": "User_109301022451147367", "to": "Topic_48", "value": 4, "title": "Posts: 4\nLast Active: 2023-10-18", "color": "#2ed0d0"}, {"from": "User_109301022451147367", "to": "Topic_13", "value": 3, "title": "Posts: 3\nLast Active: 2023-10-24", "color": "#2ed0d0"}, {"from": "User_109301022451147367", "to": "Topic_25", "value": 2, "title": "Posts: 2\nLast Active: 2023-12-06", "color": "#30cece"}, {"from": "User_109301022451147367", "to": "Topic_9", "value": 2, "title": "Posts: 2\nLast Active: 2023-12-03", "color": "#2fcfcf"}, {"from": "User_109301022451147367", "to": "Topic_2", "value": 2, "title": "Posts: 2\nLast Active: 2023-11-12", "color": "#2fcfcf"}, {"from": "User_109301022451147367", "to": "Topic_56", "value": 2, "title": "Posts: 2\nLast Active: 2023-11-09", "color": "#2ed0d0"}, {"from": "User_109301022451147367", "to": "Topic_24", "value": 2, "title": "Posts: 2\nLast Active: 2023-10-16", "color": "#2dd1d1"}, {"from": "User_109301022451147367", "to": "Topic_31", "value": 2, "title": "Posts: 2\nLast Active: 2023-10-13", "color": "#2dd1d1"}, {"from": "User_109301022451147367", "to": "Topic_62", "value": 2, "title": "Posts: 2\nLast Active: 2023-09-30", "color": "#2dd1d1"}, {"from": "User_109301022451147367", "to": "Topic_42", "value": 1, "title": "Posts: 1\nLast Active: 2024-02-24", "color": "#33cbcb"}, {"from": "User_109301022451147367", "to": "Topic_26", "value": 1, "title": "Posts: 1\nLast Active: 2023-12-21", "color": "#30cece"}, {"from": "User_109301022451147367", "to": "Topic_45", "value": 1, "title": "Posts: 1\nLast Active: 2023-12-17", "color": "#30cece"}, {"from": "User_109301022451147367", "to": "Topic_10", "value": 1, "title": "Posts: 1\nLast Active: 2023-11-25", "color": "#2fcfcf"}, {"from": "User_109301022451147367", "to": "Topic_43", "value": 1, "title": "Posts: 1\nLast Active: 2023-11-11", "color": "#2ed0d0"}, {"from": "User_109301022451147367", "to": "Topic_34", "value": 1, "title": "Posts: 1\nLast Active: 2023-11-10", "color": "#2ed0d0"}, {"from": "User_109301022451147367", "to": "Topic_70", "value": 1, "title": "Posts: 1\nLast Active: 2023-11-08", "color": "#2ed0d0"}, {"from": "User_109301022451147367", "to": "Topic_50", "value": 1, "title": "Posts: 1\nLast Active: 2023-11-05", "color": "#2ed0d0"}, {"from": "User_109301022451147367", "to": "Topic_5", "value": 1, "title": "Posts: 1\nLast Active: 2023-10-24", "color": "#2ed0d0"}, {"from": "User_109301022451147367", "to": "Topic_1", "value": 1, "title": "Posts: 1\nLast Active: 2023-10-10", "color": "#2dd1d1"}, {"from": "User_109301022451147367", "to": "Topic_16", "value": 1, "title": "Posts: 1\nLast Active: 2023-09-30", "color": "#2dd1d1"}, {"from": "User_109301022451147367", "to": "Topic_38", "value": 1, "title": "Posts: 1\nLast Active: 2023-09-23", "color": "#2cd2d2"}, {"from": "User_109301022451147367", "to": "Topic_3", "value": 1, "title": "Posts: 1\nLast Active: 2023-09-20", "color": "#2cd2d2"}, {"from": "User_109301022451147367", "to": "Topic_77", "value": 1, "title": "Posts: 1\nLast Active: 2023-09-19", "color": "#2cd2d2"}, {"from": "User_109301022451147367", "to": "Topic_39", "value": 1, "title": "Posts: 1\nLast Active: 2023-09-16", "color": "#2cd2d2"}, {"from": "User_109301022451147367", "to": "Topic_6", "value": 1, "title": "Posts: 1\nLast Active: 2023-09-13", "color": "#2cd2d2"}, {"from": "User_109301022451147367", "to": "Topic_52", "value": 1, "title": "Posts: 1\nLast Active: 2023-09-10", "color": "#2cd2d2"}, {"from": "Topic_75", "to": "User_109749938960871723", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-07", "color": "#b14d4d"}, {"from": "User_109749938960871723", "to": "Topic_16", "value": 11, "title": "Posts: 11\nLast Active: 2025-11-15", "color": "#d42a2a"}, {"from": "User_109749938960871723", "to": "Topic_26", "value": 7, "title": "Posts: 7\nLast Active: 2025-11-16", "color": "#df1f1f"}, {"from": "User_109749938960871723", "to": "Topic_50", "value": 5, "title": "Posts: 5\nLast Active: 2025-11-13", "color": "#cc3232"}, {"from": "User_109749938960871723", "to": "Topic_30", "value": 4, "title": "Posts: 4\nLast Active: 2025-11-13", "color": "#c63838"}, {"from": "User_109749938960871723", "to": "Topic_33", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-12", "color": "#c23c3c"}, {"from": "User_109749938960871723", "to": "Topic_54", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-07", "color": "#b14d4d"}, {"from": "User_109749938960871723", "to": "Topic_65", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-13", "color": "#c63838"}, {"from": "User_109749938960871723", "to": "Topic_4", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-10", "color": "#ba4444"}, {"from": "User_109749938960871723", "to": "Topic_62", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-08", "color": "#b34b4b"}, {"from": "User_109749938960871723", "to": "Topic_11", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-03", "color": "#a85656"}, {"from": "User_109749938960871723", "to": "Topic_25", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-12", "color": "#c23c3c"}, {"from": "User_109749938960871723", "to": "Topic_66", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-11", "color": "#bf3f3f"}, {"from": "User_109749938960871723", "to": "Topic_46", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-11", "color": "#be4040"}, {"from": "User_109749938960871723", "to": "Topic_39", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-04", "color": "#a95555"}, {"from": "User_109749938960871723", "to": "Topic_21", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-28", "color": "#9d6161"}, {"from": "Topic_75", "to": "User_14715", "value": 3, "title": "Posts: 3\nLast Active: 2025-10-27", "color": "#9c6262"}, {"from": "User_14715", "to": "Topic_2", "value": 5, "title": "Posts: 5\nLast Active: 2025-11-11", "color": "#bd4141"}, {"from": "User_14715", "to": "Topic_50", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-16", "color": "#dd2121"}, {"from": "User_14715", "to": "Topic_4", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-09", "color": "#b84646"}, {"from": "User_14715", "to": "Topic_44", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-16", "color": "#de2020"}, {"from": "User_14715", "to": "Topic_38", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-12", "color": "#c23c3c"}, {"from": "User_14715", "to": "Topic_65", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-16", "color": "#de2020"}, {"from": "User_14715", "to": "Topic_67", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-16", "color": "#dc2222"}, {"from": "User_14715", "to": "Topic_15", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-15", "color": "#d52929"}, {"from": "User_14715", "to": "Topic_26", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-12", "color": "#c23c3c"}, {"from": "User_14715", "to": "Topic_56", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-12", "color": "#c23c3c"}, {"from": "User_14715", "to": "Topic_61", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-12", "color": "#c23c3c"}, {"from": "User_14715", "to": "Topic_10", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-11", "color": "#bd4141"}, {"from": "User_14715", "to": "Topic_21", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-10", "color": "#bb4343"}, {"from": "User_14715", "to": "Topic_47", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-09", "color": "#b84646"}, {"from": "User_14715", "to": "Topic_39", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-07", "color": "#b04e4e"}, {"from": "User_14715", "to": "Topic_69", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-07", "color": "#b04e4e"}, {"from": "User_14715", "to": "Topic_68", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-06", "color": "#b04e4e"}, {"from": "User_14715", "to": "Topic_79", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-02", "color": "#a55959"}, {"from": "User_14715", "to": "Topic_23", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-31", "color": "#a35b5b"}, {"from": "User_14715", "to": "Topic_45", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-31", "color": "#a35b5b"}, {"from": "User_14715", "to": "Topic_87", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-31", "color": "#a35b5b"}, {"from": "User_14715", "to": "Topic_78", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-31", "color": "#a35b5b"}, {"from": "User_14715", "to": "Topic_3", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-26", "color": "#9b6363"}, {"from": "User_14715", "to": "Topic_17", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-26", "color": "#9b6363"}, {"from": "User_14715", "to": "Topic_30", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-26", "color": "#9a6464"}, {"from": "User_14715", "to": "Topic_5", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-25", "color": "#9a6464"}, {"from": "User_14715", "to": "Topic_77", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-24", "color": "#986666"}, {"from": "User_14715", "to": "Topic_72", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-24", "color": "#986666"}, {"from": "Topic_75", "to": "User_1074531", "value": 3, "title": "Posts: 3\nLast Active: 2022-10-26", "color": "#21dddd"}, {"from": "User_1074531", "to": "Topic_2", "value": 7, "title": "Posts: 7\nLast Active: 2025-06-07", "color": "#5ea0a0"}, {"from": "User_1074531", "to": "Topic_13", "value": 6, "title": "Posts: 6\nLast Active: 2025-01-02", "color": "#49b5b5"}, {"from": "User_1074531", "to": "Topic_44", "value": 4, "title": "Posts: 4\nLast Active: 2024-11-22", "color": "#45b9b9"}, {"from": "User_1074531", "to": "Topic_24", "value": 2, "title": "Posts: 2\nLast Active: 2025-02-19", "color": "#4eb0b0"}, {"from": "User_1074531", "to": "Topic_49", "value": 2, "title": "Posts: 2\nLast Active: 2025-01-30", "color": "#4cb2b2"}, {"from": "User_1074531", "to": "Topic_11", "value": 2, "title": "Posts: 2\nLast Active: 2024-10-16", "color": "#42bcbc"}, {"from": "User_1074531", "to": "Topic_4", "value": 2, "title": "Posts: 2\nLast Active: 2024-08-01", "color": "#3cc2c2"}, {"from": "User_1074531", "to": "Topic_18", "value": 1, "title": "Posts: 1\nLast Active: 2025-01-29", "color": "#4cb2b2"}, {"from": "User_1074531", "to": "Topic_77", "value": 1, "title": "Posts: 1\nLast Active: 2024-12-12", "color": "#47b7b7"}, {"from": "User_1074531", "to": "Topic_1", "value": 1, "title": "Posts: 1\nLast Active: 2024-08-01", "color": "#3cc2c2"}, {"from": "User_1074531", "to": "Topic_72", "value": 1, "title": "Posts: 1\nLast Active: 2023-10-16", "color": "#2dd1d1"}, {"from": "User_1074531", "to": "Topic_25", "value": 1, "title": "Posts: 1\nLast Active: 2023-04-10", "color": "#26d8d8"}, {"from": "User_1074531", "to": "Topic_29", "value": 1, "title": "Posts: 1\nLast Active: 2023-04-10", "color": "#26d8d8"}, {"from": "User_1074531", "to": "Topic_50", "value": 1, "title": "Posts: 1\nLast Active: 2023-01-14", "color": "#24dada"}, {"from": "User_1074531", "to": "Topic_16", "value": 1, "title": "Posts: 1\nLast Active: 2023-01-13", "color": "#24dada"}, {"from": "User_1074531", "to": "Topic_80", "value": 1, "title": "Posts: 1\nLast Active: 2023-01-13", "color": "#24dada"}, {"from": "User_1074531", "to": "Topic_52", "value": 1, "title": "Posts: 1\nLast Active: 2022-12-22", "color": "#23dbdb"}, {"from": "User_1074531", "to": "Topic_62", "value": 1, "title": "Posts: 1\nLast Active: 2022-11-09", "color": "#22dcdc"}, {"from": "User_1074531", "to": "Topic_47", "value": 1, "title": "Posts: 1\nLast Active: 2022-11-09", "color": "#22dcdc"}, {"from": "User_1074531", "to": "Topic_65", "value": 1, "title": "Posts: 1\nLast Active: 2022-10-13", "color": "#21dddd"}, {"from": "Topic_75", "to": "User_109307563403434781", "value": 3, "title": "Posts: 3\nLast Active: 2025-10-15", "color": "#8f6f6f"}, {"from": "User_109307563403434781", "to": "Topic_4", "value": 8, "title": "Posts: 8\nLast Active: 2025-10-24", "color": "#986666"}, {"from": "User_109307563403434781", "to": "Topic_38", "value": 4, "title": "Posts: 4\nLast Active: 2025-11-07", "color": "#b34b4b"}, {"from": "User_109307563403434781", "to": "Topic_13", "value": 4, "title": "Posts: 4\nLast Active: 2025-10-03", "color": "#867878"}, {"from": "User_109307563403434781", "to": "Topic_66", "value": 4, "title": "Posts: 4\nLast Active: 2025-10-03", "color": "#867878"}, {"from": "User_109307563403434781", "to": "Topic_2", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-11", "color": "#be4040"}, {"from": "User_109307563403434781", "to": "Topic_3", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-20", "color": "#946a6a"}, {"from": "User_109307563403434781", "to": "Topic_16", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-20", "color": "#946a6a"}, {"from": "User_109307563403434781", "to": "Topic_29", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-13", "color": "#8d7171"}, {"from": "User_109307563403434781", "to": "Topic_50", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-03", "color": "#857979"}, {"from": "User_109307563403434781", "to": "Topic_25", "value": 2, "title": "Posts: 2\nLast Active: 2025-09-11", "color": "#798585"}, {"from": "User_109307563403434781", "to": "Topic_1", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-11", "color": "#6e9090"}, {"from": "User_109307563403434781", "to": "Topic_56", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-06", "color": "#6c9292"}, {"from": "User_109307563403434781", "to": "Topic_5", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-14", "color": "#cf2f2f"}, {"from": "User_109307563403434781", "to": "Topic_51", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-13", "color": "#c83636"}, {"from": "User_109307563403434781", "to": "Topic_36", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-02", "color": "#857979"}, {"from": "User_109307563403434781", "to": "Topic_45", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-02", "color": "#857979"}, {"from": "User_109307563403434781", "to": "Topic_10", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-29", "color": "#837b7b"}, {"from": "User_109307563403434781", "to": "Topic_23", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-29", "color": "#837b7b"}, {"from": "User_109307563403434781", "to": "Topic_52", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-24", "color": "#807e7e"}, {"from": "User_109307563403434781", "to": "Topic_30", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-17", "color": "#7c8282"}, {"from": "User_109307563403434781", "to": "Topic_24", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-05", "color": "#778787"}, {"from": "User_109307563403434781", "to": "Topic_77", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-17", "color": "#6f8f8f"}, {"from": "Topic_75", "to": "User_34783", "value": 3, "title": "Posts: 3\nLast Active: 2024-04-15", "color": "#36c8c8"}, {"from": "User_34783", "to": "Topic_1", "value": 7, "title": "Posts: 7\nLast Active: 2024-09-25", "color": "#40bebe"}, {"from": "User_34783", "to": "Topic_2", "value": 4, "title": "Posts: 4\nLast Active: 2024-10-03", "color": "#41bdbd"}, {"from": "User_34783", "to": "Topic_66", "value": 2, "title": "Posts: 2\nLast Active: 2025-09-02", "color": "#768888"}, {"from": "User_34783", "to": "Topic_3", "value": 2, "title": "Posts: 2\nLast Active: 2024-08-06", "color": "#3dc1c1"}, {"from": "User_34783", "to": "Topic_51", "value": 2, "title": "Posts: 2\nLast Active: 2024-05-24", "color": "#38c6c6"}, {"from": "User_34783", "to": "Topic_25", "value": 2, "title": "Posts: 2\nLast Active: 2024-01-10", "color": "#31cdcd"}, {"from": "User_34783", "to": "Topic_44", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-02", "color": "#768888"}, {"from": "User_34783", "to": "Topic_50", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-02", "color": "#768888"}, {"from": "User_34783", "to": "Topic_76", "value": 1, "title": "Posts: 1\nLast Active: 2024-09-05", "color": "#3fbfbf"}, {"from": "User_34783", "to": "Topic_81", "value": 1, "title": "Posts: 1\nLast Active: 2024-07-26", "color": "#3cc2c2"}, {"from": "User_34783", "to": "Topic_40", "value": 1, "title": "Posts: 1\nLast Active: 2024-06-09", "color": "#39c5c5"}, {"from": "User_34783", "to": "Topic_60", "value": 1, "title": "Posts: 1\nLast Active: 2024-05-24", "color": "#38c6c6"}, {"from": "User_34783", "to": "Topic_67", "value": 1, "title": "Posts: 1\nLast Active: 2024-04-20", "color": "#36c8c8"}, {"from": "User_34783", "to": "Topic_4", "value": 1, "title": "Posts: 1\nLast Active: 2024-04-01", "color": "#35c9c9"}, {"from": "User_34783", "to": "Topic_68", "value": 1, "title": "Posts: 1\nLast Active: 2024-03-29", "color": "#35c9c9"}, {"from": "User_34783", "to": "Topic_77", "value": 1, "title": "Posts: 1\nLast Active: 2024-02-13", "color": "#33cbcb"}, {"from": "User_34783", "to": "Topic_62", "value": 1, "title": "Posts: 1\nLast Active: 2024-01-30", "color": "#32cccc"}, {"from": "User_34783", "to": "Topic_33", "value": 1, "title": "Posts: 1\nLast Active: 2024-01-15", "color": "#31cdcd"}, {"from": "User_34783", "to": "Topic_69", "value": 1, "title": "Posts: 1\nLast Active: 2024-01-09", "color": "#31cdcd"}, {"from": "Topic_75", "to": "User_820934", "value": 3, "title": "Posts: 3\nLast Active: 2025-03-31", "color": "#53abab"}, {"from": "User_820934", "to": "Topic_54", "value": 5, "title": "Posts: 5\nLast Active: 2025-03-17", "color": "#51adad"}, {"from": "User_820934", "to": "Topic_25", "value": 2, "title": "Posts: 2\nLast Active: 2025-03-31", "color": "#53abab"}, {"from": "User_820934", "to": "Topic_62", "value": 2, "title": "Posts: 2\nLast Active: 2025-03-30", "color": "#53abab"}, {"from": "User_820934", "to": "Topic_26", "value": 2, "title": "Posts: 2\nLast Active: 2025-03-30", "color": "#53abab"}, {"from": "User_820934", "to": "Topic_41", "value": 2, "title": "Posts: 2\nLast Active: 2025-03-18", "color": "#51adad"}, {"from": "User_820934", "to": "Topic_1", "value": 2, "title": "Posts: 2\nLast Active: 2021-03-05", "color": "#14eaea"}, {"from": "User_820934", "to": "Topic_76", "value": 2, "title": "Posts: 2\nLast Active: 2021-01-27", "color": "#13ebeb"}, {"from": "User_820934", "to": "Topic_37", "value": 1, "title": "Posts: 1\nLast Active: 2025-03-31", "color": "#53abab"}, {"from": "User_820934", "to": "Topic_31", "value": 1, "title": "Posts: 1\nLast Active: 2025-03-31", "color": "#53abab"}, {"from": "User_820934", "to": "Topic_11", "value": 1, "title": "Posts: 1\nLast Active: 2025-03-31", "color": "#53abab"}, {"from": "User_820934", "to": "Topic_6", "value": 1, "title": "Posts: 1\nLast Active: 2025-03-31", "color": "#53abab"}, {"from": "User_820934", "to": "Topic_68", "value": 1, "title": "Posts: 1\nLast Active: 2025-03-31", "color": "#53abab"}, {"from": "User_820934", "to": "Topic_43", "value": 1, "title": "Posts: 1\nLast Active: 2025-03-31", "color": "#53abab"}, {"from": "User_820934", "to": "Topic_39", "value": 1, "title": "Posts: 1\nLast Active: 2025-03-17", "color": "#51adad"}, {"from": "User_820934", "to": "Topic_77", "value": 1, "title": "Posts: 1\nLast Active: 2021-09-29", "color": "#18e6e6"}, {"from": "User_820934", "to": "Topic_38", "value": 1, "title": "Posts: 1\nLast Active: 2021-03-16", "color": "#14eaea"}, {"from": "User_820934", "to": "Topic_79", "value": 1, "title": "Posts: 1\nLast Active: 2021-01-25", "color": "#13ebeb"}, {"from": "User_820934", "to": "Topic_65", "value": 1, "title": "Posts: 1\nLast Active: 2021-01-22", "color": "#13ebeb"}, {"from": "Topic_75", "to": "User_109412479867207335", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-11", "color": "#be4040"}, {"from": "User_109412479867207335", "to": "Topic_26", "value": 11, "title": "Posts: 11\nLast Active: 2025-11-14", "color": "#cd3131"}, {"from": "User_109412479867207335", "to": "Topic_33", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-14", "color": "#cd3131"}, {"from": "User_109412479867207335", "to": "Topic_46", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-30", "color": "#a05e5e"}, {"from": "User_109412479867207335", "to": "Topic_16", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-17", "color": "#906e6e"}, {"from": "User_109412479867207335", "to": "Topic_25", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-03", "color": "#857979"}, {"from": "Topic_75", "to": "User_109322153122121528", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-14", "color": "#d12d2d"}, {"from": "User_109322153122121528", "to": "Topic_1", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-16", "color": "#e41a1a"}, {"from": "User_109322153122121528", "to": "Topic_13", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-16", "color": "#e21c1c"}, {"from": "User_109322153122121528", "to": "Topic_3", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-15", "color": "#d72727"}, {"from": "User_109322153122121528", "to": "Topic_76", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-16", "color": "#e21c1c"}, {"from": "User_109322153122121528", "to": "Topic_4", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-14", "color": "#cf2f2f"}, {"from": "User_109322153122121528", "to": "Topic_21", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-12", "color": "#c43a3a"}, {"from": "User_109322153122121528", "to": "Topic_63", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-16", "color": "#e11d1d"}, {"from": "User_109322153122121528", "to": "Topic_51", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-14", "color": "#d22c2c"}, {"from": "User_109322153122121528", "to": "Topic_40", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-14", "color": "#d22c2c"}, {"from": "User_109322153122121528", "to": "Topic_45", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-14", "color": "#d22c2c"}, {"from": "User_109322153122121528", "to": "Topic_72", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-12", "color": "#c53939"}, {"from": "User_109322153122121528", "to": "Topic_22", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-09", "color": "#b84646"}, {"from": "User_109322153122121528", "to": "Topic_2", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-09", "color": "#b74747"}, {"from": "User_109322153122121528", "to": "Topic_6", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-08", "color": "#b54949"}, {"from": "User_109322153122121528", "to": "Topic_47", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-08", "color": "#b54949"}, {"from": "Topic_75", "to": "User_322216", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-10", "color": "#bb4343"}, {"from": "User_322216", "to": "Topic_46", "value": 18, "title": "Posts: 18\nLast Active: 2025-11-15", "color": "#d82626"}, {"from": "User_322216", "to": "Topic_33", "value": 6, "title": "Posts: 6\nLast Active: 2025-11-12", "color": "#c53939"}, {"from": "User_322216", "to": "Topic_62", "value": 5, "title": "Posts: 5\nLast Active: 2025-11-06", "color": "#b04e4e"}, {"from": "User_322216", "to": "Topic_73", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-11", "color": "#c03e3e"}, {"from": "User_322216", "to": "Topic_17", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-15", "color": "#d62828"}, {"from": "User_322216", "to": "Topic_18", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-06", "color": "#af4f4f"}, {"from": "User_322216", "to": "Topic_52", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-03", "color": "#a85656"}, {"from": "User_322216", "to": "Topic_26", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-02", "color": "#a65858"}, {"from": "User_322216", "to": "Topic_43", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-29", "color": "#a05e5e"}, {"from": "Topic_75", "to": "User_109617425381801069", "value": 3, "title": "Posts: 3\nLast Active: 2025-02-05", "color": "#4cb2b2"}, {"from": "User_109617425381801069", "to": "Topic_4", "value": 8, "title": "Posts: 8\nLast Active: 2025-10-20", "color": "#946a6a"}, {"from": "User_109617425381801069", "to": "Topic_66", "value": 8, "title": "Posts: 8\nLast Active: 2025-04-09", "color": "#54aaaa"}, {"from": "User_109617425381801069", "to": "Topic_38", "value": 6, "title": "Posts: 6\nLast Active: 2025-01-16", "color": "#4ab4b4"}, {"from": "User_109617425381801069", "to": "Topic_21", "value": 5, "title": "Posts: 5\nLast Active: 2025-10-20", "color": "#946a6a"}, {"from": "User_109617425381801069", "to": "Topic_16", "value": 5, "title": "Posts: 5\nLast Active: 2025-04-08", "color": "#54aaaa"}, {"from": "User_109617425381801069", "to": "Topic_24", "value": 5, "title": "Posts: 5\nLast Active: 2024-01-16", "color": "#31cdcd"}, {"from": "User_109617425381801069", "to": "Topic_77", "value": 4, "title": "Posts: 4\nLast Active: 2025-10-10", "color": "#8b7373"}, {"from": "User_109617425381801069", "to": "Topic_26", "value": 4, "title": "Posts: 4\nLast Active: 2025-10-10", "color": "#8b7373"}, {"from": "User_109617425381801069", "to": "Topic_67", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-09", "color": "#b74747"}, {"from": "User_109617425381801069", "to": "Topic_54", "value": 3, "title": "Posts: 3\nLast Active: 2025-02-19", "color": "#4eb0b0"}, {"from": "User_109617425381801069", "to": "Topic_2", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-10", "color": "#6d9191"}, {"from": "User_109617425381801069", "to": "Topic_44", "value": 1, "title": "Posts: 1\nLast Active: 2025-04-09", "color": "#54aaaa"}, {"from": "User_109617425381801069", "to": "Topic_68", "value": 1, "title": "Posts: 1\nLast Active: 2025-01-28", "color": "#4bb3b3"}, {"from": "User_109617425381801069", "to": "Topic_25", "value": 1, "title": "Posts: 1\nLast Active: 2025-01-28", "color": "#4bb3b3"}, {"from": "User_109617425381801069", "to": "Topic_45", "value": 1, "title": "Posts: 1\nLast Active: 2025-01-16", "color": "#4ab4b4"}, {"from": "User_109617425381801069", "to": "Topic_69", "value": 1, "title": "Posts: 1\nLast Active: 2024-11-10", "color": "#44baba"}, {"from": "User_109617425381801069", "to": "Topic_13", "value": 1, "title": "Posts: 1\nLast Active: 2024-10-22", "color": "#42bcbc"}, {"from": "User_109617425381801069", "to": "Topic_50", "value": 1, "title": "Posts: 1\nLast Active: 2024-06-12", "color": "#39c5c5"}, {"from": "User_109617425381801069", "to": "Topic_65", "value": 1, "title": "Posts: 1\nLast Active: 2024-05-14", "color": "#38c6c6"}, {"from": "User_109617425381801069", "to": "Topic_62", "value": 1, "title": "Posts: 1\nLast Active: 2024-05-07", "color": "#37c7c7"}, {"from": "User_109617425381801069", "to": "Topic_29", "value": 1, "title": "Posts: 1\nLast Active: 2024-03-06", "color": "#34caca"}, {"from": "User_109617425381801069", "to": "Topic_1", "value": 1, "title": "Posts: 1\nLast Active: 2024-01-29", "color": "#32cccc"}, {"from": "Topic_75", "to": "User_108466715392715133", "value": 3, "title": "Posts: 3\nLast Active: 2024-07-16", "color": "#3bc3c3"}, {"from": "User_108466715392715133", "to": "Topic_66", "value": 20, "title": "Posts: 20\nLast Active: 2025-02-26", "color": "#4fafaf"}, {"from": "User_108466715392715133", "to": "Topic_4", "value": 6, "title": "Posts: 6\nLast Active: 2025-01-02", "color": "#49b5b5"}, {"from": "User_108466715392715133", "to": "Topic_25", "value": 6, "title": "Posts: 6\nLast Active: 2024-07-16", "color": "#3bc3c3"}, {"from": "User_108466715392715133", "to": "Topic_2", "value": 5, "title": "Posts: 5\nLast Active: 2025-02-20", "color": "#4eb0b0"}, {"from": "User_108466715392715133", "to": "Topic_1", "value": 5, "title": "Posts: 5\nLast Active: 2024-11-15", "color": "#44baba"}, {"from": "User_108466715392715133", "to": "Topic_26", "value": 5, "title": "Posts: 5\nLast Active: 2024-07-16", "color": "#3bc3c3"}, {"from": "User_108466715392715133", "to": "Topic_16", "value": 4, "title": "Posts: 4\nLast Active: 2025-01-02", "color": "#49b5b5"}, {"from": "User_108466715392715133", "to": "Topic_54", "value": 3, "title": "Posts: 3\nLast Active: 2024-07-23", "color": "#3cc2c2"}, {"from": "User_108466715392715133", "to": "Topic_29", "value": 3, "title": "Posts: 3\nLast Active: 2024-04-02", "color": "#35c9c9"}, {"from": "User_108466715392715133", "to": "Topic_36", "value": 2, "title": "Posts: 2\nLast Active: 2024-04-02", "color": "#35c9c9"}, {"from": "User_108466715392715133", "to": "Topic_24", "value": 2, "title": "Posts: 2\nLast Active: 2024-04-02", "color": "#35c9c9"}, {"from": "User_108466715392715133", "to": "Topic_3", "value": 2, "title": "Posts: 2\nLast Active: 2024-03-21", "color": "#35c9c9"}, {"from": "User_108466715392715133", "to": "Topic_13", "value": 1, "title": "Posts: 1\nLast Active: 2025-02-18", "color": "#4eb0b0"}, {"from": "User_108466715392715133", "to": "Topic_50", "value": 1, "title": "Posts: 1\nLast Active: 2024-07-16", "color": "#3bc3c3"}, {"from": "User_108466715392715133", "to": "Topic_44", "value": 1, "title": "Posts: 1\nLast Active: 2024-05-25", "color": "#38c6c6"}, {"from": "User_108466715392715133", "to": "Topic_62", "value": 1, "title": "Posts: 1\nLast Active: 2024-02-18", "color": "#33cbcb"}, {"from": "Topic_75", "to": "User_111591595219874559", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-11", "color": "#bf3f3f"}, {"from": "User_111591595219874559", "to": "Topic_67", "value": 11, "title": "Posts: 11\nLast Active: 2025-11-15", "color": "#d42a2a"}, {"from": "User_111591595219874559", "to": "Topic_38", "value": 10, "title": "Posts: 10\nLast Active: 2025-11-15", "color": "#d42a2a"}, {"from": "User_111591595219874559", "to": "Topic_4", "value": 4, "title": "Posts: 4\nLast Active: 2025-11-15", "color": "#d82626"}, {"from": "User_111591595219874559", "to": "Topic_44", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-15", "color": "#d32b2b"}, {"from": "User_111591595219874559", "to": "Topic_48", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-15", "color": "#d42a2a"}, {"from": "User_111591595219874559", "to": "Topic_13", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-13", "color": "#c93535"}, {"from": "User_111591595219874559", "to": "Topic_36", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-13", "color": "#c93535"}, {"from": "User_111591595219874559", "to": "Topic_68", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-13", "color": "#c73737"}, {"from": "User_111591595219874559", "to": "Topic_1", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-13", "color": "#c73737"}, {"from": "User_111591595219874559", "to": "Topic_54", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-12", "color": "#c53939"}, {"from": "User_111591595219874559", "to": "Topic_41", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-12", "color": "#c43a3a"}, {"from": "User_111591595219874559", "to": "Topic_56", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-15", "color": "#d82626"}, {"from": "User_111591595219874559", "to": "Topic_61", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-15", "color": "#d42a2a"}, {"from": "User_111591595219874559", "to": "Topic_72", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-15", "color": "#d32b2b"}, {"from": "User_111591595219874559", "to": "Topic_2", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-13", "color": "#c93535"}, {"from": "User_111591595219874559", "to": "Topic_77", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-13", "color": "#c73737"}, {"from": "User_111591595219874559", "to": "Topic_64", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-12", "color": "#c53939"}, {"from": "User_111591595219874559", "to": "Topic_24", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-12", "color": "#c43a3a"}, {"from": "User_111591595219874559", "to": "Topic_16", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-11", "color": "#bf3f3f"}, {"from": "User_111591595219874559", "to": "Topic_29", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-11", "color": "#bf3f3f"}, {"from": "User_111591595219874559", "to": "Topic_66", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-10", "color": "#bb4343"}, {"from": "User_111591595219874559", "to": "Topic_3", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-10", "color": "#bb4343"}, {"from": "Topic_75", "to": "User_39583", "value": 2, "title": "Posts: 2\nLast Active: 2025-07-15", "color": "#669898"}, {"from": "User_39583", "to": "Topic_30", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-12", "color": "#c33b3b"}, {"from": "User_39583", "to": "Topic_26", "value": 2, "title": "Posts: 2\nLast Active: 2025-09-22", "color": "#7f7f7f"}, {"from": "User_39583", "to": "Topic_16", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-20", "color": "#718d8d"}, {"from": "User_39583", "to": "Topic_73", "value": 2, "title": "Posts: 2\nLast Active: 2025-06-02", "color": "#5da1a1"}, {"from": "User_39583", "to": "Topic_47", "value": 2, "title": "Posts: 2\nLast Active: 2025-05-09", "color": "#59a5a5"}, {"from": "User_39583", "to": "Topic_76", "value": 2, "title": "Posts: 2\nLast Active: 2025-04-30", "color": "#57a7a7"}, {"from": "User_39583", "to": "Topic_51", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-05", "color": "#ad5151"}, {"from": "User_39583", "to": "Topic_4", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-23", "color": "#7f7f7f"}, {"from": "User_39583", "to": "Topic_63", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-07", "color": "#6c9292"}, {"from": "User_39583", "to": "Topic_84", "value": 1, "title": "Posts: 1\nLast Active: 2025-06-04", "color": "#5da1a1"}, {"from": "User_39583", "to": "Topic_1", "value": 1, "title": "Posts: 1\nLast Active: 2025-06-04", "color": "#5da1a1"}, {"from": "User_39583", "to": "Topic_23", "value": 1, "title": "Posts: 1\nLast Active: 2025-06-04", "color": "#5da1a1"}, {"from": "User_39583", "to": "Topic_62", "value": 1, "title": "Posts: 1\nLast Active: 2025-05-21", "color": "#5ba3a3"}, {"from": "User_39583", "to": "Topic_29", "value": 1, "title": "Posts: 1\nLast Active: 2025-05-13", "color": "#59a5a5"}, {"from": "User_39583", "to": "Topic_77", "value": 1, "title": "Posts: 1\nLast Active: 2025-05-08", "color": "#58a6a6"}, {"from": "User_39583", "to": "Topic_24", "value": 1, "title": "Posts: 1\nLast Active: 2025-04-30", "color": "#57a7a7"}, {"from": "Topic_75", "to": "User_29256", "value": 2, "title": "Posts: 2\nLast Active: 2023-08-16", "color": "#2bd3d3"}, {"from": "User_29256", "to": "Topic_1", "value": 8, "title": "Posts: 8\nLast Active: 2024-03-29", "color": "#35c9c9"}, {"from": "User_29256", "to": "Topic_2", "value": 7, "title": "Posts: 7\nLast Active: 2023-11-12", "color": "#2fcfcf"}, {"from": "User_29256", "to": "Topic_5", "value": 4, "title": "Posts: 4\nLast Active: 2023-08-13", "color": "#2bd3d3"}, {"from": "User_29256", "to": "Topic_10", "value": 2, "title": "Posts: 2\nLast Active: 2023-08-17", "color": "#2bd3d3"}, {"from": "User_29256", "to": "Topic_4", "value": 2, "title": "Posts: 2\nLast Active: 2023-08-02", "color": "#2ad4d4"}, {"from": "User_29256", "to": "Topic_42", "value": 2, "title": "Posts: 2\nLast Active: 2023-04-30", "color": "#27d7d7"}, {"from": "User_29256", "to": "Topic_6", "value": 1, "title": "Posts: 1\nLast Active: 2024-03-26", "color": "#35c9c9"}, {"from": "User_29256", "to": "Topic_51", "value": 1, "title": "Posts: 1\nLast Active: 2023-09-30", "color": "#2dd1d1"}, {"from": "User_29256", "to": "Topic_52", "value": 1, "title": "Posts: 1\nLast Active: 2023-08-17", "color": "#2bd3d3"}, {"from": "User_29256", "to": "Topic_48", "value": 1, "title": "Posts: 1\nLast Active: 2023-08-16", "color": "#2bd3d3"}, {"from": "User_29256", "to": "Topic_80", "value": 1, "title": "Posts: 1\nLast Active: 2023-08-16", "color": "#2bd3d3"}, {"from": "User_29256", "to": "Topic_78", "value": 1, "title": "Posts: 1\nLast Active: 2023-08-12", "color": "#2bd3d3"}, {"from": "User_29256", "to": "Topic_30", "value": 1, "title": "Posts: 1\nLast Active: 2023-08-02", "color": "#2ad4d4"}, {"from": "User_29256", "to": "Topic_24", "value": 1, "title": "Posts: 1\nLast Active: 2023-07-11", "color": "#2ad4d4"}, {"from": "User_29256", "to": "Topic_37", "value": 1, "title": "Posts: 1\nLast Active: 2023-07-11", "color": "#2ad4d4"}, {"from": "User_29256", "to": "Topic_88", "value": 1, "title": "Posts: 1\nLast Active: 2023-04-17", "color": "#27d7d7"}, {"from": "Topic_75", "to": "User_109202669994856537", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-15", "color": "#6f8f8f"}, {"from": "User_109202669994856537", "to": "Topic_16", "value": 4, "title": "Posts: 4\nLast Active: 2025-11-12", "color": "#c43a3a"}, {"from": "User_109202669994856537", "to": "Topic_2", "value": 4, "title": "Posts: 4\nLast Active: 2025-10-10", "color": "#8a7474"}, {"from": "User_109202669994856537", "to": "Topic_1", "value": 3, "title": "Posts: 3\nLast Active: 2025-10-02", "color": "#857979"}, {"from": "User_109202669994856537", "to": "Topic_4", "value": 2, "title": "Posts: 2\nLast Active: 2025-09-06", "color": "#778787"}, {"from": "User_109202669994856537", "to": "Topic_54", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-15", "color": "#6f8f8f"}, {"from": "User_109202669994856537", "to": "Topic_13", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-14", "color": "#6e9090"}, {"from": "User_109202669994856537", "to": "Topic_62", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-12", "color": "#6e9090"}, {"from": "User_109202669994856537", "to": "Topic_11", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-25", "color": "#9a6464"}, {"from": "User_109202669994856537", "to": "Topic_80", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-21", "color": "#956969"}, {"from": "User_109202669994856537", "to": "Topic_33", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-12", "color": "#8c7272"}, {"from": "User_109202669994856537", "to": "Topic_36", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-19", "color": "#7d8181"}, {"from": "User_109202669994856537", "to": "Topic_68", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-18", "color": "#708e8e"}, {"from": "User_109202669994856537", "to": "Topic_72", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-15", "color": "#6f8f8f"}, {"from": "User_109202669994856537", "to": "Topic_26", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-15", "color": "#6f8f8f"}, {"from": "User_109202669994856537", "to": "Topic_30", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-15", "color": "#6f8f8f"}, {"from": "User_109202669994856537", "to": "Topic_24", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-14", "color": "#6f8f8f"}, {"from": "User_109202669994856537", "to": "Topic_61", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-14", "color": "#6e9090"}, {"from": "User_109202669994856537", "to": "Topic_48", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-13", "color": "#6e9090"}, {"from": "User_109202669994856537", "to": "Topic_42", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-13", "color": "#6e9090"}, {"from": "User_109202669994856537", "to": "Topic_29", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-12", "color": "#6e9090"}, {"from": "User_109202669994856537", "to": "Topic_5", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-12", "color": "#6e9090"}, {"from": "Topic_75", "to": "User_110939684209379656", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-09", "color": "#8a7474"}, {"from": "User_110939684209379656", "to": "Topic_25", "value": 9, "title": "Posts: 9\nLast Active: 2025-11-12", "color": "#c43a3a"}, {"from": "User_110939684209379656", "to": "Topic_26", "value": 5, "title": "Posts: 5\nLast Active: 2025-11-10", "color": "#bb4343"}, {"from": "User_110939684209379656", "to": "Topic_46", "value": 4, "title": "Posts: 4\nLast Active: 2025-11-11", "color": "#be4040"}, {"from": "User_110939684209379656", "to": "Topic_9", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-13", "color": "#c83636"}, {"from": "User_110939684209379656", "to": "Topic_74", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-11", "color": "#bf3f3f"}, {"from": "User_110939684209379656", "to": "Topic_27", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-06", "color": "#af4f4f"}, {"from": "User_110939684209379656", "to": "Topic_30", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-29", "color": "#9f5f5f"}, {"from": "User_110939684209379656", "to": "Topic_33", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-22", "color": "#966868"}, {"from": "User_110939684209379656", "to": "Topic_5", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-14", "color": "#8e7070"}, {"from": "User_110939684209379656", "to": "Topic_73", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-18", "color": "#7d8181"}, {"from": "User_110939684209379656", "to": "Topic_62", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-17", "color": "#7c8282"}, {"from": "Topic_75", "to": "User_109493145275935692", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-15", "color": "#d52929"}, {"from": "User_109493145275935692", "to": "Topic_16", "value": 11, "title": "Posts: 11\nLast Active: 2025-11-07", "color": "#b14d4d"}, {"from": "User_109493145275935692", "to": "Topic_44", "value": 7, "title": "Posts: 7\nLast Active: 2025-11-09", "color": "#b84646"}, {"from": "User_109493145275935692", "to": "Topic_2", "value": 5, "title": "Posts: 5\nLast Active: 2025-11-09", "color": "#b84646"}, {"from": "User_109493145275935692", "to": "Topic_36", "value": 5, "title": "Posts: 5\nLast Active: 2025-10-28", "color": "#9e6060"}, {"from": "User_109493145275935692", "to": "Topic_1", "value": 5, "title": "Posts: 5\nLast Active: 2025-10-20", "color": "#946a6a"}, {"from": "User_109493145275935692", "to": "Topic_24", "value": 4, "title": "Posts: 4\nLast Active: 2025-11-10", "color": "#ba4444"}, {"from": "User_109493145275935692", "to": "Topic_50", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-05", "color": "#ab5353"}, {"from": "User_109493145275935692", "to": "Topic_4", "value": 3, "title": "Posts: 3\nLast Active: 2025-10-31", "color": "#a35b5b"}, {"from": "User_109493145275935692", "to": "Topic_11", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-10", "color": "#ba4444"}, {"from": "User_109493145275935692", "to": "Topic_62", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-09", "color": "#b64848"}, {"from": "User_109493145275935692", "to": "Topic_29", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-08", "color": "#b54949"}, {"from": "User_109493145275935692", "to": "Topic_66", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-05", "color": "#ab5353"}, {"from": "User_109493145275935692", "to": "Topic_30", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-27", "color": "#9c6262"}, {"from": "User_109493145275935692", "to": "Topic_38", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-25", "color": "#9a6464"}, {"from": "User_109493145275935692", "to": "Topic_13", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-07", "color": "#b04e4e"}, {"from": "User_109493145275935692", "to": "Topic_65", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-06", "color": "#b04e4e"}, {"from": "User_109493145275935692", "to": "Topic_64", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-27", "color": "#9d6161"}, {"from": "User_109493145275935692", "to": "Topic_21", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-24", "color": "#807e7e"}, {"from": "Topic_75", "to": "User_109390165997744795", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-23", "color": "#976767"}, {"from": "User_109390165997744795", "to": "Topic_2", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-14", "color": "#cf2f2f"}, {"from": "User_109390165997744795", "to": "Topic_1", "value": 3, "title": "Posts: 3\nLast Active: 2025-10-30", "color": "#a15d5d"}, {"from": "User_109390165997744795", "to": "Topic_77", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-09", "color": "#b94545"}, {"from": "User_109390165997744795", "to": "Topic_16", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-30", "color": "#a15d5d"}, {"from": "User_109390165997744795", "to": "Topic_4", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-21", "color": "#956969"}, {"from": "User_109390165997744795", "to": "Topic_45", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-30", "color": "#a15d5d"}, {"from": "User_109390165997744795", "to": "Topic_29", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-28", "color": "#9e6060"}, {"from": "User_109390165997744795", "to": "Topic_26", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-24", "color": "#996565"}, {"from": "User_109390165997744795", "to": "Topic_41", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-23", "color": "#976767"}, {"from": "User_109390165997744795", "to": "Topic_22", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-23", "color": "#976767"}, {"from": "User_109390165997744795", "to": "Topic_32", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-22", "color": "#966868"}, {"from": "User_109390165997744795", "to": "Topic_25", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-22", "color": "#966868"}, {"from": "User_109390165997744795", "to": "Topic_64", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-22", "color": "#966868"}, {"from": "User_109390165997744795", "to": "Topic_36", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-21", "color": "#956969"}, {"from": "User_109390165997744795", "to": "Topic_13", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-21", "color": "#956969"}, {"from": "Topic_75", "to": "User_109475546381137906", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-07", "color": "#b24c4c"}, {"from": "User_109475546381137906", "to": "Topic_50", "value": 5, "title": "Posts: 5\nLast Active: 2025-11-01", "color": "#a55959"}, {"from": "User_109475546381137906", "to": "Topic_54", "value": 3, "title": "Posts: 3\nLast Active: 2025-10-23", "color": "#976767"}, {"from": "User_109475546381137906", "to": "Topic_56", "value": 3, "title": "Posts: 3\nLast Active: 2025-07-31", "color": "#6a9494"}, {"from": "User_109475546381137906", "to": "Topic_4", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-07", "color": "#b24c4c"}, {"from": "User_109475546381137906", "to": "Topic_16", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-07", "color": "#b24c4c"}, {"from": "User_109475546381137906", "to": "Topic_11", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-03", "color": "#a95555"}, {"from": "User_109475546381137906", "to": "Topic_66", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-27", "color": "#9c6262"}, {"from": "User_109475546381137906", "to": "Topic_2", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-17", "color": "#916d6d"}, {"from": "User_109475546381137906", "to": "Topic_26", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-13", "color": "#6e9090"}, {"from": "User_109475546381137906", "to": "Topic_62", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-13", "color": "#c83636"}, {"from": "User_109475546381137906", "to": "Topic_5", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-07", "color": "#b24c4c"}, {"from": "User_109475546381137906", "to": "Topic_33", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-30", "color": "#a15d5d"}, {"from": "User_109475546381137906", "to": "Topic_49", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-29", "color": "#9f5f5f"}, {"from": "User_109475546381137906", "to": "Topic_36", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-25", "color": "#996565"}, {"from": "User_109475546381137906", "to": "Topic_21", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-10", "color": "#8b7373"}, {"from": "User_109475546381137906", "to": "Topic_3", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-02", "color": "#857979"}, {"from": "User_109475546381137906", "to": "Topic_1", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-02", "color": "#857979"}, {"from": "User_109475546381137906", "to": "Topic_59", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-20", "color": "#7e8080"}, {"from": "User_109475546381137906", "to": "Topic_68", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-02", "color": "#758989"}, {"from": "User_109475546381137906", "to": "Topic_51", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-31", "color": "#758989"}, {"from": "User_109475546381137906", "to": "Topic_44", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-12", "color": "#6e9090"}, {"from": "User_109475546381137906", "to": "Topic_25", "value": 1, "title": "Posts: 1\nLast Active: 2025-07-31", "color": "#6a9494"}, {"from": "Topic_75", "to": "User_41238", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-13", "color": "#c83636"}, {"from": "User_41238", "to": "Topic_1", "value": 5, "title": "Posts: 5\nLast Active: 2025-11-12", "color": "#c43a3a"}, {"from": "User_41238", "to": "Topic_2", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-05", "color": "#ac5252"}, {"from": "User_41238", "to": "Topic_10", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-10", "color": "#bb4343"}, {"from": "User_41238", "to": "Topic_50", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-03", "color": "#a95555"}, {"from": "User_41238", "to": "Topic_42", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-30", "color": "#a15d5d"}, {"from": "User_41238", "to": "Topic_69", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-13", "color": "#ca3434"}, {"from": "User_41238", "to": "Topic_45", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-13", "color": "#c83636"}, {"from": "User_41238", "to": "Topic_44", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-11", "color": "#c13d3d"}, {"from": "User_41238", "to": "Topic_30", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-05", "color": "#ad5151"}, {"from": "User_41238", "to": "Topic_29", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-04", "color": "#aa5454"}, {"from": "User_41238", "to": "Topic_82", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-04", "color": "#aa5454"}, {"from": "User_41238", "to": "Topic_5", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-04", "color": "#aa5454"}, {"from": "User_41238", "to": "Topic_16", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-03", "color": "#a95555"}, {"from": "User_41238", "to": "Topic_51", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-01", "color": "#a45a5a"}, {"from": "User_41238", "to": "Topic_6", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-31", "color": "#a35b5b"}, {"from": "User_41238", "to": "Topic_36", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-30", "color": "#a15d5d"}, {"from": "User_41238", "to": "Topic_21", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-29", "color": "#a05e5e"}, {"from": "User_41238", "to": "Topic_13", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-29", "color": "#9f5f5f"}, {"from": "User_41238", "to": "Topic_85", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-29", "color": "#9f5f5f"}, {"from": "Topic_75", "to": "User_110560361984531227", "value": 2, "title": "Posts: 2\nLast Active: 2025-02-21", "color": "#4eb0b0"}, {"from": "User_110560361984531227", "to": "Topic_65", "value": 3, "title": "Posts: 3\nLast Active: 2024-08-18", "color": "#3ec0c0"}, {"from": "User_110560361984531227", "to": "Topic_62", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-18", "color": "#916d6d"}, {"from": "User_110560361984531227", "to": "Topic_44", "value": 2, "title": "Posts: 2\nLast Active: 2025-09-07", "color": "#778787"}, {"from": "User_110560361984531227", "to": "Topic_33", "value": 2, "title": "Posts: 2\nLast Active: 2025-03-19", "color": "#51adad"}, {"from": "User_110560361984531227", "to": "Topic_1", "value": 2, "title": "Posts: 2\nLast Active: 2025-02-18", "color": "#4eb0b0"}, {"from": "User_110560361984531227", "to": "Topic_4", "value": 2, "title": "Posts: 2\nLast Active: 2024-11-08", "color": "#44baba"}, {"from": "User_110560361984531227", "to": "Topic_13", "value": 2, "title": "Posts: 2\nLast Active: 2024-08-05", "color": "#3dc1c1"}, {"from": "User_110560361984531227", "to": "Topic_16", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-25", "color": "#738b8b"}, {"from": "User_110560361984531227", "to": "Topic_11", "value": 1, "title": "Posts: 1\nLast Active: 2025-04-13", "color": "#55a9a9"}, {"from": "User_110560361984531227", "to": "Topic_47", "value": 1, "title": "Posts: 1\nLast Active: 2025-03-19", "color": "#51adad"}, {"from": "User_110560361984531227", "to": "Topic_29", "value": 1, "title": "Posts: 1\nLast Active: 2025-01-28", "color": "#4bb3b3"}, {"from": "User_110560361984531227", "to": "Topic_2", "value": 1, "title": "Posts: 1\nLast Active: 2024-12-19", "color": "#47b7b7"}, {"from": "User_110560361984531227", "to": "Topic_18", "value": 1, "title": "Posts: 1\nLast Active: 2024-10-26", "color": "#43bbbb"}, {"from": "User_110560361984531227", "to": "Topic_49", "value": 1, "title": "Posts: 1\nLast Active: 2024-08-26", "color": "#3ec0c0"}, {"from": "User_110560361984531227", "to": "Topic_24", "value": 1, "title": "Posts: 1\nLast Active: 2024-06-04", "color": "#39c5c5"}, {"from": "User_110560361984531227", "to": "Topic_46", "value": 1, "title": "Posts: 1\nLast Active: 2023-08-13", "color": "#2bd3d3"}, {"from": "Topic_75", "to": "User_109388885609394551", "value": 2, "title": "Posts: 2\nLast Active: 2025-06-03", "color": "#5da1a1"}, {"from": "User_109388885609394551", "to": "Topic_16", "value": 9, "title": "Posts: 9\nLast Active: 2025-10-17", "color": "#906e6e"}, {"from": "User_109388885609394551", "to": "Topic_13", "value": 4, "title": "Posts: 4\nLast Active: 2025-10-29", "color": "#9f5f5f"}, {"from": "User_109388885609394551", "to": "Topic_33", "value": 4, "title": "Posts: 4\nLast Active: 2025-10-29", "color": "#9f5f5f"}, {"from": "User_109388885609394551", "to": "Topic_26", "value": 3, "title": "Posts: 3\nLast Active: 2025-10-17", "color": "#916d6d"}, {"from": "User_109388885609394551", "to": "Topic_50", "value": 3, "title": "Posts: 3\nLast Active: 2025-09-24", "color": "#807e7e"}, {"from": "User_109388885609394551", "to": "Topic_2", "value": 3, "title": "Posts: 3\nLast Active: 2025-07-25", "color": "#699595"}, {"from": "User_109388885609394551", "to": "Topic_11", "value": 2, "title": "Posts: 2\nLast Active: 2025-07-25", "color": "#699595"}, {"from": "User_109388885609394551", "to": "Topic_62", "value": 2, "title": "Posts: 2\nLast Active: 2025-05-23", "color": "#5ba3a3"}, {"from": "User_109388885609394551", "to": "Topic_4", "value": 2, "title": "Posts: 2\nLast Active: 2025-05-19", "color": "#5aa4a4"}, {"from": "User_109388885609394551", "to": "Topic_25", "value": 2, "title": "Posts: 2\nLast Active: 2025-02-11", "color": "#4db1b1"}, {"from": "User_109388885609394551", "to": "Topic_29", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-29", "color": "#837b7b"}, {"from": "User_109388885609394551", "to": "Topic_21", "value": 1, "title": "Posts: 1\nLast Active: 2025-07-23", "color": "#689696"}, {"from": "User_109388885609394551", "to": "Topic_1", "value": 1, "title": "Posts: 1\nLast Active: 2025-06-06", "color": "#5ea0a0"}, {"from": "User_109388885609394551", "to": "Topic_66", "value": 1, "title": "Posts: 1\nLast Active: 2025-06-06", "color": "#5ea0a0"}, {"from": "User_109388885609394551", "to": "Topic_47", "value": 1, "title": "Posts: 1\nLast Active: 2025-06-06", "color": "#5ea0a0"}, {"from": "User_109388885609394551", "to": "Topic_36", "value": 1, "title": "Posts: 1\nLast Active: 2025-03-30", "color": "#53abab"}, {"from": "User_109388885609394551", "to": "Topic_65", "value": 1, "title": "Posts: 1\nLast Active: 2025-03-04", "color": "#4fafaf"}, {"from": "Topic_75", "to": "User_109405969073705498", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-24", "color": "#986666"}, {"from": "User_109405969073705498", "to": "Topic_25", "value": 10, "title": "Posts: 10\nLast Active: 2025-11-12", "color": "#c33b3b"}, {"from": "User_109405969073705498", "to": "Topic_26", "value": 5, "title": "Posts: 5\nLast Active: 2025-11-04", "color": "#aa5454"}, {"from": "User_109405969073705498", "to": "Topic_9", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-13", "color": "#c83636"}, {"from": "User_109405969073705498", "to": "Topic_84", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-11", "color": "#be4040"}, {"from": "User_109405969073705498", "to": "Topic_43", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-11", "color": "#be4040"}, {"from": "User_109405969073705498", "to": "Topic_5", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-10", "color": "#ba4444"}, {"from": "User_109405969073705498", "to": "Topic_46", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-28", "color": "#9e6060"}, {"from": "User_109405969073705498", "to": "Topic_54", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-24", "color": "#986666"}, {"from": "User_109405969073705498", "to": "Topic_33", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-09", "color": "#8a7474"}, {"from": "Topic_75", "to": "User_56472", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-28", "color": "#738b8b"}, {"from": "User_56472", "to": "Topic_66", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-28", "color": "#738b8b"}, {"from": "User_56472", "to": "Topic_50", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-04", "color": "#6b9393"}, {"from": "User_56472", "to": "Topic_30", "value": 2, "title": "Posts: 2\nLast Active: 2025-06-06", "color": "#5ea0a0"}, {"from": "User_56472", "to": "Topic_27", "value": 2, "title": "Posts: 2\nLast Active: 2025-04-16", "color": "#55a9a9"}, {"from": "User_56472", "to": "Topic_2", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-30", "color": "#a15d5d"}, {"from": "User_56472", "to": "Topic_18", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-19", "color": "#936b6b"}, {"from": "User_56472", "to": "Topic_4", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-13", "color": "#6e9090"}, {"from": "User_56472", "to": "Topic_11", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-13", "color": "#6e9090"}, {"from": "User_56472", "to": "Topic_24", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-05", "color": "#6c9292"}, {"from": "User_56472", "to": "Topic_13", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-03", "color": "#6b9393"}, {"from": "User_56472", "to": "Topic_37", "value": 1, "title": "Posts: 1\nLast Active: 2025-07-09", "color": "#659999"}, {"from": "User_56472", "to": "Topic_52", "value": 1, "title": "Posts: 1\nLast Active: 2025-06-06", "color": "#5ea0a0"}, {"from": "User_56472", "to": "Topic_49", "value": 1, "title": "Posts: 1\nLast Active: 2025-06-06", "color": "#5ea0a0"}, {"from": "User_56472", "to": "Topic_47", "value": 1, "title": "Posts: 1\nLast Active: 2025-06-06", "color": "#5ea0a0"}, {"from": "User_56472", "to": "Topic_16", "value": 1, "title": "Posts: 1\nLast Active: 2025-04-21", "color": "#56a8a8"}, {"from": "User_56472", "to": "Topic_68", "value": 1, "title": "Posts: 1\nLast Active: 2025-04-20", "color": "#56a8a8"}, {"from": "User_56472", "to": "Topic_73", "value": 1, "title": "Posts: 1\nLast Active: 2025-04-18", "color": "#55a9a9"}, {"from": "User_56472", "to": "Topic_69", "value": 1, "title": "Posts: 1\nLast Active: 2025-04-17", "color": "#55a9a9"}, {"from": "Topic_75", "to": "User_25068", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-28", "color": "#738b8b"}, {"from": "User_25068", "to": "Topic_2", "value": 16, "title": "Posts: 16\nLast Active: 2025-11-10", "color": "#ba4444"}, {"from": "User_25068", "to": "Topic_4", "value": 7, "title": "Posts: 7\nLast Active: 2025-11-06", "color": "#af4f4f"}, {"from": "User_25068", "to": "Topic_1", "value": 5, "title": "Posts: 5\nLast Active: 2025-10-03", "color": "#867878"}, {"from": "User_25068", "to": "Topic_47", "value": 3, "title": "Posts: 3\nLast Active: 2025-08-21", "color": "#718d8d"}, {"from": "User_25068", "to": "Topic_62", "value": 2, "title": "Posts: 2\nLast Active: 2025-07-24", "color": "#689696"}, {"from": "User_25068", "to": "Topic_66", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-20", "color": "#7e8080"}, {"from": "User_25068", "to": "Topic_73", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-17", "color": "#7c8282"}, {"from": "User_25068", "to": "Topic_36", "value": 1, "title": "Posts: 1\nLast Active: 2025-07-19", "color": "#679797"}, {"from": "User_25068", "to": "Topic_29", "value": 1, "title": "Posts: 1\nLast Active: 2025-07-18", "color": "#679797"}, {"from": "User_25068", "to": "Topic_13", "value": 1, "title": "Posts: 1\nLast Active: 2025-07-15", "color": "#669898"}, {"from": "User_25068", "to": "Topic_3", "value": 1, "title": "Posts: 1\nLast Active: 2025-06-24", "color": "#619d9d"}, {"from": "Topic_75", "to": "User_107645711619418936", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-03", "color": "#6b9393"}, {"from": "User_107645711619418936", "to": "Topic_4", "value": 4, "title": "Posts: 4\nLast Active: 2025-11-04", "color": "#ab5353"}, {"from": "User_107645711619418936", "to": "Topic_2", "value": 4, "title": "Posts: 4\nLast Active: 2025-09-06", "color": "#778787"}, {"from": "User_107645711619418936", "to": "Topic_13", "value": 3, "title": "Posts: 3\nLast Active: 2025-10-03", "color": "#857979"}, {"from": "User_107645711619418936", "to": "Topic_47", "value": 3, "title": "Posts: 3\nLast Active: 2025-08-03", "color": "#6b9393"}, {"from": "User_107645711619418936", "to": "Topic_11", "value": 2, "title": "Posts: 2\nLast Active: 2025-09-06", "color": "#778787"}, {"from": "User_107645711619418936", "to": "Topic_21", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-20", "color": "#718d8d"}, {"from": "User_107645711619418936", "to": "Topic_36", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-04", "color": "#6c9292"}, {"from": "User_107645711619418936", "to": "Topic_6", "value": 2, "title": "Posts: 2\nLast Active: 2025-07-08", "color": "#649a9a"}, {"from": "User_107645711619418936", "to": "Topic_89", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-04", "color": "#ab5353"}, {"from": "User_107645711619418936", "to": "Topic_30", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-07", "color": "#788686"}, {"from": "User_107645711619418936", "to": "Topic_25", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-06", "color": "#778787"}, {"from": "User_107645711619418936", "to": "Topic_29", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-22", "color": "#718d8d"}, {"from": "User_107645711619418936", "to": "Topic_48", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-20", "color": "#718d8d"}, {"from": "User_107645711619418936", "to": "Topic_44", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-04", "color": "#6c9292"}, {"from": "User_107645711619418936", "to": "Topic_61", "value": 1, "title": "Posts: 1\nLast Active: 2025-07-27", "color": "#699595"}, {"from": "User_107645711619418936", "to": "Topic_23", "value": 1, "title": "Posts: 1\nLast Active: 2025-07-22", "color": "#689696"}, {"from": "User_107645711619418936", "to": "Topic_69", "value": 1, "title": "Posts: 1\nLast Active: 2025-07-10", "color": "#659999"}, {"from": "User_107645711619418936", "to": "Topic_1", "value": 1, "title": "Posts: 1\nLast Active: 2025-07-08", "color": "#649a9a"}, {"from": "User_107645711619418936", "to": "Topic_42", "value": 1, "title": "Posts: 1\nLast Active: 2025-06-03", "color": "#5da1a1"}, {"from": "User_107645711619418936", "to": "Topic_40", "value": 1, "title": "Posts: 1\nLast Active: 2025-03-22", "color": "#52acac"}, {"from": "User_107645711619418936", "to": "Topic_5", "value": 1, "title": "Posts: 1\nLast Active: 2025-03-15", "color": "#51adad"}, {"from": "User_107645711619418936", "to": "Topic_16", "value": 1, "title": "Posts: 1\nLast Active: 2025-03-09", "color": "#50aeae"}, {"from": "User_107645711619418936", "to": "Topic_43", "value": 1, "title": "Posts: 1\nLast Active: 2025-02-26", "color": "#4fafaf"}, {"from": "User_107645711619418936", "to": "Topic_77", "value": 1, "title": "Posts: 1\nLast Active: 2025-02-25", "color": "#4fafaf"}, {"from": "User_107645711619418936", "to": "Topic_54", "value": 1, "title": "Posts: 1\nLast Active: 2025-02-23", "color": "#4eb0b0"}, {"from": "User_107645711619418936", "to": "Topic_46", "value": 1, "title": "Posts: 1\nLast Active: 2025-02-21", "color": "#4eb0b0"}, {"from": "User_107645711619418936", "to": "Topic_22", "value": 1, "title": "Posts: 1\nLast Active: 2025-02-19", "color": "#4eb0b0"}, {"from": "Topic_75", "to": "User_774982", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-11", "color": "#be4040"}, {"from": "User_774982", "to": "Topic_2", "value": 10, "title": "Posts: 10\nLast Active: 2025-11-14", "color": "#cd3131"}, {"from": "User_774982", "to": "Topic_1", "value": 10, "title": "Posts: 10\nLast Active: 2025-11-13", "color": "#c83636"}, {"from": "User_774982", "to": "Topic_42", "value": 4, "title": "Posts: 4\nLast Active: 2025-11-14", "color": "#ce3030"}, {"from": "User_774982", "to": "Topic_69", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-14", "color": "#cf2f2f"}, {"from": "User_774982", "to": "Topic_67", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-13", "color": "#ca3434"}, {"from": "User_774982", "to": "Topic_87", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-13", "color": "#c83636"}, {"from": "User_774982", "to": "Topic_51", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-13", "color": "#c73737"}, {"from": "User_774982", "to": "Topic_18", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-13", "color": "#c73737"}, {"from": "User_774982", "to": "Topic_38", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-13", "color": "#c63838"}, {"from": "User_774982", "to": "Topic_29", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-12", "color": "#c23c3c"}, {"from": "User_774982", "to": "Topic_44", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-11", "color": "#be4040"}, {"from": "User_774982", "to": "Topic_61", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-14", "color": "#ce3030"}, {"from": "User_774982", "to": "Topic_78", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-14", "color": "#cd3131"}, {"from": "User_774982", "to": "Topic_14", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-14", "color": "#cd3131"}, {"from": "User_774982", "to": "Topic_41", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-13", "color": "#c73737"}, {"from": "User_774982", "to": "Topic_48", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-13", "color": "#c73737"}, {"from": "User_774982", "to": "Topic_60", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-13", "color": "#c63838"}, {"from": "User_774982", "to": "Topic_3", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-13", "color": "#c63838"}, {"from": "User_774982", "to": "Topic_11", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-12", "color": "#c23c3c"}, {"from": "User_774982", "to": "Topic_4", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-12", "color": "#c23c3c"}, {"from": "User_774982", "to": "Topic_33", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-12", "color": "#c23c3c"}, {"from": "User_774982", "to": "Topic_52", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-12", "color": "#c23c3c"}, {"from": "User_774982", "to": "Topic_13", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-11", "color": "#be4040"}, {"from": "User_774982", "to": "Topic_27", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-11", "color": "#be4040"}, {"from": "Topic_75", "to": "User_711648", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-11", "color": "#bf3f3f"}, {"from": "User_711648", "to": "Topic_2", "value": 6, "title": "Posts: 6\nLast Active: 2025-11-14", "color": "#d32b2b"}, {"from": "User_711648", "to": "Topic_29", "value": 5, "title": "Posts: 5\nLast Active: 2025-11-11", "color": "#bf3f3f"}, {"from": "User_711648", "to": "Topic_1", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-15", "color": "#d72727"}, {"from": "User_711648", "to": "Topic_17", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-13", "color": "#cc3232"}, {"from": "User_711648", "to": "Topic_13", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-15", "color": "#db2323"}, {"from": "User_711648", "to": "Topic_34", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-09", "color": "#b94545"}, {"from": "User_711648", "to": "Topic_36", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-08", "color": "#b44a4a"}, {"from": "User_711648", "to": "Topic_59", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-07", "color": "#b24c4c"}, {"from": "User_711648", "to": "Topic_45", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-07", "color": "#b14d4d"}, {"from": "User_711648", "to": "Topic_28", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-15", "color": "#db2323"}, {"from": "User_711648", "to": "Topic_42", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-15", "color": "#d72727"}, {"from": "User_711648", "to": "Topic_10", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-15", "color": "#d72727"}, {"from": "User_711648", "to": "Topic_65", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-15", "color": "#d72727"}, {"from": "User_711648", "to": "Topic_52", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-15", "color": "#d72727"}, {"from": "User_711648", "to": "Topic_54", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-11", "color": "#bf3f3f"}, {"from": "User_711648", "to": "Topic_38", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-09", "color": "#b94545"}, {"from": "User_711648", "to": "Topic_50", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-09", "color": "#b84646"}, {"from": "User_711648", "to": "Topic_41", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-08", "color": "#b54949"}, {"from": "User_711648", "to": "Topic_4", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-08", "color": "#b44a4a"}, {"from": "User_711648", "to": "Topic_77", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-07", "color": "#b14d4d"}, {"from": "User_711648", "to": "Topic_61", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-07", "color": "#b14d4d"}, {"from": "User_711648", "to": "Topic_67", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-06", "color": "#af4f4f"}, {"from": "User_711648", "to": "Topic_9", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-04", "color": "#ab5353"}, {"from": "User_711648", "to": "Topic_18", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-04", "color": "#ab5353"}, {"from": "Topic_75", "to": "User_110706406950175482", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-12", "color": "#6e9090"}, {"from": "User_110706406950175482", "to": "Topic_62", "value": 16, "title": "Posts: 16\nLast Active: 2025-11-11", "color": "#bd4141"}, {"from": "User_110706406950175482", "to": "Topic_33", "value": 7, "title": "Posts: 7\nLast Active: 2025-11-11", "color": "#be4040"}, {"from": "User_110706406950175482", "to": "Topic_4", "value": 6, "title": "Posts: 6\nLast Active: 2025-09-23", "color": "#7f7f7f"}, {"from": "User_110706406950175482", "to": "Topic_13", "value": 5, "title": "Posts: 5\nLast Active: 2025-09-23", "color": "#7f7f7f"}, {"from": "User_110706406950175482", "to": "Topic_30", "value": 4, "title": "Posts: 4\nLast Active: 2025-10-29", "color": "#9f5f5f"}, {"from": "User_110706406950175482", "to": "Topic_46", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-03", "color": "#a75757"}, {"from": "User_110706406950175482", "to": "Topic_69", "value": 3, "title": "Posts: 3\nLast Active: 2025-10-15", "color": "#8f6f6f"}, {"from": "User_110706406950175482", "to": "Topic_72", "value": 2, "title": "Posts: 2\nLast Active: 2025-09-23", "color": "#7f7f7f"}, {"from": "User_110706406950175482", "to": "Topic_21", "value": 2, "title": "Posts: 2\nLast Active: 2025-09-22", "color": "#7f7f7f"}, {"from": "User_110706406950175482", "to": "Topic_44", "value": 2, "title": "Posts: 2\nLast Active: 2025-09-10", "color": "#798585"}, {"from": "User_110706406950175482", "to": "Topic_54", "value": 2, "title": "Posts: 2\nLast Active: 2025-06-17", "color": "#609e9e"}, {"from": "User_110706406950175482", "to": "Topic_5", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-02", "color": "#857979"}, {"from": "User_110706406950175482", "to": "Topic_47", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-10", "color": "#798585"}, {"from": "User_110706406950175482", "to": "Topic_76", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-09", "color": "#788686"}, {"from": "User_110706406950175482", "to": "Topic_68", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-19", "color": "#708e8e"}, {"from": "User_110706406950175482", "to": "Topic_11", "value": 1, "title": "Posts: 1\nLast Active: 2025-07-30", "color": "#6a9494"}, {"from": "User_110706406950175482", "to": "Topic_25", "value": 1, "title": "Posts: 1\nLast Active: 2025-07-15", "color": "#669898"}, {"from": "User_110706406950175482", "to": "Topic_50", "value": 1, "title": "Posts: 1\nLast Active: 2025-07-14", "color": "#669898"}, {"from": "User_110706406950175482", "to": "Topic_3", "value": 1, "title": "Posts: 1\nLast Active: 2025-07-03", "color": "#639b9b"}, {"from": "User_110706406950175482", "to": "Topic_65", "value": 1, "title": "Posts: 1\nLast Active: 2025-06-23", "color": "#619d9d"}, {"from": "Topic_75", "to": "User_109857303960048603", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-06", "color": "#ae5050"}, {"from": "User_109857303960048603", "to": "Topic_76", "value": 7, "title": "Posts: 7\nLast Active: 2025-11-06", "color": "#ae5050"}, {"from": "User_109857303960048603", "to": "Topic_24", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-03", "color": "#a75757"}, {"from": "User_109857303960048603", "to": "Topic_46", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-20", "color": "#718d8d"}, {"from": "User_109857303960048603", "to": "Topic_33", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-25", "color": "#807e7e"}, {"from": "User_109857303960048603", "to": "Topic_85", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-22", "color": "#718d8d"}, {"from": "User_109857303960048603", "to": "Topic_26", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-22", "color": "#718d8d"}, {"from": "User_109857303960048603", "to": "Topic_3", "value": 1, "title": "Posts: 1\nLast Active: 2025-08-18", "color": "#708e8e"}, {"from": "Topic_75", "to": "User_333560", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-22", "color": "#966868"}, {"from": "User_333560", "to": "Topic_2", "value": 3, "title": "Posts: 3\nLast Active: 2025-10-21", "color": "#956969"}, {"from": "User_333560", "to": "Topic_1", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-04", "color": "#a95555"}, {"from": "User_333560", "to": "Topic_13", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-31", "color": "#a25c5c"}, {"from": "User_333560", "to": "Topic_25", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-30", "color": "#a25c5c"}, {"from": "User_333560", "to": "Topic_85", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-29", "color": "#a05e5e"}, {"from": "User_333560", "to": "Topic_4", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-21", "color": "#956969"}, {"from": "User_333560", "to": "Topic_16", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-21", "color": "#956969"}, {"from": "User_333560", "to": "Topic_69", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-10", "color": "#bd4141"}, {"from": "User_333560", "to": "Topic_40", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-07", "color": "#b24c4c"}, {"from": "User_333560", "to": "Topic_17", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-07", "color": "#b24c4c"}, {"from": "User_333560", "to": "Topic_47", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-31", "color": "#a35b5b"}, {"from": "User_333560", "to": "Topic_46", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-27", "color": "#9d6161"}, {"from": "User_333560", "to": "Topic_56", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-24", "color": "#996565"}, {"from": "User_333560", "to": "Topic_54", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-24", "color": "#986666"}, {"from": "User_333560", "to": "Topic_76", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-20", "color": "#946a6a"}, {"from": "User_333560", "to": "Topic_6", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-20", "color": "#946a6a"}, {"from": "Topic_75", "to": "User_113500409018219767", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-10", "color": "#bc4242"}, {"from": "User_113500409018219767", "to": "Topic_5", "value": 5, "title": "Posts: 5\nLast Active: 2025-11-13", "color": "#cb3333"}, {"from": "User_113500409018219767", "to": "Topic_1", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-13", "color": "#c83636"}, {"from": "User_113500409018219767", "to": "Topic_2", "value": 3, "title": "Posts: 3\nLast Active: 2025-11-11", "color": "#c13d3d"}, {"from": "User_113500409018219767", "to": "Topic_3", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-12", "color": "#c43a3a"}, {"from": "User_113500409018219767", "to": "Topic_6", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-12", "color": "#c33b3b"}, {"from": "User_113500409018219767", "to": "Topic_79", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-12", "color": "#c33b3b"}, {"from": "User_113500409018219767", "to": "Topic_9", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-10", "color": "#bc4242"}, {"from": "User_113500409018219767", "to": "Topic_41", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-10", "color": "#bc4242"}, {"from": "User_113500409018219767", "to": "Topic_13", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-15", "color": "#d72727"}, {"from": "User_113500409018219767", "to": "Topic_82", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-15", "color": "#d62828"}, {"from": "User_113500409018219767", "to": "Topic_25", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-13", "color": "#c93535"}, {"from": "User_113500409018219767", "to": "Topic_4", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-13", "color": "#c83636"}, {"from": "User_113500409018219767", "to": "Topic_40", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-12", "color": "#c53939"}, {"from": "User_113500409018219767", "to": "Topic_67", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-12", "color": "#c43a3a"}, {"from": "User_113500409018219767", "to": "Topic_51", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-11", "color": "#c13d3d"}, {"from": "User_113500409018219767", "to": "Topic_15", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-11", "color": "#c03e3e"}, {"from": "User_113500409018219767", "to": "Topic_78", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-09", "color": "#b84646"}, {"from": "User_113500409018219767", "to": "Topic_21", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-09", "color": "#b84646"}, {"from": "User_113500409018219767", "to": "Topic_61", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-06", "color": "#af4f4f"}, {"from": "Topic_75", "to": "User_109286442783912221", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-13", "color": "#6e9090"}, {"from": "User_109286442783912221", "to": "Topic_25", "value": 4, "title": "Posts: 4\nLast Active: 2025-10-29", "color": "#9f5f5f"}, {"from": "User_109286442783912221", "to": "Topic_2", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-12", "color": "#c23c3c"}, {"from": "User_109286442783912221", "to": "Topic_11", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-24", "color": "#996565"}, {"from": "User_109286442783912221", "to": "Topic_4", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-16", "color": "#906e6e"}, {"from": "User_109286442783912221", "to": "Topic_50", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-16", "color": "#906e6e"}, {"from": "User_109286442783912221", "to": "Topic_54", "value": 2, "title": "Posts: 2\nLast Active: 2025-09-17", "color": "#7c8282"}, {"from": "User_109286442783912221", "to": "Topic_57", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-12", "color": "#c23c3c"}, {"from": "User_109286442783912221", "to": "Topic_29", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-14", "color": "#8e7070"}, {"from": "User_109286442783912221", "to": "Topic_16", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-01", "color": "#847a7a"}, {"from": "User_109286442783912221", "to": "Topic_44", "value": 1, "title": "Posts: 1\nLast Active: 2025-04-22", "color": "#56a8a8"}, {"from": "User_109286442783912221", "to": "Topic_5", "value": 1, "title": "Posts: 1\nLast Active: 2025-04-20", "color": "#56a8a8"}, {"from": "User_109286442783912221", "to": "Topic_41", "value": 1, "title": "Posts: 1\nLast Active: 2025-02-28", "color": "#4fafaf"}, {"from": "User_109286442783912221", "to": "Topic_26", "value": 1, "title": "Posts: 1\nLast Active: 2025-01-30", "color": "#4cb2b2"}, {"from": "User_109286442783912221", "to": "Topic_82", "value": 1, "title": "Posts: 1\nLast Active: 2025-01-24", "color": "#4bb3b3"}, {"from": "User_109286442783912221", "to": "Topic_1", "value": 1, "title": "Posts: 1\nLast Active: 2024-12-02", "color": "#46b8b8"}, {"from": "Topic_75", "to": "User_109303553253839829", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-22", "color": "#966868"}, {"from": "User_109303553253839829", "to": "Topic_5", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-14", "color": "#d22c2c"}, {"from": "User_109303553253839829", "to": "Topic_53", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-05", "color": "#ac5252"}, {"from": "User_109303553253839829", "to": "Topic_39", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-25", "color": "#996565"}, {"from": "User_109303553253839829", "to": "Topic_4", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-21", "color": "#956969"}, {"from": "User_109303553253839829", "to": "Topic_3", "value": 2, "title": "Posts: 2\nLast Active: 2025-10-07", "color": "#887676"}, {"from": "User_109303553253839829", "to": "Topic_21", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-07", "color": "#b24c4c"}, {"from": "User_109303553253839829", "to": "Topic_45", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-06", "color": "#af4f4f"}, {"from": "User_109303553253839829", "to": "Topic_42", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-06", "color": "#af4f4f"}, {"from": "User_109303553253839829", "to": "Topic_13", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-04", "color": "#ab5353"}, {"from": "User_109303553253839829", "to": "Topic_6", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-25", "color": "#996565"}, {"from": "User_109303553253839829", "to": "Topic_47", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-24", "color": "#996565"}, {"from": "User_109303553253839829", "to": "Topic_16", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-21", "color": "#956969"}, {"from": "User_109303553253839829", "to": "Topic_33", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-11", "color": "#8c7272"}, {"from": "User_109303553253839829", "to": "Topic_37", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-21", "color": "#7e8080"}, {"from": "User_109303553253839829", "to": "Topic_40", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-21", "color": "#7e8080"}, {"from": "User_109303553253839829", "to": "Topic_11", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-15", "color": "#7b8383"}, {"from": "Topic_75", "to": "User_109317449462771932", "value": 2, "title": "Posts: 2\nLast Active: 2025-02-02", "color": "#4cb2b2"}, {"from": "User_109317449462771932", "to": "Topic_4", "value": 7, "title": "Posts: 7\nLast Active: 2025-09-30", "color": "#847a7a"}, {"from": "User_109317449462771932", "to": "Topic_16", "value": 5, "title": "Posts: 5\nLast Active: 2025-09-30", "color": "#847a7a"}, {"from": "User_109317449462771932", "to": "Topic_1", "value": 3, "title": "Posts: 3\nLast Active: 2025-02-27", "color": "#4fafaf"}, {"from": "User_109317449462771932", "to": "Topic_2", "value": 3, "title": "Posts: 3\nLast Active: 2025-02-19", "color": "#4eb0b0"}, {"from": "User_109317449462771932", "to": "Topic_13", "value": 3, "title": "Posts: 3\nLast Active: 2025-02-19", "color": "#4eb0b0"}, {"from": "User_109317449462771932", "to": "Topic_29", "value": 2, "title": "Posts: 2\nLast Active: 2025-08-27", "color": "#738b8b"}, {"from": "User_109317449462771932", "to": "Topic_38", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-30", "color": "#847a7a"}, {"from": "User_109317449462771932", "to": "Topic_44", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-02", "color": "#768888"}, {"from": "User_109317449462771932", "to": "Topic_52", "value": 1, "title": "Posts: 1\nLast Active: 2025-02-02", "color": "#4cb2b2"}, {"from": "User_109317449462771932", "to": "Topic_3", "value": 1, "title": "Posts: 1\nLast Active: 2025-02-02", "color": "#4cb2b2"}, {"from": "User_109317449462771932", "to": "Topic_49", "value": 1, "title": "Posts: 1\nLast Active: 2024-04-04", "color": "#35c9c9"}, {"from": "User_109317449462771932", "to": "Topic_42", "value": 1, "title": "Posts: 1\nLast Active: 2023-11-24", "color": "#2fcfcf"}, {"from": "User_109317449462771932", "to": "Topic_21", "value": 1, "title": "Posts: 1\nLast Active: 2023-07-04", "color": "#29d5d5"}, {"from": "Topic_75", "to": "User_229697", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-13", "color": "#c63838"}, {"from": "User_229697", "to": "Topic_2", "value": 7, "title": "Posts: 7\nLast Active: 2025-11-10", "color": "#ba4444"}, {"from": "User_229697", "to": "Topic_3", "value": 4, "title": "Posts: 4\nLast Active: 2025-10-31", "color": "#a35b5b"}, {"from": "User_229697", "to": "Topic_13", "value": 3, "title": "Posts: 3\nLast Active: 2025-10-26", "color": "#9b6363"}, {"from": "User_229697", "to": "Topic_33", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-12", "color": "#c23c3c"}, {"from": "User_229697", "to": "Topic_69", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-07", "color": "#b24c4c"}, {"from": "User_229697", "to": "Topic_76", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-07", "color": "#b04e4e"}, {"from": "User_229697", "to": "Topic_36", "value": 2, "title": "Posts: 2\nLast Active: 2025-11-06", "color": "#af4f4f"}, {"from": "User_229697", "to": "Topic_24", "value": 2, "title": "Posts: 2\nLast Active: 2025-09-25", "color": "#807e7e"}, {"from": "User_229697", "to": "Topic_51", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-12", "color": "#c63838"}, {"from": "User_229697", "to": "Topic_43", "value": 1, "title": "Posts: 1\nLast Active: 2025-11-12", "color": "#c33b3b"}, {"from": "User_229697", "to": "Topic_49", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-27", "color": "#9c6262"}, {"from": "User_229697", "to": "Topic_68", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-26", "color": "#9b6363"}, {"from": "User_229697", "to": "Topic_47", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-25", "color": "#996565"}, {"from": "User_229697", "to": "Topic_46", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-24", "color": "#986666"}, {"from": "User_229697", "to": "Topic_60", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-21", "color": "#956969"}, {"from": "User_229697", "to": "Topic_41", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-21", "color": "#946a6a"}, {"from": "User_229697", "to": "Topic_54", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-20", "color": "#946a6a"}, {"from": "User_229697", "to": "Topic_45", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-06", "color": "#877777"}, {"from": "User_229697", "to": "Topic_62", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-29", "color": "#837b7b"}, {"from": "User_229697", "to": "Topic_50", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-11", "color": "#798585"}, {"from": "User_229697", "to": "Topic_30", "value": 1, "title": "Posts: 1\nLast Active: 2025-09-10", "color": "#798585"}, {"from": "User_229697", "to": "Topic_73", "value": 1, "title": "Posts: 1\nLast Active: 2025-07-24", "color": "#689696"}, {"from": "User_229697", "to": "Topic_77", "value": 1, "title": "Posts: 1\nLast Active: 2025-06-28", "color": "#629c9c"}, {"from": "Topic_75", "to": "User_659383", "value": 2, "title": "Posts: 2\nLast Active: 2025-06-04", "color": "#5da1a1"}, {"from": "User_659383", "to": "Topic_4", "value": 3, "title": "Posts: 3\nLast Active: 2025-04-14", "color": "#55a9a9"}, {"from": "User_659383", "to": "Topic_33", "value": 3, "title": "Posts: 3\nLast Active: 2025-03-28", "color": "#52acac"}, {"from": "User_659383", "to": "Topic_16", "value": 3, "title": "Posts: 3\nLast Active: 2024-08-15", "color": "#3dc1c1"}, {"from": "User_659383", "to": "Topic_13", "value": 2, "title": "Posts: 2\nLast Active: 2024-08-06", "color": "#3dc1c1"}, {"from": "User_659383", "to": "Topic_76", "value": 1, "title": "Posts: 1\nLast Active: 2025-10-07", "color": "#887676"}, {"from": "User_659383", "to": "Topic_24", "value": 1, "title": "Posts: 1\nLast Active: 2024-06-25", "color": "#3ac4c4"}, {"from": "User_659383", "to": "Topic_72", "value": 1, "title": "Posts: 1\nLast Active: 2024-06-19", "color": "#3ac4c4"}, {"from": "User_659383", "to": "Topic_65", "value": 1, "title": "Posts: 1\nLast Active: 2024-06-17", "color": "#3ac4c4"}, {"from": "User_659383", "to": "Topic_49", "value": 1, "title": "Posts: 1\nLast Active: 2024-06-17", "color": "#3ac4c4"}, {"from": "User_659383", "to": "Topic_79", "value": 1, "title": "Posts: 1\nLast Active: 2024-06-17", "color": "#3ac4c4"}, {"from": "User_659383", "to": "Topic_51", "value": 1, "title": "Posts: 1\nLast Active: 2024-06-17", "color": "#3ac4c4"}, {"from": "User_659383", "to": "Topic_52", "value": 1, "title": "Posts: 1\nLast Active: 2024-06-06", "color": "#39c5c5"}, {"from": "User_659383", "to": "Topic_21", "value": 1, "title": "Posts: 1\nLast Active: 2024-03-20", "color": "#35c9c9"}, {"from": "User_659383", "to": "Topic_2", "value": 1, "title": "Posts: 1\nLast Active: 2024-03-08", "color": "#34caca"}, {"from": "User_659383", "to": "Topic_3", "value": 1, "title": "Posts: 1\nLast Active: 2024-03-06", "color": "#34caca"}, {"from": "User_659383", "to": "Topic_1", "value": 1, "title": "Posts: 1\nLast Active: 2024-03-06", "color": "#34caca"}, {"from": "User_659383", "to": "Topic_38", "value": 1, "title": "Posts: 1\nLast Active: 2024-03-06", "color": "#34caca"}];
    const rootNodeId = "Topic_75";

    const adjacency = {};
    allEdges.forEach(edge => {
        if (!adjacency[edge.from]) adjacency[edge.from] = [];
        if (!adjacency[edge.to]) adjacency[edge.to] = [];
        adjacency[edge.from].push(edge);
        adjacency[edge.to].push(edge);
    });

    function getFilteredData(limit, maxDepth, sizeScale) {
        const visitedNodes = new Set();
        const edgesToKeep = new Set();
        const queue = [{ id: rootNodeId, depth: 0 }];
        
        visitedNodes.add(rootNodeId);

        while (queue.length > 0) {
            const { id: currentNode, depth: currentDepth } = queue.shift();
            if (currentDepth >= maxDepth) continue;
            
            const myEdges = adjacency[currentNode] || [];
            const sortedEdges = myEdges.sort((a, b) => b.value - a.value);
            const topEdges = sortedEdges.slice(0, limit);
            
            topEdges.forEach(edge => {
                const neighbor = (edge.from === currentNode) ? edge.to : edge.from;
                edgesToKeep.add(edge);
                if (!visitedNodes.has(neighbor)) {
                    visitedNodes.add(neighbor);
                    queue.push({ id: neighbor, depth: currentDepth + 1 });
                }
            });
        }

        const filteredEdges = Array.from(edgesToKeep);
        const filteredNodes = allNodes
            .filter(n => visitedNodes.has(n.id))
            .map(n => {
                return { 
                    ...n, 
                    size: n.baseSize * (sizeScale / 100),
                    value: undefined 
                };
            });
        
        return { nodes: filteredNodes, edges: filteredEdges };
    }

    const container = document.getElementById('mynetwork');
    const options = {
        nodes: { shape: 'dot', font: { color: 'white' } },
        edges: { smooth: { type: 'continuous' } },
        physics: {
            stabilization: false,
            barnesHut: {
                gravitationalConstant: -8000,
                springConstant: 0.04,
                springLength: 250, 
                damping: 0.2
            },
            minVelocity: 0.75
        }
    };

    let currentLimit = 5;
    let currentDepth = 2;
    let currentSize = 100;

    const initialData = getFilteredData(currentLimit, currentDepth, currentSize);
    const network = new vis.Network(container, initialData, options);

    const limitSlider = document.getElementById('limitSlider');
    const limitLabel = document.getElementById('limitLabel');
    const depthSlider = document.getElementById('depthSlider');
    const depthLabel = document.getElementById('depthLabel');
    const sizeSlider = document.getElementById('sizeSlider');
    const sizeLabel = document.getElementById('sizeLabel');

    function updateGraph() {
        const newData = getFilteredData(currentLimit, currentDepth, currentSize);
        network.setData(newData);
    }

    limitSlider.oninput = function() {
        currentLimit = parseInt(this.value);
        limitLabel.innerText = currentLimit;
        updateGraph();
    }
    
    depthSlider.oninput = function() {
        currentDepth = parseInt(this.value);
        depthLabel.innerText = currentDepth;
        updateGraph();
    }

    sizeSlider.oninput = function() {
        currentSize = parseInt(this.value);
        sizeLabel.innerText = currentSize + "%";
        updateGraph();
    }
</script>
</body>
</html>