From 538696736144f64039bfb8c843af0f46f192bb69 Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 12:00:11 -0400 Subject: [PATCH 01/24] Display a page --- src/_App/BotAnalysis/Networks/Graph.js | 42 ++++++++++++++++++++++++ src/_App/BotAnalysis/Networks/Section.js | 23 +++++++++++++ src/_App/sidebar.js | 2 ++ 3 files changed, 67 insertions(+) create mode 100644 src/_App/BotAnalysis/Networks/Graph.js create mode 100644 src/_App/BotAnalysis/Networks/Section.js diff --git a/src/_App/BotAnalysis/Networks/Graph.js b/src/_App/BotAnalysis/Networks/Graph.js new file mode 100644 index 00000000..b769d662 --- /dev/null +++ b/src/_App/BotAnalysis/Networks/Graph.js @@ -0,0 +1,42 @@ +import React, { PureComponent } from 'react' +//import * as d3 from 'd3' +//import {drag} from 'd3' +//import {forceSimulation} from 'd3-force' +//import {select, event as currentEvent} from 'd3-selection' +//import {groupBy, orderBy} from "lodash" + +//import ReactGA from 'react-ga' +import Card from 'react-bootstrap/Card' +//import Row from 'react-bootstrap/Row' +//import Col from 'react-bootstrap/Col' + +import Spinner from '../../Spinner' +//import cachedData from './data' +//import {formatPct} from '../../Utils/Decorators' +//import {opinionShiftScale as colorScale} from '../../Utils/Colors' + +export default class NetworkGraph extends PureComponent { + constructor(props) { + super(props) + this.state = {parsedResponse: null} + } + + render() { + return ( + + + {this.state.parsedResponse ?

Hello

: } +
+
+ ) + } + + componentDidMount() { + console.log("DASHBOARD DID MOUNT") + //this.fetchData() + //setTimeout(function(){ + // this.setState({parsedResponse: cachedData}) + //}.bind(this), 1000) // let you see the spinner + } + +} diff --git a/src/_App/BotAnalysis/Networks/Section.js b/src/_App/BotAnalysis/Networks/Section.js new file mode 100644 index 00000000..75c808b9 --- /dev/null +++ b/src/_App/BotAnalysis/Networks/Section.js @@ -0,0 +1,23 @@ + +import React from 'react' +import Container from 'react-bootstrap/Container' +//import Row from 'react-bootstrap/Row' +//import Col from 'react-bootstrap/Col' +import Card from 'react-bootstrap/Card' +//import Table from 'react-bootstrap/Table' + +import NetworkGraph from "./Graph" + +export default function BotNetworks() { + return ( + + + +

Bot Networks

+ + +
+
+
+ ) +} diff --git a/src/_App/sidebar.js b/src/_App/sidebar.js index dcbd1c1e..bc1babd6 100644 --- a/src/_App/sidebar.js +++ b/src/_App/sidebar.js @@ -13,6 +13,7 @@ import BotActivity from './BotAnalysis/Activity/Section' import BotBeneficiaries from './BotAnalysis/Beneficiaries/Section' import BotLanguage from './BotAnalysis/Language/Section' import BotImpact from './BotAnalysis/Impact/Section' +import BotNetworks from './BotAnalysis/Networks/Section' import OpinionAnalysis from './OpinionAnalysis/Page' // SectionIndex import OpinionModels from './OpinionAnalysis/Models/Section' @@ -26,6 +27,7 @@ var sidebar = [ "component": BotAnalysis, "sections": [ {"key": "bot-impact", "title": "Bot Impact", "component": BotImpact}, + {"key": "bot-networks", "title": "Bot Networks", "component": BotNetworks}, {"key": "bot-beneficiaries", "title": "Bot Beneficiaries", "component": BotBeneficiaries}, {"key": "bot-language", "title": "Bot Language", "component": BotLanguage}, {"key": "bot-activity", "title": "Bot Activity", "component": BotActivity}, From a8b8a7ad9c4bbf34cebe3737b40258de1f3a9ab2 Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 12:23:14 -0400 Subject: [PATCH 02/24] Something is happening - looks like a blue and red death star --- package-lock.json | 717 + package.json | 1 + src/_App/BotAnalysis/Networks/Graph.js | 29 +- .../Networks/communitiesNetwork.js | 16187 ++++++++++++++++ 4 files changed, 16930 insertions(+), 4 deletions(-) create mode 100644 src/_App/BotAnalysis/Networks/communitiesNetwork.js diff --git a/package-lock.json b/package-lock.json index 69477d10..8083f0c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,6 +4,38 @@ "lockfileVersion": 1, "requires": true, "dependencies": { + "3d-force-graph": { + "version": "1.67.3", + "resolved": "https://registry.npmjs.org/3d-force-graph/-/3d-force-graph-1.67.3.tgz", + "integrity": "sha512-AvIhw/1JQCnzqK02Env+YfBXS4s4YCYfL2Rw1JrS55IwKyMvI/tNtiBk6rctQY5f+d8k5goQaF4jjSXTRalvNA==", + "requires": { + "accessor-fn": "^1.3.0", + "kapsule": "^1.13.3", + "three": "^0.119.1", + "three-forcegraph": "^1.37.0", + "three-render-objects": "^1.24.6" + } + }, + "3d-force-graph-ar": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/3d-force-graph-ar/-/3d-force-graph-ar-1.6.1.tgz", + "integrity": "sha512-i8KUPutn2AOiOMi1/SkBHViNX93fhChlqN8b4nSEE0ers/5Of4XODMzfMajJwU3UcKVQVx40OOyCliG4MaQ01A==", + "requires": { + "aframe-forcegraph-component": "^2.27.1", + "kapsule": "^1.13.3" + } + }, + "3d-force-graph-vr": { + "version": "1.35.1", + "resolved": "https://registry.npmjs.org/3d-force-graph-vr/-/3d-force-graph-vr-1.35.1.tgz", + "integrity": "sha512-agQRy5/yg8kqRPEbN8yWhNYkz3nGhO7MWfkILGHH/7BoR0+StaNsY3tTemevswPUmIR3rwSKpcUjTwdAfrlIzw==", + "requires": { + "aframe": "^1.0.4", + "aframe-extras": "^6.1.0", + "aframe-forcegraph-component": "^2.27.1", + "kapsule": "^1.13.3" + } + }, "3d-view": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/3d-view/-/3d-view-2.0.0.tgz", @@ -1924,6 +1956,11 @@ "@turf/helpers": "6.x" } }, + "@tweenjs/tween.js": { + "version": "18.6.4", + "resolved": "https://registry.npmjs.org/@tweenjs/tween.js/-/tween.js-18.6.4.tgz", + "integrity": "sha512-lB9lMjuqjtuJrx7/kOkqQBtllspPIN+96OvTCeJ2j5FEzinoAXTdAMFnDAQT1KVPRlnYfBrqxtqP66vDM40xxQ==" + }, "@types/babel__core": { "version": "7.1.9", "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.9.tgz", @@ -2435,6 +2472,11 @@ "negotiator": "0.6.2" } }, + "accessor-fn": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/accessor-fn/-/accessor-fn-1.3.0.tgz", + "integrity": "sha512-NC5BYjrfBonksWxXrZ1WsPnh70sTQC2Uas9IL0RHQN5OETP4dO/bviPxZ7zTOahhRQ7o6avJg3ImJvRbuyHASg==" + }, "acorn": { "version": "7.4.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.0.tgz", @@ -2529,6 +2571,48 @@ "robust-orientation": "^1.1.3" } }, + "aframe": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/aframe/-/aframe-1.0.4.tgz", + "integrity": "sha512-iG/4VyRt22zUPxDsFjP4SHUXNPGIStM2hHX/iPblht6dtN8m09e7LAaFq4iQdXoT0EkZBWEVmXVBF1J7Tca3QQ==", + "requires": { + "custom-event-polyfill": "^1.0.6", + "debug": "github:ngokevin/debug#noTimestamp", + "deep-assign": "^2.0.0", + "document-register-element": "github:dmarcos/document-register-element#8ccc532b7f3744be954574caf3072a5fd260ca90", + "load-bmfont": "^1.2.3", + "object-assign": "^4.0.1", + "present": "0.0.6", + "promise-polyfill": "^3.1.0", + "super-animejs": "^3.1.0", + "super-three": "^0.111.6", + "three-bmfont-text": "github:dmarcos/three-bmfont-text#1babdf8507c731a18f8af3b807292e2b9740955e", + "webvr-polyfill": "^0.10.10" + }, + "dependencies": { + "debug": { + "version": "github:ngokevin/debug#ef5f8e66d49ce8bc64c6f282c15f8b7164409e3a", + "from": "github:ngokevin/debug#noTimestamp" + } + } + }, + "aframe-extras": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/aframe-extras/-/aframe-extras-6.1.1.tgz", + "integrity": "sha512-w3o3sKfQG+cwe1ZoKUxvMLehh0D/MlvFZeg2XuyIto+Nrs/kGLPcb/fsI5DXM4jociZ3wVQfqcA1BVF+0Nq45A==", + "requires": { + "three-pathfinding": "^0.7.0" + } + }, + "aframe-forcegraph-component": { + "version": "2.27.2", + "resolved": "https://registry.npmjs.org/aframe-forcegraph-component/-/aframe-forcegraph-component-2.27.2.tgz", + "integrity": "sha512-GMxGE86ZZ7K4avtctJOuNWNafcsS3rsj9zJCtWyoaC1RSwhbD9BQNDj42anP59KR58IhMiXlbPifpnwdcew1fA==", + "requires": { + "accessor-fn": "^1.3.0", + "three-forcegraph": "^1.36.1" + } + }, "aggregate-error": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", @@ -2587,6 +2671,11 @@ "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz", "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=" }, + "an-array": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/an-array/-/an-array-1.0.0.tgz", + "integrity": "sha1-wSWlu4JXd4419LT2qpx9D6nkJmU=" + }, "ansi-colors": { "version": "3.2.4", "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz", @@ -2739,6 +2828,11 @@ "resolved": "https://registry.npmjs.org/array-rearrange/-/array-rearrange-2.2.2.tgz", "integrity": "sha512-UfobP5N12Qm4Qu4fwLDIi2v6+wZsSf6snYSxAMeKhrh37YGnNWZPRmVEKc/2wfms53TLQnzfpG8wCx2Y/6NG1w==" }, + "array-shuffle": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/array-shuffle/-/array-shuffle-1.0.1.tgz", + "integrity": "sha1-fqSIKjVrS8pfVF4LblLq9tlxVXo=" + }, "array-union": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", @@ -2791,6 +2885,11 @@ "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=" }, + "as-number": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/as-number/-/as-number-1.0.0.tgz", + "integrity": "sha1-rLJ+NPj52KsNqeN287iVmGD4CmY=" + }, "asap": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", @@ -3427,6 +3526,11 @@ "tweetnacl": "^0.14.3" } }, + "bezier-js": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/bezier-js/-/bezier-js-3.0.1.tgz", + "integrity": "sha512-J2yxaj/roNjRzOT+sQzLFtRQsLgwM0+yYKok9PKvtCqscowiFODjQf8Bw8hTxu+H2Z7W3nFo7YAhM8YPTwo3Ng==" + }, "big-rat": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/big-rat/-/big-rat-1.0.4.tgz", @@ -3777,6 +3881,11 @@ "isarray": "^1.0.0" } }, + "buffer-equal": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-0.0.1.tgz", + "integrity": "sha1-kbx0sR6kBbyRa8aqkI+q+ltKrEs=" + }, "buffer-from": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", @@ -3787,6 +3896,11 @@ "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz", "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==" }, + "buffer-to-arraybuffer": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/buffer-to-arraybuffer/-/buffer-to-arraybuffer-0.0.5.tgz", + "integrity": "sha1-YGSkD6dutDxyOrqe+PbhIW0QURo=" + }, "buffer-xor": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", @@ -3909,6 +4023,14 @@ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001131.tgz", "integrity": "sha512-4QYi6Mal4MMfQMSqGIRPGbKIbZygeN83QsWq1ixpUwvtfgAZot5BrCKzGygvZaV+CnELdTwD0S4cqUNozq7/Cw==" }, + "canvas-color-tracker": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/canvas-color-tracker/-/canvas-color-tracker-1.1.3.tgz", + "integrity": "sha512-sDkzWXskrpLG1wNeZxU9bLbL+PgdaLDWYV/Q9LrY0IpYCCWHvE9c8YCukWrFQi+FT5oonxPB1b85M7GsRZVx1Q==", + "requires": { + "tinycolor2": "^1.4.2" + } + }, "canvas-fit": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/canvas-fit/-/canvas-fit-1.5.0.tgz", @@ -3925,6 +4047,16 @@ "rsvp": "^4.8.4" } }, + "cardboard-vr-display": { + "version": "1.0.19", + "resolved": "https://registry.npmjs.org/cardboard-vr-display/-/cardboard-vr-display-1.0.19.tgz", + "integrity": "sha512-+MjcnWKAkb95p68elqZLDPzoiF/dGncQilLGvPBM5ZorABp/ao3lCs7nnRcYBckmuNkg1V/5rdGDKoUaCVsHzQ==", + "requires": { + "gl-preserve-state": "^1.0.0", + "nosleep.js": "^0.7.0", + "webvr-polyfill-dpdb": "^1.0.17" + } + }, "case-sensitive-paths-webpack-plugin": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.3.0.tgz", @@ -5010,6 +5142,11 @@ "resolved": "https://registry.npmjs.org/cubic-hermite/-/cubic-hermite-1.0.0.tgz", "integrity": "sha1-hOOy8nKzFFToOTuZu2rtRRaMFOU=" }, + "custom-event-polyfill": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/custom-event-polyfill/-/custom-event-polyfill-1.0.7.tgz", + "integrity": "sha512-TDDkd5DkaZxZFM8p+1I3yAlvM3rSr1wbrOliG4yJiwinMZN8z/iGL7BTlDkrJcYTmgUSb4ywVCc3ZaUtOtC76w==" + }, "cwise-compiler": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/cwise-compiler/-/cwise-compiler-1.1.3.tgz", @@ -5284,6 +5421,11 @@ "resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-1.0.12.tgz", "integrity": "sha512-ejINPfPSNdGFKEOAtnBtdkpr24c4d4jsei6Lg98mxf424ivoDP2956/5HDpIAtmHo85lqT4pruy+zEgvRUBqaQ==" }, + "d3-binarytree": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/d3-binarytree/-/d3-binarytree-0.1.8.tgz", + "integrity": "sha512-+N2TjL9CAGMkjwlnsx/wUiHJtAnik6S63AfvWS6RYkraD60ixgI4S7q3sMR5ugLMXWckWhZfvUpZQzwAzkm/lA==" + }, "d3-brush": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-1.1.6.tgz", @@ -5387,6 +5529,35 @@ "d3-timer": "1" } }, + "d3-force-3d": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/d3-force-3d/-/d3-force-3d-2.2.0.tgz", + "integrity": "sha512-yFuBpt4onqnVyRGN3PCW+KpeOMcMCOStvE7QIXIOUu0d+Yn4SqSnA8K6UXjYmMIVE9STtA/+MOSUOBHxbi+NAg==", + "requires": { + "d3-binarytree": "^0.1.8", + "d3-dispatch": "^2.0.0", + "d3-octree": "^0.1.8", + "d3-quadtree": "^2.0.0", + "d3-timer": "^2.0.0" + }, + "dependencies": { + "d3-dispatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-2.0.0.tgz", + "integrity": "sha512-S/m2VsXI7gAti2pBoLClFFTMOO1HTtT0j99AuXLoGFKO6deHDdnv6ZGTxSTTUTgO1zVcv82fCOtDjYK4EECmWA==" + }, + "d3-quadtree": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-2.0.0.tgz", + "integrity": "sha512-b0Ed2t1UUalJpc3qXzKi+cPGxeXRr4KU9YSlocN74aTzp6R/Ud43t79yLLqxHRWZfsvWXmbDWPpoENK1K539xw==" + }, + "d3-timer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-2.0.0.tgz", + "integrity": "sha512-TO4VLh0/420Y/9dO3+f9abDEFYeCUr2WZRlxJvbp4HPTQcSylXNiL6yZa9FIUvV1yRiFufl1bszTCLDqv9PWNA==" + } + } + }, "d3-format": { "version": "1.4.5", "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-1.4.5.tgz", @@ -5413,6 +5584,11 @@ "d3-color": "1" } }, + "d3-octree": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/d3-octree/-/d3-octree-0.1.8.tgz", + "integrity": "sha512-DCN9v/itq78qhZVbhOE/y7tLUQUHMtdKUg5N9aUDusgN5ANbNvGJFD1C6yjY8KeEoB8ONHzwN8xEoHb9Ww9joQ==" + }, "d3-path": { "version": "1.0.9", "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.9.tgz", @@ -5529,6 +5705,14 @@ "assert-plus": "^1.0.0" } }, + "data-joint": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/data-joint/-/data-joint-1.2.3.tgz", + "integrity": "sha512-un7896FtODs3x2v55w7aoXLcNYR47z6LcpAsUdWhbQ6tDVeZti0MZusMM+pzbXJ4Qn1A9WeGSGZgCf7GM65pQQ==", + "requires": { + "index-array-by": "^1.3.0" + } + }, "data-urls": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-1.1.0.tgz", @@ -5556,6 +5740,11 @@ "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.16.1.tgz", "integrity": "sha512-sAJVKx/FqrLYHAQeN7VpJrPhagZc9R4ImZIWYRFZaaohR3KzmuK88touwsSwSVT8Qcbd4zoDsnGfX4GFB4imyQ==" }, + "debounce": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.0.tgz", + "integrity": "sha512-mYtLl1xfZLi1m4RtQYlZgJUNQjl4ZxVnHzIR8nLLgi4q1YT8o/WM+MK/f8yfcc9s5Ir5zRaPZyZU6xs1Syoocg==" + }, "debug": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", @@ -5579,6 +5768,29 @@ "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" }, + "decompress-response": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", + "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", + "requires": { + "mimic-response": "^1.0.0" + } + }, + "deep-assign": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/deep-assign/-/deep-assign-2.0.0.tgz", + "integrity": "sha1-6+BrHwfwja5ZdiDj3RYi83GhxXI=", + "requires": { + "is-obj": "^1.0.0" + }, + "dependencies": { + "is-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=" + } + } + }, "deep-equal": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz", @@ -5852,6 +6064,10 @@ "esutils": "^2.0.2" } }, + "document-register-element": { + "version": "github:dmarcos/document-register-element#8ccc532b7f3744be954574caf3072a5fd260ca90", + "from": "github:dmarcos/document-register-element#8ccc532b7f3744be954574caf3072a5fd260ca90" + }, "dom-accessibility-api": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.3.0.tgz", @@ -5895,6 +6111,11 @@ } } }, + "dom-walk": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.2.tgz", + "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==" + }, "domain-browser": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", @@ -7396,6 +7617,84 @@ "for-in": "^1.0.1" } }, + "force-graph": { + "version": "1.35.0", + "resolved": "https://registry.npmjs.org/force-graph/-/force-graph-1.35.0.tgz", + "integrity": "sha512-b9NajJZE4mauNqQJO9XmbQ2a+cz+H7dKuVPF6y5fDE3rOY+uI1EIm2UC6dp0PBctm2yWWJxRBnlRhgdFgrK4QQ==", + "requires": { + "@tweenjs/tween.js": "^18.6.4", + "accessor-fn": "^1.3.0", + "bezier-js": "^3.0.1", + "canvas-color-tracker": "^1.1.3", + "d3-array": "^2.8.0", + "d3-drag": "^2.0.0", + "d3-force-3d": "^2.2.0", + "d3-scale": "^3.2.3", + "d3-scale-chromatic": "^2.0.0", + "d3-selection": "^2.0.0", + "d3-zoom": "^2.0.0", + "index-array-by": "^1.3.0", + "kapsule": "^1.13.3", + "lodash.throttle": "^4.1.1" + }, + "dependencies": { + "d3-array": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-2.8.0.tgz", + "integrity": "sha512-6V272gsOeg7+9pTW1jSYOR1QE37g95I3my1hBmY+vOUNHRrk9yt4OTz/gK7PMkVAVDrYYq4mq3grTiZ8iJdNIw==" + }, + "d3-drag": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-2.0.0.tgz", + "integrity": "sha512-g9y9WbMnF5uqB9qKqwIIa/921RYWzlUDv9Jl1/yONQwxbOfszAWTCm8u7HOTgJgRDXiRZN56cHT9pd24dmXs8w==", + "requires": { + "d3-dispatch": "1 - 2", + "d3-selection": "2" + } + }, + "d3-scale": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.2.3.tgz", + "integrity": "sha512-8E37oWEmEzj57bHcnjPVOBS3n4jqakOeuv1EDdQSiSrYnMCBdMd3nc4HtKk7uia8DUHcY/CGuJ42xxgtEYrX0g==", + "requires": { + "d3-array": "^2.3.0", + "d3-format": "1 - 2", + "d3-interpolate": "1.2.0 - 2", + "d3-time": "1 - 2", + "d3-time-format": "2 - 3" + } + }, + "d3-selection": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-2.0.0.tgz", + "integrity": "sha512-XoGGqhLUN/W14NmaqcO/bb1nqjDAw5WtSYb2X8wiuQWvSZUsUVYsOSkOybUrNvcBjaywBdYPy03eXHMXjk9nZA==" + }, + "d3-transition": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-2.0.0.tgz", + "integrity": "sha512-42ltAGgJesfQE3u9LuuBHNbGrI/AJjNL2OAUdclE70UE6Vy239GCBEYD38uBPoLeNsOhFStGpPI0BAOV+HMxog==", + "requires": { + "d3-color": "1 - 2", + "d3-dispatch": "1 - 2", + "d3-ease": "1 - 2", + "d3-interpolate": "1 - 2", + "d3-timer": "1 - 2" + } + }, + "d3-zoom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-2.0.0.tgz", + "integrity": "sha512-fFg7aoaEm9/jf+qfstak0IYpnesZLiMX6GZvXtUSdv8RH2o4E2qeelgdU09eKS6wGuiGMfcnMI0nTIqWzRHGpw==", + "requires": { + "d3-dispatch": "1 - 2", + "d3-drag": "2", + "d3-interpolate": "1 - 2", + "d3-selection": "2", + "d3-transition": "2" + } + } + } + }, "foreach": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz", @@ -7489,6 +7788,11 @@ } } }, + "fromentries": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.3.1.tgz", + "integrity": "sha512-w4t/zm2J+uAcrpeKyW0VmYiIs3aqe/xKQ+2qwazVNZSCklQHhaVjk6XzKw5GtImq5thgL0IVRjGRAOastb08RQ==" + }, "fs-extra": { "version": "8.1.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", @@ -7828,6 +8132,11 @@ "typedarray-pool": "^1.1.0" } }, + "gl-preserve-state": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/gl-preserve-state/-/gl-preserve-state-1.0.0.tgz", + "integrity": "sha512-zQZ25l3haD4hvgJZ6C9+s0ebdkW9y+7U2qxvGu1uWOJh8a4RU+jURIKEQhf8elIlFpMH6CrAY2tH0mYrRjet3Q==" + }, "gl-quat": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/gl-quat/-/gl-quat-1.0.0.tgz", @@ -8037,6 +8346,22 @@ "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz", "integrity": "sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=" }, + "global": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/global/-/global-4.3.2.tgz", + "integrity": "sha1-52mJJopsdMOJCLEwWxD8DjlOnQ8=", + "requires": { + "min-document": "^2.19.0", + "process": "~0.5.1" + }, + "dependencies": { + "process": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/process/-/process-0.5.2.tgz", + "integrity": "sha1-FjjYqONML0QKkduVq5rrZ3/Bhc8=" + } + } + }, "global-modules": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", @@ -8826,6 +9151,11 @@ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" }, + "index-array-by": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/index-array-by/-/index-array-by-1.3.0.tgz", + "integrity": "sha512-INSV8BJwW/IF9wj/hzq6tDQhc3AYBnQ/wY9mNIGiPEvxDI1sR0OaL1VQg74ZIZqg3fbmW5zQgf2Bxc51zDwRZg==" + }, "indexes-of": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz", @@ -9163,6 +9493,11 @@ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" }, + "is-function": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-function/-/is-function-1.0.2.tgz", + "integrity": "sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==" + }, "is-generator-fn": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", @@ -9398,6 +9733,11 @@ "html-escaper": "^2.0.0" } }, + "jerrypick": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/jerrypick/-/jerrypick-1.0.3.tgz", + "integrity": "sha512-WAKRydAghCIeJTIcuYNPNWZE+pfGjL0vc48qzGj4dFIXzBkjHyyOoNCf959O3K5jhkI7IhpRnAYhA3N2xbX5uQ==" + }, "jest": { "version": "24.9.0", "resolved": "https://registry.npmjs.org/jest/-/jest-24.9.0.tgz", @@ -10077,6 +10417,14 @@ "resolved": "https://registry.npmjs.org/jump.js/-/jump.js-1.0.1.tgz", "integrity": "sha1-DeKxYxupocLGuFcq0nfYd+hQNgA=" }, + "kapsule": { + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/kapsule/-/kapsule-1.13.3.tgz", + "integrity": "sha512-Qgzn1p0ywJsXJ3NBjIGst/EGvH2VF+YeVsVfWHZ1ZFX1v7AJfz215OWf3mRFy6NZBbN67yc1qUxAuJU+vuTtAA==", + "requires": { + "debounce": "^1.2.0" + } + }, "kdbush": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/kdbush/-/kdbush-3.0.0.tgz", @@ -10109,6 +10457,16 @@ "webpack-sources": "^1.1.0" } }, + "layout-bmfont-text": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/layout-bmfont-text/-/layout-bmfont-text-1.3.4.tgz", + "integrity": "sha1-8g8sVGR3T0jabOipl/vObUaUW4E=", + "requires": { + "as-number": "^1.0.0", + "word-wrapper": "^1.0.7", + "xtend": "^4.0.0" + } + }, "lazy-cache": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz", @@ -10151,6 +10509,28 @@ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" }, + "load-bmfont": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.4.1.tgz", + "integrity": "sha512-8UyQoYmdRDy81Brz6aLAUhfZLwr5zV0L3taTQ4hju7m6biuwiWiJXjPhBJxbUQJA8PrkvJ/7Enqmwk2sM14soA==", + "requires": { + "buffer-equal": "0.0.1", + "mime": "^1.3.4", + "parse-bmfont-ascii": "^1.0.3", + "parse-bmfont-binary": "^1.0.5", + "parse-bmfont-xml": "^1.1.4", + "phin": "^2.9.1", + "xhr": "^2.0.1", + "xtend": "^4.0.0" + }, + "dependencies": { + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + } + } + }, "load-json-file": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", @@ -10654,6 +11034,19 @@ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" }, + "mimic-response": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", + "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==" + }, + "min-document": { + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz", + "integrity": "sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=", + "requires": { + "dom-walk": "^0.1.0" + } + }, "min-indent": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", @@ -11011,6 +11404,11 @@ "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" }, + "new-array": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/new-array/-/new-array-1.0.0.tgz", + "integrity": "sha1-XbxjnZYerH8an7wacUbsEvKST78=" + }, "next-tick": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz", @@ -11024,6 +11422,50 @@ "double-bits": "^1.1.0" } }, + "ngraph.events": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ngraph.events/-/ngraph.events-1.2.1.tgz", + "integrity": "sha512-D4C+nXH/RFxioGXQdHu8ELDtC6EaCiNsZtih0IvyGN81OZSUby4jXoJ5+RNWasfsd0FnKxxpAROyUMzw64QNsw==" + }, + "ngraph.forcelayout": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ngraph.forcelayout/-/ngraph.forcelayout-3.0.0.tgz", + "integrity": "sha512-d/MPLkLvQ+F4+AyfhuxRqWx6crKavPdqXMAGXeC7FrYgDBPe3H2RAySMLqKFU0tDmh9cHRHlPsuXPCN3OyPaCQ==", + "requires": { + "ngraph.events": "^1.0.0", + "ngraph.merge": "^1.0.0", + "ngraph.random": "^1.0.0" + } + }, + "ngraph.graph": { + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/ngraph.graph/-/ngraph.graph-19.1.0.tgz", + "integrity": "sha512-9cws84qfPkrYa7BaBtT+KgZfLXrd6pNL9Gl5Do+MBO/0Hm6rOM7qK78MZaO1uEoIK6p2pgUs6lu29zn/6tP59w==", + "requires": { + "ngraph.events": "^1.2.1" + } + }, + "ngraph.merge": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/ngraph.merge/-/ngraph.merge-1.0.0.tgz", + "integrity": "sha512-5J8YjGITUJeapsomtTALYsw7rFveYkM+lBj3QiYZ79EymQcuri65Nw3knQtFxQBU1r5iOaVRXrSwMENUPK62Vg==" + }, + "ngraph.random": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ngraph.random/-/ngraph.random-1.1.0.tgz", + "integrity": "sha512-h25UdUN/g8U7y29TzQtRm/GvGr70lK37yQPvPKXXuVfs7gCm82WipYFZcksQfeKumtOemAzBIcT7lzzyK/edLw==" + }, + "nice-color-palettes": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/nice-color-palettes/-/nice-color-palettes-1.0.1.tgz", + "integrity": "sha1-h16gHchu+uf1leBmqLJmDnIGBT4=", + "requires": { + "map-limit": "0.0.1", + "minimist": "^1.2.0", + "new-array": "^1.0.0", + "xhr-request": "^1.0.1" + } + }, "nice-try": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", @@ -11221,6 +11663,11 @@ "resolved": "https://registry.npmjs.org/normals/-/normals-1.1.0.tgz", "integrity": "sha1-MltZXtNK/kZ6bFWhT9kIV4f/WcA=" }, + "nosleep.js": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/nosleep.js/-/nosleep.js-0.7.0.tgz", + "integrity": "sha1-z9kZwlUjyg0PSmn7MwXAg62u4ok=" + }, "npm-run-path": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", @@ -11740,6 +12187,30 @@ "safe-buffer": "^5.1.1" } }, + "parse-bmfont-ascii": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/parse-bmfont-ascii/-/parse-bmfont-ascii-1.0.6.tgz", + "integrity": "sha1-Eaw8P/WPfCAgqyJ2kHkQjU36AoU=" + }, + "parse-bmfont-binary": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/parse-bmfont-binary/-/parse-bmfont-binary-1.0.6.tgz", + "integrity": "sha1-0Di0dtPp3Z2x4RoLDlOiJ5K2kAY=" + }, + "parse-bmfont-xml": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/parse-bmfont-xml/-/parse-bmfont-xml-1.1.4.tgz", + "integrity": "sha512-bjnliEOmGv3y1aMEfREMBJ9tfL3WR0i0CKPj61DnSLaoxWR3nLrsQrEbCId/8rF4NyRF0cCqisSVXyQYWM+mCQ==", + "requires": { + "xml-parse-from-string": "^1.0.0", + "xml2js": "^0.4.5" + } + }, + "parse-headers": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.3.tgz", + "integrity": "sha512-QhhZ+DCCit2Coi2vmAKbq5RGTRcQUOE2+REgv8vdyu7MnYx2eZztegqtTx99TZ86GTIwqiy3+4nQTWZ2tgmdCA==" + }, "parse-json": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", @@ -11882,6 +12353,11 @@ "typedarray-pool": "^1.0.0" } }, + "phin": { + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/phin/-/phin-2.9.3.tgz", + "integrity": "sha512-CzFr90qM24ju5f88quFC/6qohjC144rehe5n6DH900lgXmUe86+xCKc10ev56gRKC4/BkHUoG4uSiQgBiIXwDA==" + }, "pick-by-alias": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/pick-by-alias/-/pick-by-alias-1.2.0.tgz", @@ -12068,6 +12544,14 @@ } } }, + "polished": { + "version": "3.6.7", + "resolved": "https://registry.npmjs.org/polished/-/polished-3.6.7.tgz", + "integrity": "sha512-b4OViUOihwV0icb9PHmWbR+vPqaSzSAEbgLskvb7ANPATVXGiYv/TQFHQo65S53WU9i5EQ1I03YDOJW7K0bmYg==", + "requires": { + "@babel/runtime": "^7.9.2" + } + }, "polybooljs": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/polybooljs/-/polybooljs-1.2.0.tgz", @@ -13046,6 +13530,11 @@ "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=" }, + "present": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/present/-/present-0.0.6.tgz", + "integrity": "sha1-nu/3ANqp6ZhhM1Lkf3rCMk1PrwI=" + }, "pretty-bytes": { "version": "5.4.1", "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.4.1.tgz", @@ -13106,6 +13595,11 @@ "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=" }, + "promise-polyfill": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-3.1.0.tgz", + "integrity": "sha1-YpUrAdBZsRW0MnY7fvRhuA9t9H0=" + }, "prompts": { "version": "2.3.2", "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.3.2.tgz", @@ -13243,6 +13737,16 @@ "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" }, + "quad-indices": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/quad-indices/-/quad-indices-2.0.1.tgz", + "integrity": "sha1-ppQdiaE9Y+7WwdSlpiGgRjYXqBQ=", + "requires": { + "an-array": "^1.0.0", + "dtype": "^2.0.0", + "is-buffer": "^1.0.2" + } + }, "quantize": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/quantize/-/quantize-1.0.2.tgz", @@ -13685,6 +14189,19 @@ "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-2.0.4.tgz", "integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==" }, + "react-force-graph": { + "version": "1.37.1", + "resolved": "https://registry.npmjs.org/react-force-graph/-/react-force-graph-1.37.1.tgz", + "integrity": "sha512-iZadT5jA3YRG/qbXbor11fZHBImwUfFE0curGBYcXpQ9GQj3jh58gSalGQnbuK1bnNAALjWzmrd+v9SgcHliug==", + "requires": { + "3d-force-graph": "^1.67.0", + "3d-force-graph-ar": "^1.6.1", + "3d-force-graph-vr": "^1.35.1", + "force-graph": "^1.34.1", + "prop-types": "^15.7.2", + "react-kapsule": "^2.2.1" + } + }, "react-ga": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/react-ga/-/react-ga-3.1.2.tgz", @@ -13754,6 +14271,15 @@ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, + "react-kapsule": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/react-kapsule/-/react-kapsule-2.2.1.tgz", + "integrity": "sha512-uzGNvXbTe+M7KCqHt5jYD3uauOi0pWT/YFDP4GKacNlSRca8KkjZmIQVeccEOF4jyFHwT9inmiS8b0hpHUerqA==", + "requires": { + "fromentries": "^1.2.1", + "jerrypick": "^1.0.3" + } + }, "react-lifecycles-compat": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", @@ -15158,6 +15684,21 @@ "resolved": "https://registry.npmjs.org/signum/-/signum-0.0.0.tgz", "integrity": "sha1-q1UbEAM1EHCnBHg/GgnF52kfnPY=" }, + "simple-concat": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", + "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==" + }, + "simple-get": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-2.8.1.tgz", + "integrity": "sha512-lSSHRSw3mQNUGPAYRqo7xy9dhKmxFXIjLjp4KHpf99GEH2VH7C3AM+Qfx6du6jhfUi6Vm7XnbEVEf7Wb6N8jRw==", + "requires": { + "decompress-response": "^3.3.0", + "once": "^1.3.1", + "simple-concat": "^1.0.0" + } + }, "simple-swizzle": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", @@ -16013,6 +16554,16 @@ } } }, + "super-animejs": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/super-animejs/-/super-animejs-3.1.0.tgz", + "integrity": "sha512-6MFAFJDRuvwkovxQZPruuyHinTa4rgj4hNLOndjcYYhZLckoXtVRY9rJPuq8p6c/tgZJrFYEAYAfJ2/hhNtUCA==" + }, + "super-three": { + "version": "0.111.6", + "resolved": "https://registry.npmjs.org/super-three/-/super-three-0.111.6.tgz", + "integrity": "sha512-/OJTOBpmm7MRx8R0G5Zr9sX8EqsELy7SwATb5n0FP145QsrP134pY2W489sfkJYqZmGkpHmG1ulQ0M94icThBw==" + }, "supercluster": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/supercluster/-/supercluster-7.1.0.tgz", @@ -16337,6 +16888,83 @@ "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" }, + "three": { + "version": "0.119.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.119.1.tgz", + "integrity": "sha512-GHyh/RiUfQ5VTiWIVRRTANYoXc1PFB1y+jDVRTb649nif1uX1F06PT1TKU3k2+F/MN4UJ3PWvQB53fY2OqKqKw==" + }, + "three-bmfont-text": { + "version": "github:dmarcos/three-bmfont-text#1babdf8507c731a18f8af3b807292e2b9740955e", + "from": "github:dmarcos/three-bmfont-text#1babdf8507c731a18f8af3b807292e2b9740955e", + "requires": { + "array-shuffle": "^1.0.1", + "inherits": "^2.0.1", + "layout-bmfont-text": "^1.2.0", + "nice-color-palettes": "^1.0.1", + "object-assign": "^4.0.1", + "quad-indices": "^2.0.1", + "three-buffer-vertex-data": "github:dmarcos/three-buffer-vertex-data#69378fc58daf27d3b1d930df9f233473e4a4818c" + } + }, + "three-buffer-vertex-data": { + "version": "github:dmarcos/three-buffer-vertex-data#69378fc58daf27d3b1d930df9f233473e4a4818c", + "from": "github:dmarcos/three-buffer-vertex-data#69378fc58daf27d3b1d930df9f233473e4a4818c", + "requires": { + "flatten-vertex-data": "^1.0.0" + } + }, + "three-forcegraph": { + "version": "1.37.0", + "resolved": "https://registry.npmjs.org/three-forcegraph/-/three-forcegraph-1.37.0.tgz", + "integrity": "sha512-iCrITClKiaZMgqq5nCtsF0JWnxCqFRaXmgdn2d4f/R7gg9ElZmR2NjJRdn3uUMuD76nizJK5GLE1TMbXvShTyA==", + "requires": { + "accessor-fn": "^1.3.0", + "d3-array": "^2.8.0", + "d3-force-3d": "^2.2.0", + "d3-scale": "^3.2.3", + "d3-scale-chromatic": "^2.0.0", + "data-joint": "^1.2.3", + "kapsule": "^1.13.3", + "ngraph.forcelayout": "^3.0.0", + "ngraph.graph": "^19.1.0", + "tinycolor2": "^1.4.2" + }, + "dependencies": { + "d3-array": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-2.8.0.tgz", + "integrity": "sha512-6V272gsOeg7+9pTW1jSYOR1QE37g95I3my1hBmY+vOUNHRrk9yt4OTz/gK7PMkVAVDrYYq4mq3grTiZ8iJdNIw==" + }, + "d3-scale": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.2.3.tgz", + "integrity": "sha512-8E37oWEmEzj57bHcnjPVOBS3n4jqakOeuv1EDdQSiSrYnMCBdMd3nc4HtKk7uia8DUHcY/CGuJ42xxgtEYrX0g==", + "requires": { + "d3-array": "^2.3.0", + "d3-format": "1 - 2", + "d3-interpolate": "1.2.0 - 2", + "d3-time": "1 - 2", + "d3-time-format": "2 - 3" + } + } + } + }, + "three-pathfinding": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/three-pathfinding/-/three-pathfinding-0.7.0.tgz", + "integrity": "sha512-UwWvzgio1UFe81n5jKHNzB4B+AG3wfZ54OKp7bTb1MHuC3cy6RTtr0dbbiPQQoqxzr+DRArR2DUwQSEknw5+nw==" + }, + "three-render-objects": { + "version": "1.24.6", + "resolved": "https://registry.npmjs.org/three-render-objects/-/three-render-objects-1.24.6.tgz", + "integrity": "sha512-Hb4+fya4Ye4YK9DlM7u/VuUg/tZAP2puW/jDplm2Cb94s5VY9Ou0AKDn1y/Wa+T9qRMm40eqs3bC/i2O/B0cGQ==", + "requires": { + "@tweenjs/tween.js": "^18.6.0", + "accessor-fn": "^1.3.0", + "kapsule": "^1.13.3", + "polished": "^3.6.6" + } + }, "throat": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/throat/-/throat-4.1.0.tgz", @@ -16385,6 +17013,11 @@ "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" }, + "timed-out": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz", + "integrity": "sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=" + }, "timers-browserify": { "version": "2.0.11", "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.11.tgz", @@ -16848,6 +17481,11 @@ "requires-port": "^1.0.0" } }, + "url-set-query": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/url-set-query/-/url-set-query-1.0.0.tgz", + "integrity": "sha1-AW6M/Xwg7gXK/neV6JK9BwL6ozk=" + }, "use": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", @@ -18039,6 +18677,19 @@ "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==" }, + "webvr-polyfill": { + "version": "0.10.12", + "resolved": "https://registry.npmjs.org/webvr-polyfill/-/webvr-polyfill-0.10.12.tgz", + "integrity": "sha512-trDJEVUQnRIVAnmImjEQ0BlL1NfuWl8+eaEdu+bs4g59c7OtETi/5tFkgEFDRaWEYwHntXs/uFF3OXZuutNGGA==", + "requires": { + "cardboard-vr-display": "^1.0.19" + } + }, + "webvr-polyfill-dpdb": { + "version": "1.0.17", + "resolved": "https://registry.npmjs.org/webvr-polyfill-dpdb/-/webvr-polyfill-dpdb-1.0.17.tgz", + "integrity": "sha512-WOd4s0gSrb0fOlOtIpqFbwLBATax/ka7DFAB/u+C9KJBBJk1/x/FZlFynOqsNrUxMJniOdO7ViFJwVdMScMQzA==" + }, "whatwg-encoding": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", @@ -18085,6 +18736,11 @@ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==" }, + "word-wrapper": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/word-wrapper/-/word-wrapper-1.0.7.tgz", + "integrity": "sha1-HxSv6/Zt/fD+9V79NxhO+9CMKLY=" + }, "workbox-background-sync": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-4.3.1.tgz", @@ -18333,11 +18989,72 @@ "async-limiter": "~1.0.0" } }, + "xhr": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/xhr/-/xhr-2.5.0.tgz", + "integrity": "sha512-4nlO/14t3BNUZRXIXfXe+3N6w3s1KoxcJUUURctd64BLRe67E4gRwp4PjywtDY72fXpZ1y6Ch0VZQRY/gMPzzQ==", + "requires": { + "global": "~4.3.0", + "is-function": "^1.0.1", + "parse-headers": "^2.0.0", + "xtend": "^4.0.0" + } + }, + "xhr-request": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/xhr-request/-/xhr-request-1.1.0.tgz", + "integrity": "sha512-Y7qzEaR3FDtL3fP30k9wO/e+FBnBByZeybKOhASsGP30NIkRAAkKD/sCnLvgEfAIEC1rcmK7YG8f4oEnIrrWzA==", + "requires": { + "buffer-to-arraybuffer": "^0.0.5", + "object-assign": "^4.1.1", + "query-string": "^5.0.1", + "simple-get": "^2.7.0", + "timed-out": "^4.0.1", + "url-set-query": "^1.0.0", + "xhr": "^2.0.4" + }, + "dependencies": { + "query-string": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-5.1.1.tgz", + "integrity": "sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==", + "requires": { + "decode-uri-component": "^0.2.0", + "object-assign": "^4.1.0", + "strict-uri-encode": "^1.0.0" + } + }, + "strict-uri-encode": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", + "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=" + } + } + }, "xml-name-validator": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==" }, + "xml-parse-from-string": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/xml-parse-from-string/-/xml-parse-from-string-1.0.1.tgz", + "integrity": "sha1-qQKekp09vN7RafPG4oI42VpdWig=" + }, + "xml2js": { + "version": "0.4.23", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", + "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", + "requires": { + "sax": ">=0.6.0", + "xmlbuilder": "~11.0.0" + } + }, + "xmlbuilder": { + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", + "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==" + }, "xmlchars": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", diff --git a/package.json b/package.json index 45e46a85..2b911b38 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "react-bootstrap": "^1.3.0", "react-bootstrap-range-slider": "^1.2.2", "react-dom": "^16.13.1", + "react-force-graph": "^1.37.1", "react-ga": "^3.1.2", "react-gauge-chart": "^0.2.5", "react-plotly.js": "^2.5.0", diff --git a/src/_App/BotAnalysis/Networks/Graph.js b/src/_App/BotAnalysis/Networks/Graph.js index b769d662..41ff7ca7 100644 --- a/src/_App/BotAnalysis/Networks/Graph.js +++ b/src/_App/BotAnalysis/Networks/Graph.js @@ -1,9 +1,10 @@ -import React, { PureComponent } from 'react' +import React, { PureComponent, createRef } from 'react' //import * as d3 from 'd3' //import {drag} from 'd3' //import {forceSimulation} from 'd3-force' //import {select, event as currentEvent} from 'd3-selection' //import {groupBy, orderBy} from "lodash" +import { ForceGraph2D } from 'react-force-graph' //import ReactGA from 'react-ga' import Card from 'react-bootstrap/Card' @@ -11,21 +12,41 @@ import Card from 'react-bootstrap/Card' //import Col from 'react-bootstrap/Col' import Spinner from '../../Spinner' -//import cachedData from './data' +import cachedData from './communitiesNetwork' //import {formatPct} from '../../Utils/Decorators' //import {opinionShiftScale as colorScale} from '../../Utils/Colors' + export default class NetworkGraph extends PureComponent { constructor(props) { super(props) - this.state = {parsedResponse: null} + this.state = {orientation: "td", parsedResponse: cachedData} + this.containerRef = createRef() } render() { return ( - {this.state.parsedResponse ?

Hello

: } + {!this.state.parsedResponse ? + : + 'rgba(255,255,255,0.2)'} + nodeRelSize={1} + nodeId="path" + nodeVal={node => 100 / (node.level + 1)} + nodeLabel="path" + nodeAutoColorBy="module" + linkDirectionalParticles={2} + linkDirectionalParticleWidth={2} + d3VelocityDecay={0.3} + /> + }
) diff --git a/src/_App/BotAnalysis/Networks/communitiesNetwork.js b/src/_App/BotAnalysis/Networks/communitiesNetwork.js new file mode 100644 index 00000000..b970cb0b --- /dev/null +++ b/src/_App/BotAnalysis/Networks/communitiesNetwork.js @@ -0,0 +1,16187 @@ +const communitiesNetwork = { + //"directed": true, + //"multigraph": false, + //"graph": {}, + "nodes": [ + { + "Name": "DAVETHEDEPLORAB", + "Opinion": 0.9935144402333668, + "Rate": 2015, + "xcoord": 3.0766525268554688, + "ycoord": -13.636909484863281, + "color": "red", + "id": "DAVETHEDEPLORAB" + }, + { + "Name": "ALLEY167", + "Opinion": 0.9918231633808052, + "Rate": 3231, + "xcoord": 5.883758544921875, + "ycoord": -5.512099742889404, + "color": "red", + "id": "ALLEY167" + }, + { + "Name": "MARIEAIMEE12", + "Opinion": 0.9794144713961728, + "Rate": 1411, + "xcoord": 6.256160736083984, + "ycoord": -5.355721473693848, + "color": "red", + "id": "MARIEAIMEE12" + }, + { + "Name": "MADDIE20204", + "Opinion": 0.9883361814531136, + "Rate": 1397, + "xcoord": 4.650482177734375, + "ycoord": -7.520990371704102, + "color": "red", + "id": "MADDIE20204" + }, + { + "Name": "JOANISPARKLES", + "Opinion": 0.02575205795510325, + "Rate": 1696, + "xcoord": -4.818180084228516, + "ycoord": 14.393211364746094, + "color": "blue", + "id": "JOANISPARKLES" + }, + { + "Name": "STABBYTOSAVIT", + "Opinion": 0.0334725767453315, + "Rate": 1480, + "xcoord": -4.53277587890625, + "ycoord": 12.745939254760742, + "color": "blue", + "id": "STABBYTOSAVIT" + }, + { + "Name": "INNRDREAMS", + "Opinion": 0.05824080225198321, + "Rate": 2146, + "xcoord": -5.510021209716797, + "ycoord": 14.59669303894043, + "color": "blue", + "id": "INNRDREAMS" + }, + { + "Name": "MISSB62", + "Opinion": 0.05303100692446354, + "Rate": 3730, + "xcoord": -5.1947784423828125, + "ycoord": 10.422439575195312, + "color": "blue", + "id": "MISSB62" + }, + { + "Name": "HABGOODSEAN", + "Opinion": 0.03042386511477411, + "Rate": 819, + "xcoord": -6.056121826171875, + "ycoord": 13.419710159301758, + "color": "blue", + "id": "HABGOODSEAN" + }, + { + "Name": "ROSIEM1919", + "Opinion": 0.012229062800491805, + "Rate": 1831, + "xcoord": -4.615322113037109, + "ycoord": 14.13618278503418, + "color": "blue", + "id": "ROSIEM1919" + }, + { + "Name": "DEBR3322", + "Opinion": 0.016551892196144998, + "Rate": 1738, + "xcoord": -3.007251739501953, + "ycoord": 11.33635139465332, + "color": "blue", + "id": "DEBR3322" + }, + { + "Name": "MELISSAJPELTIER", + "Opinion": 0.053307908372929945, + "Rate": 1256, + "xcoord": -3.9465675354003906, + "ycoord": 12.636545181274414, + "color": "blue", + "id": "MELISSAJPELTIER" + }, + { + "Name": "GALINDOSHERRY", + "Opinion": 0.02319457774527641, + "Rate": 1429, + "xcoord": -4.4817657470703125, + "ycoord": 14.736915588378906, + "color": "blue", + "id": "GALINDOSHERRY" + }, + { + "Name": "WOWWGRAN", + "Opinion": 0.02419840886865853, + "Rate": 820, + "xcoord": -2.4127120971679688, + "ycoord": 15.280635833740234, + "color": "blue", + "id": "WOWWGRAN" + }, + { + "Name": "PETESAVAS", + "Opinion": 0.035603338012301165, + "Rate": 943, + "xcoord": -1.1290130615234375, + "ycoord": 14.69886589050293, + "color": "blue", + "id": "PETESAVAS" + }, + { + "Name": "ROCKETSINAUS", + "Opinion": 0.01795675048374125, + "Rate": 572, + "xcoord": -3.324901580810547, + "ycoord": 13.31595230102539, + "color": "blue", + "id": "ROCKETSINAUS" + }, + { + "Name": "EBNER_JANE", + "Opinion": 0.007890151753210116, + "Rate": 1028, + "xcoord": -2.2624778747558594, + "ycoord": 15.310783386230469, + "color": "blue", + "id": "EBNER_JANE" + }, + { + "Name": "POLITICALBEE", + "Opinion": 0.03583632216041948, + "Rate": 1480, + "xcoord": -2.0311317443847656, + "ycoord": 15.066415786743164, + "color": "blue", + "id": "POLITICALBEE" + }, + { + "Name": "BUBEEEEE", + "Opinion": 0.08873434191362127, + "Rate": 1505, + "xcoord": -2.9820899963378906, + "ycoord": 14.479795455932617, + "color": "blue", + "id": "BUBEEEEE" + }, + { + "Name": "PENNEYEWART", + "Opinion": 0.03279984305091864, + "Rate": 1524, + "xcoord": -3.764739990234375, + "ycoord": 15.584665298461914, + "color": "blue", + "id": "PENNEYEWART" + }, + { + "Name": "KPRICE1234", + "Opinion": 0.037480769073847765, + "Rate": 1932, + "xcoord": -8.61529541015625, + "ycoord": -11.89847469329834, + "color": "blue", + "id": "KPRICE1234" + }, + { + "Name": "EKESTLER", + "Opinion": 0.01529946829715994, + "Rate": 669, + "xcoord": -3.925342559814453, + "ycoord": -11.081262588500977, + "color": "blue", + "id": "EKESTLER" + }, + { + "Name": "SQUIRREL1110", + "Opinion": 0.06812227372205425, + "Rate": 2250, + "xcoord": -6.930824279785156, + "ycoord": -7.887889385223389, + "color": "blue", + "id": "SQUIRREL1110" + }, + { + "Name": "DEANSHERRYS", + "Opinion": 0.029487294928907126, + "Rate": 2681, + "xcoord": -5.2372589111328125, + "ycoord": 16.291259765625, + "color": "blue", + "id": "DEANSHERRYS" + }, + { + "Name": "TONY_PORRAS2050", + "Opinion": 0.020811537640241788, + "Rate": 579, + "xcoord": -0.7120132446289062, + "ycoord": 12.292675018310547, + "color": "blue", + "id": "TONY_PORRAS2050" + }, + { + "Name": "ROSEMARYMSCOTT", + "Opinion": 0.01566300173657342, + "Rate": 1431, + "xcoord": -5.352531433105469, + "ycoord": 13.152490615844727, + "color": "blue", + "id": "ROSEMARYMSCOTT" + }, + { + "Name": "BANNERITE", + "Opinion": 0.034700789043180656, + "Rate": 1943, + "xcoord": -4.677600860595703, + "ycoord": 9.449272155761719, + "color": "blue", + "id": "BANNERITE" + }, + { + "Name": "MARYKEITHBARE1", + "Opinion": 0.020904366971710102, + "Rate": 1573, + "xcoord": -4.93853759765625, + "ycoord": 11.977405548095703, + "color": "blue", + "id": "MARYKEITHBARE1" + }, + { + "Name": "SHERRILEE7", + "Opinion": 0.04396588976596638, + "Rate": 714, + "xcoord": -2.828571319580078, + "ycoord": 9.574699401855469, + "color": "blue", + "id": "SHERRILEE7" + }, + { + "Name": "CURLYQUEQUEQUE", + "Opinion": 0.02743770349461357, + "Rate": 854, + "xcoord": -5.396881103515625, + "ycoord": 13.07225227355957, + "color": "blue", + "id": "CURLYQUEQUEQUE" + }, + { + "Name": "CRAFTYCHICK17", + "Opinion": 0.004392401914083457, + "Rate": 1342, + "xcoord": -2.9149551391601562, + "ycoord": 11.951284408569336, + "color": "blue", + "id": "CRAFTYCHICK17" + }, + { + "Name": "DANCINDOTI", + "Opinion": 0.03266074289774752, + "Rate": 1910, + "xcoord": -3.629009246826172, + "ycoord": 13.51814079284668, + "color": "blue", + "id": "DANCINDOTI" + }, + { + "Name": "ABRAMSON1234", + "Opinion": 0.011767610323768113, + "Rate": 2416, + "xcoord": -3.3788414001464844, + "ycoord": 13.924598693847656, + "color": "blue", + "id": "ABRAMSON1234" + }, + { + "Name": "SAFIYAHNOOR1", + "Opinion": 0.030322420351680937, + "Rate": 1517, + "xcoord": -1.3648872375488281, + "ycoord": 8.915502548217773, + "color": "blue", + "id": "SAFIYAHNOOR1" + }, + { + "Name": "LOREYJEANENE", + "Opinion": 0.052465785564154835, + "Rate": 3386, + "xcoord": -3.5222015380859375, + "ycoord": 11.164617538452148, + "color": "blue", + "id": "LOREYJEANENE" + }, + { + "Name": "CAPT17BJK", + "Opinion": 0.03794415221154312, + "Rate": 1647, + "xcoord": -2.9179420471191406, + "ycoord": 14.29062271118164, + "color": "blue", + "id": "CAPT17BJK" + }, + { + "Name": "PATBURNS1977", + "Opinion": 0.040624994275000006, + "Rate": 196, + "xcoord": -3.8645172119140625, + "ycoord": 13.71693229675293, + "color": "blue", + "id": "PATBURNS1977" + }, + { + "Name": "BELLABLUE1060", + "Opinion": 0.02276260642063492, + "Rate": 1701, + "xcoord": -4.02618408203125, + "ycoord": 13.70176887512207, + "color": "blue", + "id": "BELLABLUE1060" + }, + { + "Name": "KAE_STODDARD", + "Opinion": 0.02733062892076216, + "Rate": 761, + "xcoord": -5.6516571044921875, + "ycoord": 13.306928634643555, + "color": "blue", + "id": "KAE_STODDARD" + }, + { + "Name": "RORIPIERPONT1", + "Opinion": 0.029410630881761574, + "Rate": 2249, + "xcoord": -4.400787353515625, + "ycoord": 14.029512405395508, + "color": "blue", + "id": "RORIPIERPONT1" + }, + { + "Name": "DSOCHOA", + "Opinion": 0.07349895188773152, + "Rate": 3461, + "xcoord": -5.047725677490234, + "ycoord": 11.399734497070312, + "color": "blue", + "id": "DSOCHOA" + }, + { + "Name": "SHOOS4U", + "Opinion": 0.03295858103684478, + "Rate": 1947, + "xcoord": -5.021232604980469, + "ycoord": 15.816110610961914, + "color": "blue", + "id": "SHOOS4U" + }, + { + "Name": "DIANELYNN1812", + "Opinion": 0.019720189824256648, + "Rate": 639, + "xcoord": -5.023231506347656, + "ycoord": 15.075927734375, + "color": "blue", + "id": "DIANELYNN1812" + }, + { + "Name": "CEAJANET", + "Opinion": 0.012116852489843752, + "Rate": 2050, + "xcoord": -5.254390716552734, + "ycoord": 16.331857681274414, + "color": "blue", + "id": "CEAJANET" + }, + { + "Name": "FAKEPREZ16", + "Opinion": 0.01554354820080515, + "Rate": 621, + "xcoord": -5.69219970703125, + "ycoord": 15.597253799438477, + "color": "blue", + "id": "FAKEPREZ16" + }, + { + "Name": "GARYD552", + "Opinion": 0.030168230307718886, + "Rate": 870, + "xcoord": -4.633403778076172, + "ycoord": 16.151939392089844, + "color": "blue", + "id": "GARYD552" + }, + { + "Name": "5141QUID", + "Opinion": 0.027927147413595924, + "Rate": 1574, + "xcoord": -5.137813568115234, + "ycoord": 16.459857940673828, + "color": "blue", + "id": "5141QUID" + }, + { + "Name": "_REAALAMERICAN_", + "Opinion": 0.03797039246758507, + "Rate": 1235, + "xcoord": -5.457481384277344, + "ycoord": 11.829378128051758, + "color": "blue", + "id": "_REAALAMERICAN_" + }, + { + "Name": "ECCLESIAS", + "Opinion": 0.04999014084829267, + "Rate": 1640, + "xcoord": -2.823230743408203, + "ycoord": 15.046409606933594, + "color": "blue", + "id": "ECCLESIAS" + }, + { + "Name": "GASIOR_GINA", + "Opinion": 0.0122187620328612, + "Rate": 706, + "xcoord": -4.40423583984375, + "ycoord": 16.23125648498535, + "color": "blue", + "id": "GASIOR_GINA" + }, + { + "Name": "JCMARBURY", + "Opinion": 0.04830531206868556, + "Rate": 1553, + "xcoord": -4.63983154296875, + "ycoord": 15.594039916992188, + "color": "blue", + "id": "JCMARBURY" + }, + { + "Name": "79TOPPER", + "Opinion": 0.037883097793767286, + "Rate": 2166, + "xcoord": -5.391437530517578, + "ycoord": 14.733381271362305, + "color": "blue", + "id": "79TOPPER" + }, + { + "Name": "MARTHALYNNEOWE1", + "Opinion": 0.04030600072608885, + "Rate": 2296, + "xcoord": -5.735286712646484, + "ycoord": 15.801061630249023, + "color": "blue", + "id": "MARTHALYNNEOWE1" + }, + { + "Name": "SNIVVLIZATION", + "Opinion": 0.030274710705930238, + "Rate": 860, + "xcoord": -4.960960388183594, + "ycoord": 15.559789657592773, + "color": "blue", + "id": "SNIVVLIZATION" + }, + { + "Name": "JANESEPMEIER", + "Opinion": 0.037817191008866234, + "Rate": 2550, + "xcoord": -2.2633094787597656, + "ycoord": 9.569398880004883, + "color": "blue", + "id": "JANESEPMEIER" + }, + { + "Name": "GRASPTHETRUTH", + "Opinion": 0.044026921350281335, + "Rate": 1956, + "xcoord": -1.7829856872558594, + "ycoord": 13.658855438232422, + "color": "blue", + "id": "GRASPTHETRUTH" + }, + { + "Name": "KATHYKITTYQUEEN", + "Opinion": 0.019784671001942856, + "Rate": 876, + "xcoord": -1.9367408752441406, + "ycoord": 12.399940490722656, + "color": "blue", + "id": "KATHYKITTYQUEEN" + }, + { + "Name": "WOODWARDWOODW11", + "Opinion": 0.023247475820522605, + "Rate": 1837, + "xcoord": -1.3465423583984375, + "ycoord": 8.460121154785156, + "color": "blue", + "id": "WOODWARDWOODW11" + }, + { + "Name": "CHRISME52388609", + "Opinion": 0.021078327345197732, + "Rate": 708, + "xcoord": -1.1496009826660156, + "ycoord": 12.868755340576172, + "color": "blue", + "id": "CHRISME52388609" + }, + { + "Name": "LESLIE17DEBBIE", + "Opinion": 0.017754489505868817, + "Rate": 870, + "xcoord": -3.5361557006835938, + "ycoord": 13.371105194091797, + "color": "blue", + "id": "LESLIE17DEBBIE" + }, + { + "Name": "WEENTERED", + "Opinion": 0.02343254776413043, + "Rate": 1932, + "xcoord": -3.557506561279297, + "ycoord": 12.288982391357422, + "color": "blue", + "id": "WEENTERED" + }, + { + "Name": "LESLIELEE327", + "Opinion": 0.03025620604125337, + "Rate": 2603, + "xcoord": -2.8094635009765625, + "ycoord": 13.101142883300781, + "color": "blue", + "id": "LESLIELEE327" + }, + { + "Name": "SYLVIAZ1913", + "Opinion": 0.008314612047655616, + "Rate": 4950, + "xcoord": -2.1765213012695312, + "ycoord": 13.411575317382812, + "color": "blue", + "id": "SYLVIAZ1913" + }, + { + "Name": "DEEPVARD", + "Opinion": 0.02724979738252703, + "Rate": 1757, + "xcoord": -1.6610565185546875, + "ycoord": 12.505657196044922, + "color": "blue", + "id": "DEEPVARD" + }, + { + "Name": "SUZYQ8825", + "Opinion": 0.058755224381185765, + "Rate": 1265, + "xcoord": -6.124500274658203, + "ycoord": 12.408016204833984, + "color": "blue", + "id": "SUZYQ8825" + }, + { + "Name": "LOTRAINEH", + "Opinion": 0.021716869827177698, + "Rate": 862, + "xcoord": -1.5015716552734375, + "ycoord": 12.091156005859375, + "color": "blue", + "id": "LOTRAINEH" + }, + { + "Name": "TRACYSNPS", + "Opinion": 0.031082286588448263, + "Rate": 1161, + "xcoord": -3.100238800048828, + "ycoord": 13.174962997436523, + "color": "blue", + "id": "TRACYSNPS" + }, + { + "Name": "PEOPLEDIED2VOTE", + "Opinion": 0.05233435916822289, + "Rate": 1329, + "xcoord": -1.1832695007324219, + "ycoord": 12.43539810180664, + "color": "blue", + "id": "PEOPLEDIED2VOTE" + }, + { + "Name": "JTKSTC", + "Opinion": 0.06305359554712002, + "Rate": 2693, + "xcoord": -2.9330062866210938, + "ycoord": 10.240564346313477, + "color": "blue", + "id": "JTKSTC" + }, + { + "Name": "GEOSTOMPX", + "Opinion": 0.008295217006033456, + "Rate": 1674, + "xcoord": -7.718151092529297, + "ycoord": -13.234134674072266, + "color": "blue", + "id": "GEOSTOMPX" + }, + { + "Name": "DAVIDPSDEM", + "Opinion": 0.0191840377165058, + "Rate": 2072, + "xcoord": -5.163097381591797, + "ycoord": 9.788646697998047, + "color": "blue", + "id": "DAVIDPSDEM" + }, + { + "Name": "BASZRAM", + "Opinion": 0.012692188127670758, + "Rate": 1142, + "xcoord": -2.1965980529785156, + "ycoord": 9.652849197387695, + "color": "blue", + "id": "BASZRAM" + }, + { + "Name": "SHIRLEYDEBALSI", + "Opinion": 0.007539864633599417, + "Rate": 1379, + "xcoord": -5.158927917480469, + "ycoord": 11.731880187988281, + "color": "blue", + "id": "SHIRLEYDEBALSI" + }, + { + "Name": "CAROLK47", + "Opinion": 0.02250622434505276, + "Rate": 1516, + "xcoord": -7.834941864013672, + "ycoord": -10.33145523071289, + "color": "blue", + "id": "CAROLK47" + }, + { + "Name": "PONYTAIL122", + "Opinion": 0.06281709338365561, + "Rate": 2172, + "xcoord": -4.237110137939453, + "ycoord": 14.450681686401367, + "color": "blue", + "id": "PONYTAIL122" + }, + { + "Name": "GRWOW", + "Opinion": 0.019794796448437502, + "Rate": 1472, + "xcoord": -5.83587646484375, + "ycoord": 12.80384635925293, + "color": "blue", + "id": "GRWOW" + }, + { + "Name": "TRTH2PWER68", + "Opinion": 0.01130052217556855, + "Rate": 1540, + "xcoord": -1.0996017456054688, + "ycoord": 12.372182846069336, + "color": "blue", + "id": "TRTH2PWER68" + }, + { + "Name": "EDJARRING", + "Opinion": 0.012424458240928629, + "Rate": 1163, + "xcoord": -4.240226745605469, + "ycoord": 10.463485717773438, + "color": "blue", + "id": "EDJARRING" + }, + { + "Name": "WINETAST3R", + "Opinion": 0.026847353145700883, + "Rate": 1920, + "xcoord": -2.30169677734375, + "ycoord": 15.197473526000977, + "color": "blue", + "id": "WINETAST3R" + }, + { + "Name": "STANSPAK", + "Opinion": 0.01908796156834981, + "Rate": 2735, + "xcoord": -6.441986083984375, + "ycoord": 14.355094909667969, + "color": "blue", + "id": "STANSPAK" + }, + { + "Name": "EVERYHUMANKNOWS", + "Opinion": 0.02230166322924489, + "Rate": 2399, + "xcoord": -2.3247642517089844, + "ycoord": 13.073122024536133, + "color": "blue", + "id": "EVERYHUMANKNOWS" + }, + { + "Name": "TRAVEL5762", + "Opinion": 0.05314610749469418, + "Rate": 1357, + "xcoord": -3.080242156982422, + "ycoord": 11.481048583984375, + "color": "blue", + "id": "TRAVEL5762" + }, + { + "Name": "HALLOWEENBLOGS", + "Opinion": 0.02262198114784737, + "Rate": 1022, + "xcoord": -4.193500518798828, + "ycoord": 13.351512908935547, + "color": "blue", + "id": "HALLOWEENBLOGS" + }, + { + "Name": "RODNEYCLAEYS", + "Opinion": 0.026213038917647064, + "Rate": 1445, + "xcoord": -5.2655181884765625, + "ycoord": 12.845907211303711, + "color": "blue", + "id": "RODNEYCLAEYS" + }, + { + "Name": "LUITJEM", + "Opinion": 0.9764504056979404, + "Rate": 1750, + "xcoord": 1.7346916198730469, + "ycoord": -10.804471015930176, + "color": "red", + "id": "LUITJEM" + }, + { + "Name": "CATHYJOEGPT", + "Opinion": 0.013413715795364236, + "Rate": 1814, + "xcoord": -2.2335739135742188, + "ycoord": 12.164237976074219, + "color": "blue", + "id": "CATHYJOEGPT" + }, + { + "Name": "WIACTIVIST", + "Opinion": 0.04499736217179178, + "Rate": 826, + "xcoord": -4.288520812988281, + "ycoord": 12.225019454956055, + "color": "blue", + "id": "WIACTIVIST" + }, + { + "Name": "NYTXARTIST", + "Opinion": 0.033412743489542485, + "Rate": 1686, + "xcoord": -3.3454132080078125, + "ycoord": 11.598451614379883, + "color": "blue", + "id": "NYTXARTIST" + }, + { + "Name": "LANEZANE1", + "Opinion": 0.027257009317276308, + "Rate": 1778, + "xcoord": -3.4484405517578125, + "ycoord": 10.590688705444336, + "color": "blue", + "id": "LANEZANE1" + }, + { + "Name": "BLUEGREEN625", + "Opinion": 0.07167915422787235, + "Rate": 470, + "xcoord": -4.101768493652344, + "ycoord": 14.262397766113281, + "color": "blue", + "id": "BLUEGREEN625" + }, + { + "Name": "PARUCHGRETCHEN", + "Opinion": 0.012224093875998182, + "Rate": 2205, + "xcoord": -5.838375091552734, + "ycoord": -9.205865859985352, + "color": "blue", + "id": "PARUCHGRETCHEN" + }, + { + "Name": "BISTYCSROSS", + "Opinion": 0.024125028988291938, + "Rate": 3221, + "xcoord": -3.3411827087402344, + "ycoord": 11.875370025634766, + "color": "blue", + "id": "BISTYCSROSS" + }, + { + "Name": "PACKERS1SP", + "Opinion": 0.01822467436777108, + "Rate": 664, + "xcoord": -8.31814193725586, + "ycoord": -10.80048656463623, + "color": "blue", + "id": "PACKERS1SP" + }, + { + "Name": "ANDREWM57534615", + "Opinion": 0.02184291112259008, + "Rate": 1028, + "xcoord": -3.3944435119628906, + "ycoord": 11.026165008544922, + "color": "blue", + "id": "ANDREWM57534615" + }, + { + "Name": "PS9714", + "Opinion": 0.06564267141077762, + "Rate": 1467, + "xcoord": -3.282623291015625, + "ycoord": 10.672199249267578, + "color": "blue", + "id": "PS9714" + }, + { + "Name": "JUDY_CLASSY", + "Opinion": 0.014535852530465446, + "Rate": 2127, + "xcoord": -2.6004867553710938, + "ycoord": 11.662460327148438, + "color": "blue", + "id": "JUDY_CLASSY" + }, + { + "Name": "JJAAZZEE1", + "Opinion": 0.027460590104542208, + "Rate": 2796, + "xcoord": -2.6280860900878906, + "ycoord": 9.772045135498047, + "color": "blue", + "id": "JJAAZZEE1" + }, + { + "Name": "POTUSISDANGER", + "Opinion": 0.02492569126999023, + "Rate": 1025, + "xcoord": -1.7468528747558594, + "ycoord": 10.784399032592773, + "color": "blue", + "id": "POTUSISDANGER" + }, + { + "Name": "JENNAKE33788915", + "Opinion": 0.008857189423966412, + "Rate": 1550, + "xcoord": -8.285919189453125, + "ycoord": -10.079408645629883, + "color": "blue", + "id": "JENNAKE33788915" + }, + { + "Name": "BELLWETHERSF", + "Opinion": 0.009335625880158727, + "Rate": 630, + "xcoord": -4.260063171386719, + "ycoord": -10.425264358520508, + "color": "blue", + "id": "BELLWETHERSF" + }, + { + "Name": "FRED4ME85", + "Opinion": 0.022988517166885682, + "Rate": 761, + "xcoord": -2.1882362365722656, + "ycoord": 13.236429214477539, + "color": "blue", + "id": "FRED4ME85" + }, + { + "Name": "TIMWILLARD11", + "Opinion": 0.07910181801166008, + "Rate": 506, + "xcoord": -5.162044525146484, + "ycoord": 12.46036148071289, + "color": "blue", + "id": "TIMWILLARD11" + }, + { + "Name": "CUBFAN13241", + "Opinion": 0.04285904347195231, + "Rate": 2265, + "xcoord": -3.1575088500976562, + "ycoord": 13.401363372802734, + "color": "blue", + "id": "CUBFAN13241" + }, + { + "Name": "MJD1953", + "Opinion": 0.014298429573184904, + "Rate": 1033, + "xcoord": -3.750110626220703, + "ycoord": 11.851903915405273, + "color": "blue", + "id": "MJD1953" + }, + { + "Name": "JSEULEMENT2019", + "Opinion": 0.03375618090453631, + "Rate": 1985, + "xcoord": -6.282688140869141, + "ycoord": 13.910404205322266, + "color": "blue", + "id": "JSEULEMENT2019" + }, + { + "Name": "CNBSNANA", + "Opinion": 0.026585718321480142, + "Rate": 1662, + "xcoord": -4.1776580810546875, + "ycoord": 15.834318161010742, + "color": "blue", + "id": "CNBSNANA" + }, + { + "Name": "CHERKALLECK", + "Opinion": 0.021282945415380547, + "Rate": 1892, + "xcoord": -2.6633148193359375, + "ycoord": 10.76693344116211, + "color": "blue", + "id": "CHERKALLECK" + }, + { + "Name": "FINFAN74", + "Opinion": 0.019289048495173457, + "Rate": 1326, + "xcoord": -2.4866790771484375, + "ycoord": 14.670581817626953, + "color": "blue", + "id": "FINFAN74" + }, + { + "Name": "CREATIVEGMSPAGE", + "Opinion": 0.0172904222117284, + "Rate": 325, + "xcoord": -6.977977752685547, + "ycoord": -9.129650115966797, + "color": "blue", + "id": "CREATIVEGMSPAGE" + }, + { + "Name": "DSSHEP1959", + "Opinion": 0.9860154652802364, + "Rate": 1019, + "xcoord": 6.4731292724609375, + "ycoord": -4.87569522857666, + "color": "red", + "id": "DSSHEP1959" + }, + { + "Name": "MILTONESPINOZAF", + "Opinion": 0.9792732660882258, + "Rate": 8912, + "xcoord": 5.826793670654297, + "ycoord": -6.773125648498535, + "color": "red", + "id": "MILTONESPINOZAF" + }, + { + "Name": "RESTOREDEMOS", + "Opinion": 0.02684338146456693, + "Rate": 889, + "xcoord": -2.3296432495117188, + "ycoord": 12.180522918701172, + "color": "blue", + "id": "RESTOREDEMOS" + }, + { + "Name": "BYRNINGBUNNY", + "Opinion": 0.05843186000111419, + "Rate": 1079, + "xcoord": -6.683948516845703, + "ycoord": -8.984546661376953, + "color": "blue", + "id": "BYRNINGBUNNY" + }, + { + "Name": "FDOUGLASSLIVES", + "Opinion": 0.020649445305074645, + "Rate": 335, + "xcoord": -5.407264709472656, + "ycoord": 11.058759689331055, + "color": "blue", + "id": "FDOUGLASSLIVES" + }, + { + "Name": "CHIPDUTCH", + "Opinion": 0.006842664366763566, + "Rate": 1032, + "xcoord": -4.1577301025390625, + "ycoord": 10.066778182983398, + "color": "blue", + "id": "CHIPDUTCH" + }, + { + "Name": "MONICARIVPIN", + "Opinion": 0.017031781845071123, + "Rate": 2040, + "xcoord": -4.957317352294922, + "ycoord": 13.562442779541016, + "color": "blue", + "id": "MONICARIVPIN" + }, + { + "Name": "AMERICANMOM01", + "Opinion": 0.036350548766136484, + "Rate": 1950, + "xcoord": -5.223777770996094, + "ycoord": 15.212268829345703, + "color": "blue", + "id": "AMERICANMOM01" + }, + { + "Name": "FGARCIA2849JR", + "Opinion": 0.9934058130173484, + "Rate": 3230, + "xcoord": 4.599094390869141, + "ycoord": -7.7925896644592285, + "color": "red", + "id": "FGARCIA2849JR" + }, + { + "Name": "CHBSTONE2", + "Opinion": 0.9555150121235519, + "Rate": 518, + "xcoord": 6.5166015625, + "ycoord": -4.919308662414551, + "color": "red", + "id": "CHBSTONE2" + }, + { + "Name": "DARHAR981", + "Opinion": 0.9932847372498392, + "Rate": 3100, + "xcoord": 5.810932159423828, + "ycoord": -5.505017280578613, + "color": "red", + "id": "DARHAR981" + }, + { + "Name": "PINKK9LOVER", + "Opinion": 0.9927705005227132, + "Rate": 1608, + "xcoord": 7.0980072021484375, + "ycoord": -5.3051438331604, + "color": "red", + "id": "PINKK9LOVER" + }, + { + "Name": "MIKANDYNOTHEM", + "Opinion": 0.9951402203104214, + "Rate": 451, + "xcoord": 7.172649383544922, + "ycoord": -6.187307834625244, + "color": "red", + "id": "MIKANDYNOTHEM" + }, + { + "Name": "G1RLY_TATTOOED", + "Opinion": 0.99619026243309, + "Rate": 1646, + "xcoord": 6.2455902099609375, + "ycoord": -4.929912567138672, + "color": "red", + "id": "G1RLY_TATTOOED" + }, + { + "Name": "CAN2GETERDONE", + "Opinion": 0.99365786631579, + "Rate": 1881, + "xcoord": 5.507892608642578, + "ycoord": -5.824350357055664, + "color": "red", + "id": "CAN2GETERDONE" + }, + { + "Name": "KIDGOLFERMAN", + "Opinion": 0.9916847117286371, + "Rate": 1534, + "xcoord": 6.096466064453125, + "ycoord": -5.794966220855713, + "color": "red", + "id": "KIDGOLFERMAN" + }, + { + "Name": "SUNNYBLONDIE", + "Opinion": 0.03307871120217547, + "Rate": 2805, + "xcoord": -5.026344299316406, + "ycoord": 9.93519401550293, + "color": "blue", + "id": "SUNNYBLONDIE" + }, + { + "Name": "SMITCHELLMAY301", + "Opinion": 0.011218813582100508, + "Rate": 1773, + "xcoord": -4.508876800537109, + "ycoord": 9.742170333862305, + "color": "blue", + "id": "SMITCHELLMAY301" + }, + { + "Name": "GTLANG74", + "Opinion": 0.039284572055666656, + "Rate": 600, + "xcoord": -7.529644012451172, + "ycoord": -9.357629776000977, + "color": "blue", + "id": "GTLANG74" + }, + { + "Name": "SUBORDERS15", + "Opinion": 0.01792730121233159, + "Rate": 966, + "xcoord": -0.3339271545410156, + "ycoord": 11.015125274658203, + "color": "blue", + "id": "SUBORDERS15" + }, + { + "Name": "TRAVELINGUS", + "Opinion": 0.050811573944800785, + "Rate": 1029, + "xcoord": -1.9494895935058594, + "ycoord": 10.594608306884766, + "color": "blue", + "id": "TRAVELINGUS" + }, + { + "Name": "FINANCE_CLINT", + "Opinion": 0.0023845013, + "Rate": 1, + "xcoord": -5.517478942871094, + "ycoord": -9.313756942749023, + "color": "blue", + "id": "FINANCE_CLINT" + }, + { + "Name": "TEXDEM_DKOS", + "Opinion": 0.009489586035368048, + "Rate": 557, + "xcoord": -7.1939239501953125, + "ycoord": 12.359081268310547, + "color": "blue", + "id": "TEXDEM_DKOS" + }, + { + "Name": "AUDREYGARDEN", + "Opinion": 0.01134290679308145, + "Rate": 2041, + "xcoord": -3.3712081909179688, + "ycoord": 13.038873672485352, + "color": "blue", + "id": "AUDREYGARDEN" + }, + { + "Name": "SHORTARMOTHELAW", + "Opinion": 0.026563743376650368, + "Rate": 818, + "xcoord": -7.7529754638671875, + "ycoord": -9.741294860839844, + "color": "blue", + "id": "SHORTARMOTHELAW" + }, + { + "Name": "JEANNELOBERG", + "Opinion": 0.9857449014654868, + "Rate": 2825, + "xcoord": 6.880271911621094, + "ycoord": -9.354002952575684, + "color": "red", + "id": "JEANNELOBERG" + }, + { + "Name": "ROYALEIGHT", + "Opinion": 0.01743587641222675, + "Rate": 2699, + "xcoord": -6.605194091796875, + "ycoord": -8.960159301757812, + "color": "blue", + "id": "ROYALEIGHT" + }, + { + "Name": "GAYE_GALLOPS", + "Opinion": 0.9965498612965898, + "Rate": 2522, + "xcoord": 5.996952056884766, + "ycoord": -5.261531352996826, + "color": "red", + "id": "GAYE_GALLOPS" + }, + { + "Name": "DEBBIE22210", + "Opinion": 0.9665075655149182, + "Rate": 1039, + "xcoord": 5.1758575439453125, + "ycoord": -6.63095760345459, + "color": "red", + "id": "DEBBIE22210" + }, + { + "Name": "TERRIEZORNES", + "Opinion": 0.9875774001865674, + "Rate": 1878, + "xcoord": 4.2690582275390625, + "ycoord": -6.707653999328613, + "color": "red", + "id": "TERRIEZORNES" + }, + { + "Name": "KCOLAIZZO", + "Opinion": 0.018519373276088408, + "Rate": 1494, + "xcoord": -2.5283126831054688, + "ycoord": 14.369979858398438, + "color": "blue", + "id": "KCOLAIZZO" + }, + { + "Name": "JENJAVAJUNKY", + "Opinion": 0.027133571502203184, + "Rate": 1634, + "xcoord": -3.0779800415039062, + "ycoord": 11.978864669799805, + "color": "blue", + "id": "JENJAVAJUNKY" + }, + { + "Name": "BOB_LEVITT", + "Opinion": 0.013667643111322007, + "Rate": 3003, + "xcoord": -4.3327178955078125, + "ycoord": 9.018503189086914, + "color": "blue", + "id": "BOB_LEVITT" + }, + { + "Name": "GLPIMAN", + "Opinion": 0.016249894540949557, + "Rate": 2360, + "xcoord": -4.790927886962891, + "ycoord": 11.220542907714844, + "color": "blue", + "id": "GLPIMAN" + }, + { + "Name": "JUSTJO2", + "Opinion": 0.041744378239192206, + "Rate": 2255, + "xcoord": -2.961078643798828, + "ycoord": 14.057086944580078, + "color": "blue", + "id": "JUSTJO2" + }, + { + "Name": "ZEN4EVER2US", + "Opinion": 0.03224650989623657, + "Rate": 1303, + "xcoord": -4.704853057861328, + "ycoord": 12.93173599243164, + "color": "blue", + "id": "ZEN4EVER2US" + }, + { + "Name": "JANNSLOAN", + "Opinion": 0.005016787208025831, + "Rate": 1085, + "xcoord": -4.42034912109375, + "ycoord": 10.453418731689453, + "color": "blue", + "id": "JANNSLOAN" + }, + { + "Name": "LECHATNOIRE4", + "Opinion": 0.055000158624179486, + "Rate": 1497, + "xcoord": -3.75225830078125, + "ycoord": 12.86727523803711, + "color": "blue", + "id": "LECHATNOIRE4" + }, + { + "Name": "WESKUSGOGGA", + "Opinion": 0.035693176506532275, + "Rate": 1241, + "xcoord": -7.384784698486328, + "ycoord": -9.828224182128906, + "color": "blue", + "id": "WESKUSGOGGA" + }, + { + "Name": "MRBILL_RESISTS", + "Opinion": 0.0251103821513427, + "Rate": 1564, + "xcoord": -6.398723602294922, + "ycoord": 13.628877639770508, + "color": "blue", + "id": "MRBILL_RESISTS" + }, + { + "Name": "CONNIES08880713", + "Opinion": 0.022326558239430142, + "Rate": 1089, + "xcoord": -3.0834693908691406, + "ycoord": 11.49418830871582, + "color": "blue", + "id": "CONNIES08880713" + }, + { + "Name": "CAROLLEI4", + "Opinion": 0.041044629845140866, + "Rate": 1741, + "xcoord": -6.937412261962891, + "ycoord": 13.072044372558594, + "color": "blue", + "id": "CAROLLEI4" + }, + { + "Name": "DOTTYINACTION", + "Opinion": 0.02017936058189873, + "Rate": 1580, + "xcoord": -6.787506103515625, + "ycoord": 14.142702102661133, + "color": "blue", + "id": "DOTTYINACTION" + }, + { + "Name": "VAW511", + "Opinion": 0.02310650244811716, + "Rate": 717, + "xcoord": -1.7929267883300781, + "ycoord": 12.419677734375, + "color": "blue", + "id": "VAW511" + }, + { + "Name": "CAREAWARE", + "Opinion": 0.01970609345463215, + "Rate": 734, + "xcoord": -4.328807830810547, + "ycoord": 11.607366561889648, + "color": "blue", + "id": "CAREAWARE" + }, + { + "Name": "PEGPEGGYTODDATR", + "Opinion": 0.01432031109042709, + "Rate": 1359, + "xcoord": -3.3414077758789062, + "ycoord": 12.414522171020508, + "color": "blue", + "id": "PEGPEGGYTODDATR" + }, + { + "Name": "JINXY_MINXY", + "Opinion": 0.03422553528098987, + "Rate": 1779, + "xcoord": -3.5868873596191406, + "ycoord": 12.23289680480957, + "color": "blue", + "id": "JINXY_MINXY" + }, + { + "Name": "ORANGEBABYBIRD1", + "Opinion": 0.019907824049886936, + "Rate": 2214, + "xcoord": -4.780765533447266, + "ycoord": 12.611066818237305, + "color": "blue", + "id": "ORANGEBABYBIRD1" + }, + { + "Name": "KIMSHURTLEFF", + "Opinion": 0.05380380391748055, + "Rate": 1414, + "xcoord": -2.2989540100097656, + "ycoord": 11.699827194213867, + "color": "blue", + "id": "KIMSHURTLEFF" + }, + { + "Name": "ASPENSNONNA1", + "Opinion": 0.0563251991880171, + "Rate": 702, + "xcoord": -5.1929473876953125, + "ycoord": 14.480779647827148, + "color": "blue", + "id": "ASPENSNONNA1" + }, + { + "Name": "KYMNORTON55", + "Opinion": 0.039105269796128515, + "Rate": 2584, + "xcoord": -4.476116180419922, + "ycoord": 12.237653732299805, + "color": "blue", + "id": "KYMNORTON55" + }, + { + "Name": "RISKALERT", + "Opinion": 0.0475049902394273, + "Rate": 1362, + "xcoord": -4.811489105224609, + "ycoord": 13.112312316894531, + "color": "blue", + "id": "RISKALERT" + }, + { + "Name": "DOROTHY1240", + "Opinion": 0.03949915973636362, + "Rate": 1101, + "xcoord": -0.916900634765625, + "ycoord": 11.520435333251953, + "color": "blue", + "id": "DOROTHY1240" + }, + { + "Name": "RKCOWGIRL_LIFE", + "Opinion": 0.0266587592618404, + "Rate": 3850, + "xcoord": -2.868255615234375, + "ycoord": 11.824626922607422, + "color": "blue", + "id": "RKCOWGIRL_LIFE" + }, + { + "Name": "LUCILLEAUSTERO2", + "Opinion": 0.026871094725396824, + "Rate": 819, + "xcoord": -7.116851806640625, + "ycoord": 12.75261116027832, + "color": "blue", + "id": "LUCILLEAUSTERO2" + }, + { + "Name": "KHOURYMURPHY5", + "Opinion": 0.03337318722022989, + "Rate": 435, + "xcoord": -6.285732269287109, + "ycoord": -13.84158992767334, + "color": "blue", + "id": "KHOURYMURPHY5" + }, + { + "Name": "CAROLMARTINOVI1", + "Opinion": 0.026404788165244244, + "Rate": 1782, + "xcoord": -8.496845245361328, + "ycoord": -11.050636291503906, + "color": "blue", + "id": "CAROLMARTINOVI1" + }, + { + "Name": "DOUATRM", + "Opinion": 0.018834870492745525, + "Rate": 896, + "xcoord": -7.415653228759766, + "ycoord": -9.758116722106934, + "color": "blue", + "id": "DOUATRM" + }, + { + "Name": "TAKHAR_", + "Opinion": 0.0848129658228983, + "Rate": 1249, + "xcoord": -6.330974578857422, + "ycoord": -9.458115577697754, + "color": "blue", + "id": "TAKHAR_" + }, + { + "Name": "BRITPOPTARTS", + "Opinion": 0.05603858002205074, + "Rate": 1814, + "xcoord": -2.798145294189453, + "ycoord": 13.121780395507812, + "color": "blue", + "id": "BRITPOPTARTS" + }, + { + "Name": "PUSHANDPULLJLM", + "Opinion": 0.02482838876452296, + "Rate": 2831, + "xcoord": -7.148643493652344, + "ycoord": 11.864179611206055, + "color": "blue", + "id": "PUSHANDPULLJLM" + }, + { + "Name": "INSPITEOFTRUMP", + "Opinion": 0.06585215777074876, + "Rate": 3005, + "xcoord": -4.802494049072266, + "ycoord": 10.252998352050781, + "color": "blue", + "id": "INSPITEOFTRUMP" + }, + { + "Name": "ROY60532867", + "Opinion": 0.9771427840597452, + "Rate": 2044, + "xcoord": 4.986663818359375, + "ycoord": -7.310032367706299, + "color": "red", + "id": "ROY60532867" + }, + { + "Name": "LULA_REH", + "Opinion": 0.0293597845870041, + "Rate": 732, + "xcoord": -3.833995819091797, + "ycoord": 13.482162475585938, + "color": "blue", + "id": "LULA_REH" + }, + { + "Name": "FIERDANG", + "Opinion": 0.01611974967806789, + "Rate": 767, + "xcoord": -6.5488128662109375, + "ycoord": 10.349815368652344, + "color": "blue", + "id": "FIERDANG" + }, + { + "Name": "SUEGLASHAUSER", + "Opinion": 0.02260973192527796, + "Rate": 3059, + "xcoord": -4.41986083984375, + "ycoord": 12.239852905273438, + "color": "blue", + "id": "SUEGLASHAUSER" + }, + { + "Name": "REALSAMMARTIN", + "Opinion": 0.024897555846474826, + "Rate": 1390, + "xcoord": -5.3517913818359375, + "ycoord": 9.270843505859375, + "color": "blue", + "id": "REALSAMMARTIN" + }, + { + "Name": "NOHOLIDAYFORGOP", + "Opinion": 0.02311073161481481, + "Rate": 1215, + "xcoord": -4.821922302246094, + "ycoord": 13.725662231445312, + "color": "blue", + "id": "NOHOLIDAYFORGOP" + }, + { + "Name": "MSOCHUBBARD", + "Opinion": 0.013799979745565084, + "Rate": 1398, + "xcoord": -4.127872467041016, + "ycoord": 14.800771713256836, + "color": "blue", + "id": "MSOCHUBBARD" + }, + { + "Name": "NEWYORKER2212", + "Opinion": 0.026701024522494177, + "Rate": 1716, + "xcoord": -5.783485412597656, + "ycoord": 10.110103607177734, + "color": "blue", + "id": "NEWYORKER2212" + }, + { + "Name": "ISIDORMEYER1", + "Opinion": 0.9899221386439266, + "Rate": 1202, + "xcoord": 5.563209533691406, + "ycoord": -6.740274429321289, + "color": "red", + "id": "ISIDORMEYER1" + }, + { + "Name": "RAJEAN57", + "Opinion": 0.9887404366233764, + "Rate": 1849, + "xcoord": 7.268562316894531, + "ycoord": -7.637729644775391, + "color": "red", + "id": "RAJEAN57" + }, + { + "Name": "AMYMARIEWILLARD", + "Opinion": 0.9928462958837776, + "Rate": 827, + "xcoord": 6.0424041748046875, + "ycoord": -6.307528972625732, + "color": "red", + "id": "AMYMARIEWILLARD" + }, + { + "Name": "HLAURORA63", + "Opinion": 0.9945756216937616, + "Rate": 2649, + "xcoord": 6.018451690673828, + "ycoord": -5.780450820922852, + "color": "red", + "id": "HLAURORA63" + }, + { + "Name": "MINDFUL54", + "Opinion": 0.011325654897403715, + "Rate": 2314, + "xcoord": -7.0394134521484375, + "ycoord": -12.534998893737793, + "color": "blue", + "id": "MINDFUL54" + }, + { + "Name": "TAMMYWHEET", + "Opinion": 0.9968962722314048, + "Rate": 121, + "xcoord": 5.034202575683594, + "ycoord": -10.042722702026367, + "color": "red", + "id": "TAMMYWHEET" + }, + { + "Name": "YESWECAN_NOV18", + "Opinion": 0.013972654923654165, + "Rate": 614, + "xcoord": -4.2606964111328125, + "ycoord": -11.700504302978516, + "color": "blue", + "id": "YESWECAN_NOV18" + }, + { + "Name": "TERRI2CAT", + "Opinion": 0.011849136104110996, + "Rate": 973, + "xcoord": -4.064964294433594, + "ycoord": 14.543712615966797, + "color": "blue", + "id": "TERRI2CAT" + }, + { + "Name": "AGAVECORN", + "Opinion": 0.039322150705257033, + "Rate": 857, + "xcoord": -3.8945236206054688, + "ycoord": 12.723129272460938, + "color": "blue", + "id": "AGAVECORN" + }, + { + "Name": "TRACYCH86248594", + "Opinion": 0.05385406809632253, + "Rate": 707, + "xcoord": -4.716419219970703, + "ycoord": 11.977476119995117, + "color": "blue", + "id": "TRACYCH86248594" + }, + { + "Name": "SMP0312", + "Opinion": 0.02968511329064825, + "Rate": 941, + "xcoord": -5.633636474609375, + "ycoord": 11.44438362121582, + "color": "blue", + "id": "SMP0312" + }, + { + "Name": "DLP75902038", + "Opinion": 0.020917981807262908, + "Rate": 1667, + "xcoord": -6.126438140869141, + "ycoord": 12.309478759765625, + "color": "blue", + "id": "DLP75902038" + }, + { + "Name": "STWEETING1", + "Opinion": 0.06061716444446703, + "Rate": 986, + "xcoord": -4.088611602783203, + "ycoord": 11.544422149658203, + "color": "blue", + "id": "STWEETING1" + }, + { + "Name": "LIREHIRSCH", + "Opinion": 0.0321772592127714, + "Rate": 2349, + "xcoord": -4.479457855224609, + "ycoord": -11.885473251342773, + "color": "blue", + "id": "LIREHIRSCH" + }, + { + "Name": "XAIPE3", + "Opinion": 0.06397381520030815, + "Rate": 1947, + "xcoord": -2.284137725830078, + "ycoord": 12.744972229003906, + "color": "blue", + "id": "XAIPE3" + }, + { + "Name": "BEVERLYFOLKERS", + "Opinion": 0.02046620332905856, + "Rate": 1350, + "xcoord": -2.3474960327148438, + "ycoord": 10.361822128295898, + "color": "blue", + "id": "BEVERLYFOLKERS" + }, + { + "Name": "SKYBOY123", + "Opinion": 0.02136531572282157, + "Rate": 964, + "xcoord": -4.010162353515625, + "ycoord": 10.250394821166992, + "color": "blue", + "id": "SKYBOY123" + }, + { + "Name": "JULIEJOURNEYING", + "Opinion": 0.013170457370300264, + "Rate": 1533, + "xcoord": -2.8019866943359375, + "ycoord": 10.370784759521484, + "color": "blue", + "id": "JULIEJOURNEYING" + }, + { + "Name": "XSTR8EDGEX29", + "Opinion": 0.026538967337780887, + "Rate": 712, + "xcoord": -4.643882751464844, + "ycoord": -12.74260139465332, + "color": "blue", + "id": "XSTR8EDGEX29" + }, + { + "Name": "PETEACH65", + "Opinion": 0.007789246460862211, + "Rate": 1183, + "xcoord": -4.961307525634766, + "ycoord": -12.874091148376465, + "color": "blue", + "id": "PETEACH65" + }, + { + "Name": "CELTICLAS", + "Opinion": 0.017032962423606274, + "Rate": 1148, + "xcoord": -3.713409423828125, + "ycoord": 14.077322006225586, + "color": "blue", + "id": "CELTICLAS" + }, + { + "Name": "TSHEP42", + "Opinion": 0.016755515440330927, + "Rate": 967, + "xcoord": -4.479923248291016, + "ycoord": 11.071517944335938, + "color": "blue", + "id": "TSHEP42" + }, + { + "Name": "WOMENSAVEUSA", + "Opinion": 0.011994830315197135, + "Rate": 2790, + "xcoord": -3.7334365844726562, + "ycoord": 13.209236145019531, + "color": "blue", + "id": "WOMENSAVEUSA" + }, + { + "Name": "PRITKO", + "Opinion": 0.012203537543017177, + "Rate": 1339, + "xcoord": -8.245891571044922, + "ycoord": -12.494117736816406, + "color": "blue", + "id": "PRITKO" + }, + { + "Name": "JOYOFDACHSHUNDS", + "Opinion": 0.01187318754329738, + "Rate": 649, + "xcoord": -8.149017333984375, + "ycoord": -12.647527694702148, + "color": "blue", + "id": "JOYOFDACHSHUNDS" + }, + { + "Name": "BSELECTED", + "Opinion": 0.0059116890425011965, + "Rate": 2087, + "xcoord": -4.279712677001953, + "ycoord": -10.781250953674316, + "color": "blue", + "id": "BSELECTED" + }, + { + "Name": "DAVEDEKKER8", + "Opinion": 0.02446827297418317, + "Rate": 1869, + "xcoord": -8.056915283203125, + "ycoord": -11.348962783813477, + "color": "blue", + "id": "DAVEDEKKER8" + }, + { + "Name": "SCHEEL_LALA", + "Opinion": 0.03256328135262733, + "Rate": 2475, + "xcoord": -7.599403381347656, + "ycoord": 13.888452529907227, + "color": "blue", + "id": "SCHEEL_LALA" + }, + { + "Name": "CHRISMC331", + "Opinion": 0.027707312509447, + "Rate": 868, + "xcoord": -1.5811309814453125, + "ycoord": 13.097593307495117, + "color": "blue", + "id": "CHRISMC331" + }, + { + "Name": "NIKSNOOK57", + "Opinion": 0.015037459458044794, + "Rate": 492, + "xcoord": -4.458347320556641, + "ycoord": 13.191703796386719, + "color": "blue", + "id": "NIKSNOOK57" + }, + { + "Name": "SHSHOOKMASTER", + "Opinion": 0.011577472022326552, + "Rate": 1919, + "xcoord": -3.6904144287109375, + "ycoord": 11.515388488769531, + "color": "blue", + "id": "SHSHOOKMASTER" + }, + { + "Name": "KUROKITTEH", + "Opinion": 0.048132593406785336, + "Rate": 899, + "xcoord": -5.665813446044922, + "ycoord": 14.146097183227539, + "color": "blue", + "id": "KUROKITTEH" + }, + { + "Name": "JHIN58794874", + "Opinion": 0.0048572533830078144, + "Rate": 513, + "xcoord": -4.371482849121094, + "ycoord": -12.090456008911133, + "color": "blue", + "id": "JHIN58794874" + }, + { + "Name": "HUAJATOLLACHIC", + "Opinion": 0.9610228251351352, + "Rate": 185, + "xcoord": 4.5105133056640625, + "ycoord": -6.394876003265381, + "color": "red", + "id": "HUAJATOLLACHIC" + }, + { + "Name": "STAND4FREE", + "Opinion": 0.970917817590468, + "Rate": 2267, + "xcoord": 6.962696075439453, + "ycoord": -7.115489482879639, + "color": "red", + "id": "STAND4FREE" + }, + { + "Name": "KIRBY828", + "Opinion": 0.020748841197374558, + "Rate": 1714, + "xcoord": -5.58038330078125, + "ycoord": -13.1607666015625, + "color": "blue", + "id": "KIRBY828" + }, + { + "Name": "SHERAL_HYDE", + "Opinion": 0.9718299352359748, + "Rate": 1123, + "xcoord": 2.252826690673828, + "ycoord": -10.04761791229248, + "color": "red", + "id": "SHERAL_HYDE" + }, + { + "Name": "KHAGAR", + "Opinion": 0.022947627698601387, + "Rate": 716, + "xcoord": -7.796787261962891, + "ycoord": 13.728120803833008, + "color": "blue", + "id": "KHAGAR" + }, + { + "Name": "KATHLEE73732050", + "Opinion": 0.0260129183649465, + "Rate": 1589, + "xcoord": -0.9436836242675781, + "ycoord": 11.547042846679688, + "color": "blue", + "id": "KATHLEE73732050" + }, + { + "Name": "KENNASTEVENS1", + "Opinion": 0.014839282955918666, + "Rate": 1377, + "xcoord": -2.379436492919922, + "ycoord": 9.364374160766602, + "color": "blue", + "id": "KENNASTEVENS1" + }, + { + "Name": "LARRAMARR1980", + "Opinion": 0.009275692272189776, + "Rate": 1370, + "xcoord": -5.398433685302734, + "ycoord": 12.214101791381836, + "color": "blue", + "id": "LARRAMARR1980" + }, + { + "Name": "CHELSEAGOLUCKY", + "Opinion": 0.03641214968641975, + "Rate": 405, + "xcoord": -4.055233001708984, + "ycoord": 10.79127311706543, + "color": "blue", + "id": "CHELSEAGOLUCKY" + }, + { + "Name": "LUGOBLAH", + "Opinion": 0.01214149317943166, + "Rate": 739, + "xcoord": -4.168979644775391, + "ycoord": -12.224142074584961, + "color": "blue", + "id": "LUGOBLAH" + }, + { + "Name": "COLBERTBIGB", + "Opinion": 0.020216972955575056, + "Rate": 1139, + "xcoord": -5.495655059814453, + "ycoord": 14.049346923828125, + "color": "blue", + "id": "COLBERTBIGB" + }, + { + "Name": "MGEOCH", + "Opinion": 0.038027084375979237, + "Rate": 2123, + "xcoord": -8.145423889160156, + "ycoord": -10.632516860961914, + "color": "blue", + "id": "MGEOCH" + }, + { + "Name": "DEBBIE56111656", + "Opinion": 0.06645828468861821, + "Rate": 2629, + "xcoord": -5.445743560791016, + "ycoord": 10.561868667602539, + "color": "blue", + "id": "DEBBIE56111656" + }, + { + "Name": "BTH_BETH", + "Opinion": 0.9643435519085718, + "Rate": 876, + "xcoord": 5.283176422119141, + "ycoord": -10.145415306091309, + "color": "red", + "id": "BTH_BETH" + }, + { + "Name": "ARAUZ2012", + "Opinion": 0.9801991534763316, + "Rate": 676, + "xcoord": 6.801399230957031, + "ycoord": -6.330863952636719, + "color": "red", + "id": "ARAUZ2012" + }, + { + "Name": "DDDANIEL059", + "Opinion": 0.9599688703572168, + "Rate": 963, + "xcoord": 6.870597839355469, + "ycoord": -5.1636738777160645, + "color": "red", + "id": "DDDANIEL059" + }, + { + "Name": "JOCOWBOYS87", + "Opinion": 0.02521921450897436, + "Rate": 3198, + "xcoord": -2.8132171630859375, + "ycoord": 13.826616287231445, + "color": "blue", + "id": "JOCOWBOYS87" + }, + { + "Name": "ALLRESISTANCE", + "Opinion": 0.033509109115610496, + "Rate": 1296, + "xcoord": -2.2399063110351562, + "ycoord": 14.363479614257812, + "color": "blue", + "id": "ALLRESISTANCE" + }, + { + "Name": "BBKENN92", + "Opinion": 0.04264554423843449, + "Rate": 1138, + "xcoord": -3.6378211975097656, + "ycoord": 14.847139358520508, + "color": "blue", + "id": "BBKENN92" + }, + { + "Name": "ROEDIO73", + "Opinion": 0.031194886068476195, + "Rate": 2101, + "xcoord": -4.689056396484375, + "ycoord": 13.508499145507812, + "color": "blue", + "id": "ROEDIO73" + }, + { + "Name": "CONVERAGENT", + "Opinion": 0.01451612472669825, + "Rate": 633, + "xcoord": -4.724201202392578, + "ycoord": -12.696134567260742, + "color": "blue", + "id": "CONVERAGENT" + }, + { + "Name": "MARYC1850SADLER", + "Opinion": 0.02627763987142857, + "Rate": 1204, + "xcoord": -5.627452850341797, + "ycoord": -13.490880966186523, + "color": "blue", + "id": "MARYC1850SADLER" + }, + { + "Name": "MILE_MARKER_0", + "Opinion": 0.01994292635586937, + "Rate": 1135, + "xcoord": -7.1024169921875, + "ycoord": -7.954786777496338, + "color": "blue", + "id": "MILE_MARKER_0" + }, + { + "Name": "SUZYSAYSHI2U", + "Opinion": 0.010004922540235524, + "Rate": 2038, + "xcoord": -2.4992828369140625, + "ycoord": -9.401538848876953, + "color": "blue", + "id": "SUZYSAYSHI2U" + }, + { + "Name": "DLSPACE108", + "Opinion": 0.03862530809151174, + "Rate": 1240, + "xcoord": -2.0841712951660156, + "ycoord": 14.072938919067383, + "color": "blue", + "id": "DLSPACE108" + }, + { + "Name": "DOCJANICEL", + "Opinion": 0.02820670257900163, + "Rate": 1845, + "xcoord": -2.362548828125, + "ycoord": 13.137567520141602, + "color": "blue", + "id": "DOCJANICEL" + }, + { + "Name": "KATHATESTRUMP2", + "Opinion": 0.010613399378044105, + "Rate": 1043, + "xcoord": -2.7393722534179688, + "ycoord": 12.254989624023438, + "color": "blue", + "id": "KATHATESTRUMP2" + }, + { + "Name": "REBELLEGRRL", + "Opinion": 0.031645141892745365, + "Rate": 2110, + "xcoord": -4.135997772216797, + "ycoord": 12.535684585571289, + "color": "blue", + "id": "REBELLEGRRL" + }, + { + "Name": "SABULOSAA", + "Opinion": 0.06172449136228648, + "Rate": 2283, + "xcoord": -6.0247039794921875, + "ycoord": 11.59858512878418, + "color": "blue", + "id": "SABULOSAA" + }, + { + "Name": "CINGHSIAN", + "Opinion": 0.02335276592699484, + "Rate": 2520, + "xcoord": -2.1333160400390625, + "ycoord": 10.644180297851562, + "color": "blue", + "id": "CINGHSIAN" + }, + { + "Name": "ANNEMACKWARD", + "Opinion": 0.012226149128723404, + "Rate": 188, + "xcoord": -3.022724151611328, + "ycoord": 15.702325820922852, + "color": "blue", + "id": "ANNEMACKWARD" + }, + { + "Name": "WEAREWAKANDA_", + "Opinion": 0.017218576155999997, + "Rate": 800, + "xcoord": -4.65679931640625, + "ycoord": 12.340919494628906, + "color": "blue", + "id": "WEAREWAKANDA_" + }, + { + "Name": "MDT4129", + "Opinion": 0.08160049834819276, + "Rate": 996, + "xcoord": -7.598644256591797, + "ycoord": -11.137750625610352, + "color": "blue", + "id": "MDT4129" + }, + { + "Name": "WONDERWOMAN412", + "Opinion": 0.009561072534786918, + "Rate": 1009, + "xcoord": -0.7618217468261719, + "ycoord": 14.59925651550293, + "color": "blue", + "id": "WONDERWOMAN412" + }, + { + "Name": "PUZZLESTHEWILL7", + "Opinion": 0.009163929337480187, + "Rate": 1262, + "xcoord": -0.9449691772460938, + "ycoord": 14.853267669677734, + "color": "blue", + "id": "PUZZLESTHEWILL7" + }, + { + "Name": "DIANEROCKS52", + "Opinion": 0.046294606023847384, + "Rate": 1259, + "xcoord": -1.569549560546875, + "ycoord": 14.330337524414062, + "color": "blue", + "id": "DIANEROCKS52" + }, + { + "Name": "JAMESTOUPIN", + "Opinion": 0.025749638919056368, + "Rate": 1634, + "xcoord": -0.9768600463867188, + "ycoord": 13.564470291137695, + "color": "blue", + "id": "JAMESTOUPIN" + }, + { + "Name": "MICHELEJEANSON1", + "Opinion": 0.016937723296026826, + "Rate": 1940, + "xcoord": -1.2123451232910156, + "ycoord": 13.976959228515625, + "color": "blue", + "id": "MICHELEJEANSON1" + }, + { + "Name": "JRBKJRBK", + "Opinion": 0.025027827647935454, + "Rate": 2107, + "xcoord": -4.973670959472656, + "ycoord": -13.178796768188477, + "color": "blue", + "id": "JRBKJRBK" + }, + { + "Name": "NELMADMAN", + "Opinion": 0.03490733621530824, + "Rate": 1915, + "xcoord": -4.458904266357422, + "ycoord": -12.033760070800781, + "color": "blue", + "id": "NELMADMAN" + }, + { + "Name": "DBS1128", + "Opinion": 0.01525436818261851, + "Rate": 886, + "xcoord": -4.463306427001953, + "ycoord": -10.543647766113281, + "color": "blue", + "id": "DBS1128" + }, + { + "Name": "ANNWILL87194606", + "Opinion": 0.01456190596926605, + "Rate": 436, + "xcoord": -5.873180389404297, + "ycoord": -10.012858390808105, + "color": "blue", + "id": "ANNWILL87194606" + }, + { + "Name": "VEGASBANKS", + "Opinion": 0.029833695928895194, + "Rate": 353, + "xcoord": -4.124660491943359, + "ycoord": 13.227487564086914, + "color": "blue", + "id": "VEGASBANKS" + }, + { + "Name": "IPROOFER1", + "Opinion": 0.04278304055733472, + "Rate": 970, + "xcoord": -6.5441131591796875, + "ycoord": 11.279912948608398, + "color": "blue", + "id": "IPROOFER1" + }, + { + "Name": "MEGRESISTOR", + "Opinion": 0.050459960607391004, + "Rate": 1354, + "xcoord": -5.947750091552734, + "ycoord": 12.074577331542969, + "color": "blue", + "id": "MEGRESISTOR" + }, + { + "Name": "EWINDHAM3", + "Opinion": 0.04400017950487356, + "Rate": 2177, + "xcoord": -1.9965057373046875, + "ycoord": 10.245616912841797, + "color": "blue", + "id": "EWINDHAM3" + }, + { + "Name": "HELLOOOBETTY", + "Opinion": 0.044133575148086863, + "Rate": 968, + "xcoord": -3.49114990234375, + "ycoord": 11.93381118774414, + "color": "blue", + "id": "HELLOOOBETTY" + }, + { + "Name": "BOOKCROSSINGFAN", + "Opinion": 0.0268912107452514, + "Rate": 716, + "xcoord": -5.913703918457031, + "ycoord": -13.599821090698242, + "color": "blue", + "id": "BOOKCROSSINGFAN" + }, + { + "Name": "VALLEYCHESTNUT", + "Opinion": 0.01323496427515658, + "Rate": 958, + "xcoord": -8.429710388183594, + "ycoord": -10.571454048156738, + "color": "blue", + "id": "VALLEYCHESTNUT" + }, + { + "Name": "DEBRAGI80712152", + "Opinion": 0.9848115898110832, + "Rate": 795, + "xcoord": 5.116615295410156, + "ycoord": -9.174154281616211, + "color": "red", + "id": "DEBRAGI80712152" + }, + { + "Name": "ATX_PATRIOT", + "Opinion": 0.983355967181208, + "Rate": 596, + "xcoord": 7.023761749267578, + "ycoord": -6.0133490562438965, + "color": "red", + "id": "ATX_PATRIOT" + }, + { + "Name": "VETAPOLOGIST", + "Opinion": 0.9816167547489959, + "Rate": 1992, + "xcoord": 6.587249755859375, + "ycoord": -5.26209831237793, + "color": "red", + "id": "VETAPOLOGIST" + }, + { + "Name": "LUCKYLINDY31", + "Opinion": 0.012352958151278598, + "Rate": 743, + "xcoord": -6.278560638427734, + "ycoord": 11.036048889160156, + "color": "blue", + "id": "LUCKYLINDY31" + }, + { + "Name": "NEANER069", + "Opinion": 0.007341165418606099, + "Rate": 1608, + "xcoord": -6.929664611816406, + "ycoord": 10.067741394042969, + "color": "blue", + "id": "NEANER069" + }, + { + "Name": "TATSUJINUK", + "Opinion": 0.017924709037355213, + "Rate": 1036, + "xcoord": -3.7846221923828125, + "ycoord": 9.92526626586914, + "color": "blue", + "id": "TATSUJINUK" + }, + { + "Name": "FASTING39", + "Opinion": 0.979081643285714, + "Rate": 5110, + "xcoord": 4.688747406005859, + "ycoord": -6.478774070739746, + "color": "red", + "id": "FASTING39" + }, + { + "Name": "CAROLINA4POTUS", + "Opinion": 0.9784545883316059, + "Rate": 2897, + "xcoord": 6.939361572265625, + "ycoord": -6.082531452178955, + "color": "red", + "id": "CAROLINA4POTUS" + }, + { + "Name": "SQUIRREL275", + "Opinion": 0.9707631851211076, + "Rate": 578, + "xcoord": 6.373683929443359, + "ycoord": -7.429599761962891, + "color": "red", + "id": "SQUIRREL275" + }, + { + "Name": "HEALTH_DC", + "Opinion": 0.012544735129226357, + "Rate": 349, + "xcoord": -4.207050323486328, + "ycoord": -11.403663635253906, + "color": "blue", + "id": "HEALTH_DC" + }, + { + "Name": "JOLLYCAROL5923", + "Opinion": 0.03242227620066799, + "Rate": 1497, + "xcoord": -6.800426483154297, + "ycoord": -12.276511192321777, + "color": "blue", + "id": "JOLLYCAROL5923" + }, + { + "Name": "LBRAUNLI", + "Opinion": 0.024541115136831288, + "Rate": 2430, + "xcoord": -7.023639678955078, + "ycoord": -13.17943000793457, + "color": "blue", + "id": "LBRAUNLI" + }, + { + "Name": "RACHAELAHANCOCK", + "Opinion": 0.026904679701102444, + "Rate": 2177, + "xcoord": -3.3922462463378906, + "ycoord": 9.20907974243164, + "color": "blue", + "id": "RACHAELAHANCOCK" + }, + { + "Name": "CSCSTARS", + "Opinion": 0.03811302813002793, + "Rate": 716, + "xcoord": -6.123706817626953, + "ycoord": 9.726226806640625, + "color": "blue", + "id": "CSCSTARS" + }, + { + "Name": "NWTONY", + "Opinion": 0.05183819050301623, + "Rate": 862, + "xcoord": -4.488319396972656, + "ycoord": -11.329858779907227, + "color": "blue", + "id": "NWTONY" + }, + { + "Name": "JJJ5819", + "Opinion": 0.04918013425760917, + "Rate": 2267, + "xcoord": -5.069530487060547, + "ycoord": 11.411705017089844, + "color": "blue", + "id": "JJJ5819" + }, + { + "Name": "ICNTOAN", + "Opinion": 0.024149751753680004, + "Rate": 1250, + "xcoord": -6.628032684326172, + "ycoord": 11.582756042480469, + "color": "blue", + "id": "ICNTOAN" + }, + { + "Name": "BEWITCHED9", + "Opinion": 0.038702652994007984, + "Rate": 752, + "xcoord": -5.330913543701172, + "ycoord": 11.55259895324707, + "color": "blue", + "id": "BEWITCHED9" + }, + { + "Name": "KENNEGLIDE", + "Opinion": 0.019697934814900155, + "Rate": 1302, + "xcoord": -5.6890106201171875, + "ycoord": -9.38393783569336, + "color": "blue", + "id": "KENNEGLIDE" + }, + { + "Name": "PLUMCAT", + "Opinion": 0.017210666921989533, + "Rate": 955, + "xcoord": -8.061248779296875, + "ycoord": -11.84324836730957, + "color": "blue", + "id": "PLUMCAT" + }, + { + "Name": "VARDA_FRIEDMAN", + "Opinion": 0.028995853018817738, + "Rate": 1015, + "xcoord": -7.9537811279296875, + "ycoord": -12.69338321685791, + "color": "blue", + "id": "VARDA_FRIEDMAN" + }, + { + "Name": "JOSIE5FT2", + "Opinion": 0.026735203971517997, + "Rate": 1279, + "xcoord": -3.2205162048339844, + "ycoord": 15.359537124633789, + "color": "blue", + "id": "JOSIE5FT2" + }, + { + "Name": "ICKKIKING", + "Opinion": 0.020794964410748788, + "Rate": 829, + "xcoord": -3.6488571166992188, + "ycoord": 13.017072677612305, + "color": "blue", + "id": "ICKKIKING" + }, + { + "Name": "CHR1SLE1NER", + "Opinion": 0.9892265797623898, + "Rate": 1473, + "xcoord": 6.830860137939453, + "ycoord": -6.15111780166626, + "color": "red", + "id": "CHR1SLE1NER" + }, + { + "Name": "CIN60119002", + "Opinion": 0.9858740281953541, + "Rate": 1679, + "xcoord": 6.6779327392578125, + "ycoord": -8.836493492126465, + "color": "red", + "id": "CIN60119002" + }, + { + "Name": "HIJCP", + "Opinion": 0.04548056776165922, + "Rate": 894, + "xcoord": -5.195888519287109, + "ycoord": -12.926895141601562, + "color": "blue", + "id": "HIJCP" + }, + { + "Name": "LAVENDERBLUE27", + "Opinion": 0.033101247247454835, + "Rate": 609, + "xcoord": -4.647315979003906, + "ycoord": 9.979545593261719, + "color": "blue", + "id": "LAVENDERBLUE27" + }, + { + "Name": "STOCKGUY61", + "Opinion": 0.04336748673721565, + "Rate": 2199, + "xcoord": -1.3490447998046875, + "ycoord": 9.877660751342773, + "color": "blue", + "id": "STOCKGUY61" + }, + { + "Name": "TOANEWFUTURE", + "Opinion": 0.023744116737098114, + "Rate": 1214, + "xcoord": -7.900203704833984, + "ycoord": -10.061515808105469, + "color": "blue", + "id": "TOANEWFUTURE" + }, + { + "Name": "FORRTHEBIRDS", + "Opinion": 0.007286201658706467, + "Rate": 603, + "xcoord": -4.855876922607422, + "ycoord": -12.96435546875, + "color": "blue", + "id": "FORRTHEBIRDS" + }, + { + "Name": "POOKOO_2000", + "Opinion": 0.023101319075286533, + "Rate": 1397, + "xcoord": -7.026332855224609, + "ycoord": -10.076910018920898, + "color": "blue", + "id": "POOKOO_2000" + }, + { + "Name": "JANHOLLOWAY16", + "Opinion": 0.015782844041239117, + "Rate": 1033, + "xcoord": -1.756317138671875, + "ycoord": 14.968914031982422, + "color": "blue", + "id": "JANHOLLOWAY16" + }, + { + "Name": "KAVRIDER", + "Opinion": 0.019444310377623848, + "Rate": 2383, + "xcoord": -1.5555191040039062, + "ycoord": 9.250801086425781, + "color": "blue", + "id": "KAVRIDER" + }, + { + "Name": "USESQUIRE18", + "Opinion": 0.017973153142868917, + "Rate": 1214, + "xcoord": -6.295249938964844, + "ycoord": 10.786346435546875, + "color": "blue", + "id": "USESQUIRE18" + }, + { + "Name": "HRMHANNAMONTANA", + "Opinion": 0.02802460794229471, + "Rate": 889, + "xcoord": -3.4380340576171875, + "ycoord": 10.047204971313477, + "color": "blue", + "id": "HRMHANNAMONTANA" + }, + { + "Name": "TONYRACEFAN", + "Opinion": 0.008428754578774617, + "Rate": 914, + "xcoord": -6.631397247314453, + "ycoord": -9.74811840057373, + "color": "blue", + "id": "TONYRACEFAN" + }, + { + "Name": "SCHRISTOFFERS", + "Opinion": 0.03264239217121663, + "Rate": 2022, + "xcoord": -4.438762664794922, + "ycoord": -10.377421379089355, + "color": "blue", + "id": "SCHRISTOFFERS" + }, + { + "Name": "RWAYNEFISCHER1", + "Opinion": 0.9923607537829914, + "Rate": 1364, + "xcoord": 3.0746421813964844, + "ycoord": -13.391279220581055, + "color": "red", + "id": "RWAYNEFISCHER1" + }, + { + "Name": "NO2HITTING", + "Opinion": 0.0255078005604144, + "Rate": 1836, + "xcoord": -6.852973937988281, + "ycoord": -13.547258377075195, + "color": "blue", + "id": "NO2HITTING" + }, + { + "Name": "LOBYLYN", + "Opinion": 0.014625658904622647, + "Rate": 2122, + "xcoord": -7.601985931396484, + "ycoord": -10.179229736328125, + "color": "blue", + "id": "LOBYLYN" + }, + { + "Name": "THROUGHTHYGRACE", + "Opinion": 0.9620704813787376, + "Rate": 2409, + "xcoord": 2.7919883728027344, + "ycoord": -9.522006034851074, + "color": "red", + "id": "THROUGHTHYGRACE" + }, + { + "Name": "BLAQSENSE", + "Opinion": 0.009236406124567477, + "Rate": 289, + "xcoord": -7.8857421875, + "ycoord": -11.297696113586426, + "color": "blue", + "id": "BLAQSENSE" + }, + { + "Name": "IDLEGIGI", + "Opinion": 0.9803143507901064, + "Rate": 2912, + "xcoord": 2.564502716064453, + "ycoord": -12.150148391723633, + "color": "red", + "id": "IDLEGIGI" + }, + { + "Name": "MIRANDASALCIDO1", + "Opinion": 0.9721005133687568, + "Rate": 941, + "xcoord": 6.3736419677734375, + "ycoord": -6.667055130004883, + "color": "red", + "id": "MIRANDASALCIDO1" + }, + { + "Name": "GGRANDMAG73", + "Opinion": 0.8843047022153528, + "Rate": 1945, + "xcoord": 5.496524810791016, + "ycoord": -8.641510009765625, + "color": "red", + "id": "GGRANDMAG73" + }, + { + "Name": "CKM4MAGA", + "Opinion": 0.9899964806795613, + "Rate": 1914, + "xcoord": 5.062843322753906, + "ycoord": -8.116767883300781, + "color": "red", + "id": "CKM4MAGA" + }, + { + "Name": "CATHYC28", + "Opinion": 0.00884223245258033, + "Rate": 1029, + "xcoord": -6.119709014892578, + "ycoord": -11.302045822143555, + "color": "blue", + "id": "CATHYC28" + }, + { + "Name": "ANON_LOBO", + "Opinion": 0.030903028175325975, + "Rate": 997, + "xcoord": -8.167736053466797, + "ycoord": -12.514735221862793, + "color": "blue", + "id": "ANON_LOBO" + }, + { + "Name": "CHARLENEGAPEACH", + "Opinion": 0.016549846919786098, + "Rate": 1872, + "xcoord": -6.097072601318359, + "ycoord": -13.452064514160156, + "color": "blue", + "id": "CHARLENEGAPEACH" + }, + { + "Name": "MENNO_KOOLS", + "Opinion": 0.984217431322824, + "Rate": 1461, + "xcoord": 5.448844909667969, + "ycoord": -5.385456085205078, + "color": "red", + "id": "MENNO_KOOLS" + }, + { + "Name": "3PXB12", + "Opinion": 0.01356084388053506, + "Rate": 1084, + "xcoord": -4.72760009765625, + "ycoord": -10.05122184753418, + "color": "blue", + "id": "3PXB12" + }, + { + "Name": "TEDBROGAN6901", + "Opinion": 0.0366234419152858, + "Rate": 1558, + "xcoord": -3.8922042846679688, + "ycoord": 11.939483642578125, + "color": "blue", + "id": "TEDBROGAN6901" + }, + { + "Name": "LTANNER70", + "Opinion": 0.05481724773639955, + "Rate": 1773, + "xcoord": -1.2509002685546875, + "ycoord": 11.386634826660156, + "color": "blue", + "id": "LTANNER70" + }, + { + "Name": "OLIVIATHERESE3", + "Opinion": 0.016272429789763034, + "Rate": 1056, + "xcoord": -5.188056945800781, + "ycoord": 12.578937530517578, + "color": "blue", + "id": "OLIVIATHERESE3" + }, + { + "Name": "CYBORGONTOLOGIE", + "Opinion": 0.05422561456442306, + "Rate": 104, + "xcoord": -6.43963623046875, + "ycoord": -11.070867538452148, + "color": "blue", + "id": "CYBORGONTOLOGIE" + }, + { + "Name": "DEBROB1947", + "Opinion": 0.09588481037399044, + "Rate": 2080, + "xcoord": -6.852989196777344, + "ycoord": -11.46872615814209, + "color": "blue", + "id": "DEBROB1947" + }, + { + "Name": "CEONAZIMALI", + "Opinion": 0.1361617419060975, + "Rate": 493, + "xcoord": -5.7859344482421875, + "ycoord": -11.197381973266602, + "color": "blue", + "id": "CEONAZIMALI" + }, + { + "Name": "NIKRIV2", + "Opinion": 0.010172760318286306, + "Rate": 958, + "xcoord": -5.796337127685547, + "ycoord": -11.220403671264648, + "color": "blue", + "id": "NIKRIV2" + }, + { + "Name": "MINAMA1946", + "Opinion": 0.037486691654896126, + "Rate": 674, + "xcoord": -7.6342010498046875, + "ycoord": -10.917749404907227, + "color": "blue", + "id": "MINAMA1946" + }, + { + "Name": "TRDRPAUL", + "Opinion": 0.004639276315012107, + "Rate": 827, + "xcoord": -5.104835510253906, + "ycoord": -11.653700828552246, + "color": "blue", + "id": "TRDRPAUL" + }, + { + "Name": "LINDANAP123", + "Opinion": 0.9900068302036472, + "Rate": 3291, + "xcoord": 2.0308609008789062, + "ycoord": -12.662214279174805, + "color": "red", + "id": "LINDANAP123" + }, + { + "Name": "BILLSPLACEHERE", + "Opinion": 0.989660793848134, + "Rate": 1554, + "xcoord": 1.8083534240722656, + "ycoord": -11.742427825927734, + "color": "red", + "id": "BILLSPLACEHERE" + }, + { + "Name": "DANIELLE1239", + "Opinion": 0.02499862232766373, + "Rate": 1024, + "xcoord": -5.008064270019531, + "ycoord": -10.68216323852539, + "color": "blue", + "id": "DANIELLE1239" + }, + { + "Name": "REALSTEVEMRIES", + "Opinion": 0.966088546283186, + "Rate": 453, + "xcoord": 6.00140380859375, + "ycoord": -7.483729839324951, + "color": "red", + "id": "REALSTEVEMRIES" + }, + { + "Name": "TONY_HAMBLETON", + "Opinion": 0.9725265081206498, + "Rate": 1293, + "xcoord": 6.4087371826171875, + "ycoord": -7.09777307510376, + "color": "red", + "id": "TONY_HAMBLETON" + }, + { + "Name": "SANDRA_UNITED", + "Opinion": 0.023264892953144174, + "Rate": 1304, + "xcoord": -4.869762420654297, + "ycoord": 15.177204132080078, + "color": "blue", + "id": "SANDRA_UNITED" + }, + { + "Name": "KIMHALLIBURTON", + "Opinion": 0.04959260097076168, + "Rate": 4885, + "xcoord": -4.959907531738281, + "ycoord": 10.364429473876953, + "color": "blue", + "id": "KIMHALLIBURTON" + }, + { + "Name": "DGRINHAM", + "Opinion": 0.012808457915611294, + "Rate": 1595, + "xcoord": -7.626316070556641, + "ycoord": -11.63447093963623, + "color": "blue", + "id": "DGRINHAM" + }, + { + "Name": "JANATTHEOCEAN", + "Opinion": 0.057828039484355276, + "Rate": 2695, + "xcoord": -1.5761871337890625, + "ycoord": 13.493768692016602, + "color": "blue", + "id": "JANATTHEOCEAN" + }, + { + "Name": "ANTHONYBOURQUE", + "Opinion": 0.009513545492431913, + "Rate": 4152, + "xcoord": -5.390804290771484, + "ycoord": 14.028907775878906, + "color": "blue", + "id": "ANTHONYBOURQUE" + }, + { + "Name": "SHARONSHARONH10", + "Opinion": 0.009853647569653949, + "Rate": 1127, + "xcoord": -5.698230743408203, + "ycoord": 10.803470611572266, + "color": "blue", + "id": "SHARONSHARONH10" + }, + { + "Name": "ENARDAVIS1", + "Opinion": 0.017116941525378564, + "Rate": 1652, + "xcoord": -1.5662422180175781, + "ycoord": 12.412288665771484, + "color": "blue", + "id": "ENARDAVIS1" + }, + { + "Name": "KHILLIAN13", + "Opinion": 0.009545061460851264, + "Rate": 2140, + "xcoord": -6.955333709716797, + "ycoord": 12.583662033081055, + "color": "blue", + "id": "KHILLIAN13" + }, + { + "Name": "SHARBYCREEK", + "Opinion": 0.9622682443004116, + "Rate": 486, + "xcoord": 2.2936553955078125, + "ycoord": -10.070682525634766, + "color": "red", + "id": "SHARBYCREEK" + }, + { + "Name": "VICPENLEY", + "Opinion": 0.9785866357525608, + "Rate": 1270, + "xcoord": 7.069759368896484, + "ycoord": -6.416670322418213, + "color": "red", + "id": "VICPENLEY" + }, + { + "Name": "STRAITARROW10", + "Opinion": 0.021393911662415024, + "Rate": 3091, + "xcoord": -7.607196807861328, + "ycoord": -13.04452896118164, + "color": "blue", + "id": "STRAITARROW10" + }, + { + "Name": "JANET_BANNER", + "Opinion": 0.03143143536196607, + "Rate": 1709, + "xcoord": -2.1936874389648438, + "ycoord": 8.63939094543457, + "color": "blue", + "id": "JANET_BANNER" + }, + { + "Name": "HENZIGMARGARET", + "Opinion": 0.0273124111944134, + "Rate": 1612, + "xcoord": -3.916118621826172, + "ycoord": 14.06207275390625, + "color": "blue", + "id": "HENZIGMARGARET" + }, + { + "Name": "BRIANYPAUL", + "Opinion": 0.031095097314524717, + "Rate": 1316, + "xcoord": -2.7041893005371094, + "ycoord": 11.044113159179688, + "color": "blue", + "id": "BRIANYPAUL" + }, + { + "Name": "MARIASCHENETZKE", + "Opinion": 0.016483734522222217, + "Rate": 910, + "xcoord": -7.269721984863281, + "ycoord": -10.592077255249023, + "color": "blue", + "id": "MARIASCHENETZKE" + }, + { + "Name": "PRIMATE7", + "Opinion": 0.010758038969057377, + "Rate": 488, + "xcoord": -1.4417304992675781, + "ycoord": 13.023265838623047, + "color": "blue", + "id": "PRIMATE7" + }, + { + "Name": "GALLEYDIANA5", + "Opinion": 0.985837603765532, + "Rate": 1851, + "xcoord": 6.848552703857422, + "ycoord": -7.6223578453063965, + "color": "red", + "id": "GALLEYDIANA5" + }, + { + "Name": "JOEYREINCARNAT1", + "Opinion": 0.9843845606898368, + "Rate": 1899, + "xcoord": 6.172008514404297, + "ycoord": -7.565526962280273, + "color": "red", + "id": "JOEYREINCARNAT1" + }, + { + "Name": "SAMJBCI", + "Opinion": 0.9903396728621768, + "Rate": 2555, + "xcoord": 7.069782257080078, + "ycoord": -7.439955234527588, + "color": "red", + "id": "SAMJBCI" + }, + { + "Name": "MULTIJO1", + "Opinion": 0.03489134066014463, + "Rate": 2353, + "xcoord": -6.366329193115234, + "ycoord": 12.365615844726562, + "color": "blue", + "id": "MULTIJO1" + }, + { + "Name": "STAYWOKEV", + "Opinion": 0.028080569020300074, + "Rate": 1134, + "xcoord": -5.689540863037109, + "ycoord": 14.132192611694336, + "color": "blue", + "id": "STAYWOKEV" + }, + { + "Name": "CYNDIW100", + "Opinion": 0.025486927298593684, + "Rate": 1993, + "xcoord": -5.184051513671875, + "ycoord": 12.588476181030273, + "color": "blue", + "id": "CYNDIW100" + }, + { + "Name": "GLUTTENP", + "Opinion": 0.017199524877399203, + "Rate": 1761, + "xcoord": -5.942943572998047, + "ycoord": 13.030681610107422, + "color": "blue", + "id": "GLUTTENP" + }, + { + "Name": "VMBRITSCH", + "Opinion": 0.012531224232080028, + "Rate": 2900, + "xcoord": -3.0147933959960938, + "ycoord": 13.014455795288086, + "color": "blue", + "id": "VMBRITSCH" + }, + { + "Name": "U_WANNA_EH", + "Opinion": 0.016231856860259037, + "Rate": 1468, + "xcoord": -1.8000946044921875, + "ycoord": 11.549652099609375, + "color": "blue", + "id": "U_WANNA_EH" + }, + { + "Name": "IMCOSTA1", + "Opinion": 0.021811310078017, + "Rate": 1766, + "xcoord": -1.9699325561523438, + "ycoord": 11.451250076293945, + "color": "blue", + "id": "IMCOSTA1" + }, + { + "Name": "KRISTAFRANCES", + "Opinion": 0.016391762922112012, + "Rate": 1715, + "xcoord": -3.351146697998047, + "ycoord": 8.996587753295898, + "color": "blue", + "id": "KRISTAFRANCES" + }, + { + "Name": "PEGGYYATES2014", + "Opinion": 0.02740632163383298, + "Rate": 1403, + "xcoord": -5.534236907958984, + "ycoord": -9.59572982788086, + "color": "blue", + "id": "PEGGYYATES2014" + }, + { + "Name": "GRANDMALAURIE", + "Opinion": 0.01627198058253425, + "Rate": 876, + "xcoord": -5.914848327636719, + "ycoord": 9.887739181518555, + "color": "blue", + "id": "GRANDMALAURIE" + }, + { + "Name": "DISASTERIFIC2", + "Opinion": 0.007273899257051282, + "Rate": 469, + "xcoord": -6.692340850830078, + "ycoord": -9.724517822265625, + "color": "blue", + "id": "DISASTERIFIC2" + }, + { + "Name": "LFRATTAROLA", + "Opinion": 0.013859803822151226, + "Rate": 940, + "xcoord": -6.224334716796875, + "ycoord": -9.3709135055542, + "color": "blue", + "id": "LFRATTAROLA" + }, + { + "Name": "AMYSCORCA", + "Opinion": 0.011101635714814815, + "Rate": 567, + "xcoord": -4.124355316162109, + "ycoord": 14.075130462646484, + "color": "blue", + "id": "AMYSCORCA" + }, + { + "Name": "LAURIESPOON", + "Opinion": 0.03146323629449017, + "Rate": 1579, + "xcoord": -2.7147674560546875, + "ycoord": 14.773992538452148, + "color": "blue", + "id": "LAURIESPOON" + }, + { + "Name": "DEE26557409", + "Opinion": 0.04920710915117518, + "Rate": 3192, + "xcoord": -6.0015411376953125, + "ycoord": -11.489568710327148, + "color": "blue", + "id": "DEE26557409" + }, + { + "Name": "DISMISSTRUMP", + "Opinion": 0.08525109151728882, + "Rate": 3778, + "xcoord": -1.6609764099121094, + "ycoord": 14.281936645507812, + "color": "blue", + "id": "DISMISSTRUMP" + }, + { + "Name": "PRSORENSEN1", + "Opinion": 0.971121383168568, + "Rate": 3156, + "xcoord": 2.378681182861328, + "ycoord": -11.657272338867188, + "color": "red", + "id": "PRSORENSEN1" + }, + { + "Name": "ROSE_BELLAMY", + "Opinion": 0.019780659335782384, + "Rate": 3568, + "xcoord": -4.995014190673828, + "ycoord": 10.895990371704102, + "color": "blue", + "id": "ROSE_BELLAMY" + }, + { + "Name": "CHEEZWITHAM", + "Opinion": 0.051506242382378255, + "Rate": 3019, + "xcoord": -4.416934967041016, + "ycoord": 12.943979263305664, + "color": "blue", + "id": "CHEEZWITHAM" + }, + { + "Name": "DADDYBROOKS", + "Opinion": 0.022945901447081463, + "Rate": 1559, + "xcoord": -5.175457000732422, + "ycoord": -10.823968887329102, + "color": "blue", + "id": "DADDYBROOKS" + }, + { + "Name": "HARD2FINETJ", + "Opinion": 0.02177976891428571, + "Rate": 589, + "xcoord": -5.643733978271484, + "ycoord": 14.93320083618164, + "color": "blue", + "id": "HARD2FINETJ" + }, + { + "Name": "AJHOLLAND01", + "Opinion": 0.013083062743223735, + "Rate": 1247, + "xcoord": -5.99090576171875, + "ycoord": 10.706968307495117, + "color": "blue", + "id": "AJHOLLAND01" + }, + { + "Name": "DRSPL5", + "Opinion": 0.0698195165978036, + "Rate": 1549, + "xcoord": -2.2292251586914062, + "ycoord": 11.036165237426758, + "color": "blue", + "id": "DRSPL5" + }, + { + "Name": "VMKELLERVANESSA", + "Opinion": 0.026039131063119454, + "Rate": 1917, + "xcoord": -6.310733795166016, + "ycoord": -10.187454223632812, + "color": "blue", + "id": "VMKELLERVANESSA" + }, + { + "Name": "TRUMPWATCHNEWS", + "Opinion": 0.01840354984272824, + "Rate": 1885, + "xcoord": -5.246929168701172, + "ycoord": -10.167045593261719, + "color": "blue", + "id": "TRUMPWATCHNEWS" + }, + { + "Name": "GMICHELGARCIA", + "Opinion": 0.006623226715213361, + "Rate": 539, + "xcoord": -5.578502655029297, + "ycoord": -11.402545928955078, + "color": "blue", + "id": "GMICHELGARCIA" + }, + { + "Name": "400GT", + "Opinion": 0.007364265367631102, + "Rate": 553, + "xcoord": -7.788394927978516, + "ycoord": -10.70945930480957, + "color": "blue", + "id": "400GT" + }, + { + "Name": "HELENS1327", + "Opinion": 0.02165346524741641, + "Rate": 329, + "xcoord": -6.124172210693359, + "ycoord": -10.714735984802246, + "color": "blue", + "id": "HELENS1327" + }, + { + "Name": "TRBRAM", + "Opinion": 0.9696928381447224, + "Rate": 1840, + "xcoord": 2.123077392578125, + "ycoord": -10.933958053588867, + "color": "red", + "id": "TRBRAM" + }, + { + "Name": "PHILLIP92321", + "Opinion": 0.02677113145770724, + "Rate": 4127, + "xcoord": -4.052013397216797, + "ycoord": -11.15893840789795, + "color": "blue", + "id": "PHILLIP92321" + }, + { + "Name": "DASTARDLYDONALD", + "Opinion": 0.020111277715593217, + "Rate": 590, + "xcoord": -3.9735870361328125, + "ycoord": 11.710662841796875, + "color": "blue", + "id": "DASTARDLYDONALD" + }, + { + "Name": "MINNNYME", + "Opinion": 0.02110855197731093, + "Rate": 1428, + "xcoord": -1.8999176025390625, + "ycoord": 13.202234268188477, + "color": "blue", + "id": "MINNNYME" + }, + { + "Name": "LIBERALTOTHEEND", + "Opinion": 0.012773684856563244, + "Rate": 419, + "xcoord": -1.1612434387207031, + "ycoord": 10.56351089477539, + "color": "blue", + "id": "LIBERALTOTHEEND" + }, + { + "Name": "LLLWRY", + "Opinion": 0.028029304138743032, + "Rate": 2516, + "xcoord": -4.943122863769531, + "ycoord": 12.621910095214844, + "color": "blue", + "id": "LLLWRY" + }, + { + "Name": "RYANJOHNCKE", + "Opinion": 0.018094278756717687, + "Rate": 1177, + "xcoord": -3.3617935180664062, + "ycoord": 12.836065292358398, + "color": "blue", + "id": "RYANJOHNCKE" + }, + { + "Name": "CYNTHIAETHERI11", + "Opinion": 0.034848558835294134, + "Rate": 1122, + "xcoord": -4.9623870849609375, + "ycoord": 12.939624786376953, + "color": "blue", + "id": "CYNTHIAETHERI11" + }, + { + "Name": "STEEN_HAGENSEN", + "Opinion": 0.017425402286333328, + "Rate": 900, + "xcoord": -6.108737945556641, + "ycoord": -10.610628128051758, + "color": "blue", + "id": "STEEN_HAGENSEN" + }, + { + "Name": "OLOPHNIHLSON", + "Opinion": 0.013428554475200536, + "Rate": 1496, + "xcoord": -3.9774742126464844, + "ycoord": 9.900150299072266, + "color": "blue", + "id": "OLOPHNIHLSON" + }, + { + "Name": "APLEMKSERIOUSLY", + "Opinion": 0.03656040623190244, + "Rate": 2052, + "xcoord": -2.5838699340820312, + "ycoord": 8.322441101074219, + "color": "blue", + "id": "APLEMKSERIOUSLY" + }, + { + "Name": "DAWNSLIGHT2", + "Opinion": 0.07591613966579405, + "Rate": 573, + "xcoord": -1.7402496337890625, + "ycoord": 11.108705520629883, + "color": "blue", + "id": "DAWNSLIGHT2" + }, + { + "Name": "BAADSHEEP6", + "Opinion": 0.005741249467268621, + "Rate": 444, + "xcoord": -8.312423706054688, + "ycoord": -11.29664421081543, + "color": "blue", + "id": "BAADSHEEP6" + }, + { + "Name": "INSTICHES1", + "Opinion": 0.9899146975235976, + "Rate": 1801, + "xcoord": 4.823341369628906, + "ycoord": -9.838252067565918, + "color": "red", + "id": "INSTICHES1" + }, + { + "Name": "DAWNERYANS", + "Opinion": 0.019216842732425948, + "Rate": 2498, + "xcoord": -4.101879119873047, + "ycoord": 11.40066909790039, + "color": "blue", + "id": "DAWNERYANS" + }, + { + "Name": "EMOTIONMOJO", + "Opinion": 0.0053858988910156225, + "Rate": 1280, + "xcoord": -3.5335426330566406, + "ycoord": 15.109060287475586, + "color": "blue", + "id": "EMOTIONMOJO" + }, + { + "Name": "KARENDEVINE84", + "Opinion": 0.016419219583390484, + "Rate": 2625, + "xcoord": -1.8639984130859375, + "ycoord": 7.900320053100586, + "color": "blue", + "id": "KARENDEVINE84" + }, + { + "Name": "CRMBUR", + "Opinion": 0.012521336290245835, + "Rate": 1261, + "xcoord": -4.4274749755859375, + "ycoord": -10.761982917785645, + "color": "blue", + "id": "CRMBUR" + }, + { + "Name": "GINGIN21", + "Opinion": 0.019647589736988377, + "Rate": 1981, + "xcoord": -6.385204315185547, + "ycoord": -11.55508041381836, + "color": "blue", + "id": "GINGIN21" + }, + { + "Name": "JANE73066574", + "Opinion": 0.010852464929125413, + "Rate": 1213, + "xcoord": -4.16375732421875, + "ycoord": 11.48652458190918, + "color": "blue", + "id": "JANE73066574" + }, + { + "Name": "GREGJON27277299", + "Opinion": 0.01801541284214104, + "Rate": 1177, + "xcoord": -4.5282745361328125, + "ycoord": -10.299287796020508, + "color": "blue", + "id": "GREGJON27277299" + }, + { + "Name": "SPEAKBRAVELY", + "Opinion": 0.01653873363275861, + "Rate": 870, + "xcoord": -5.805747985839844, + "ycoord": -10.119446754455566, + "color": "blue", + "id": "SPEAKBRAVELY" + }, + { + "Name": "PJMG71636355", + "Opinion": 0.006495578606571425, + "Rate": 1400, + "xcoord": -7.148883819580078, + "ycoord": -11.659223556518555, + "color": "blue", + "id": "PJMG71636355" + }, + { + "Name": "SGHELMERICKS", + "Opinion": 0.00948136346551724, + "Rate": 465, + "xcoord": -6.848674774169922, + "ycoord": -9.78731918334961, + "color": "blue", + "id": "SGHELMERICKS" + }, + { + "Name": "CHACHAMOXIE", + "Opinion": 0.015425363311055637, + "Rate": 1403, + "xcoord": -8.155292510986328, + "ycoord": -11.22364616394043, + "color": "blue", + "id": "CHACHAMOXIE" + }, + { + "Name": "LESKO_SUSAN", + "Opinion": 0.012075585353826137, + "Rate": 1921, + "xcoord": -6.250144958496094, + "ycoord": 14.714750289916992, + "color": "blue", + "id": "LESKO_SUSAN" + }, + { + "Name": "ALFREDPAMNJOE", + "Opinion": 0.021684633915297662, + "Rate": 1327, + "xcoord": -7.527912139892578, + "ycoord": 12.060693740844727, + "color": "blue", + "id": "ALFREDPAMNJOE" + }, + { + "Name": "ANNH1958", + "Opinion": 0.01397074874475177, + "Rate": 1411, + "xcoord": -4.062629699707031, + "ycoord": 15.415794372558594, + "color": "blue", + "id": "ANNH1958" + }, + { + "Name": "AUGUSTANEWMAN13", + "Opinion": 0.03704041656910032, + "Rate": 1356, + "xcoord": -4.8429718017578125, + "ycoord": 14.79957389831543, + "color": "blue", + "id": "AUGUSTANEWMAN13" + }, + { + "Name": "INTOTHEFORESTSB", + "Opinion": 0.011461368393680295, + "Rate": 1077, + "xcoord": -5.81024169921875, + "ycoord": 15.318208694458008, + "color": "blue", + "id": "INTOTHEFORESTSB" + }, + { + "Name": "ZHUXUDONG5", + "Opinion": 0.9872981187332862, + "Rate": 1424, + "xcoord": 3.3162384033203125, + "ycoord": -11.345505714416504, + "color": "red", + "id": "ZHUXUDONG5" + }, + { + "Name": "PAT625T", + "Opinion": 0.024915017215457868, + "Rate": 1366, + "xcoord": -3.4882736206054688, + "ycoord": -11.94350814819336, + "color": "blue", + "id": "PAT625T" + }, + { + "Name": "ILLGJILLY", + "Opinion": 0.008879932424977621, + "Rate": 1117, + "xcoord": -6.180118560791016, + "ycoord": -11.822592735290527, + "color": "blue", + "id": "ILLGJILLY" + }, + { + "Name": "LUIEFIG", + "Opinion": 0.011492582011045657, + "Rate": 680, + "xcoord": -7.255584716796875, + "ycoord": -13.521549224853516, + "color": "blue", + "id": "LUIEFIG" + }, + { + "Name": "HEROESOFMINE", + "Opinion": 0.01126678521462404, + "Rate": 1690, + "xcoord": -6.036598205566406, + "ycoord": -13.204689025878906, + "color": "blue", + "id": "HEROESOFMINE" + }, + { + "Name": "LOGANSRUN79", + "Opinion": 0.9805473298425624, + "Rate": 1843, + "xcoord": 4.209896087646484, + "ycoord": -12.425474166870117, + "color": "red", + "id": "LOGANSRUN79" + }, + { + "Name": "A_BOBBIE", + "Opinion": 0.9965002245522384, + "Rate": 268, + "xcoord": 2.3170547485351562, + "ycoord": -12.325645446777344, + "color": "red", + "id": "A_BOBBIE" + }, + { + "Name": "JKASTRITIS", + "Opinion": 0.037833744292057284, + "Rate": 768, + "xcoord": -7.515766143798828, + "ycoord": -12.760879516601562, + "color": "blue", + "id": "JKASTRITIS" + }, + { + "Name": "MISSLEXI9162", + "Opinion": 0.9813327608942451, + "Rate": 2574, + "xcoord": 4.870868682861328, + "ycoord": -9.972785949707031, + "color": "red", + "id": "MISSLEXI9162" + }, + { + "Name": "SART48", + "Opinion": 0.9833991310150241, + "Rate": 2730, + "xcoord": 3.986103057861328, + "ycoord": -7.935182094573975, + "color": "red", + "id": "SART48" + }, + { + "Name": "YOAKUMGIRL923", + "Opinion": 0.9707423792744412, + "Rate": 4565, + "xcoord": 6.024112701416016, + "ycoord": -6.475802421569824, + "color": "red", + "id": "YOAKUMGIRL923" + }, + { + "Name": "MATTALTMAN2", + "Opinion": 0.004961790117753, + "Rate": 1166, + "xcoord": -5.741817474365234, + "ycoord": -10.909867286682129, + "color": "blue", + "id": "MATTALTMAN2" + }, + { + "Name": "TERRYATHAYER1", + "Opinion": 0.018007139649112908, + "Rate": 1241, + "xcoord": -6.431282043457031, + "ycoord": -11.999401092529297, + "color": "blue", + "id": "TERRYATHAYER1" + }, + { + "Name": "DAWNARICKELZ", + "Opinion": 0.02783643365375335, + "Rate": 1494, + "xcoord": -6.497989654541016, + "ycoord": -12.365814208984375, + "color": "blue", + "id": "DAWNARICKELZ" + }, + { + "Name": "CHARLIE21963535", + "Opinion": 0.01835595525193951, + "Rate": 1521, + "xcoord": -5.531536102294922, + "ycoord": -12.674453735351562, + "color": "blue", + "id": "CHARLIE21963535" + }, + { + "Name": "MNBOSS1", + "Opinion": 0.04623202966845754, + "Rate": 1154, + "xcoord": -7.334877014160156, + "ycoord": -12.920896530151367, + "color": "blue", + "id": "MNBOSS1" + }, + { + "Name": "MCASSARA143", + "Opinion": 0.014292697961709209, + "Rate": 1803, + "xcoord": -6.048061370849609, + "ycoord": -8.891019821166992, + "color": "blue", + "id": "MCASSARA143" + }, + { + "Name": "WEN0179", + "Opinion": 0.0199860509232928, + "Rate": 1070, + "xcoord": -7.102622985839844, + "ycoord": -11.960426330566406, + "color": "blue", + "id": "WEN0179" + }, + { + "Name": "OPPLIGERMICHAEL", + "Opinion": 0.012686332921003721, + "Rate": 538, + "xcoord": -5.467521667480469, + "ycoord": 13.417257308959961, + "color": "blue", + "id": "OPPLIGERMICHAEL" + }, + { + "Name": "RFAZOO", + "Opinion": 0.02661078463927493, + "Rate": 1655, + "xcoord": -7.20587158203125, + "ycoord": 12.568231582641602, + "color": "blue", + "id": "RFAZOO" + }, + { + "Name": "CHEBERTFORGOOD", + "Opinion": 0.012418211998005696, + "Rate": 1404, + "xcoord": -2.9274024963378906, + "ycoord": 10.918994903564453, + "color": "blue", + "id": "CHEBERTFORGOOD" + }, + { + "Name": "SEATTLELOVE90", + "Opinion": 0.008785388216764133, + "Rate": 1026, + "xcoord": -5.881721496582031, + "ycoord": -9.420007705688477, + "color": "blue", + "id": "SEATTLELOVE90" + }, + { + "Name": "JMBROWN53788079", + "Opinion": 0.9900308383036124, + "Rate": 2187, + "xcoord": 4.146522521972656, + "ycoord": -12.972020149230957, + "color": "red", + "id": "JMBROWN53788079" + }, + { + "Name": "FEINBERG_LINDA", + "Opinion": 0.010749667625059377, + "Rate": 1685, + "xcoord": -5.070430755615234, + "ycoord": -13.36946964263916, + "color": "blue", + "id": "FEINBERG_LINDA" + }, + { + "Name": "THEKEEPER2016", + "Opinion": 0.016877363558837656, + "Rate": 2085, + "xcoord": -6.702594757080078, + "ycoord": -10.374847412109375, + "color": "blue", + "id": "THEKEEPER2016" + }, + { + "Name": "ARTSYOMA", + "Opinion": 0.02789284745053305, + "Rate": 938, + "xcoord": -7.084133148193359, + "ycoord": -10.840055465698242, + "color": "blue", + "id": "ARTSYOMA" + }, + { + "Name": "THE_NABSTER", + "Opinion": 0.026522128178904283, + "Rate": 1590, + "xcoord": -7.020450592041016, + "ycoord": -9.920263290405273, + "color": "blue", + "id": "THE_NABSTER" + }, + { + "Name": "REXMYERS8", + "Opinion": 0.9947246764578108, + "Rate": 1198, + "xcoord": 5.748893737792969, + "ycoord": -11.68472671508789, + "color": "red", + "id": "REXMYERS8" + }, + { + "Name": "SASSYSALLY727", + "Opinion": 0.021558276068111646, + "Rate": 1685, + "xcoord": -4.365787506103516, + "ycoord": -12.468384742736816, + "color": "blue", + "id": "SASSYSALLY727" + }, + { + "Name": "LUISBON67258735", + "Opinion": 0.9945309543, + "Rate": 1500, + "xcoord": 4.800666809082031, + "ycoord": -12.932221412658691, + "color": "red", + "id": "LUISBON67258735" + }, + { + "Name": "SWAMP_FEVER2020", + "Opinion": 0.9957209876180972, + "Rate": 1504, + "xcoord": 2.2490005493164062, + "ycoord": -12.613264083862305, + "color": "red", + "id": "SWAMP_FEVER2020" + }, + { + "Name": "CHARLES45636918", + "Opinion": 0.9987153186419756, + "Rate": 81, + "xcoord": 3.915630340576172, + "ycoord": -12.377893447875977, + "color": "red", + "id": "CHARLES45636918" + }, + { + "Name": "MAGGIERT1", + "Opinion": 0.9910377705553428, + "Rate": 2612, + "xcoord": 3.6001548767089844, + "ycoord": -12.303977012634277, + "color": "red", + "id": "MAGGIERT1" + }, + { + "Name": "HIST616", + "Opinion": 0.009293698535105316, + "Rate": 997, + "xcoord": -7.5438385009765625, + "ycoord": -12.619693756103516, + "color": "blue", + "id": "HIST616" + }, + { + "Name": "BETHLEVIN", + "Opinion": 0.020975728951295344, + "Rate": 2316, + "xcoord": -6.475830078125, + "ycoord": -10.847463607788086, + "color": "blue", + "id": "BETHLEVIN" + }, + { + "Name": "MIMIINFTWORTH", + "Opinion": 0.9666967362051284, + "Rate": 975, + "xcoord": 2.814830780029297, + "ycoord": -12.21888542175293, + "color": "red", + "id": "MIMIINFTWORTH" + }, + { + "Name": "ELIZABETHMULHE3", + "Opinion": 0.037574586194186035, + "Rate": 774, + "xcoord": -6.784557342529297, + "ycoord": -11.502285957336426, + "color": "blue", + "id": "ELIZABETHMULHE3" + }, + { + "Name": "FAITH_JVS", + "Opinion": 0.019378003354062832, + "Rate": 924, + "xcoord": -6.467189788818359, + "ycoord": -11.68527603149414, + "color": "blue", + "id": "FAITH_JVS" + }, + { + "Name": "WOMBATSCATS58", + "Opinion": 0.012803412574014338, + "Rate": 1116, + "xcoord": -6.106109619140625, + "ycoord": -10.478631019592285, + "color": "blue", + "id": "WOMBATSCATS58" + }, + { + "Name": "O_MOH9", + "Opinion": 0.033682870607597434, + "Rate": 2028, + "xcoord": -5.857593536376953, + "ycoord": -9.985615730285645, + "color": "blue", + "id": "O_MOH9" + }, + { + "Name": "NANCYPEGGY", + "Opinion": 0.04238978392709455, + "Rate": 2602, + "xcoord": -5.078704833984375, + "ycoord": -10.01885986328125, + "color": "blue", + "id": "NANCYPEGGY" + }, + { + "Name": "GEORGIE99011801", + "Opinion": 0.04263744625111696, + "Rate": 761, + "xcoord": -5.884181976318359, + "ycoord": -9.178070068359375, + "color": "blue", + "id": "GEORGIE99011801" + }, + { + "Name": "ROLEBU1", + "Opinion": 0.9862049741765072, + "Rate": 1609, + "xcoord": 4.118564605712891, + "ycoord": -7.946541786193848, + "color": "red", + "id": "ROLEBU1" + }, + { + "Name": "MUSES220", + "Opinion": 0.043464772709970685, + "Rate": 683, + "xcoord": -4.517879486083984, + "ycoord": 11.154792785644531, + "color": "blue", + "id": "MUSES220" + }, + { + "Name": "USDEMOCRACY2020", + "Opinion": 0.028664735333956737, + "Rate": 1711, + "xcoord": -3.524066925048828, + "ycoord": 10.317037582397461, + "color": "blue", + "id": "USDEMOCRACY2020" + }, + { + "Name": "ROSEMESSINA1", + "Opinion": 0.015281629414358332, + "Rate": 788, + "xcoord": -7.851078033447266, + "ycoord": -11.638511657714844, + "color": "blue", + "id": "ROSEMESSINA1" + }, + { + "Name": "JIMINCLWR", + "Opinion": 0.0216918201737744, + "Rate": 2510, + "xcoord": -2.5468063354492188, + "ycoord": 12.553232192993164, + "color": "blue", + "id": "JIMINCLWR" + }, + { + "Name": "TERAM323TERE", + "Opinion": 0.02748513008500277, + "Rate": 1807, + "xcoord": -1.4810333251953125, + "ycoord": 8.286142349243164, + "color": "blue", + "id": "TERAM323TERE" + }, + { + "Name": "MARYSAVILLE3", + "Opinion": 0.03515347193621623, + "Rate": 740, + "xcoord": -4.778919219970703, + "ycoord": 15.511993408203125, + "color": "blue", + "id": "MARYSAVILLE3" + }, + { + "Name": "THEHUSBANDKNOWS", + "Opinion": 0.005536713694035089, + "Rate": 856, + "xcoord": -5.633846282958984, + "ycoord": -11.580023765563965, + "color": "blue", + "id": "THEHUSBANDKNOWS" + }, + { + "Name": "BESSY_C3", + "Opinion": 0.04380771421088999, + "Rate": 1813, + "xcoord": -1.5629463195800781, + "ycoord": 11.903480529785156, + "color": "blue", + "id": "BESSY_C3" + }, + { + "Name": "SONOKOCENTRAL", + "Opinion": 0.020420460009921416, + "Rate": 1018, + "xcoord": -6.746967315673828, + "ycoord": 10.376901626586914, + "color": "blue", + "id": "SONOKOCENTRAL" + }, + { + "Name": "ICONJNR", + "Opinion": 0.8910951065, + "Rate": 36, + "xcoord": 2.279132843017578, + "ycoord": -11.744593620300293, + "color": "red", + "id": "ICONJNR" + }, + { + "Name": "CASTONCHRIS", + "Opinion": 0.05256092381024588, + "Rate": 2928, + "xcoord": -6.656578063964844, + "ycoord": -11.199077606201172, + "color": "blue", + "id": "CASTONCHRIS" + }, + { + "Name": "THEBLACKKANER88", + "Opinion": 0.00712078438477537, + "Rate": 1202, + "xcoord": -6.590923309326172, + "ycoord": -12.627819061279297, + "color": "blue", + "id": "THEBLACKKANER88" + }, + { + "Name": "ATERV", + "Opinion": 0.016521239626556015, + "Rate": 1206, + "xcoord": -6.832752227783203, + "ycoord": -11.885551452636719, + "color": "blue", + "id": "ATERV" + }, + { + "Name": "TARACAS", + "Opinion": 0.02162490007390624, + "Rate": 1923, + "xcoord": -7.305538177490234, + "ycoord": -10.806267738342285, + "color": "blue", + "id": "TARACAS" + }, + { + "Name": "BOOTHATCHER1", + "Opinion": 0.01134365765244445, + "Rate": 450, + "xcoord": -6.2015380859375, + "ycoord": 15.07557487487793, + "color": "blue", + "id": "BOOTHATCHER1" + }, + { + "Name": "EILEENQUIRKE12", + "Opinion": 0.012593483948288508, + "Rate": 1636, + "xcoord": -6.232044219970703, + "ycoord": 15.543659210205078, + "color": "blue", + "id": "EILEENQUIRKE12" + }, + { + "Name": "BECKYGALLAGHE10", + "Opinion": 0.029706768387958868, + "Rate": 681, + "xcoord": -3.2555809020996094, + "ycoord": 12.374290466308594, + "color": "blue", + "id": "BECKYGALLAGHE10" + }, + { + "Name": "LARIDOR1", + "Opinion": 0.9852784909535862, + "Rate": 3557, + "xcoord": 4.375141143798828, + "ycoord": -11.334066390991211, + "color": "red", + "id": "LARIDOR1" + }, + { + "Name": "SHOGGOTH_QUEEN", + "Opinion": 0.041693289326986516, + "Rate": 668, + "xcoord": -7.131584167480469, + "ycoord": -12.017525672912598, + "color": "blue", + "id": "SHOGGOTH_QUEEN" + }, + { + "Name": "DOVEWOMAN1", + "Opinion": 0.025708155494616424, + "Rate": 1486, + "xcoord": -3.4757118225097656, + "ycoord": -10.886266708374023, + "color": "blue", + "id": "DOVEWOMAN1" + }, + { + "Name": "SMSPERIDOT", + "Opinion": 0.015441196892756541, + "Rate": 994, + "xcoord": -4.730922698974609, + "ycoord": -11.791062355041504, + "color": "blue", + "id": "SMSPERIDOT" + }, + { + "Name": "STOVERPHOTO", + "Opinion": 0.0229778448255448, + "Rate": 826, + "xcoord": -7.109092712402344, + "ycoord": -11.539024353027344, + "color": "blue", + "id": "STOVERPHOTO" + }, + { + "Name": "BRITTAN84613360", + "Opinion": 0.04219777622649698, + "Rate": 5462, + "xcoord": -7.000232696533203, + "ycoord": 13.891441345214844, + "color": "blue", + "id": "BRITTAN84613360" + }, + { + "Name": "WOLFBANE1946", + "Opinion": 0.01867995953452116, + "Rate": 1347, + "xcoord": -6.244453430175781, + "ycoord": -9.98254108428955, + "color": "blue", + "id": "WOLFBANE1946" + }, + { + "Name": "MYKIWITWIT", + "Opinion": 0.013875786470132007, + "Rate": 2426, + "xcoord": -6.621307373046875, + "ycoord": -10.223322868347168, + "color": "blue", + "id": "MYKIWITWIT" + }, + { + "Name": "CCLARKE52", + "Opinion": 0.024039271723564955, + "Rate": 662, + "xcoord": -7.340671539306641, + "ycoord": 11.782890319824219, + "color": "blue", + "id": "CCLARKE52" + }, + { + "Name": "KATEACOSTA5", + "Opinion": 0.03135682786985447, + "Rate": 481, + "xcoord": -3.0098190307617188, + "ycoord": 12.334468841552734, + "color": "blue", + "id": "KATEACOSTA5" + }, + { + "Name": "GALLAN500", + "Opinion": 0.009426354863608565, + "Rate": 654, + "xcoord": -2.8772506713867188, + "ycoord": 15.686847686767578, + "color": "blue", + "id": "GALLAN500" + }, + { + "Name": "CHRISTI60688648", + "Opinion": 0.018163679274101608, + "Rate": 807, + "xcoord": -7.030357360839844, + "ycoord": -9.564757347106934, + "color": "blue", + "id": "CHRISTI60688648" + }, + { + "Name": "NAVGIRL2", + "Opinion": 0.9274677064430772, + "Rate": 1625, + "xcoord": 5.089374542236328, + "ycoord": -10.45060920715332, + "color": "red", + "id": "NAVGIRL2" + }, + { + "Name": "SLKPCA", + "Opinion": 0.016882464333012045, + "Rate": 1246, + "xcoord": -6.602119445800781, + "ycoord": 12.874393463134766, + "color": "blue", + "id": "SLKPCA" + }, + { + "Name": "THETRAVELPRINC1", + "Opinion": 0.02568401281635638, + "Rate": 2256, + "xcoord": -3.1726150512695312, + "ycoord": -10.29589557647705, + "color": "blue", + "id": "THETRAVELPRINC1" + }, + { + "Name": "CRZY4JOE", + "Opinion": 0.03435333815613244, + "Rate": 1329, + "xcoord": -6.387855529785156, + "ycoord": -10.814908981323242, + "color": "blue", + "id": "CRZY4JOE" + }, + { + "Name": "AJGMA", + "Opinion": 0.06224119725614264, + "Rate": 3086, + "xcoord": -3.287334442138672, + "ycoord": -10.818716049194336, + "color": "blue", + "id": "AJGMA" + }, + { + "Name": "LAQUIALENE69", + "Opinion": 0.04436685689640655, + "Rate": 974, + "xcoord": -6.3260650634765625, + "ycoord": 13.627355575561523, + "color": "blue", + "id": "LAQUIALENE69" + }, + { + "Name": "SUEMARIETTA", + "Opinion": 0.031995810985864966, + "Rate": 1423, + "xcoord": -3.091907501220703, + "ycoord": 11.022684097290039, + "color": "blue", + "id": "SUEMARIETTA" + }, + { + "Name": "LINDY255", + "Opinion": 0.02550865791363404, + "Rate": 1952, + "xcoord": -1.500030517578125, + "ycoord": 11.001958847045898, + "color": "blue", + "id": "LINDY255" + }, + { + "Name": "LORETTABOWER3", + "Opinion": 0.032368247020085464, + "Rate": 1872, + "xcoord": -2.983692169189453, + "ycoord": 11.12495231628418, + "color": "blue", + "id": "LORETTABOWER3" + }, + { + "Name": "NORTHWIND1NDN", + "Opinion": 0.02710925480856944, + "Rate": 2859, + "xcoord": -4.682151794433594, + "ycoord": -11.921417236328125, + "color": "blue", + "id": "NORTHWIND1NDN" + }, + { + "Name": "NANA2JORDYN1", + "Opinion": 0.019405658562300324, + "Rate": 626, + "xcoord": -3.6403236389160156, + "ycoord": 14.334247589111328, + "color": "blue", + "id": "NANA2JORDYN1" + }, + { + "Name": "SAMSMIT18047823", + "Opinion": 0.032657849570643466, + "Rate": 4368, + "xcoord": -5.522125244140625, + "ycoord": -10.30710506439209, + "color": "blue", + "id": "SAMSMIT18047823" + }, + { + "Name": "TONY201713", + "Opinion": 0.08123373281633987, + "Rate": 3062, + "xcoord": -6.6049041748046875, + "ycoord": -9.826961517333984, + "color": "blue", + "id": "TONY201713" + }, + { + "Name": "MILEENKIRKPATR3", + "Opinion": 0.04015443516166516, + "Rate": 2187, + "xcoord": -5.353176116943359, + "ycoord": 11.296175003051758, + "color": "blue", + "id": "MILEENKIRKPATR3" + }, + { + "Name": "JERSEYRED3", + "Opinion": 0.024524635408514846, + "Rate": 1011, + "xcoord": -5.259490966796875, + "ycoord": -10.532552719116211, + "color": "blue", + "id": "JERSEYRED3" + }, + { + "Name": "CMOORE045", + "Opinion": 0.9817830042398878, + "Rate": 1434, + "xcoord": 4.602436065673828, + "ycoord": -12.14893627166748, + "color": "red", + "id": "CMOORE045" + }, + { + "Name": "ABUELISSSS", + "Opinion": 0.010299995789096577, + "Rate": 965, + "xcoord": -6.745933532714844, + "ycoord": -11.962055206298828, + "color": "blue", + "id": "ABUELISSSS" + }, + { + "Name": "VTSUSIE", + "Opinion": 0.013876348526156587, + "Rate": 1124, + "xcoord": -2.725383758544922, + "ycoord": 13.956218719482422, + "color": "blue", + "id": "VTSUSIE" + }, + { + "Name": "MABBYCRANKYP", + "Opinion": 0.04454158134375432, + "Rate": 2899, + "xcoord": -6.2997894287109375, + "ycoord": 12.79005241394043, + "color": "blue", + "id": "MABBYCRANKYP" + }, + { + "Name": "MAMAGIGI8", + "Opinion": 0.014008255800452495, + "Rate": 884, + "xcoord": -6.155307769775391, + "ycoord": 12.770326614379883, + "color": "blue", + "id": "MAMAGIGI8" + }, + { + "Name": "CHRISTINEGITTE6", + "Opinion": 0.01757426120397789, + "Rate": 906, + "xcoord": -6.500663757324219, + "ycoord": -11.122367858886719, + "color": "blue", + "id": "CHRISTINEGITTE6" + }, + { + "Name": "JCR914", + "Opinion": 0.009756802677648769, + "Rate": 1378, + "xcoord": -6.408329010009766, + "ycoord": -13.150508880615234, + "color": "blue", + "id": "JCR914" + }, + { + "Name": "LINDYLOO515", + "Opinion": 0.03995648613101503, + "Rate": 2132, + "xcoord": -5.763362884521484, + "ycoord": -10.211759567260742, + "color": "blue", + "id": "LINDYLOO515" + }, + { + "Name": "MATANSHRIMP", + "Opinion": 0.013227457567837674, + "Rate": 1652, + "xcoord": -6.118747711181641, + "ycoord": -11.631734848022461, + "color": "blue", + "id": "MATANSHRIMP" + }, + { + "Name": "TAMMYPMC", + "Opinion": 0.01310218202218268, + "Rate": 844, + "xcoord": -2.0949134826660156, + "ycoord": 8.509437561035156, + "color": "blue", + "id": "TAMMYPMC" + }, + { + "Name": "ALEXSPENC1", + "Opinion": 0.0054724328795469285, + "Rate": 1547, + "xcoord": -2.007415771484375, + "ycoord": 8.724266052246094, + "color": "blue", + "id": "ALEXSPENC1" + }, + { + "Name": "CRISTINEALBANES", + "Opinion": 0.013246550165714287, + "Rate": 490, + "xcoord": -1.8283805847167969, + "ycoord": 8.55933952331543, + "color": "blue", + "id": "CRISTINEALBANES" + }, + { + "Name": "JMSUCKER", + "Opinion": 0.004353399325047802, + "Rate": 523, + "xcoord": -6.723400115966797, + "ycoord": -11.754676818847656, + "color": "blue", + "id": "JMSUCKER" + }, + { + "Name": "JOHN43269024", + "Opinion": 0.9884092643594646, + "Rate": 1046, + "xcoord": 4.431766510009766, + "ycoord": -11.08812141418457, + "color": "red", + "id": "JOHN43269024" + }, + { + "Name": "SALLYAGALE", + "Opinion": 0.02882908424899745, + "Rate": 3894, + "xcoord": -6.647266387939453, + "ycoord": -10.219484329223633, + "color": "blue", + "id": "SALLYAGALE" + }, + { + "Name": "ENIDLOGAN", + "Opinion": 0.014805939039701344, + "Rate": 1942, + "xcoord": -5.070285797119141, + "ycoord": -11.983306884765625, + "color": "blue", + "id": "ENIDLOGAN" + }, + { + "Name": "GARDEN4U_WA", + "Opinion": 0.029151333578659133, + "Rate": 2122, + "xcoord": -5.650356292724609, + "ycoord": -10.903470039367676, + "color": "blue", + "id": "GARDEN4U_WA" + }, + { + "Name": "ATYPICALBLONDE", + "Opinion": 0.016601723142331843, + "Rate": 2232, + "xcoord": -7.276939392089844, + "ycoord": -9.709208488464355, + "color": "blue", + "id": "ATYPICALBLONDE" + }, + { + "Name": "RPACE71", + "Opinion": 0.9908197849920756, + "Rate": 631, + "xcoord": 5.225059509277344, + "ycoord": -7.61501932144165, + "color": "red", + "id": "RPACE71" + }, + { + "Name": "MANNMADISON3", + "Opinion": 0.028720373325730988, + "Rate": 342, + "xcoord": -5.678730010986328, + "ycoord": -12.585224151611328, + "color": "blue", + "id": "MANNMADISON3" + }, + { + "Name": "BLOUIEM", + "Opinion": 0.018010149409645505, + "Rate": 1213, + "xcoord": -5.0727081298828125, + "ycoord": -12.539113998413086, + "color": "blue", + "id": "BLOUIEM" + }, + { + "Name": "MARKSTUKEYII", + "Opinion": 0.024970127336882718, + "Rate": 648, + "xcoord": -7.238460540771484, + "ycoord": -10.729440689086914, + "color": "blue", + "id": "MARKSTUKEYII" + }, + { + "Name": "FLYHYLAND", + "Opinion": 0.007982619010817562, + "Rate": 2802, + "xcoord": -5.100589752197266, + "ycoord": -11.041820526123047, + "color": "blue", + "id": "FLYHYLAND" + }, + { + "Name": "156RICHARD", + "Opinion": 0.007087274741807225, + "Rate": 830, + "xcoord": -6.453865051269531, + "ycoord": -12.989194869995117, + "color": "blue", + "id": "156RICHARD" + }, + { + "Name": "CHARLOTTEONDER1", + "Opinion": 0.035147194192596924, + "Rate": 1702, + "xcoord": -4.991722106933594, + "ycoord": 14.765815734863281, + "color": "blue", + "id": "CHARLOTTEONDER1" + }, + { + "Name": "HUMANSSUCK12", + "Opinion": 0.013598216065728277, + "Rate": 1634, + "xcoord": -5.2621002197265625, + "ycoord": 11.834566116333008, + "color": "blue", + "id": "HUMANSSUCK12" + }, + { + "Name": "ROGERB621", + "Opinion": 0.009292409999220276, + "Rate": 513, + "xcoord": -7.275882720947266, + "ycoord": -10.220693588256836, + "color": "blue", + "id": "ROGERB621" + }, + { + "Name": "TSUMENN", + "Opinion": 0.008496727286902652, + "Rate": 1130, + "xcoord": -6.004703521728516, + "ycoord": -11.800785064697266, + "color": "blue", + "id": "TSUMENN" + }, + { + "Name": "WEBBMW17", + "Opinion": 0.01637698188329938, + "Rate": 983, + "xcoord": -5.575958251953125, + "ycoord": -12.350358963012695, + "color": "blue", + "id": "WEBBMW17" + }, + { + "Name": "KENBERRY611", + "Opinion": 0.016884697906301822, + "Rate": 1206, + "xcoord": -5.621490478515625, + "ycoord": 13.61471176147461, + "color": "blue", + "id": "KENBERRY611" + }, + { + "Name": "KRISTIE58407111", + "Opinion": 0.013218873684928228, + "Rate": 1672, + "xcoord": -6.906757354736328, + "ycoord": -10.178075790405273, + "color": "blue", + "id": "KRISTIE58407111" + }, + { + "Name": "RWSCHAEFERIII", + "Opinion": 0.021871705790571717, + "Rate": 1996, + "xcoord": -6.527141571044922, + "ycoord": -11.685976028442383, + "color": "blue", + "id": "RWSCHAEFERIII" + }, + { + "Name": "CYNICALVISION50", + "Opinion": 0.03888007893804132, + "Rate": 1502, + "xcoord": -0.3689422607421875, + "ycoord": 10.377761840820312, + "color": "blue", + "id": "CYNICALVISION50" + }, + { + "Name": "DINNAPAVELKO", + "Opinion": 0.017143789097046416, + "Rate": 237, + "xcoord": -0.43912506103515625, + "ycoord": 10.77324104309082, + "color": "blue", + "id": "DINNAPAVELKO" + }, + { + "Name": "PIECHRON", + "Opinion": 0.010349043951996595, + "Rate": 1178, + "xcoord": -0.8870391845703125, + "ycoord": 9.944740295410156, + "color": "blue", + "id": "PIECHRON" + }, + { + "Name": "DIANESATX", + "Opinion": 0.01945378278587157, + "Rate": 1090, + "xcoord": -0.6661300659179688, + "ycoord": 10.794557571411133, + "color": "blue", + "id": "DIANESATX" + }, + { + "Name": "ROBERTELZEY12", + "Opinion": 0.017663920688054415, + "Rate": 1692, + "xcoord": -0.6534233093261719, + "ycoord": 10.898666381835938, + "color": "blue", + "id": "ROBERTELZEY12" + }, + { + "Name": "LISAOKC", + "Opinion": 0.008496832287214, + "Rate": 1486, + "xcoord": -6.425025939941406, + "ycoord": 14.850658416748047, + "color": "blue", + "id": "LISAOKC" + }, + { + "Name": "JOSEPHSCHREIB16", + "Opinion": 0.0289758086365035, + "Rate": 1430, + "xcoord": -4.302249908447266, + "ycoord": 8.776248931884766, + "color": "blue", + "id": "JOSEPHSCHREIB16" + }, + { + "Name": "BWTIBBITTS", + "Opinion": 0.009827879761445784, + "Rate": 2242, + "xcoord": -6.591800689697266, + "ycoord": -12.181272506713867, + "color": "blue", + "id": "BWTIBBITTS" + }, + { + "Name": "CLAUDIA13531", + "Opinion": 0.9987047197619048, + "Rate": 84, + "xcoord": 3.7695655822753906, + "ycoord": -11.1817626953125, + "color": "red", + "id": "CLAUDIA13531" + }, + { + "Name": "0OK", + "Opinion": 0.03992107750409015, + "Rate": 1198, + "xcoord": -3.0484962463378906, + "ycoord": 13.703481674194336, + "color": "blue", + "id": "0OK" + }, + { + "Name": "JACQUELINEHINE1", + "Opinion": 0.030751589588033663, + "Rate": 1663, + "xcoord": -5.2551116943359375, + "ycoord": -12.271063804626465, + "color": "blue", + "id": "JACQUELINEHINE1" + }, + { + "Name": "AEROGELMAKER", + "Opinion": 0.006921311116108339, + "Rate": 1403, + "xcoord": -5.521816253662109, + "ycoord": -11.414739608764648, + "color": "blue", + "id": "AEROGELMAKER" + }, + { + "Name": "SHIRLEYRINGUET5", + "Opinion": 0.974969478248443, + "Rate": 5460, + "xcoord": 6.068916320800781, + "ycoord": -6.806833267211914, + "color": "red", + "id": "SHIRLEYRINGUET5" + }, + { + "Name": "JAY80997256", + "Opinion": 0.01261819064937191, + "Rate": 2627, + "xcoord": -7.576366424560547, + "ycoord": 13.58778190612793, + "color": "blue", + "id": "JAY80997256" + }, + { + "Name": "PADDINGTONTHE", + "Opinion": 0.024854809071428573, + "Rate": 966, + "xcoord": -7.7954864501953125, + "ycoord": 13.431798934936523, + "color": "blue", + "id": "PADDINGTONTHE" + }, + { + "Name": "SSGUFFEY", + "Opinion": 0.013911882919968428, + "Rate": 2535, + "xcoord": -4.726249694824219, + "ycoord": -11.357566833496094, + "color": "blue", + "id": "SSGUFFEY" + }, + { + "Name": "TOMBREUR", + "Opinion": 0.01744132725400943, + "Rate": 848, + "xcoord": -5.549480438232422, + "ycoord": -10.269328117370605, + "color": "blue", + "id": "TOMBREUR" + }, + { + "Name": "MAGASCHO", + "Opinion": 0.008222986004537202, + "Rate": 1102, + "xcoord": -5.720703125, + "ycoord": -12.618698120117188, + "color": "blue", + "id": "MAGASCHO" + }, + { + "Name": "JANUARYCAT", + "Opinion": 0.05851002130275953, + "Rate": 761, + "xcoord": -5.307167053222656, + "ycoord": -11.12176513671875, + "color": "blue", + "id": "JANUARYCAT" + }, + { + "Name": "JIMDJR1522", + "Opinion": 0.02513662452997449, + "Rate": 784, + "xcoord": -6.372776031494141, + "ycoord": -12.692869186401367, + "color": "blue", + "id": "JIMDJR1522" + }, + { + "Name": "JEM3781", + "Opinion": 0.01737949443226601, + "Rate": 1219, + "xcoord": -4.679119110107422, + "ycoord": -11.057440757751465, + "color": "blue", + "id": "JEM3781" + }, + { + "Name": "TESSJOHNSTON10", + "Opinion": 0.003049861336862745, + "Rate": 765, + "xcoord": -5.547210693359375, + "ycoord": -11.484482765197754, + "color": "blue", + "id": "TESSJOHNSTON10" + }, + { + "Name": "CHENETTE_ANNA", + "Opinion": 0.01065868753511543, + "Rate": 823, + "xcoord": -4.609264373779297, + "ycoord": -11.165075302124023, + "color": "blue", + "id": "CHENETTE_ANNA" + }, + { + "Name": "AKERKATHI", + "Opinion": 0.023811811831309898, + "Rate": 1253, + "xcoord": -2.7383270263671875, + "ycoord": 11.076343536376953, + "color": "blue", + "id": "AKERKATHI" + }, + { + "Name": "SHARLENEBECK13", + "Opinion": 0.03282018048872181, + "Rate": 399, + "xcoord": -6.792751312255859, + "ycoord": -12.372976303100586, + "color": "blue", + "id": "SHARLENEBECK13" + }, + { + "Name": "SOLOMANKARL", + "Opinion": 0.09294673025720256, + "Rate": 2153, + "xcoord": -5.2691497802734375, + "ycoord": -12.766191482543945, + "color": "blue", + "id": "SOLOMANKARL" + }, + { + "Name": "JAILINGTRUMP", + "Opinion": 0.02269482738699861, + "Rate": 723, + "xcoord": -6.861438751220703, + "ycoord": -12.259906768798828, + "color": "blue", + "id": "JAILINGTRUMP" + }, + { + "Name": "LARRYRAFFERTY", + "Opinion": 0.013516563759187814, + "Rate": 985, + "xcoord": -6.295936584472656, + "ycoord": -12.824249267578125, + "color": "blue", + "id": "LARRYRAFFERTY" + }, + { + "Name": "ARLINENET", + "Opinion": 0.0235732865459848, + "Rate": 1184, + "xcoord": -5.24566650390625, + "ycoord": -10.783049583435059, + "color": "blue", + "id": "ARLINENET" + }, + { + "Name": "BLEUGEMINI", + "Opinion": 0.007128811865060241, + "Rate": 83, + "xcoord": -5.852748870849609, + "ycoord": -11.815648078918457, + "color": "blue", + "id": "BLEUGEMINI" + }, + { + "Name": "JOCKBUSTER", + "Opinion": 0.03679325507272066, + "Rate": 1372, + "xcoord": -4.914516448974609, + "ycoord": -11.709076881408691, + "color": "blue", + "id": "JOCKBUSTER" + }, + { + "Name": "KWAME95249027", + "Opinion": 0.015332788648261481, + "Rate": 719, + "xcoord": -7.197078704833984, + "ycoord": -11.31971549987793, + "color": "blue", + "id": "KWAME95249027" + }, + { + "Name": "LOVELYREDBONE98", + "Opinion": 0.014369354378890094, + "Rate": 919, + "xcoord": -5.735565185546875, + "ycoord": -11.544995307922363, + "color": "blue", + "id": "LOVELYREDBONE98" + }, + { + "Name": "LIENACDM", + "Opinion": 0.15534166627996546, + "Rate": 579, + "xcoord": -7.326778411865234, + "ycoord": -10.954200744628906, + "color": "blue", + "id": "LIENACDM" + }, + { + "Name": "DANIELLAVALLE13", + "Opinion": 0.05086529873355567, + "Rate": 1950, + "xcoord": -5.876514434814453, + "ycoord": -11.231694221496582, + "color": "blue", + "id": "DANIELLAVALLE13" + }, + { + "Name": "RICKIMAYHALL", + "Opinion": 0.045951867680338015, + "Rate": 2426, + "xcoord": -3.3865585327148438, + "ycoord": 14.994791030883789, + "color": "blue", + "id": "RICKIMAYHALL" + }, + { + "Name": "SCIENCEMILK", + "Opinion": 0.03876201334768639, + "Rate": 1557, + "xcoord": -6.156566619873047, + "ycoord": 11.983320236206055, + "color": "blue", + "id": "SCIENCEMILK" + }, + { + "Name": "NURSEPEGGY52", + "Opinion": 0.01943026631063404, + "Rate": 2003, + "xcoord": -5.458446502685547, + "ycoord": -10.749344825744629, + "color": "blue", + "id": "NURSEPEGGY52" + }, + { + "Name": "WAGGLES111", + "Opinion": 0.011132559036394173, + "Rate": 1786, + "xcoord": -1.7490806579589844, + "ycoord": 9.496957778930664, + "color": "blue", + "id": "WAGGLES111" + }, + { + "Name": "JIMMY0726", + "Opinion": 0.018430557489225858, + "Rate": 1254, + "xcoord": -5.9646453857421875, + "ycoord": -9.76672077178955, + "color": "blue", + "id": "JIMMY0726" + }, + { + "Name": "MARIJODELEON", + "Opinion": 0.01655122630661345, + "Rate": 1754, + "xcoord": -6.8153533935546875, + "ycoord": 10.458641052246094, + "color": "blue", + "id": "MARIJODELEON" + }, + { + "Name": "HSMCNP", + "Opinion": 0.0276039601888172, + "Rate": 1395, + "xcoord": -5.389106750488281, + "ycoord": -10.103033065795898, + "color": "blue", + "id": "HSMCNP" + }, + { + "Name": "GRAMASUGAR", + "Opinion": 0.0046348721520749646, + "Rate": 747, + "xcoord": -4.832401275634766, + "ycoord": -10.97169017791748, + "color": "blue", + "id": "GRAMASUGAR" + }, + { + "Name": "SWIMMINGMOHIT", + "Opinion": 0.007612649171541711, + "Rate": 1896, + "xcoord": -5.025951385498047, + "ycoord": -10.72776985168457, + "color": "blue", + "id": "SWIMMINGMOHIT" + }, + { + "Name": "DSPALTEN", + "Opinion": 0.024194298783847545, + "Rate": 553, + "xcoord": -6.182655334472656, + "ycoord": -10.634160995483398, + "color": "blue", + "id": "DSPALTEN" + }, + { + "Name": "YARDCHICK216", + "Opinion": 0.0172427885523468, + "Rate": 1534, + "xcoord": -6.146999359130859, + "ycoord": -10.600919723510742, + "color": "blue", + "id": "YARDCHICK216" + }, + { + "Name": "SPACEHOOLIE", + "Opinion": 0.018136621535659758, + "Rate": 917, + "xcoord": -1.1403884887695312, + "ycoord": 12.849861145019531, + "color": "blue", + "id": "SPACEHOOLIE" + }, + { + "Name": "PEGGYTO44449436", + "Opinion": 0.01357200153003413, + "Rate": 293, + "xcoord": -7.4752349853515625, + "ycoord": -10.560189247131348, + "color": "blue", + "id": "PEGGYTO44449436" + }, + { + "Name": "RONALD_HEINE", + "Opinion": 0.02306642514421613, + "Rate": 1315, + "xcoord": -5.672050476074219, + "ycoord": -11.89445686340332, + "color": "blue", + "id": "RONALD_HEINE" + }, + { + "Name": "SOCRATICFLESH", + "Opinion": 0.02548653648604993, + "Rate": 681, + "xcoord": -5.030986785888672, + "ycoord": -11.835151672363281, + "color": "blue", + "id": "SOCRATICFLESH" + }, + { + "Name": "DEMUROMARQUEZ", + "Opinion": 0.02520400407622048, + "Rate": 1271, + "xcoord": -6.3386688232421875, + "ycoord": -11.546731948852539, + "color": "blue", + "id": "DEMUROMARQUEZ" + }, + { + "Name": "KARENMFORD99", + "Opinion": 0.03424914977079998, + "Rate": 500, + "xcoord": -5.046234130859375, + "ycoord": -11.347177505493164, + "color": "blue", + "id": "KARENMFORD99" + }, + { + "Name": "SELFHELP5", + "Opinion": 0.02133785225018019, + "Rate": 1111, + "xcoord": -6.3284759521484375, + "ycoord": -10.26826000213623, + "color": "blue", + "id": "SELFHELP5" + }, + { + "Name": "GREIDERMICHAEL", + "Opinion": 0.993495866376404, + "Rate": 1068, + "xcoord": 4.70849609375, + "ycoord": -12.489322662353516, + "color": "red", + "id": "GREIDERMICHAEL" + }, + { + "Name": "LOVETOBEFAIR", + "Opinion": 0.03792601119354005, + "Rate": 387, + "xcoord": -6.372844696044922, + "ycoord": -12.680953979492188, + "color": "blue", + "id": "LOVETOBEFAIR" + }, + { + "Name": "MILLETTVALERIE", + "Opinion": 0.04182635304103605, + "Rate": 1971, + "xcoord": -6.38104248046875, + "ycoord": -12.118402481079102, + "color": "blue", + "id": "MILLETTVALERIE" + }, + { + "Name": "MATT19873", + "Opinion": 0.0218825693820997, + "Rate": 1325, + "xcoord": -7.119251251220703, + "ycoord": -10.765057563781738, + "color": "blue", + "id": "MATT19873" + }, + { + "Name": "REALJOBROB", + "Opinion": 0.987474564, + "Rate": 640, + "xcoord": 5.3484039306640625, + "ycoord": -6.901644229888916, + "color": "red", + "id": "REALJOBROB" + }, + { + "Name": "APATIENTPATRIOT", + "Opinion": 0.017226362807657672, + "Rate": 1333, + "xcoord": -6.236175537109375, + "ycoord": -10.208349227905273, + "color": "blue", + "id": "APATIENTPATRIOT" + }, + { + "Name": "DRPJFITZ", + "Opinion": 0.009044242146915887, + "Rate": 535, + "xcoord": -5.288059234619141, + "ycoord": -11.677461624145508, + "color": "blue", + "id": "DRPJFITZ" + }, + { + "Name": "KATHY60626504", + "Opinion": 0.02800897070645507, + "Rate": 2807, + "xcoord": -5.991943359375, + "ycoord": -10.572697639465332, + "color": "blue", + "id": "KATHY60626504" + }, + { + "Name": "RONALLEN54", + "Opinion": 0.00868226470736498, + "Rate": 1223, + "xcoord": -5.971961975097656, + "ycoord": -10.691498756408691, + "color": "blue", + "id": "RONALLEN54" + }, + { + "Name": "PKELPE", + "Opinion": 0.0057011401971279385, + "Rate": 766, + "xcoord": -5.802860260009766, + "ycoord": -12.134443283081055, + "color": "blue", + "id": "PKELPE" + }, + { + "Name": "RASLADY1", + "Opinion": 0.9777165555707764, + "Rate": 2632, + "xcoord": 5.272777557373047, + "ycoord": -6.9956183433532715, + "color": "red", + "id": "RASLADY1" + }, + { + "Name": "JACKSONMAINE33", + "Opinion": 0.9872669195909576, + "Rate": 1010, + "xcoord": 4.494922637939453, + "ycoord": -10.053266525268555, + "color": "red", + "id": "JACKSONMAINE33" + }, + { + "Name": "ELKENBILL", + "Opinion": 0.03604421409824312, + "Rate": 2846, + "xcoord": -6.5756683349609375, + "ycoord": -13.003398895263672, + "color": "blue", + "id": "ELKENBILL" + }, + { + "Name": "TODDBAUMAN4", + "Opinion": 0.136185528490568, + "Rate": 987, + "xcoord": -5.3484344482421875, + "ycoord": -10.785873413085938, + "color": "blue", + "id": "TODDBAUMAN4" + }, + { + "Name": "TCROBERTM", + "Opinion": 0.039561962722916656, + "Rate": 432, + "xcoord": -7.019245147705078, + "ycoord": -12.722508430480957, + "color": "blue", + "id": "TCROBERTM" + }, + { + "Name": "TRUMP_CHEATS", + "Opinion": 0.006144783429896907, + "Rate": 292, + "xcoord": -4.863094329833984, + "ycoord": -11.651039123535156, + "color": "blue", + "id": "TRUMP_CHEATS" + }, + { + "Name": "TOMCOX60", + "Opinion": 0.01863139276763737, + "Rate": 1820, + "xcoord": -6.413349151611328, + "ycoord": -12.418027877807617, + "color": "blue", + "id": "TOMCOX60" + }, + { + "Name": "CHERYL_MARLIN", + "Opinion": 0.05588076195954148, + "Rate": 1484, + "xcoord": -5.909290313720703, + "ycoord": -12.720043182373047, + "color": "blue", + "id": "CHERYL_MARLIN" + }, + { + "Name": "PJW20161951", + "Opinion": 0.9853907202993094, + "Rate": 2608, + "xcoord": 6.481128692626953, + "ycoord": -7.769466400146484, + "color": "red", + "id": "PJW20161951" + }, + { + "Name": "GOTHAMDARKKNITE", + "Opinion": 0.007612680384978272, + "Rate": 1613, + "xcoord": -6.966579437255859, + "ycoord": -10.581144332885742, + "color": "blue", + "id": "GOTHAMDARKKNITE" + }, + { + "Name": "TEAWITHRAY", + "Opinion": 0.006141606313131313, + "Rate": 396, + "xcoord": -5.058990478515625, + "ycoord": -11.816513061523438, + "color": "blue", + "id": "TEAWITHRAY" + }, + { + "Name": "JOJOGOGO", + "Opinion": 0.012200556816142663, + "Rate": 2133, + "xcoord": -5.995418548583984, + "ycoord": -12.610311508178711, + "color": "blue", + "id": "JOJOGOGO" + }, + { + "Name": "SSPETERSONSANDY", + "Opinion": 0.043473902492477484, + "Rate": 2221, + "xcoord": -7.259037017822266, + "ycoord": -11.04543685913086, + "color": "blue", + "id": "SSPETERSONSANDY" + }, + { + "Name": "MARYRUT76380609", + "Opinion": 0.9911771175161588, + "Rate": 1084, + "xcoord": 4.695049285888672, + "ycoord": -11.851583480834961, + "color": "red", + "id": "MARYRUT76380609" + }, + { + "Name": "DONNAMARIE827", + "Opinion": 0.9934439474148934, + "Rate": 941, + "xcoord": 4.146640777587891, + "ycoord": -13.26140022277832, + "color": "red", + "id": "DONNAMARIE827" + }, + { + "Name": "SPOONER_LINDSAY", + "Opinion": 0.016494653638477585, + "Rate": 1919, + "xcoord": -5.199436187744141, + "ycoord": -12.356404304504395, + "color": "blue", + "id": "SPOONER_LINDSAY" + }, + { + "Name": "MARYFABULOUS3", + "Opinion": 0.012540334304750121, + "Rate": 2023, + "xcoord": -5.105907440185547, + "ycoord": -12.56387710571289, + "color": "blue", + "id": "MARYFABULOUS3" + }, + { + "Name": "GREENBIOTECHIE", + "Opinion": 0.01374639747546468, + "Rate": 539, + "xcoord": -6.849037170410156, + "ycoord": -11.093255996704102, + "color": "blue", + "id": "GREENBIOTECHIE" + }, + { + "Name": "KATHYSUEHURT1", + "Opinion": 0.014289097771715043, + "Rate": 1898, + "xcoord": -5.817497253417969, + "ycoord": -11.278047561645508, + "color": "blue", + "id": "KATHYSUEHURT1" + }, + { + "Name": "DANIELLEDCREBEL", + "Opinion": 0.014099148859813088, + "Rate": 107, + "xcoord": -7.501651763916016, + "ycoord": -11.077997207641602, + "color": "blue", + "id": "DANIELLEDCREBEL" + }, + { + "Name": "DECHENLINDA", + "Opinion": 0.036533527681632656, + "Rate": 2696, + "xcoord": -6.391193389892578, + "ycoord": -11.916536331176758, + "color": "blue", + "id": "DECHENLINDA" + }, + { + "Name": "JUSTANOTHERSME2", + "Opinion": 0.9782489051087834, + "Rate": 1242, + "xcoord": 4.101230621337891, + "ycoord": -12.982210159301758, + "color": "red", + "id": "JUSTANOTHERSME2" + }, + { + "Name": "NICKKAVE", + "Opinion": 0.00857354118453865, + "Rate": 1205, + "xcoord": -6.974765777587891, + "ycoord": -11.22896957397461, + "color": "blue", + "id": "NICKKAVE" + }, + { + "Name": "KATH2252", + "Opinion": 0.03069024375197595, + "Rate": 1164, + "xcoord": -5.672733306884766, + "ycoord": -10.959972381591797, + "color": "blue", + "id": "KATH2252" + }, + { + "Name": "LORAC328", + "Opinion": 0.05093979545320194, + "Rate": 1624, + "xcoord": -6.897453308105469, + "ycoord": -12.259000778198242, + "color": "blue", + "id": "LORAC328" + }, + { + "Name": "JOSHUAJREYNOLD1", + "Opinion": 0.021841068946752053, + "Rate": 2187, + "xcoord": -8.052562713623047, + "ycoord": -11.834650039672852, + "color": "blue", + "id": "JOSHUAJREYNOLD1" + }, + { + "Name": "LEONORNILA0823", + "Opinion": 0.020482692684509328, + "Rate": 1235, + "xcoord": -6.251426696777344, + "ycoord": -12.960826873779297, + "color": "blue", + "id": "LEONORNILA0823" + }, + { + "Name": "MAN_ALIVE45", + "Opinion": 0.9879566135205748, + "Rate": 1533, + "xcoord": 3.4025421142578125, + "ycoord": -12.475519180297852, + "color": "red", + "id": "MAN_ALIVE45" + }, + { + "Name": "PAULAJEWELL19", + "Opinion": 0.017353438470548713, + "Rate": 2681, + "xcoord": -5.985797882080078, + "ycoord": -12.989055633544922, + "color": "blue", + "id": "PAULAJEWELL19" + }, + { + "Name": "BUFFYMUFFY4444", + "Opinion": 0.015638555933739456, + "Rate": 1067, + "xcoord": -6.172061920166016, + "ycoord": -13.016378402709961, + "color": "blue", + "id": "BUFFYMUFFY4444" + }, + { + "Name": "CINDYFINE12", + "Opinion": 0.008454530568043269, + "Rate": 1017, + "xcoord": -7.098903656005859, + "ycoord": -11.738215446472168, + "color": "blue", + "id": "CINDYFINE12" + }, + { + "Name": "DLADY44", + "Opinion": 0.02677900835689656, + "Rate": 348, + "xcoord": -6.922092437744141, + "ycoord": -13.02488899230957, + "color": "blue", + "id": "DLADY44" + }, + { + "Name": "TWINDAD031207", + "Opinion": 0.02585868839933333, + "Rate": 750, + "xcoord": -7.333431243896484, + "ycoord": -11.801458358764648, + "color": "blue", + "id": "TWINDAD031207" + }, + { + "Name": "CATHYOLSON22", + "Opinion": 0.021206618175181303, + "Rate": 1241, + "xcoord": -7.563056945800781, + "ycoord": -11.729289054870605, + "color": "blue", + "id": "CATHYOLSON22" + }, + { + "Name": "PAULSON_DIANE", + "Opinion": 0.9893262243848578, + "Rate": 1586, + "xcoord": 2.304737091064453, + "ycoord": -11.918137550354004, + "color": "red", + "id": "PAULSON_DIANE" + }, + { + "Name": "ILOVETRUMP4FR", + "Opinion": 0.9890888063079021, + "Rate": 735, + "xcoord": 4.590106964111328, + "ycoord": -12.180562973022461, + "color": "red", + "id": "ILOVETRUMP4FR" + }, + { + "Name": "MEMASTHREE", + "Opinion": 0.05243132556168603, + "Rate": 3179, + "xcoord": -7.301261901855469, + "ycoord": -12.609448432922363, + "color": "blue", + "id": "MEMASTHREE" + }, + { + "Name": "LAPHAM923GMAIL1", + "Opinion": 0.0409076962155928, + "Rate": 776, + "xcoord": -7.222156524658203, + "ycoord": -11.461820602416992, + "color": "blue", + "id": "LAPHAM923GMAIL1" + }, + { + "Name": "WEBEHEALTHY", + "Opinion": 0.007200533165689985, + "Rate": 2117, + "xcoord": -7.255641937255859, + "ycoord": -12.29615306854248, + "color": "blue", + "id": "WEBEHEALTHY" + }, + { + "Name": "LITAPI77", + "Opinion": 0.0075371048729613735, + "Rate": 233, + "xcoord": -7.4580078125, + "ycoord": -11.738849639892578, + "color": "blue", + "id": "LITAPI77" + }, + { + "Name": "DELIARO51955188", + "Opinion": 0.049823151639823864, + "Rate": 1023, + "xcoord": -6.801494598388672, + "ycoord": -12.846307754516602, + "color": "blue", + "id": "DELIARO51955188" + }, + { + "Name": "GSHELL1234", + "Opinion": 0.9876347380169492, + "Rate": 591, + "xcoord": 3.003826141357422, + "ycoord": -12.596303939819336, + "color": "red", + "id": "GSHELL1234" + }, + { + "Name": "AWBWFYF", + "Opinion": 0.9552288667462036, + "Rate": 461, + "xcoord": 2.139373779296875, + "ycoord": -11.522631645202637, + "color": "red", + "id": "AWBWFYF" + }, + { + "Name": "JENCAGES", + "Opinion": 0.032083878144799995, + "Rate": 375, + "xcoord": -6.699329376220703, + "ycoord": -10.603069305419922, + "color": "blue", + "id": "JENCAGES" + }, + { + "Name": "LESCAKSHARON", + "Opinion": 0.0398384894732702, + "Rate": 2429, + "xcoord": -6.357448577880859, + "ycoord": -12.753707885742188, + "color": "blue", + "id": "LESCAKSHARON" + }, + { + "Name": "SHAZDANZ", + "Opinion": 0.010058003777887537, + "Rate": 1317, + "xcoord": -7.422977447509766, + "ycoord": -10.735688209533691, + "color": "blue", + "id": "SHAZDANZ" + }, + { + "Name": "MICJOJD", + "Opinion": 0.01861942879698189, + "Rate": 1989, + "xcoord": -6.347419738769531, + "ycoord": -12.156627655029297, + "color": "blue", + "id": "MICJOJD" + }, + { + "Name": "CHARLOTTEVERN19", + "Opinion": 0.006228861728606159, + "Rate": 1234, + "xcoord": -7.475547790527344, + "ycoord": -11.879305839538574, + "color": "blue", + "id": "CHARLOTTEVERN19" + }, + { + "Name": "FANG51DAD", + "Opinion": 0.00732338551091618, + "Rate": 1026, + "xcoord": -7.077903747558594, + "ycoord": -12.94920825958252, + "color": "blue", + "id": "FANG51DAD" + }, + { + "Name": "LOCKHARTJAMEST", + "Opinion": 0.011751550533053837, + "Rate": 2267, + "xcoord": -6.4041290283203125, + "ycoord": -11.473211288452148, + "color": "blue", + "id": "LOCKHARTJAMEST" + }, + { + "Name": "KBLOOMERS", + "Opinion": 0.008892784890337421, + "Rate": 652, + "xcoord": -5.936939239501953, + "ycoord": -11.401395797729492, + "color": "blue", + "id": "KBLOOMERS" + }, + { + "Name": "MITCHIEPOO46", + "Opinion": 0.985387207522746, + "Rate": 2418, + "xcoord": 3.269947052001953, + "ycoord": -11.231014251708984, + "color": "red", + "id": "MITCHIEPOO46" + }, + { + "Name": "DUNNET26", + "Opinion": 0.9888270036927224, + "Rate": 1484, + "xcoord": 5.008243560791016, + "ycoord": -12.118175506591797, + "color": "red", + "id": "DUNNET26" + }, + { + "Name": "CELESTEHERGET", + "Opinion": 0.9773607979289216, + "Rate": 816, + "xcoord": 2.5998992919921875, + "ycoord": -12.602291107177734, + "color": "red", + "id": "CELESTEHERGET" + }, + { + "Name": "RICHARDKOEPSELL", + "Opinion": 0.040716636923773586, + "Rate": 265, + "xcoord": -5.699008941650391, + "ycoord": -11.453145980834961, + "color": "blue", + "id": "RICHARDKOEPSELL" + }, + { + "Name": "ROCKETS70835110", + "Opinion": 0.01898377762528735, + "Rate": 348, + "xcoord": -7.1088104248046875, + "ycoord": -10.818561553955078, + "color": "blue", + "id": "ROCKETS70835110" + }, + { + "Name": "RRETH10", + "Opinion": 0.9875549335054348, + "Rate": 368, + "xcoord": 4.324062347412109, + "ycoord": -11.778401374816895, + "color": "red", + "id": "RRETH10" + }, + { + "Name": "LISASWEDENBURG1", + "Opinion": 0.008221250996960486, + "Rate": 987, + "xcoord": -7.521282196044922, + "ycoord": -11.975743293762207, + "color": "blue", + "id": "LISASWEDENBURG1" + }, + { + "Name": "KJMPALERMO", + "Opinion": 0.029615477871235595, + "Rate": 1999, + "xcoord": -6.888038635253906, + "ycoord": -10.63402271270752, + "color": "blue", + "id": "KJMPALERMO" + }, + { + "Name": "MILLER_GWEN", + "Opinion": 0.9605159049635038, + "Rate": 1507, + "xcoord": 4.544643402099609, + "ycoord": -12.594663619995117, + "color": "red", + "id": "MILLER_GWEN" + }, + { + "Name": "BOBBIE_AND_LEO", + "Opinion": 0.02768764396498024, + "Rate": 1266, + "xcoord": -6.934841156005859, + "ycoord": -10.565256118774414, + "color": "blue", + "id": "BOBBIE_AND_LEO" + }, + { + "Name": "FAITH_TRUE", + "Opinion": 0.023205212452457148, + "Rate": 1751, + "xcoord": -6.780841827392578, + "ycoord": -13.242429733276367, + "color": "blue", + "id": "FAITH_TRUE" + }, + { + "Name": "MAZZADL", + "Opinion": 0.015021990715789468, + "Rate": 437, + "xcoord": -5.957912445068359, + "ycoord": -11.880517959594727, + "color": "blue", + "id": "MAZZADL" + }, + { + "Name": "BLACK56RED56", + "Opinion": 0.008730380201225744, + "Rate": 979, + "xcoord": -7.777530670166016, + "ycoord": -12.06403923034668, + "color": "blue", + "id": "BLACK56RED56" + } + ], + "links": [ + { + "weight": 3231, + "source": "ALLEY167", + "target": "DAVETHEDEPLORAB" + }, + { + "weight": 3231, + "source": "ALLEY167", + "target": "FGARCIA2849JR" + }, + { + "weight": 3231, + "source": "ALLEY167", + "target": "SHERAL_HYDE" + }, + { + "weight": 3231, + "source": "ALLEY167", + "target": "BTH_BETH" + }, + { + "weight": 3231, + "source": "ALLEY167", + "target": "DEBRAGI80712152" + }, + { + "weight": 3231, + "source": "ALLEY167", + "target": "STAND4FREE" + }, + { + "weight": 3231, + "source": "ALLEY167", + "target": "LINDANAP123" + }, + { + "weight": 3231, + "source": "ALLEY167", + "target": "BILLSPLACEHERE" + }, + { + "weight": 3231, + "source": "ALLEY167", + "target": "TRBRAM" + }, + { + "weight": 3231, + "source": "ALLEY167", + "target": "MIKANDYNOTHEM" + }, + { + "weight": 3231, + "source": "ALLEY167", + "target": "SHIRLEYRINGUET5" + }, + { + "weight": 3231, + "source": "ALLEY167", + "target": "RASLADY1" + }, + { + "weight": 3231, + "source": "ALLEY167", + "target": "TONY_HAMBLETON" + }, + { + "weight": 3231, + "source": "ALLEY167", + "target": "PJW20161951" + }, + { + "weight": 3231, + "source": "ALLEY167", + "target": "DONNAMARIE827" + }, + { + "weight": 3231, + "source": "ALLEY167", + "target": "JUSTANOTHERSME2" + }, + { + "weight": 3231, + "source": "ALLEY167", + "target": "DUNNET26" + }, + { + "weight": 3231, + "source": "ALLEY167", + "target": "CELESTEHERGET" + }, + { + "weight": 3231, + "source": "ALLEY167", + "target": "RRETH10" + }, + { + "weight": 3231, + "source": "ALLEY167", + "target": "MILLER_GWEN" + }, + { + "weight": 1411, + "source": "MARIEAIMEE12", + "target": "DSSHEP1959" + }, + { + "weight": 1411, + "source": "MARIEAIMEE12", + "target": "MIMIINFTWORTH" + }, + { + "weight": 1411, + "source": "MARIEAIMEE12", + "target": "MADDIE20204" + }, + { + "weight": 1411, + "source": "MARIEAIMEE12", + "target": "GGRANDMAG73" + }, + { + "weight": 1397, + "source": "MADDIE20204", + "target": "MARIEAIMEE12" + }, + { + "weight": 1397, + "source": "MADDIE20204", + "target": "CHBSTONE2" + }, + { + "weight": 1696, + "source": "JOANISPARKLES", + "target": "MISSB62" + }, + { + "weight": 1696, + "source": "JOANISPARKLES", + "target": "LLLWRY" + }, + { + "weight": 1696, + "source": "JOANISPARKLES", + "target": "ROSIEM1919" + }, + { + "weight": 1696, + "source": "JOANISPARKLES", + "target": "INNRDREAMS" + }, + { + "weight": 1696, + "source": "JOANISPARKLES", + "target": "BUBEEEEE" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "JOANISPARKLES" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "GLPIMAN" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "TERRI2CAT" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "SCHEEL_LALA" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "LOTRAINEH" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "REBELLEGRRL" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "SNIVVLIZATION" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "PLUMCAT" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "MICHELEJEANSON1" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "LOREYJEANENE" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "AMYSCORCA" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "DRSPL5" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "RYANJOHNCKE" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "TRACYSNPS" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "INTOTHEFORESTSB" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "OPPLIGERMICHAEL" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "MULTIJO1" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "SASSYSALLY727" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "OLIVIATHERESE3" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "STANSPAK" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "THE_NABSTER" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "STAYWOKEV" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "ARTSYOMA" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "MJD1953" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "SYLVIAZ1913" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "MARYSAVILLE3" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "WEAREWAKANDA_" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "BOOTHATCHER1" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "JULIEJOURNEYING" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "HENZIGMARGARET" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "BANNERITE" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "BETHLEVIN" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "5141QUID" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "SUEMARIETTA" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "MINNNYME" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "SMITCHELLMAY301" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "MCASSARA143" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "JOSEPHSCHREIB16" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "BUBEEEEE" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "WINETAST3R" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "GLUTTENP" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "GOTHAMDARKKNITE" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "ANTHONYBOURQUE" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "ROSEMARYMSCOTT" + }, + { + "weight": 1480, + "source": "STABBYTOSAVIT", + "target": "MEGRESISTOR" + }, + { + "weight": 2146, + "source": "INNRDREAMS", + "target": "JOANISPARKLES" + }, + { + "weight": 2146, + "source": "INNRDREAMS", + "target": "DSOCHOA" + }, + { + "weight": 2146, + "source": "INNRDREAMS", + "target": "LOREYJEANENE" + }, + { + "weight": 2146, + "source": "INNRDREAMS", + "target": "BEWITCHED9" + }, + { + "weight": 2146, + "source": "INNRDREAMS", + "target": "DRSPL5" + }, + { + "weight": 2146, + "source": "INNRDREAMS", + "target": "LAQUIALENE69" + }, + { + "weight": 2146, + "source": "INNRDREAMS", + "target": "DOCJANICEL" + }, + { + "weight": 2146, + "source": "INNRDREAMS", + "target": "KIMSHURTLEFF" + }, + { + "weight": 2146, + "source": "INNRDREAMS", + "target": "GARYD552" + }, + { + "weight": 2146, + "source": "INNRDREAMS", + "target": "CUBFAN13241" + }, + { + "weight": 2146, + "source": "INNRDREAMS", + "target": "CYNICALVISION50" + }, + { + "weight": 2146, + "source": "INNRDREAMS", + "target": "MAMAGIGI8" + }, + { + "weight": 2146, + "source": "INNRDREAMS", + "target": "JINXY_MINXY" + }, + { + "weight": 2146, + "source": "INNRDREAMS", + "target": "IPROOFER1" + }, + { + "weight": 2146, + "source": "INNRDREAMS", + "target": "LORAC328" + }, + { + "weight": 3730, + "source": "MISSB62", + "target": "JOANISPARKLES" + }, + { + "weight": 3730, + "source": "MISSB62", + "target": "HIJCP" + }, + { + "weight": 3730, + "source": "MISSB62", + "target": "WEAREWAKANDA_" + }, + { + "weight": 3730, + "source": "MISSB62", + "target": "ROCKETSINAUS" + }, + { + "weight": 3730, + "source": "MISSB62", + "target": "ROCKETS70835110" + }, + { + "weight": 3730, + "source": "MISSB62", + "target": "BISTYCSROSS" + }, + { + "weight": 819, + "source": "HABGOODSEAN", + "target": "JOANISPARKLES" + }, + { + "weight": 819, + "source": "HABGOODSEAN", + "target": "SUNNYBLONDIE" + }, + { + "weight": 819, + "source": "HABGOODSEAN", + "target": "LOREYJEANENE" + }, + { + "weight": 819, + "source": "HABGOODSEAN", + "target": "EDJARRING" + }, + { + "weight": 819, + "source": "HABGOODSEAN", + "target": "SMITCHELLMAY301" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "JOANISPARKLES" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "GALINDOSHERRY" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "DSOCHOA" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "GRWOW" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "CNBSNANA" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "HABGOODSEAN" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "MONICARIVPIN" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "AGAVECORN" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "LIBERALTOTHEEND" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "KUROKITTEH" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "OLOPHNIHLSON" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "TRACYSNPS" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "SKYBOY123" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "ORANGEBABYBIRD1" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "OPPLIGERMICHAEL" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "STAYWOKEV" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "WEENTERED" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "JULIEJOURNEYING" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "ANNH1958" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "GEORGIE99011801" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "KENBERRY611" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "MINNNYME" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "DEMUROMARQUEZ" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "JUDY_CLASSY" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "TERAM323TERE" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "MAMAGIGI8" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "ANTHONYBOURQUE" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "CAREAWARE" + }, + { + "weight": 1831, + "source": "ROSIEM1919", + "target": "MEGRESISTOR" + }, + { + "weight": 1738, + "source": "DEBR3322", + "target": "DOTTYINACTION" + }, + { + "weight": 1738, + "source": "DEBR3322", + "target": "VEGASBANKS" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "DEBR3322" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "SAFIYAHNOOR1" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "HALLOWEENBLOGS" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "PARUCHGRETCHEN" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "TEXDEM_DKOS" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "SHORTARMOTHELAW" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "GLPIMAN" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "DOTTYINACTION" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "PUSHANDPULLJLM" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "CELTICLAS" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "TSHEP42" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "ALLRESISTANCE" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "JANHOLLOWAY16" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "KENNASTEVENS1" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "PEGGYYATES2014" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "U_WANNA_EH" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "JJJ5819" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "LIBERALTOTHEEND" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "CHACHAMOXIE" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "TRACYSNPS" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "RESTOREDEMOS" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "WEN0179" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "OPPLIGERMICHAEL" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "SONOKOCENTRAL" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "TARACAS" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "SMSPERIDOT" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "POLITICALBEE" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "DOCJANICEL" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "JCR914" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "BLUEGREEN625" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "156RICHARD" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "HUMANSSUCK12" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "ROGERB621" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "WEBBMW17" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "HENZIGMARGARET" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "GEORGIE99011801" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "CAPT17BJK" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "KIMSHURTLEFF" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "AEROGELMAKER" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "JAILINGTRUMP" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "DIANESATX" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "YARDCHICK216" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "SPACEHOOLIE" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "SELFHELP5" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "KATHATESTRUMP2" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "TRACYCH86248594" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "GOTHAMDARKKNITE" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "PHILLIP92321" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "DOVEWOMAN1" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "DEEPVARD" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "MICJOJD" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "JAY80997256" + }, + { + "weight": 1256, + "source": "MELISSAJPELTIER", + "target": "CHERKALLECK" + }, + { + "weight": 1429, + "source": "GALINDOSHERRY", + "target": "WOWWGRAN" + }, + { + "weight": 1429, + "source": "GALINDOSHERRY", + "target": "BUBEEEEE" + }, + { + "weight": 820, + "source": "WOWWGRAN", + "target": "GALINDOSHERRY" + }, + { + "weight": 943, + "source": "PETESAVAS", + "target": "GALINDOSHERRY" + }, + { + "weight": 943, + "source": "PETESAVAS", + "target": "CONVERAGENT" + }, + { + "weight": 943, + "source": "PETESAVAS", + "target": "NEWYORKER2212" + }, + { + "weight": 943, + "source": "PETESAVAS", + "target": "KENNASTEVENS1" + }, + { + "weight": 943, + "source": "PETESAVAS", + "target": "LECHATNOIRE4" + }, + { + "weight": 572, + "source": "ROCKETSINAUS", + "target": "GALINDOSHERRY" + }, + { + "weight": 572, + "source": "ROCKETSINAUS", + "target": "KATHYKITTYQUEEN" + }, + { + "weight": 572, + "source": "ROCKETSINAUS", + "target": "CATHYJOEGPT" + }, + { + "weight": 572, + "source": "ROCKETSINAUS", + "target": "MISSB62" + }, + { + "weight": 572, + "source": "ROCKETSINAUS", + "target": "HELLOOOBETTY" + }, + { + "weight": 572, + "source": "ROCKETSINAUS", + "target": "JSEULEMENT2019" + }, + { + "weight": 572, + "source": "ROCKETSINAUS", + "target": "LINDY255" + }, + { + "weight": 572, + "source": "ROCKETSINAUS", + "target": "MABBYCRANKYP" + }, + { + "weight": 572, + "source": "ROCKETSINAUS", + "target": "CUBFAN13241" + }, + { + "weight": 572, + "source": "ROCKETSINAUS", + "target": "JANNSLOAN" + }, + { + "weight": 572, + "source": "ROCKETSINAUS", + "target": "BEVERLYFOLKERS" + }, + { + "weight": 1028, + "source": "EBNER_JANE", + "target": "GALINDOSHERRY" + }, + { + "weight": 1480, + "source": "POLITICALBEE", + "target": "GALINDOSHERRY" + }, + { + "weight": 1480, + "source": "POLITICALBEE", + "target": "PATBURNS1977" + }, + { + "weight": 1480, + "source": "POLITICALBEE", + "target": "AUDREYGARDEN" + }, + { + "weight": 1480, + "source": "POLITICALBEE", + "target": "LECHATNOIRE4" + }, + { + "weight": 1480, + "source": "POLITICALBEE", + "target": "SASSYSALLY727" + }, + { + "weight": 1480, + "source": "POLITICALBEE", + "target": "SMP0312" + }, + { + "weight": 1480, + "source": "POLITICALBEE", + "target": "PRIMATE7" + }, + { + "weight": 1505, + "source": "BUBEEEEE", + "target": "GALINDOSHERRY" + }, + { + "weight": 1505, + "source": "BUBEEEEE", + "target": "RODNEYCLAEYS" + }, + { + "weight": 1505, + "source": "BUBEEEEE", + "target": "KAE_STODDARD" + }, + { + "weight": 1505, + "source": "BUBEEEEE", + "target": "AMYSCORCA" + }, + { + "weight": 1505, + "source": "BUBEEEEE", + "target": "WEENTERED" + }, + { + "weight": 1505, + "source": "BUBEEEEE", + "target": "KATEACOSTA5" + }, + { + "weight": 1505, + "source": "BUBEEEEE", + "target": "SUEGLASHAUSER" + }, + { + "weight": 1505, + "source": "BUBEEEEE", + "target": "MSOCHUBBARD" + }, + { + "weight": 1524, + "source": "PENNEYEWART", + "target": "GALINDOSHERRY" + }, + { + "weight": 1524, + "source": "PENNEYEWART", + "target": "LESKO_SUSAN" + }, + { + "weight": 1524, + "source": "PENNEYEWART", + "target": "TRACYSNPS" + }, + { + "weight": 1524, + "source": "PENNEYEWART", + "target": "FAITH_TRUE" + }, + { + "weight": 1932, + "source": "KPRICE1234", + "target": "KPRICE1234" + }, + { + "weight": 2250, + "source": "SQUIRREL1110", + "target": "JKASTRITIS" + }, + { + "weight": 2250, + "source": "SQUIRREL1110", + "target": "SUZYSAYSHI2U" + }, + { + "weight": 2681, + "source": "DEANSHERRYS", + "target": "DSOCHOA" + }, + { + "weight": 579, + "source": "TONY_PORRAS2050", + "target": "DEANSHERRYS" + }, + { + "weight": 579, + "source": "TONY_PORRAS2050", + "target": "GRWOW" + }, + { + "weight": 579, + "source": "TONY_PORRAS2050", + "target": "COLBERTBIGB" + }, + { + "weight": 579, + "source": "TONY_PORRAS2050", + "target": "JULIEJOURNEYING" + }, + { + "weight": 1431, + "source": "ROSEMARYMSCOTT", + "target": "DEANSHERRYS" + }, + { + "weight": 1431, + "source": "ROSEMARYMSCOTT", + "target": "CNBSNANA" + }, + { + "weight": 1431, + "source": "ROSEMARYMSCOTT", + "target": "SUNNYBLONDIE" + }, + { + "weight": 1431, + "source": "ROSEMARYMSCOTT", + "target": "NYTXARTIST" + }, + { + "weight": 1431, + "source": "ROSEMARYMSCOTT", + "target": "ENARDAVIS1" + }, + { + "weight": 1431, + "source": "ROSEMARYMSCOTT", + "target": "JIMINCLWR" + }, + { + "weight": 1431, + "source": "ROSEMARYMSCOTT", + "target": "KIMSHURTLEFF" + }, + { + "weight": 1431, + "source": "ROSEMARYMSCOTT", + "target": "GARYD552" + }, + { + "weight": 1431, + "source": "ROSEMARYMSCOTT", + "target": "LORAC328" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "DEANSHERRYS" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "DSOCHOA" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "FRED4ME85" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "MRBILL_RESISTS" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "PUSHANDPULLJLM" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "STABBYTOSAVIT" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "SCHEEL_LALA" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "MDT4129" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "NYTXARTIST" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "HIJCP" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "DEBROB1947" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "STRAITARROW10" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "KRISTAFRANCES" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "DEE26557409" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "PAT625T" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "DAWNARICKELZ" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "CSCSTARS" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "CAROLLEI4" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "ZEN4EVER2US" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "AUGUSTANEWMAN13" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "BRITTAN84613360" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "DISMISSTRUMP" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "SLKPCA" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "TSUMENN" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "WEBBMW17" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "ANNH1958" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "0OK" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "KENBERRY611" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "JAILINGTRUMP" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "CHEEZWITHAM" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "DSPALTEN" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "LOVETOBEFAIR" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "PUZZLESTHEWILL7" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "LUCILLEAUSTERO2" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "CHERYL_MARLIN" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "KATHYSUEHURT1" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "NANA2JORDYN1" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "BBKENN92" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "LITAPI77" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "CRISTINEALBANES" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "DINNAPAVELKO" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "JAY80997256" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "RICHARDKOEPSELL" + }, + { + "weight": 1943, + "source": "BANNERITE", + "target": "PADDINGTONTHE" + }, + { + "weight": 1573, + "source": "MARYKEITHBARE1", + "target": "DEANSHERRYS" + }, + { + "weight": 1573, + "source": "MARYKEITHBARE1", + "target": "MONICARIVPIN" + }, + { + "weight": 1573, + "source": "MARYKEITHBARE1", + "target": "LOTRAINEH" + }, + { + "weight": 1573, + "source": "MARYKEITHBARE1", + "target": "LUCKYLINDY31" + }, + { + "weight": 1573, + "source": "MARYKEITHBARE1", + "target": "HELLOOOBETTY" + }, + { + "weight": 1573, + "source": "MARYKEITHBARE1", + "target": "ENARDAVIS1" + }, + { + "weight": 1573, + "source": "MARYKEITHBARE1", + "target": "DRSPL5" + }, + { + "weight": 1573, + "source": "MARYKEITHBARE1", + "target": "MULTIJO1" + }, + { + "weight": 1573, + "source": "MARYKEITHBARE1", + "target": "ZEN4EVER2US" + }, + { + "weight": 1573, + "source": "MARYKEITHBARE1", + "target": "LESLIE17DEBBIE" + }, + { + "weight": 1573, + "source": "MARYKEITHBARE1", + "target": "MARYSAVILLE3" + }, + { + "weight": 1573, + "source": "MARYKEITHBARE1", + "target": "DIANELYNN1812" + }, + { + "weight": 1573, + "source": "MARYKEITHBARE1", + "target": "GARYD552" + }, + { + "weight": 1573, + "source": "MARYKEITHBARE1", + "target": "EMOTIONMOJO" + }, + { + "weight": 1573, + "source": "MARYKEITHBARE1", + "target": "CUBFAN13241" + }, + { + "weight": 1573, + "source": "MARYKEITHBARE1", + "target": "FDOUGLASSLIVES" + }, + { + "weight": 714, + "source": "SHERRILEE7", + "target": "DEANSHERRYS" + }, + { + "weight": 714, + "source": "SHERRILEE7", + "target": "WOWWGRAN" + }, + { + "weight": 714, + "source": "SHERRILEE7", + "target": "LBRAUNLI" + }, + { + "weight": 714, + "source": "SHERRILEE7", + "target": "JOSIE5FT2" + }, + { + "weight": 714, + "source": "SHERRILEE7", + "target": "SEATTLELOVE90" + }, + { + "weight": 714, + "source": "SHERRILEE7", + "target": "CSCSTARS" + }, + { + "weight": 714, + "source": "SHERRILEE7", + "target": "CAROLLEI4" + }, + { + "weight": 714, + "source": "SHERRILEE7", + "target": "SASSYSALLY727" + }, + { + "weight": 714, + "source": "SHERRILEE7", + "target": "LAQUIALENE69" + }, + { + "weight": 714, + "source": "SHERRILEE7", + "target": "VEGASBANKS" + }, + { + "weight": 714, + "source": "SHERRILEE7", + "target": "BLUEGREEN625" + }, + { + "weight": 714, + "source": "SHERRILEE7", + "target": "INSPITEOFTRUMP" + }, + { + "weight": 714, + "source": "SHERRILEE7", + "target": "KENBERRY611" + }, + { + "weight": 714, + "source": "SHERRILEE7", + "target": "ANTHONYBOURQUE" + }, + { + "weight": 714, + "source": "SHERRILEE7", + "target": "PIECHRON" + }, + { + "weight": 714, + "source": "SHERRILEE7", + "target": "DINNAPAVELKO" + }, + { + "weight": 854, + "source": "CURLYQUEQUEQUE", + "target": "SUBORDERS15" + }, + { + "weight": 854, + "source": "CURLYQUEQUEQUE", + "target": "INTOTHEFORESTSB" + }, + { + "weight": 854, + "source": "CURLYQUEQUEQUE", + "target": "EDJARRING" + }, + { + "weight": 1342, + "source": "CRAFTYCHICK17", + "target": "CURLYQUEQUEQUE" + }, + { + "weight": 1342, + "source": "CRAFTYCHICK17", + "target": "FRED4ME85" + }, + { + "weight": 1342, + "source": "CRAFTYCHICK17", + "target": "XAIPE3" + }, + { + "weight": 1342, + "source": "CRAFTYCHICK17", + "target": "BECKYGALLAGHE10" + }, + { + "weight": 1342, + "source": "CRAFTYCHICK17", + "target": "JCMARBURY" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "CURLYQUEQUEQUE" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "CHRISME52388609" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "HABGOODSEAN" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "BSELECTED" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "LARRAMARR1980" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "CONVERAGENT" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "MILE_MARKER_0" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "RACHAELAHANCOCK" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "ICNTOAN" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "APLEMKSERIOUSLY" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "SANDRA_UNITED" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "STANSPAK" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "BOB_LEVITT" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "LLLWRY" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "BESSY_C3" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "WIACTIVIST" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "MINNNYME" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "SUEGLASHAUSER" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "LAURIESPOON" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "WINETAST3R" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "STOCKGUY61" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "DOROTHY1240" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "TWINDAD031207" + }, + { + "weight": 1910, + "source": "DANCINDOTI", + "target": "BISTYCSROSS" + }, + { + "weight": 2416, + "source": "ABRAMSON1234", + "target": "CURLYQUEQUEQUE" + }, + { + "weight": 2416, + "source": "ABRAMSON1234", + "target": "BASZRAM" + }, + { + "weight": 2416, + "source": "ABRAMSON1234", + "target": "FRED4ME85" + }, + { + "weight": 2416, + "source": "ABRAMSON1234", + "target": "PS9714" + }, + { + "weight": 2416, + "source": "ABRAMSON1234", + "target": "ECCLESIAS" + }, + { + "weight": 2416, + "source": "ABRAMSON1234", + "target": "DLSPACE108" + }, + { + "weight": 2416, + "source": "ABRAMSON1234", + "target": "AJGMA" + }, + { + "weight": 2416, + "source": "ABRAMSON1234", + "target": "TRAVELINGUS" + }, + { + "weight": 2416, + "source": "ABRAMSON1234", + "target": "SUEGLASHAUSER" + }, + { + "weight": 2416, + "source": "ABRAMSON1234", + "target": "CAREAWARE" + }, + { + "weight": 1517, + "source": "SAFIYAHNOOR1", + "target": "CHRISME52388609" + }, + { + "weight": 1517, + "source": "SAFIYAHNOOR1", + "target": "RORIPIERPONT1" + }, + { + "weight": 1517, + "source": "SAFIYAHNOOR1", + "target": "NYTXARTIST" + }, + { + "weight": 1517, + "source": "SAFIYAHNOOR1", + "target": "KAE_STODDARD" + }, + { + "weight": 1517, + "source": "SAFIYAHNOOR1", + "target": "INSPITEOFTRUMP" + }, + { + "weight": 1517, + "source": "SAFIYAHNOOR1", + "target": "CAPT17BJK" + }, + { + "weight": 1517, + "source": "SAFIYAHNOOR1", + "target": "BELLABLUE1060" + }, + { + "weight": 1517, + "source": "SAFIYAHNOOR1", + "target": "TWINDAD031207" + }, + { + "weight": 3386, + "source": "LOREYJEANENE", + "target": "SAFIYAHNOOR1" + }, + { + "weight": 3386, + "source": "LOREYJEANENE", + "target": "HABGOODSEAN" + }, + { + "weight": 3386, + "source": "LOREYJEANENE", + "target": "AGAVECORN" + }, + { + "weight": 3386, + "source": "LOREYJEANENE", + "target": "STABBYTOSAVIT" + }, + { + "weight": 3386, + "source": "LOREYJEANENE", + "target": "MICHELEJEANSON1" + }, + { + "weight": 3386, + "source": "LOREYJEANENE", + "target": "JOCOWBOYS87" + }, + { + "weight": 3386, + "source": "LOREYJEANENE", + "target": "RYANJOHNCKE" + }, + { + "weight": 3386, + "source": "LOREYJEANENE", + "target": "MULTIJO1" + }, + { + "weight": 3386, + "source": "LOREYJEANENE", + "target": "STAYWOKEV" + }, + { + "weight": 3386, + "source": "LOREYJEANENE", + "target": "WEENTERED" + }, + { + "weight": 3386, + "source": "LOREYJEANENE", + "target": "VEGASBANKS" + }, + { + "weight": 3386, + "source": "LOREYJEANENE", + "target": "LLLWRY" + }, + { + "weight": 3386, + "source": "LOREYJEANENE", + "target": "ROEDIO73" + }, + { + "weight": 3386, + "source": "LOREYJEANENE", + "target": "INNRDREAMS" + }, + { + "weight": 3386, + "source": "LOREYJEANENE", + "target": "JUDY_CLASSY" + }, + { + "weight": 3386, + "source": "LOREYJEANENE", + "target": "GLUTTENP" + }, + { + "weight": 1647, + "source": "CAPT17BJK", + "target": "SAFIYAHNOOR1" + }, + { + "weight": 1647, + "source": "CAPT17BJK", + "target": "TEXDEM_DKOS" + }, + { + "weight": 1647, + "source": "CAPT17BJK", + "target": "TRAVELINGUS" + }, + { + "weight": 1647, + "source": "CAPT17BJK", + "target": "ANTHONYBOURQUE" + }, + { + "weight": 1647, + "source": "CAPT17BJK", + "target": "BISTYCSROSS" + }, + { + "weight": 196, + "source": "PATBURNS1977", + "target": "SAFIYAHNOOR1" + }, + { + "weight": 196, + "source": "PATBURNS1977", + "target": "TERRI2CAT" + }, + { + "weight": 196, + "source": "PATBURNS1977", + "target": "SUEGLASHAUSER" + }, + { + "weight": 1701, + "source": "BELLABLUE1060", + "target": "SAFIYAHNOOR1" + }, + { + "weight": 761, + "source": "KAE_STODDARD", + "target": "SAFIYAHNOOR1" + }, + { + "weight": 761, + "source": "KAE_STODDARD", + "target": "NIKSNOOK57" + }, + { + "weight": 761, + "source": "KAE_STODDARD", + "target": "AUDREYGARDEN" + }, + { + "weight": 761, + "source": "KAE_STODDARD", + "target": "RYANJOHNCKE" + }, + { + "weight": 761, + "source": "KAE_STODDARD", + "target": "TRACYSNPS" + }, + { + "weight": 761, + "source": "KAE_STODDARD", + "target": "BUBEEEEE" + }, + { + "weight": 761, + "source": "KAE_STODDARD", + "target": "DOROTHY1240" + }, + { + "weight": 761, + "source": "KAE_STODDARD", + "target": "ICKKIKING" + }, + { + "weight": 2249, + "source": "RORIPIERPONT1", + "target": "SAFIYAHNOOR1" + }, + { + "weight": 2249, + "source": "RORIPIERPONT1", + "target": "PEOPLEDIED2VOTE" + }, + { + "weight": 2249, + "source": "RORIPIERPONT1", + "target": "GARYD552" + }, + { + "weight": 3461, + "source": "DSOCHOA", + "target": "CATHYJOEGPT" + }, + { + "weight": 3461, + "source": "DSOCHOA", + "target": "LOTRAINEH" + }, + { + "weight": 3461, + "source": "DSOCHOA", + "target": "GASIOR_GINA" + }, + { + "weight": 3461, + "source": "DSOCHOA", + "target": "AUGUSTANEWMAN13" + }, + { + "weight": 3461, + "source": "DSOCHOA", + "target": "KAVRIDER" + }, + { + "weight": 3461, + "source": "DSOCHOA", + "target": "DIANELYNN1812" + }, + { + "weight": 1947, + "source": "SHOOS4U", + "target": "DSOCHOA" + }, + { + "weight": 1947, + "source": "SHOOS4U", + "target": "TRACYSNPS" + }, + { + "weight": 639, + "source": "DIANELYNN1812", + "target": "DSOCHOA" + }, + { + "weight": 639, + "source": "DIANELYNN1812", + "target": "TRACYSNPS" + }, + { + "weight": 639, + "source": "DIANELYNN1812", + "target": "KAVRIDER" + }, + { + "weight": 639, + "source": "DIANELYNN1812", + "target": "SUEGLASHAUSER" + }, + { + "weight": 2050, + "source": "CEAJANET", + "target": "DSOCHOA" + }, + { + "weight": 621, + "source": "FAKEPREZ16", + "target": "DSOCHOA" + }, + { + "weight": 621, + "source": "FAKEPREZ16", + "target": "KIMSHURTLEFF" + }, + { + "weight": 870, + "source": "GARYD552", + "target": "DSOCHOA" + }, + { + "weight": 870, + "source": "GARYD552", + "target": "COLBERTBIGB" + }, + { + "weight": 870, + "source": "GARYD552", + "target": "HARD2FINETJ" + }, + { + "weight": 870, + "source": "GARYD552", + "target": "BUBEEEEE" + }, + { + "weight": 870, + "source": "GARYD552", + "target": "KARENDEVINE84" + }, + { + "weight": 1574, + "source": "5141QUID", + "target": "DSOCHOA" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "DSOCHOA" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "MRBILL_RESISTS" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "CELTICLAS" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "PRITKO" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "NIKSNOOK57" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "CONVERAGENT" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "JOSIE5FT2" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "DGRINHAM" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "PEGGYYATES2014" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "HARD2FINETJ" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "LIBERALTOTHEEND" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "DAWNERYANS" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "TRACYSNPS" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "ICNTOAN" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "WOODWARDWOODW11" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "ATERV" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "WEENTERED" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "BRITTAN84613360" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "THETRAVELPRINC1" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "POLITICALBEE" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "KAVRIDER" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "EDJARRING" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "BLUEGREEN625" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "BESSY_C3" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "NOHOLIDAYFORGOP" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "SABULOSAA" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "EMOTIONMOJO" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "TODDBAUMAN4" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "STOCKGUY61" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "LESLIELEE327" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "TATSUJINUK" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "NICKKAVE" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "JUSTJO2" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "CHERKALLECK" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "WOMENSAVEUSA" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "PETESAVAS" + }, + { + "weight": 1235, + "source": "_REAALAMERICAN_", + "target": "ICKKIKING" + }, + { + "weight": 1640, + "source": "ECCLESIAS", + "target": "DSOCHOA" + }, + { + "weight": 1640, + "source": "ECCLESIAS", + "target": "ABRAMSON1234" + }, + { + "weight": 1640, + "source": "ECCLESIAS", + "target": "NEWYORKER2212" + }, + { + "weight": 1640, + "source": "ECCLESIAS", + "target": "TRAVEL5762" + }, + { + "weight": 1640, + "source": "ECCLESIAS", + "target": "COLBERTBIGB" + }, + { + "weight": 1640, + "source": "ECCLESIAS", + "target": "LECHATNOIRE4" + }, + { + "weight": 1640, + "source": "ECCLESIAS", + "target": "FINFAN74" + }, + { + "weight": 1640, + "source": "ECCLESIAS", + "target": "ROSE_BELLAMY" + }, + { + "weight": 1640, + "source": "ECCLESIAS", + "target": "ARTSYOMA" + }, + { + "weight": 1640, + "source": "ECCLESIAS", + "target": "VEGASBANKS" + }, + { + "weight": 1640, + "source": "ECCLESIAS", + "target": "MJD1953" + }, + { + "weight": 1640, + "source": "ECCLESIAS", + "target": "DOCJANICEL" + }, + { + "weight": 1640, + "source": "ECCLESIAS", + "target": "PKELPE" + }, + { + "weight": 706, + "source": "GASIOR_GINA", + "target": "DSOCHOA" + }, + { + "weight": 706, + "source": "GASIOR_GINA", + "target": "FINFAN74" + }, + { + "weight": 706, + "source": "GASIOR_GINA", + "target": "ROSE_BELLAMY" + }, + { + "weight": 1553, + "source": "JCMARBURY", + "target": "DSOCHOA" + }, + { + "weight": 1553, + "source": "JCMARBURY", + "target": "AGAVECORN" + }, + { + "weight": 1553, + "source": "JCMARBURY", + "target": "DAWNERYANS" + }, + { + "weight": 1553, + "source": "JCMARBURY", + "target": "EWINDHAM3" + }, + { + "weight": 1553, + "source": "JCMARBURY", + "target": "CRAFTYCHICK17" + }, + { + "weight": 2166, + "source": "79TOPPER", + "target": "DSOCHOA" + }, + { + "weight": 2166, + "source": "79TOPPER", + "target": "KATHYKITTYQUEEN" + }, + { + "weight": 2166, + "source": "79TOPPER", + "target": "COLBERTBIGB" + }, + { + "weight": 2166, + "source": "79TOPPER", + "target": "KUROKITTEH" + }, + { + "weight": 2166, + "source": "79TOPPER", + "target": "TRACYSNPS" + }, + { + "weight": 2166, + "source": "79TOPPER", + "target": "ORANGEBABYBIRD1" + }, + { + "weight": 2166, + "source": "79TOPPER", + "target": "OPPLIGERMICHAEL" + }, + { + "weight": 2166, + "source": "79TOPPER", + "target": "EDJARRING" + }, + { + "weight": 2166, + "source": "79TOPPER", + "target": "KIMSHURTLEFF" + }, + { + "weight": 2166, + "source": "79TOPPER", + "target": "DLP75902038" + }, + { + "weight": 2166, + "source": "79TOPPER", + "target": "GARYD552" + }, + { + "weight": 2166, + "source": "79TOPPER", + "target": "GLUTTENP" + }, + { + "weight": 2296, + "source": "MARTHALYNNEOWE1", + "target": "DSOCHOA" + }, + { + "weight": 2296, + "source": "MARTHALYNNEOWE1", + "target": "ZEN4EVER2US" + }, + { + "weight": 2296, + "source": "MARTHALYNNEOWE1", + "target": "KARENDEVINE84" + }, + { + "weight": 2296, + "source": "MARTHALYNNEOWE1", + "target": "DEEPVARD" + }, + { + "weight": 860, + "source": "SNIVVLIZATION", + "target": "DSOCHOA" + }, + { + "weight": 860, + "source": "SNIVVLIZATION", + "target": "EWINDHAM3" + }, + { + "weight": 860, + "source": "SNIVVLIZATION", + "target": "MAMAGIGI8" + }, + { + "weight": 860, + "source": "SNIVVLIZATION", + "target": "MEGRESISTOR" + }, + { + "weight": 2550, + "source": "JANESEPMEIER", + "target": "VEGASBANKS" + }, + { + "weight": 2550, + "source": "JANESEPMEIER", + "target": "INSPITEOFTRUMP" + }, + { + "weight": 1956, + "source": "GRASPTHETRUTH", + "target": "BECKYGALLAGHE10" + }, + { + "weight": 876, + "source": "KATHYKITTYQUEEN", + "target": "CHRISME52388609" + }, + { + "weight": 876, + "source": "KATHYKITTYQUEEN", + "target": "LOTRAINEH" + }, + { + "weight": 876, + "source": "KATHYKITTYQUEEN", + "target": "VMBRITSCH" + }, + { + "weight": 876, + "source": "KATHYKITTYQUEEN", + "target": "DAWNERYANS" + }, + { + "weight": 876, + "source": "KATHYKITTYQUEEN", + "target": "TRACYSNPS" + }, + { + "weight": 876, + "source": "KATHYKITTYQUEEN", + "target": "SKYBOY123" + }, + { + "weight": 876, + "source": "KATHYKITTYQUEEN", + "target": "WOODWARDWOODW11" + }, + { + "weight": 876, + "source": "KATHYKITTYQUEEN", + "target": "WEENTERED" + }, + { + "weight": 876, + "source": "KATHYKITTYQUEEN", + "target": "SYLVIAZ1913" + }, + { + "weight": 876, + "source": "KATHYKITTYQUEEN", + "target": "MAMAGIGI8" + }, + { + "weight": 876, + "source": "KATHYKITTYQUEEN", + "target": "DOROTHY1240" + }, + { + "weight": 876, + "source": "KATHYKITTYQUEEN", + "target": "79TOPPER" + }, + { + "weight": 876, + "source": "KATHYKITTYQUEEN", + "target": "SUZYQ8825" + }, + { + "weight": 876, + "source": "KATHYKITTYQUEEN", + "target": "ROSEMARYMSCOTT" + }, + { + "weight": 1837, + "source": "WOODWARDWOODW11", + "target": "KATHYKITTYQUEEN" + }, + { + "weight": 1837, + "source": "WOODWARDWOODW11", + "target": "VAW511" + }, + { + "weight": 1837, + "source": "WOODWARDWOODW11", + "target": "AMYSCORCA" + }, + { + "weight": 1837, + "source": "WOODWARDWOODW11", + "target": "ZEN4EVER2US" + }, + { + "weight": 1837, + "source": "WOODWARDWOODW11", + "target": "RISKALERT" + }, + { + "weight": 1837, + "source": "WOODWARDWOODW11", + "target": "INSPITEOFTRUMP" + }, + { + "weight": 1837, + "source": "WOODWARDWOODW11", + "target": "JINXY_MINXY" + }, + { + "weight": 1837, + "source": "WOODWARDWOODW11", + "target": "SUZYQ8825" + }, + { + "weight": 708, + "source": "CHRISME52388609", + "target": "KATHYKITTYQUEEN" + }, + { + "weight": 708, + "source": "CHRISME52388609", + "target": "DANCINDOTI" + }, + { + "weight": 870, + "source": "LESLIE17DEBBIE", + "target": "KATHYKITTYQUEEN" + }, + { + "weight": 870, + "source": "LESLIE17DEBBIE", + "target": "MARYKEITHBARE1" + }, + { + "weight": 870, + "source": "LESLIE17DEBBIE", + "target": "STANSPAK" + }, + { + "weight": 870, + "source": "LESLIE17DEBBIE", + "target": "ROSIEM1919" + }, + { + "weight": 870, + "source": "LESLIE17DEBBIE", + "target": "GEORGIE99011801" + }, + { + "weight": 870, + "source": "LESLIE17DEBBIE", + "target": "WIACTIVIST" + }, + { + "weight": 870, + "source": "LESLIE17DEBBIE", + "target": "ROSEMARYMSCOTT" + }, + { + "weight": 1932, + "source": "WEENTERED", + "target": "KATHYKITTYQUEEN" + }, + { + "weight": 1932, + "source": "WEENTERED", + "target": "FRED4ME85" + }, + { + "weight": 1932, + "source": "WEENTERED", + "target": "AGAVECORN" + }, + { + "weight": 1932, + "source": "WEENTERED", + "target": "AUDREYGARDEN" + }, + { + "weight": 1932, + "source": "WEENTERED", + "target": "KAE_STODDARD" + }, + { + "weight": 1932, + "source": "WEENTERED", + "target": "TRAVEL5762" + }, + { + "weight": 1932, + "source": "WEENTERED", + "target": "LIBERALTOTHEEND" + }, + { + "weight": 1932, + "source": "WEENTERED", + "target": "SMP0312" + }, + { + "weight": 1932, + "source": "WEENTERED", + "target": "HENZIGMARGARET" + }, + { + "weight": 1932, + "source": "WEENTERED", + "target": "BANNERITE" + }, + { + "weight": 1932, + "source": "WEENTERED", + "target": "MINNNYME" + }, + { + "weight": 1932, + "source": "WEENTERED", + "target": "BUBEEEEE" + }, + { + "weight": 1932, + "source": "WEENTERED", + "target": "TERAM323TERE" + }, + { + "weight": 1932, + "source": "WEENTERED", + "target": "DOROTHY1240" + }, + { + "weight": 1932, + "source": "WEENTERED", + "target": "JUSTJO2" + }, + { + "weight": 2603, + "source": "LESLIELEE327", + "target": "KATHYKITTYQUEEN" + }, + { + "weight": 2603, + "source": "LESLIELEE327", + "target": "SEATTLELOVE90" + }, + { + "weight": 2603, + "source": "LESLIELEE327", + "target": "JKASTRITIS" + }, + { + "weight": 2603, + "source": "LESLIELEE327", + "target": "BETHLEVIN" + }, + { + "weight": 2603, + "source": "LESLIELEE327", + "target": "SUEGLASHAUSER" + }, + { + "weight": 2603, + "source": "LESLIELEE327", + "target": "SHSHOOKMASTER" + }, + { + "weight": 2603, + "source": "LESLIELEE327", + "target": "BUBEEEEE" + }, + { + "weight": 2603, + "source": "LESLIELEE327", + "target": "ANTHONYBOURQUE" + }, + { + "weight": 2603, + "source": "LESLIELEE327", + "target": "LANEZANE1" + }, + { + "weight": 4950, + "source": "SYLVIAZ1913", + "target": "KATHYKITTYQUEEN" + }, + { + "weight": 4950, + "source": "SYLVIAZ1913", + "target": "JANATTHEOCEAN" + }, + { + "weight": 4950, + "source": "SYLVIAZ1913", + "target": "APLEMKSERIOUSLY" + }, + { + "weight": 4950, + "source": "SYLVIAZ1913", + "target": "JACQUELINEHINE1" + }, + { + "weight": 4950, + "source": "SYLVIAZ1913", + "target": "ANTHONYBOURQUE" + }, + { + "weight": 4950, + "source": "SYLVIAZ1913", + "target": "DINNAPAVELKO" + }, + { + "weight": 4950, + "source": "SYLVIAZ1913", + "target": "BISTYCSROSS" + }, + { + "weight": 1757, + "source": "DEEPVARD", + "target": "KATHYKITTYQUEEN" + }, + { + "weight": 1757, + "source": "DEEPVARD", + "target": "TIMWILLARD11" + }, + { + "weight": 1265, + "source": "SUZYQ8825", + "target": "KATHYKITTYQUEEN" + }, + { + "weight": 1265, + "source": "SUZYQ8825", + "target": "FRED4ME85" + }, + { + "weight": 1265, + "source": "SUZYQ8825", + "target": "SANDRA_UNITED" + }, + { + "weight": 1265, + "source": "SUZYQ8825", + "target": "EDJARRING" + }, + { + "weight": 1265, + "source": "SUZYQ8825", + "target": "SHSHOOKMASTER" + }, + { + "weight": 1265, + "source": "SUZYQ8825", + "target": "AKERKATHI" + }, + { + "weight": 1265, + "source": "SUZYQ8825", + "target": "JUDY_CLASSY" + }, + { + "weight": 1265, + "source": "SUZYQ8825", + "target": "ICKKIKING" + }, + { + "weight": 862, + "source": "LOTRAINEH", + "target": "KATHYKITTYQUEEN" + }, + { + "weight": 862, + "source": "LOTRAINEH", + "target": "COLBERTBIGB" + }, + { + "weight": 1161, + "source": "TRACYSNPS", + "target": "KATHYKITTYQUEEN" + }, + { + "weight": 1161, + "source": "TRACYSNPS", + "target": "AGAVECORN" + }, + { + "weight": 1161, + "source": "TRACYSNPS", + "target": "KAE_STODDARD" + }, + { + "weight": 1161, + "source": "TRACYSNPS", + "target": "DIANELYNN1812" + }, + { + "weight": 1329, + "source": "PEOPLEDIED2VOTE", + "target": "KATHYKITTYQUEEN" + }, + { + "weight": 1329, + "source": "PEOPLEDIED2VOTE", + "target": "RORIPIERPONT1" + }, + { + "weight": 1329, + "source": "PEOPLEDIED2VOTE", + "target": "MINNNYME" + }, + { + "weight": 1329, + "source": "PEOPLEDIED2VOTE", + "target": "TODDBAUMAN4" + }, + { + "weight": 1329, + "source": "PEOPLEDIED2VOTE", + "target": "SHERRILEE7" + }, + { + "weight": 2693, + "source": "JTKSTC", + "target": "KATHYKITTYQUEEN" + }, + { + "weight": 2693, + "source": "JTKSTC", + "target": "PS9714" + }, + { + "weight": 2693, + "source": "JTKSTC", + "target": "ABRAMSON1234" + }, + { + "weight": 2693, + "source": "JTKSTC", + "target": "POTUSISDANGER" + }, + { + "weight": 2693, + "source": "JTKSTC", + "target": "MICHELEJEANSON1" + }, + { + "weight": 2693, + "source": "JTKSTC", + "target": "JOCOWBOYS87" + }, + { + "weight": 2693, + "source": "JTKSTC", + "target": "JSEULEMENT2019" + }, + { + "weight": 2693, + "source": "JTKSTC", + "target": "ROEDIO73" + }, + { + "weight": 2693, + "source": "JTKSTC", + "target": "JJAAZZEE1" + }, + { + "weight": 2693, + "source": "JTKSTC", + "target": "FDOUGLASSLIVES" + }, + { + "weight": 2693, + "source": "JTKSTC", + "target": "LANEZANE1" + }, + { + "weight": 2072, + "source": "DAVIDPSDEM", + "target": "GEOSTOMPX" + }, + { + "weight": 2072, + "source": "DAVIDPSDEM", + "target": "MNBOSS1" + }, + { + "weight": 2072, + "source": "DAVIDPSDEM", + "target": "WIACTIVIST" + }, + { + "weight": 2072, + "source": "DAVIDPSDEM", + "target": "DSPALTEN" + }, + { + "weight": 2072, + "source": "DAVIDPSDEM", + "target": "DEEPVARD" + }, + { + "weight": 1142, + "source": "BASZRAM", + "target": "SHIRLEYDEBALSI" + }, + { + "weight": 1379, + "source": "SHIRLEYDEBALSI", + "target": "BASZRAM" + }, + { + "weight": 1379, + "source": "SHIRLEYDEBALSI", + "target": "TERRI2CAT" + }, + { + "weight": 1379, + "source": "SHIRLEYDEBALSI", + "target": "ENARDAVIS1" + }, + { + "weight": 1379, + "source": "SHIRLEYDEBALSI", + "target": "WAGGLES111" + }, + { + "weight": 1379, + "source": "SHIRLEYDEBALSI", + "target": "PIECHRON" + }, + { + "weight": 2172, + "source": "PONYTAIL122", + "target": "CHRISME52388609" + }, + { + "weight": 2172, + "source": "PONYTAIL122", + "target": "LESCAKSHARON" + }, + { + "weight": 2172, + "source": "PONYTAIL122", + "target": "LANEZANE1" + }, + { + "weight": 1472, + "source": "GRWOW", + "target": "EVERYHUMANKNOWS" + }, + { + "weight": 1472, + "source": "GRWOW", + "target": "AJGMA" + }, + { + "weight": 1472, + "source": "GRWOW", + "target": "EDJARRING" + }, + { + "weight": 1472, + "source": "GRWOW", + "target": "WINETAST3R" + }, + { + "weight": 1472, + "source": "GRWOW", + "target": "LORAC328" + }, + { + "weight": 1540, + "source": "TRTH2PWER68", + "target": "GRWOW" + }, + { + "weight": 1540, + "source": "TRTH2PWER68", + "target": "DANCINDOTI" + }, + { + "weight": 1163, + "source": "EDJARRING", + "target": "GRWOW" + }, + { + "weight": 1163, + "source": "EDJARRING", + "target": "HABGOODSEAN" + }, + { + "weight": 1163, + "source": "EDJARRING", + "target": "MRBILL_RESISTS" + }, + { + "weight": 1163, + "source": "EDJARRING", + "target": "JSEULEMENT2019" + }, + { + "weight": 1163, + "source": "EDJARRING", + "target": "OLOPHNIHLSON" + }, + { + "weight": 1163, + "source": "EDJARRING", + "target": "ICNTOAN" + }, + { + "weight": 1163, + "source": "EDJARRING", + "target": "MULTIJO1" + }, + { + "weight": 1163, + "source": "EDJARRING", + "target": "KATEACOSTA5" + }, + { + "weight": 1163, + "source": "EDJARRING", + "target": "RISKALERT" + }, + { + "weight": 1163, + "source": "EDJARRING", + "target": "EWINDHAM3" + }, + { + "weight": 1163, + "source": "EDJARRING", + "target": "SHSHOOKMASTER" + }, + { + "weight": 1163, + "source": "EDJARRING", + "target": "MABBYCRANKYP" + }, + { + "weight": 1163, + "source": "EDJARRING", + "target": "TERAM323TERE" + }, + { + "weight": 1163, + "source": "EDJARRING", + "target": "LORAC328" + }, + { + "weight": 1163, + "source": "EDJARRING", + "target": "PIECHRON" + }, + { + "weight": 1163, + "source": "EDJARRING", + "target": "LESCAKSHARON" + }, + { + "weight": 1163, + "source": "EDJARRING", + "target": "79TOPPER" + }, + { + "weight": 1163, + "source": "EDJARRING", + "target": "SUZYQ8825" + }, + { + "weight": 1163, + "source": "EDJARRING", + "target": "FAITH_TRUE" + }, + { + "weight": 1920, + "source": "WINETAST3R", + "target": "GRWOW" + }, + { + "weight": 1920, + "source": "WINETAST3R", + "target": "LECHATNOIRE4" + }, + { + "weight": 1920, + "source": "WINETAST3R", + "target": "BECKYGALLAGHE10" + }, + { + "weight": 1920, + "source": "WINETAST3R", + "target": "BOB_LEVITT" + }, + { + "weight": 1920, + "source": "WINETAST3R", + "target": "TRAVELINGUS" + }, + { + "weight": 2735, + "source": "STANSPAK", + "target": "GRWOW" + }, + { + "weight": 2735, + "source": "STANSPAK", + "target": "TERRI2CAT" + }, + { + "weight": 2735, + "source": "STANSPAK", + "target": "RYANJOHNCKE" + }, + { + "weight": 2735, + "source": "STANSPAK", + "target": "SKYBOY123" + }, + { + "weight": 2735, + "source": "STANSPAK", + "target": "KIMSHURTLEFF" + }, + { + "weight": 2735, + "source": "STANSPAK", + "target": "INNRDREAMS" + }, + { + "weight": 2735, + "source": "STANSPAK", + "target": "GARYD552" + }, + { + "weight": 2399, + "source": "EVERYHUMANKNOWS", + "target": "GRWOW" + }, + { + "weight": 2399, + "source": "EVERYHUMANKNOWS", + "target": "FRED4ME85" + }, + { + "weight": 2399, + "source": "EVERYHUMANKNOWS", + "target": "WOWWGRAN" + }, + { + "weight": 2399, + "source": "EVERYHUMANKNOWS", + "target": "NIKSNOOK57" + }, + { + "weight": 2399, + "source": "EVERYHUMANKNOWS", + "target": "NYTXARTIST" + }, + { + "weight": 2399, + "source": "EVERYHUMANKNOWS", + "target": "KENNASTEVENS1" + }, + { + "weight": 2399, + "source": "EVERYHUMANKNOWS", + "target": "LESKO_SUSAN" + }, + { + "weight": 2399, + "source": "EVERYHUMANKNOWS", + "target": "CHEBERTFORGOOD" + }, + { + "weight": 2399, + "source": "EVERYHUMANKNOWS", + "target": "VEGASBANKS" + }, + { + "weight": 2399, + "source": "EVERYHUMANKNOWS", + "target": "JACQUELINEHINE1" + }, + { + "weight": 2399, + "source": "EVERYHUMANKNOWS", + "target": "TRTH2PWER68" + }, + { + "weight": 2399, + "source": "EVERYHUMANKNOWS", + "target": "GARYD552" + }, + { + "weight": 2399, + "source": "EVERYHUMANKNOWS", + "target": "SHSHOOKMASTER" + }, + { + "weight": 2399, + "source": "EVERYHUMANKNOWS", + "target": "TRACYCH86248594" + }, + { + "weight": 2399, + "source": "EVERYHUMANKNOWS", + "target": "ANTHONYBOURQUE" + }, + { + "weight": 2399, + "source": "EVERYHUMANKNOWS", + "target": "JOSHUAJREYNOLD1" + }, + { + "weight": 2399, + "source": "EVERYHUMANKNOWS", + "target": "MEMASTHREE" + }, + { + "weight": 1357, + "source": "TRAVEL5762", + "target": "GRWOW" + }, + { + "weight": 1357, + "source": "TRAVEL5762", + "target": "LIREHIRSCH" + }, + { + "weight": 1357, + "source": "TRAVEL5762", + "target": "NIKSNOOK57" + }, + { + "weight": 1357, + "source": "TRAVEL5762", + "target": "STANSPAK" + }, + { + "weight": 1357, + "source": "TRAVEL5762", + "target": "WEENTERED" + }, + { + "weight": 1357, + "source": "TRAVEL5762", + "target": "ROEDIO73" + }, + { + "weight": 1357, + "source": "TRAVEL5762", + "target": "WEAREWAKANDA_" + }, + { + "weight": 1357, + "source": "TRAVEL5762", + "target": "JUSTJO2" + }, + { + "weight": 1022, + "source": "HALLOWEENBLOGS", + "target": "TSHEP42" + }, + { + "weight": 1022, + "source": "HALLOWEENBLOGS", + "target": "ALLRESISTANCE" + }, + { + "weight": 1022, + "source": "HALLOWEENBLOGS", + "target": "RODNEYCLAEYS" + }, + { + "weight": 1022, + "source": "HALLOWEENBLOGS", + "target": "LBRAUNLI" + }, + { + "weight": 1022, + "source": "HALLOWEENBLOGS", + "target": "AMERICANMOM01" + }, + { + "weight": 1022, + "source": "HALLOWEENBLOGS", + "target": "MUSES220" + }, + { + "weight": 1022, + "source": "HALLOWEENBLOGS", + "target": "POLITICALBEE" + }, + { + "weight": 1445, + "source": "RODNEYCLAEYS", + "target": "HALLOWEENBLOGS" + }, + { + "weight": 1445, + "source": "RODNEYCLAEYS", + "target": "CELTICLAS" + }, + { + "weight": 1445, + "source": "RODNEYCLAEYS", + "target": "LARRAMARR1980" + }, + { + "weight": 1445, + "source": "RODNEYCLAEYS", + "target": "MILE_MARKER_0" + }, + { + "weight": 1445, + "source": "RODNEYCLAEYS", + "target": "DAVIDPSDEM" + }, + { + "weight": 1445, + "source": "RODNEYCLAEYS", + "target": "JANHOLLOWAY16" + }, + { + "weight": 1445, + "source": "RODNEYCLAEYS", + "target": "LOREYJEANENE" + }, + { + "weight": 1445, + "source": "RODNEYCLAEYS", + "target": "LECHATNOIRE4" + }, + { + "weight": 1445, + "source": "RODNEYCLAEYS", + "target": "KUROKITTEH" + }, + { + "weight": 1445, + "source": "RODNEYCLAEYS", + "target": "INTOTHEFORESTSB" + }, + { + "weight": 1445, + "source": "RODNEYCLAEYS", + "target": "ZEN4EVER2US" + }, + { + "weight": 1445, + "source": "RODNEYCLAEYS", + "target": "AUGUSTANEWMAN13" + }, + { + "weight": 1445, + "source": "RODNEYCLAEYS", + "target": "BLUEGREEN625" + }, + { + "weight": 1445, + "source": "RODNEYCLAEYS", + "target": "KIMSHURTLEFF" + }, + { + "weight": 1445, + "source": "RODNEYCLAEYS", + "target": "BUBEEEEE" + }, + { + "weight": 1445, + "source": "RODNEYCLAEYS", + "target": "PIECHRON" + }, + { + "weight": 1445, + "source": "RODNEYCLAEYS", + "target": "JAY80997256" + }, + { + "weight": 1814, + "source": "CATHYJOEGPT", + "target": "LOREYJEANENE" + }, + { + "weight": 1814, + "source": "CATHYJOEGPT", + "target": "VMBRITSCH" + }, + { + "weight": 1814, + "source": "CATHYJOEGPT", + "target": "AMERICANMOM01" + }, + { + "weight": 1814, + "source": "CATHYJOEGPT", + "target": "KATEACOSTA5" + }, + { + "weight": 1814, + "source": "CATHYJOEGPT", + "target": "DOCJANICEL" + }, + { + "weight": 1814, + "source": "CATHYJOEGPT", + "target": "BLUEGREEN625" + }, + { + "weight": 1814, + "source": "CATHYJOEGPT", + "target": "WIACTIVIST" + }, + { + "weight": 1814, + "source": "CATHYJOEGPT", + "target": "SHSHOOKMASTER" + }, + { + "weight": 1814, + "source": "CATHYJOEGPT", + "target": "BUBEEEEE" + }, + { + "weight": 1814, + "source": "CATHYJOEGPT", + "target": "WINETAST3R" + }, + { + "weight": 1814, + "source": "CATHYJOEGPT", + "target": "DOROTHY1240" + }, + { + "weight": 1814, + "source": "CATHYJOEGPT", + "target": "LANEZANE1" + }, + { + "weight": 826, + "source": "WIACTIVIST", + "target": "CATHYJOEGPT" + }, + { + "weight": 826, + "source": "WIACTIVIST", + "target": "KAVRIDER" + }, + { + "weight": 826, + "source": "WIACTIVIST", + "target": "BETHLEVIN" + }, + { + "weight": 1686, + "source": "NYTXARTIST", + "target": "CATHYJOEGPT" + }, + { + "weight": 1686, + "source": "NYTXARTIST", + "target": "BEWITCHED9" + }, + { + "weight": 1686, + "source": "NYTXARTIST", + "target": "DRSPL5" + }, + { + "weight": 1686, + "source": "NYTXARTIST", + "target": "SKYBOY123" + }, + { + "weight": 1686, + "source": "NYTXARTIST", + "target": "ICNTOAN" + }, + { + "weight": 1686, + "source": "NYTXARTIST", + "target": "VEGASBANKS" + }, + { + "weight": 1686, + "source": "NYTXARTIST", + "target": "BELLABLUE1060" + }, + { + "weight": 1686, + "source": "NYTXARTIST", + "target": "LANEZANE1" + }, + { + "weight": 1686, + "source": "NYTXARTIST", + "target": "ROSEMARYMSCOTT" + }, + { + "weight": 1778, + "source": "LANEZANE1", + "target": "CATHYJOEGPT" + }, + { + "weight": 1778, + "source": "LANEZANE1", + "target": "ASPENSNONNA1" + }, + { + "weight": 1778, + "source": "LANEZANE1", + "target": "NYTXARTIST" + }, + { + "weight": 1778, + "source": "LANEZANE1", + "target": "MICHELEJEANSON1" + }, + { + "weight": 1778, + "source": "LANEZANE1", + "target": "SUBORDERS15" + }, + { + "weight": 1778, + "source": "LANEZANE1", + "target": "RYANJOHNCKE" + }, + { + "weight": 1778, + "source": "LANEZANE1", + "target": "ICNTOAN" + }, + { + "weight": 1778, + "source": "LANEZANE1", + "target": "OLIVIATHERESE3" + }, + { + "weight": 1778, + "source": "LANEZANE1", + "target": "STAYWOKEV" + }, + { + "weight": 1778, + "source": "LANEZANE1", + "target": "VEGASBANKS" + }, + { + "weight": 1778, + "source": "LANEZANE1", + "target": "MJD1953" + }, + { + "weight": 1778, + "source": "LANEZANE1", + "target": "MARYSAVILLE3" + }, + { + "weight": 1778, + "source": "LANEZANE1", + "target": "LAURIESPOON" + }, + { + "weight": 1778, + "source": "LANEZANE1", + "target": "TERAM323TERE" + }, + { + "weight": 1778, + "source": "LANEZANE1", + "target": "LORAC328" + }, + { + "weight": 1778, + "source": "LANEZANE1", + "target": "SHIRLEYDEBALSI" + }, + { + "weight": 1778, + "source": "LANEZANE1", + "target": "LESCAKSHARON" + }, + { + "weight": 470, + "source": "BLUEGREEN625", + "target": "CATHYJOEGPT" + }, + { + "weight": 470, + "source": "BLUEGREEN625", + "target": "RODNEYCLAEYS" + }, + { + "weight": 470, + "source": "BLUEGREEN625", + "target": "MICHELEJEANSON1" + }, + { + "weight": 470, + "source": "BLUEGREEN625", + "target": "LITAPI77" + }, + { + "weight": 470, + "source": "BLUEGREEN625", + "target": "MEGRESISTOR" + }, + { + "weight": 3221, + "source": "BISTYCSROSS", + "target": "PARUCHGRETCHEN" + }, + { + "weight": 3221, + "source": "BISTYCSROSS", + "target": "WESKUSGOGGA" + }, + { + "weight": 3221, + "source": "BISTYCSROSS", + "target": "DOTTYINACTION" + }, + { + "weight": 3221, + "source": "BISTYCSROSS", + "target": "CELTICLAS" + }, + { + "weight": 3221, + "source": "BISTYCSROSS", + "target": "TSHEP42" + }, + { + "weight": 3221, + "source": "BISTYCSROSS", + "target": "KENNASTEVENS1" + }, + { + "weight": 3221, + "source": "BISTYCSROSS", + "target": "CAROLLEI4" + }, + { + "weight": 3221, + "source": "BISTYCSROSS", + "target": "VEGASBANKS" + }, + { + "weight": 3221, + "source": "BISTYCSROSS", + "target": "RISKALERT" + }, + { + "weight": 3221, + "source": "BISTYCSROSS", + "target": "KAVRIDER" + }, + { + "weight": 3221, + "source": "BISTYCSROSS", + "target": "BLUEGREEN625" + }, + { + "weight": 3221, + "source": "BISTYCSROSS", + "target": "WEAREWAKANDA_" + }, + { + "weight": 3221, + "source": "BISTYCSROSS", + "target": "HUMANSSUCK12" + }, + { + "weight": 3221, + "source": "BISTYCSROSS", + "target": "SUEGLASHAUSER" + }, + { + "weight": 3221, + "source": "BISTYCSROSS", + "target": "CHERKALLECK" + }, + { + "weight": 1028, + "source": "ANDREWM57534615", + "target": "LARRAMARR1980" + }, + { + "weight": 1028, + "source": "ANDREWM57534615", + "target": "ABRAMSON1234" + }, + { + "weight": 1028, + "source": "ANDREWM57534615", + "target": "POTUSISDANGER" + }, + { + "weight": 1028, + "source": "ANDREWM57534615", + "target": "LUCKYLINDY31" + }, + { + "weight": 1028, + "source": "ANDREWM57534615", + "target": "PEOPLEDIED2VOTE" + }, + { + "weight": 1028, + "source": "ANDREWM57534615", + "target": "VEGASBANKS" + }, + { + "weight": 1028, + "source": "ANDREWM57534615", + "target": "SUEGLASHAUSER" + }, + { + "weight": 1028, + "source": "ANDREWM57534615", + "target": "JUDY_CLASSY" + }, + { + "weight": 1028, + "source": "ANDREWM57534615", + "target": "JJAAZZEE1" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "ANDREWM57534615" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "HABGOODSEAN" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "SUNNYBLONDIE" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "XAIPE3" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "ABRAMSON1234" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "ALLRESISTANCE" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "ECCLESIAS" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "AUDREYGARDEN" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "NYTXARTIST" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "KENNASTEVENS1" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "TRACYSNPS" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "OLIVIATHERESE3" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "KAVRIDER" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "PEGPEGGYTODDATR" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "SOLOMANKARL" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "PEGGYTO44449436" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "AKERKATHI" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "TRACYCH86248594" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "JTKSTC" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "FDOUGLASSLIVES" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "TATSUJINUK" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "DOROTHY1240" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "JENCAGES" + }, + { + "weight": 1467, + "source": "PS9714", + "target": "79TOPPER" + }, + { + "weight": 2127, + "source": "JUDY_CLASSY", + "target": "ANDREWM57534615" + }, + { + "weight": 2127, + "source": "JUDY_CLASSY", + "target": "JOCOWBOYS87" + }, + { + "weight": 2127, + "source": "JUDY_CLASSY", + "target": "ROGERB621" + }, + { + "weight": 2127, + "source": "JUDY_CLASSY", + "target": "ROSIEM1919" + }, + { + "weight": 2127, + "source": "JUDY_CLASSY", + "target": "KIMHALLIBURTON" + }, + { + "weight": 2127, + "source": "JUDY_CLASSY", + "target": "PEGPEGGYTODDATR" + }, + { + "weight": 2127, + "source": "JUDY_CLASSY", + "target": "CONNIES08880713" + }, + { + "weight": 2127, + "source": "JUDY_CLASSY", + "target": "PEGGYTO44449436" + }, + { + "weight": 2127, + "source": "JUDY_CLASSY", + "target": "DOROTHY1240" + }, + { + "weight": 2796, + "source": "JJAAZZEE1", + "target": "ANDREWM57534615" + }, + { + "weight": 2796, + "source": "JJAAZZEE1", + "target": "LARRAMARR1980" + }, + { + "weight": 2796, + "source": "JJAAZZEE1", + "target": "JOLLYCAROL5923" + }, + { + "weight": 2796, + "source": "JJAAZZEE1", + "target": "HRMHANNAMONTANA" + }, + { + "weight": 2796, + "source": "JJAAZZEE1", + "target": "TRACYSNPS" + }, + { + "weight": 2796, + "source": "JJAAZZEE1", + "target": "SASSYSALLY727" + }, + { + "weight": 2796, + "source": "JJAAZZEE1", + "target": "STANSPAK" + }, + { + "weight": 2796, + "source": "JJAAZZEE1", + "target": "THE_NABSTER" + }, + { + "weight": 2796, + "source": "JJAAZZEE1", + "target": "LAQUIALENE69" + }, + { + "weight": 2796, + "source": "JJAAZZEE1", + "target": "RISKALERT" + }, + { + "weight": 2796, + "source": "JJAAZZEE1", + "target": "INSPITEOFTRUMP" + }, + { + "weight": 2796, + "source": "JJAAZZEE1", + "target": "KIMHALLIBURTON" + }, + { + "weight": 2796, + "source": "JJAAZZEE1", + "target": "CONNIES08880713" + }, + { + "weight": 2796, + "source": "JJAAZZEE1", + "target": "MINNNYME" + }, + { + "weight": 2796, + "source": "JJAAZZEE1", + "target": "DEMUROMARQUEZ" + }, + { + "weight": 2796, + "source": "JJAAZZEE1", + "target": "EMOTIONMOJO" + }, + { + "weight": 2796, + "source": "JJAAZZEE1", + "target": "JTKSTC" + }, + { + "weight": 1025, + "source": "POTUSISDANGER", + "target": "ANDREWM57534615" + }, + { + "weight": 1025, + "source": "POTUSISDANGER", + "target": "LULA_REH" + }, + { + "weight": 1025, + "source": "POTUSISDANGER", + "target": "RISKALERT" + }, + { + "weight": 1025, + "source": "POTUSISDANGER", + "target": "ROEDIO73" + }, + { + "weight": 1025, + "source": "POTUSISDANGER", + "target": "WEAREWAKANDA_" + }, + { + "weight": 1025, + "source": "POTUSISDANGER", + "target": "CAPT17BJK" + }, + { + "weight": 1025, + "source": "POTUSISDANGER", + "target": "KENBERRY611" + }, + { + "weight": 1025, + "source": "POTUSISDANGER", + "target": "DOROTHY1240" + }, + { + "weight": 761, + "source": "FRED4ME85", + "target": "EVERYHUMANKNOWS" + }, + { + "weight": 761, + "source": "FRED4ME85", + "target": "WEENTERED" + }, + { + "weight": 761, + "source": "FRED4ME85", + "target": "TIMWILLARD11" + }, + { + "weight": 761, + "source": "FRED4ME85", + "target": "CRAFTYCHICK17" + }, + { + "weight": 506, + "source": "TIMWILLARD11", + "target": "FRED4ME85" + }, + { + "weight": 506, + "source": "TIMWILLARD11", + "target": "CAROLLEI4" + }, + { + "weight": 506, + "source": "TIMWILLARD11", + "target": "BESSY_C3" + }, + { + "weight": 506, + "source": "TIMWILLARD11", + "target": "JUSTJO2" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "FRED4ME85" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "LOTRAINEH" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "ECCLESIAS" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "MARYKEITHBARE1" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "AMYSCORCA" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "LECHATNOIRE4" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "DASTARDLYDONALD" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "JKASTRITIS" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "BECKYGALLAGHE10" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "VEGASBANKS" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "EWINDHAM3" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "WEAREWAKANDA_" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "JULIEJOURNEYING" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "ROSIEM1919" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "PEGPEGGYTODDATR" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "PEGGYTO44449436" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "BUBEEEEE" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "JUDY_CLASSY" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "TRUMP_CHEATS" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "FDOUGLASSLIVES" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "STOCKGUY61" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "JINXY_MINXY" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "LANEZANE1" + }, + { + "weight": 2265, + "source": "CUBFAN13241", + "target": "CHERKALLECK" + }, + { + "weight": 1033, + "source": "MJD1953", + "target": "FRED4ME85" + }, + { + "weight": 1033, + "source": "MJD1953", + "target": "DOTTYINACTION" + }, + { + "weight": 1985, + "source": "JSEULEMENT2019", + "target": "FRED4ME85" + }, + { + "weight": 1985, + "source": "JSEULEMENT2019", + "target": "KYMNORTON55" + }, + { + "weight": 1985, + "source": "JSEULEMENT2019", + "target": "EDJARRING" + }, + { + "weight": 1985, + "source": "JSEULEMENT2019", + "target": "KIMSHURTLEFF" + }, + { + "weight": 1985, + "source": "JSEULEMENT2019", + "target": "JTKSTC" + }, + { + "weight": 1985, + "source": "JSEULEMENT2019", + "target": "JINXY_MINXY" + }, + { + "weight": 1985, + "source": "JSEULEMENT2019", + "target": "CAREAWARE" + }, + { + "weight": 1662, + "source": "CNBSNANA", + "target": "FINFAN74" + }, + { + "weight": 1662, + "source": "CNBSNANA", + "target": "KYMNORTON55" + }, + { + "weight": 1662, + "source": "CNBSNANA", + "target": "BOB_LEVITT" + }, + { + "weight": 1892, + "source": "CHERKALLECK", + "target": "CNBSNANA" + }, + { + "weight": 1892, + "source": "CHERKALLECK", + "target": "VMBRITSCH" + }, + { + "weight": 1892, + "source": "CHERKALLECK", + "target": "OLOPHNIHLSON" + }, + { + "weight": 1892, + "source": "CHERKALLECK", + "target": "INNRDREAMS" + }, + { + "weight": 1892, + "source": "CHERKALLECK", + "target": "WAGGLES111" + }, + { + "weight": 1892, + "source": "CHERKALLECK", + "target": "SMITCHELLMAY301" + }, + { + "weight": 1892, + "source": "CHERKALLECK", + "target": "CUBFAN13241" + }, + { + "weight": 1892, + "source": "CHERKALLECK", + "target": "KATHATESTRUMP2" + }, + { + "weight": 1892, + "source": "CHERKALLECK", + "target": "TERAM323TERE" + }, + { + "weight": 1892, + "source": "CHERKALLECK", + "target": "DOROTHY1240" + }, + { + "weight": 1892, + "source": "CHERKALLECK", + "target": "TWINDAD031207" + }, + { + "weight": 1326, + "source": "FINFAN74", + "target": "CNBSNANA" + }, + { + "weight": 1326, + "source": "FINFAN74", + "target": "LECHATNOIRE4" + }, + { + "weight": 1326, + "source": "FINFAN74", + "target": "MARYSAVILLE3" + }, + { + "weight": 1019, + "source": "DSSHEP1959", + "target": "LINDANAP123" + }, + { + "weight": 1019, + "source": "DSSHEP1959", + "target": "DUNNET26" + }, + { + "weight": 8912, + "source": "MILTONESPINOZAF", + "target": "DSSHEP1959" + }, + { + "weight": 8912, + "source": "MILTONESPINOZAF", + "target": "AMYMARIEWILLARD" + }, + { + "weight": 8912, + "source": "MILTONESPINOZAF", + "target": "GGRANDMAG73" + }, + { + "weight": 8912, + "source": "MILTONESPINOZAF", + "target": "PJW20161951" + }, + { + "weight": 889, + "source": "RESTOREDEMOS", + "target": "RORIPIERPONT1" + }, + { + "weight": 889, + "source": "RESTOREDEMOS", + "target": "AUDREYGARDEN" + }, + { + "weight": 889, + "source": "RESTOREDEMOS", + "target": "KENNASTEVENS1" + }, + { + "weight": 889, + "source": "RESTOREDEMOS", + "target": "HARD2FINETJ" + }, + { + "weight": 889, + "source": "RESTOREDEMOS", + "target": "AMERICANMOM01" + }, + { + "weight": 889, + "source": "RESTOREDEMOS", + "target": "KENBERRY611" + }, + { + "weight": 889, + "source": "RESTOREDEMOS", + "target": "BETHLEVIN" + }, + { + "weight": 889, + "source": "RESTOREDEMOS", + "target": "SHERRILEE7" + }, + { + "weight": 889, + "source": "RESTOREDEMOS", + "target": "DEEPVARD" + }, + { + "weight": 889, + "source": "RESTOREDEMOS", + "target": "WOMENSAVEUSA" + }, + { + "weight": 335, + "source": "FDOUGLASSLIVES", + "target": "MELISSAJPELTIER" + }, + { + "weight": 335, + "source": "FDOUGLASSLIVES", + "target": "PS9714" + }, + { + "weight": 335, + "source": "FDOUGLASSLIVES", + "target": "LARRAMARR1980" + }, + { + "weight": 335, + "source": "FDOUGLASSLIVES", + "target": "SKYBOY123" + }, + { + "weight": 335, + "source": "FDOUGLASSLIVES", + "target": "JENJAVAJUNKY" + }, + { + "weight": 335, + "source": "FDOUGLASSLIVES", + "target": "CUBFAN13241" + }, + { + "weight": 335, + "source": "FDOUGLASSLIVES", + "target": "JTKSTC" + }, + { + "weight": 1032, + "source": "CHIPDUTCH", + "target": "FDOUGLASSLIVES" + }, + { + "weight": 2040, + "source": "MONICARIVPIN", + "target": "CHIPDUTCH" + }, + { + "weight": 2040, + "source": "MONICARIVPIN", + "target": "MARYKEITHBARE1" + }, + { + "weight": 2040, + "source": "MONICARIVPIN", + "target": "KAVRIDER" + }, + { + "weight": 2040, + "source": "MONICARIVPIN", + "target": "ROSIEM1919" + }, + { + "weight": 1950, + "source": "AMERICANMOM01", + "target": "CHIPDUTCH" + }, + { + "weight": 1950, + "source": "AMERICANMOM01", + "target": "TRACYSNPS" + }, + { + "weight": 1950, + "source": "AMERICANMOM01", + "target": "JOSHUAJREYNOLD1" + }, + { + "weight": 3230, + "source": "FGARCIA2849JR", + "target": "PINKK9LOVER" + }, + { + "weight": 518, + "source": "CHBSTONE2", + "target": "FGARCIA2849JR" + }, + { + "weight": 518, + "source": "CHBSTONE2", + "target": "BTH_BETH" + }, + { + "weight": 518, + "source": "CHBSTONE2", + "target": "LARIDOR1" + }, + { + "weight": 518, + "source": "CHBSTONE2", + "target": "DONNAMARIE827" + }, + { + "weight": 518, + "source": "CHBSTONE2", + "target": "MAN_ALIVE45" + }, + { + "weight": 518, + "source": "CHBSTONE2", + "target": "ILOVETRUMP4FR" + }, + { + "weight": 518, + "source": "CHBSTONE2", + "target": "MILLER_GWEN" + }, + { + "weight": 3100, + "source": "DARHAR981", + "target": "FGARCIA2849JR" + }, + { + "weight": 3100, + "source": "DARHAR981", + "target": "TAMMYWHEET" + }, + { + "weight": 3100, + "source": "DARHAR981", + "target": "HUAJATOLLACHIC" + }, + { + "weight": 3100, + "source": "DARHAR981", + "target": "SHERAL_HYDE" + }, + { + "weight": 3100, + "source": "DARHAR981", + "target": "DEBRAGI80712152" + }, + { + "weight": 3100, + "source": "DARHAR981", + "target": "LINDANAP123" + }, + { + "weight": 3100, + "source": "DARHAR981", + "target": "TRBRAM" + }, + { + "weight": 3100, + "source": "DARHAR981", + "target": "ZHUXUDONG5" + }, + { + "weight": 3100, + "source": "DARHAR981", + "target": "MIKANDYNOTHEM" + }, + { + "weight": 3100, + "source": "DARHAR981", + "target": "AMYMARIEWILLARD" + }, + { + "weight": 3100, + "source": "DARHAR981", + "target": "SHIRLEYRINGUET5" + }, + { + "weight": 3100, + "source": "DARHAR981", + "target": "PJW20161951" + }, + { + "weight": 3100, + "source": "DARHAR981", + "target": "DONNAMARIE827" + }, + { + "weight": 3100, + "source": "DARHAR981", + "target": "MILLER_GWEN" + }, + { + "weight": 1608, + "source": "PINKK9LOVER", + "target": "FGARCIA2849JR" + }, + { + "weight": 1608, + "source": "PINKK9LOVER", + "target": "SHERAL_HYDE" + }, + { + "weight": 1608, + "source": "PINKK9LOVER", + "target": "SHARBYCREEK" + }, + { + "weight": 1608, + "source": "PINKK9LOVER", + "target": "ZHUXUDONG5" + }, + { + "weight": 1608, + "source": "PINKK9LOVER", + "target": "NAVGIRL2" + }, + { + "weight": 1608, + "source": "PINKK9LOVER", + "target": "ROY60532867" + }, + { + "weight": 1608, + "source": "PINKK9LOVER", + "target": "RPACE71" + }, + { + "weight": 1608, + "source": "PINKK9LOVER", + "target": "TERRIEZORNES" + }, + { + "weight": 1608, + "source": "PINKK9LOVER", + "target": "MILLER_GWEN" + }, + { + "weight": 451, + "source": "MIKANDYNOTHEM", + "target": "FGARCIA2849JR" + }, + { + "weight": 451, + "source": "MIKANDYNOTHEM", + "target": "TAMMYWHEET" + }, + { + "weight": 451, + "source": "MIKANDYNOTHEM", + "target": "MENNO_KOOLS" + }, + { + "weight": 451, + "source": "MIKANDYNOTHEM", + "target": "BILLSPLACEHERE" + }, + { + "weight": 451, + "source": "MIKANDYNOTHEM", + "target": "SHARBYCREEK" + }, + { + "weight": 451, + "source": "MIKANDYNOTHEM", + "target": "LOGANSRUN79" + }, + { + "weight": 451, + "source": "MIKANDYNOTHEM", + "target": "JOHN43269024" + }, + { + "weight": 451, + "source": "MIKANDYNOTHEM", + "target": "ROY60532867" + }, + { + "weight": 451, + "source": "MIKANDYNOTHEM", + "target": "SART48" + }, + { + "weight": 1646, + "source": "G1RLY_TATTOOED", + "target": "FGARCIA2849JR" + }, + { + "weight": 1646, + "source": "G1RLY_TATTOOED", + "target": "SHERAL_HYDE" + }, + { + "weight": 1646, + "source": "G1RLY_TATTOOED", + "target": "DEBRAGI80712152" + }, + { + "weight": 1646, + "source": "G1RLY_TATTOOED", + "target": "MENNO_KOOLS" + }, + { + "weight": 1646, + "source": "G1RLY_TATTOOED", + "target": "LINDANAP123" + }, + { + "weight": 1646, + "source": "G1RLY_TATTOOED", + "target": "TRBRAM" + }, + { + "weight": 1646, + "source": "G1RLY_TATTOOED", + "target": "ZHUXUDONG5" + }, + { + "weight": 1646, + "source": "G1RLY_TATTOOED", + "target": "GGRANDMAG73" + }, + { + "weight": 1646, + "source": "G1RLY_TATTOOED", + "target": "DONNAMARIE827" + }, + { + "weight": 1646, + "source": "G1RLY_TATTOOED", + "target": "TERRIEZORNES" + }, + { + "weight": 1646, + "source": "G1RLY_TATTOOED", + "target": "MAN_ALIVE45" + }, + { + "weight": 1646, + "source": "G1RLY_TATTOOED", + "target": "DUNNET26" + }, + { + "weight": 1646, + "source": "G1RLY_TATTOOED", + "target": "MILLER_GWEN" + }, + { + "weight": 1881, + "source": "CAN2GETERDONE", + "target": "FGARCIA2849JR" + }, + { + "weight": 1881, + "source": "CAN2GETERDONE", + "target": "HUAJATOLLACHIC" + }, + { + "weight": 1881, + "source": "CAN2GETERDONE", + "target": "BTH_BETH" + }, + { + "weight": 1881, + "source": "CAN2GETERDONE", + "target": "STAND4FREE" + }, + { + "weight": 1881, + "source": "CAN2GETERDONE", + "target": "PRSORENSEN1" + }, + { + "weight": 1881, + "source": "CAN2GETERDONE", + "target": "TRBRAM" + }, + { + "weight": 1881, + "source": "CAN2GETERDONE", + "target": "ZHUXUDONG5" + }, + { + "weight": 1881, + "source": "CAN2GETERDONE", + "target": "MISSLEXI9162" + }, + { + "weight": 1881, + "source": "CAN2GETERDONE", + "target": "MIKANDYNOTHEM" + }, + { + "weight": 1881, + "source": "CAN2GETERDONE", + "target": "LARIDOR1" + }, + { + "weight": 1881, + "source": "CAN2GETERDONE", + "target": "MADDIE20204" + }, + { + "weight": 1881, + "source": "CAN2GETERDONE", + "target": "SHIRLEYRINGUET5" + }, + { + "weight": 1881, + "source": "CAN2GETERDONE", + "target": "GGRANDMAG73" + }, + { + "weight": 1881, + "source": "CAN2GETERDONE", + "target": "GREIDERMICHAEL" + }, + { + "weight": 1881, + "source": "CAN2GETERDONE", + "target": "DONNAMARIE827" + }, + { + "weight": 1881, + "source": "CAN2GETERDONE", + "target": "JUSTANOTHERSME2" + }, + { + "weight": 1881, + "source": "CAN2GETERDONE", + "target": "MAN_ALIVE45" + }, + { + "weight": 1881, + "source": "CAN2GETERDONE", + "target": "PAULSON_DIANE" + }, + { + "weight": 1881, + "source": "CAN2GETERDONE", + "target": "A_BOBBIE" + }, + { + "weight": 1881, + "source": "CAN2GETERDONE", + "target": "CELESTEHERGET" + }, + { + "weight": 1534, + "source": "KIDGOLFERMAN", + "target": "FGARCIA2849JR" + }, + { + "weight": 1534, + "source": "KIDGOLFERMAN", + "target": "BTH_BETH" + }, + { + "weight": 1534, + "source": "KIDGOLFERMAN", + "target": "DEBRAGI80712152" + }, + { + "weight": 1534, + "source": "KIDGOLFERMAN", + "target": "RWAYNEFISCHER1" + }, + { + "weight": 1534, + "source": "KIDGOLFERMAN", + "target": "ZHUXUDONG5" + }, + { + "weight": 1534, + "source": "KIDGOLFERMAN", + "target": "MISSLEXI9162" + }, + { + "weight": 1534, + "source": "KIDGOLFERMAN", + "target": "MIKANDYNOTHEM" + }, + { + "weight": 1534, + "source": "KIDGOLFERMAN", + "target": "JOEYREINCARNAT1" + }, + { + "weight": 1534, + "source": "KIDGOLFERMAN", + "target": "GGRANDMAG73" + }, + { + "weight": 1534, + "source": "KIDGOLFERMAN", + "target": "PJW20161951" + }, + { + "weight": 1534, + "source": "KIDGOLFERMAN", + "target": "A_BOBBIE" + }, + { + "weight": 1534, + "source": "KIDGOLFERMAN", + "target": "RRETH10" + }, + { + "weight": 1534, + "source": "KIDGOLFERMAN", + "target": "MILLER_GWEN" + }, + { + "weight": 2805, + "source": "SUNNYBLONDIE", + "target": "HABGOODSEAN" + }, + { + "weight": 2805, + "source": "SUNNYBLONDIE", + "target": "MILE_MARKER_0" + }, + { + "weight": 2805, + "source": "SUNNYBLONDIE", + "target": "ROCKETSINAUS" + }, + { + "weight": 2805, + "source": "SUNNYBLONDIE", + "target": "ROCKETS70835110" + }, + { + "weight": 2805, + "source": "SUNNYBLONDIE", + "target": "ROSEMARYMSCOTT" + }, + { + "weight": 1773, + "source": "SMITCHELLMAY301", + "target": "HABGOODSEAN" + }, + { + "weight": 966, + "source": "SUBORDERS15", + "target": "GTLANG74" + }, + { + "weight": 966, + "source": "SUBORDERS15", + "target": "CELTICLAS" + }, + { + "weight": 966, + "source": "SUBORDERS15", + "target": "ALLRESISTANCE" + }, + { + "weight": 966, + "source": "SUBORDERS15", + "target": "HENZIGMARGARET" + }, + { + "weight": 1029, + "source": "TRAVELINGUS", + "target": "GTLANG74" + }, + { + "weight": 1029, + "source": "TRAVELINGUS", + "target": "LBRAUNLI" + }, + { + "weight": 1029, + "source": "TRAVELINGUS", + "target": "JOSIE5FT2" + }, + { + "weight": 1029, + "source": "TRAVELINGUS", + "target": "HARD2FINETJ" + }, + { + "weight": 1029, + "source": "TRAVELINGUS", + "target": "CSCSTARS" + }, + { + "weight": 1029, + "source": "TRAVELINGUS", + "target": "BRITTAN84613360" + }, + { + "weight": 1029, + "source": "TRAVELINGUS", + "target": "VEGASBANKS" + }, + { + "weight": 1029, + "source": "TRAVELINGUS", + "target": "HENZIGMARGARET" + }, + { + "weight": 1029, + "source": "TRAVELINGUS", + "target": "TRTH2PWER68" + }, + { + "weight": 1029, + "source": "TRAVELINGUS", + "target": "SUEGLASHAUSER" + }, + { + "weight": 1029, + "source": "TRAVELINGUS", + "target": "ANTHONYBOURQUE" + }, + { + "weight": 1029, + "source": "TRAVELINGUS", + "target": "DOVEWOMAN1" + }, + { + "weight": 1029, + "source": "TRAVELINGUS", + "target": "DANCINDOTI" + }, + { + "weight": 1029, + "source": "TRAVELINGUS", + "target": "WOMENSAVEUSA" + }, + { + "weight": 557, + "source": "TEXDEM_DKOS", + "target": "ICKKIKING" + }, + { + "weight": 2041, + "source": "AUDREYGARDEN", + "target": "TEXDEM_DKOS" + }, + { + "weight": 2041, + "source": "AUDREYGARDEN", + "target": "AGAVECORN" + }, + { + "weight": 2041, + "source": "AUDREYGARDEN", + "target": "CELTICLAS" + }, + { + "weight": 2041, + "source": "AUDREYGARDEN", + "target": "ECCLESIAS" + }, + { + "weight": 2041, + "source": "AUDREYGARDEN", + "target": "KAE_STODDARD" + }, + { + "weight": 2041, + "source": "AUDREYGARDEN", + "target": "JOCOWBOYS87" + }, + { + "weight": 2041, + "source": "AUDREYGARDEN", + "target": "INTOTHEFORESTSB" + }, + { + "weight": 2041, + "source": "AUDREYGARDEN", + "target": "VEGASBANKS" + }, + { + "weight": 2041, + "source": "AUDREYGARDEN", + "target": "LISAOKC" + }, + { + "weight": 2041, + "source": "AUDREYGARDEN", + "target": "NOHOLIDAYFORGOP" + }, + { + "weight": 2041, + "source": "AUDREYGARDEN", + "target": "SHARLENEBECK13" + }, + { + "weight": 2041, + "source": "AUDREYGARDEN", + "target": "TRAVELINGUS" + }, + { + "weight": 2041, + "source": "AUDREYGARDEN", + "target": "SUEGLASHAUSER" + }, + { + "weight": 2041, + "source": "AUDREYGARDEN", + "target": "SHSHOOKMASTER" + }, + { + "weight": 2041, + "source": "AUDREYGARDEN", + "target": "BUBEEEEE" + }, + { + "weight": 2825, + "source": "JEANNELOBERG", + "target": "GALLEYDIANA5" + }, + { + "weight": 2522, + "source": "GAYE_GALLOPS", + "target": "CHBSTONE2" + }, + { + "weight": 2522, + "source": "GAYE_GALLOPS", + "target": "DEBRAGI80712152" + }, + { + "weight": 2522, + "source": "GAYE_GALLOPS", + "target": "RWAYNEFISCHER1" + }, + { + "weight": 2522, + "source": "GAYE_GALLOPS", + "target": "BILLSPLACEHERE" + }, + { + "weight": 2522, + "source": "GAYE_GALLOPS", + "target": "ZHUXUDONG5" + }, + { + "weight": 2522, + "source": "GAYE_GALLOPS", + "target": "MIKANDYNOTHEM" + }, + { + "weight": 2522, + "source": "GAYE_GALLOPS", + "target": "CMOORE045" + }, + { + "weight": 2522, + "source": "GAYE_GALLOPS", + "target": "MADDIE20204" + }, + { + "weight": 2522, + "source": "GAYE_GALLOPS", + "target": "SHIRLEYRINGUET5" + }, + { + "weight": 2522, + "source": "GAYE_GALLOPS", + "target": "MARYRUT76380609" + }, + { + "weight": 2522, + "source": "GAYE_GALLOPS", + "target": "DONNAMARIE827" + }, + { + "weight": 2522, + "source": "GAYE_GALLOPS", + "target": "TERRIEZORNES" + }, + { + "weight": 2522, + "source": "GAYE_GALLOPS", + "target": "ILOVETRUMP4FR" + }, + { + "weight": 2522, + "source": "GAYE_GALLOPS", + "target": "MILLER_GWEN" + }, + { + "weight": 1039, + "source": "DEBBIE22210", + "target": "CHBSTONE2" + }, + { + "weight": 1039, + "source": "DEBBIE22210", + "target": "STAND4FREE" + }, + { + "weight": 1039, + "source": "DEBBIE22210", + "target": "CHR1SLE1NER" + }, + { + "weight": 1039, + "source": "DEBBIE22210", + "target": "REALSTEVEMRIES" + }, + { + "weight": 1039, + "source": "DEBBIE22210", + "target": "SHIRLEYRINGUET5" + }, + { + "weight": 1039, + "source": "DEBBIE22210", + "target": "TONY_HAMBLETON" + }, + { + "weight": 1039, + "source": "DEBBIE22210", + "target": "A_BOBBIE" + }, + { + "weight": 1878, + "source": "TERRIEZORNES", + "target": "CHBSTONE2" + }, + { + "weight": 1878, + "source": "TERRIEZORNES", + "target": "PINKK9LOVER" + }, + { + "weight": 1878, + "source": "TERRIEZORNES", + "target": "STAND4FREE" + }, + { + "weight": 1878, + "source": "TERRIEZORNES", + "target": "DARHAR981" + }, + { + "weight": 1878, + "source": "TERRIEZORNES", + "target": "G1RLY_TATTOOED" + }, + { + "weight": 1494, + "source": "KCOLAIZZO", + "target": "MARYKEITHBARE1" + }, + { + "weight": 1494, + "source": "KCOLAIZZO", + "target": "LECHATNOIRE4" + }, + { + "weight": 1494, + "source": "KCOLAIZZO", + "target": "BOB_LEVITT" + }, + { + "weight": 1494, + "source": "KCOLAIZZO", + "target": "ROSIEM1919" + }, + { + "weight": 1494, + "source": "KCOLAIZZO", + "target": "HENZIGMARGARET" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "KCOLAIZZO" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "MRBILL_RESISTS" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "AGAVECORN" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "XAIPE3" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "CELTICLAS" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "PRITKO" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "EVERYHUMANKNOWS" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "LOTRAINEH" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "MISSB62" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "SNIVVLIZATION" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "KAE_STODDARD" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "COLBERTBIGB" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "SUBORDERS15" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "JOCOWBOYS87" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "AMYSCORCA" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "DRSPL5" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "LIBERALTOTHEEND" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "ICNTOAN" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "OLIVIATHERESE3" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "FINFAN74" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "WEENTERED" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "LESLIE17DEBBIE" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "ARTSYOMA" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "LLLWRY" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "SYLVIAZ1913" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "BLUEGREEN625" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "ROEDIO73" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "EWINDHAM3" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "BOOTHATCHER1" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "FLYHYLAND" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "ROGERB621" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "GEORGIE99011801" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "KIMHALLIBURTON" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "PEGPEGGYTODDATR" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "TRTH2PWER68" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "NOHOLIDAYFORGOP" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "DLP75902038" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "SABULOSAA" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "PEGGYTO44449436" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "SUEGLASHAUSER" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "SHSHOOKMASTER" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "EMOTIONMOJO" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "AKERKATHI" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "CRAFTYCHICK17" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "MABBYCRANKYP" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "LUCILLEAUSTERO2" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "JUDY_CLASSY" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "KATHATESTRUMP2" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "SHERRILEE7" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "FDOUGLASSLIVES" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "STOCKGUY61" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "KATHYSUEHURT1" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "KARENDEVINE84" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "DOROTHY1240" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "SHIRLEYDEBALSI" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "PIECHRON" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "JENCAGES" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "LTANNER70" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "DANCINDOTI" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "JAY80997256" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "WOMENSAVEUSA" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "ROSEMARYMSCOTT" + }, + { + "weight": 1634, + "source": "JENJAVAJUNKY", + "target": "BEVERLYFOLKERS" + }, + { + "weight": 3003, + "source": "BOB_LEVITT", + "target": "KCOLAIZZO" + }, + { + "weight": 3003, + "source": "BOB_LEVITT", + "target": "LISAOKC" + }, + { + "weight": 3003, + "source": "BOB_LEVITT", + "target": "BBKENN92" + }, + { + "weight": 2360, + "source": "GLPIMAN", + "target": "JUSTJO2" + }, + { + "weight": 2255, + "source": "JUSTJO2", + "target": "GLPIMAN" + }, + { + "weight": 2255, + "source": "JUSTJO2", + "target": "TRAVEL5762" + }, + { + "weight": 2255, + "source": "JUSTJO2", + "target": "SUBORDERS15" + }, + { + "weight": 2255, + "source": "JUSTJO2", + "target": "LIBERALTOTHEEND" + }, + { + "weight": 2255, + "source": "JUSTJO2", + "target": "AMERICANMOM01" + }, + { + "weight": 2255, + "source": "JUSTJO2", + "target": "BRIANYPAUL" + }, + { + "weight": 2255, + "source": "JUSTJO2", + "target": "WEENTERED" + }, + { + "weight": 2255, + "source": "JUSTJO2", + "target": "NOHOLIDAYFORGOP" + }, + { + "weight": 2255, + "source": "JUSTJO2", + "target": "TRAVELINGUS" + }, + { + "weight": 2255, + "source": "JUSTJO2", + "target": "TIMWILLARD11" + }, + { + "weight": 2255, + "source": "JUSTJO2", + "target": "IPROOFER1" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "GLPIMAN" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "BSELECTED" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "RODNEYCLAEYS" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "NYTXARTIST" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "TRAVEL5762" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "MARYKEITHBARE1" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "DEBROB1947" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "HELLOOOBETTY" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "BEWITCHED9" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "AMYSCORCA" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "JSEULEMENT2019" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "KUROKITTEH" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "MARTHALYNNEOWE1" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "IMCOSTA1" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "WOODWARDWOODW11" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "OLIVIATHERESE3" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "KYMNORTON55" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "EWINDHAM3" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "ROSIEM1919" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "CCLARKE52" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "LINDY255" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "PEGPEGGYTODDATR" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "INNRDREAMS" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "BANNERITE" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "5141QUID" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "MINNNYME" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "PEGGYTO44449436" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "LUCILLEAUSTERO2" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "GLUTTENP" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "JANNSLOAN" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "ICKKIKING" + }, + { + "weight": 1303, + "source": "ZEN4EVER2US", + "target": "BEVERLYFOLKERS" + }, + { + "weight": 1085, + "source": "JANNSLOAN", + "target": "SUNNYBLONDIE" + }, + { + "weight": 1085, + "source": "JANNSLOAN", + "target": "TERRI2CAT" + }, + { + "weight": 1085, + "source": "JANNSLOAN", + "target": "ALLRESISTANCE" + }, + { + "weight": 1085, + "source": "JANNSLOAN", + "target": "HELLOOOBETTY" + }, + { + "weight": 1085, + "source": "JANNSLOAN", + "target": "ENARDAVIS1" + }, + { + "weight": 1085, + "source": "JANNSLOAN", + "target": "APLEMKSERIOUSLY" + }, + { + "weight": 1085, + "source": "JANNSLOAN", + "target": "KATEACOSTA5" + }, + { + "weight": 1085, + "source": "JANNSLOAN", + "target": "AUGUSTANEWMAN13" + }, + { + "weight": 1085, + "source": "JANNSLOAN", + "target": "VEGASBANKS" + }, + { + "weight": 1085, + "source": "JANNSLOAN", + "target": "SUEMARIETTA" + }, + { + "weight": 1085, + "source": "JANNSLOAN", + "target": "CONNIES08880713" + }, + { + "weight": 1085, + "source": "JANNSLOAN", + "target": "ROCKETSINAUS" + }, + { + "weight": 1085, + "source": "JANNSLOAN", + "target": "JJAAZZEE1" + }, + { + "weight": 1085, + "source": "JANNSLOAN", + "target": "MAMAGIGI8" + }, + { + "weight": 1085, + "source": "JANNSLOAN", + "target": "JINXY_MINXY" + }, + { + "weight": 1085, + "source": "JANNSLOAN", + "target": "IPROOFER1" + }, + { + "weight": 1085, + "source": "JANNSLOAN", + "target": "TWINDAD031207" + }, + { + "weight": 1085, + "source": "JANNSLOAN", + "target": "LTANNER70" + }, + { + "weight": 1085, + "source": "JANNSLOAN", + "target": "ROCKETS70835110" + }, + { + "weight": 1497, + "source": "LECHATNOIRE4", + "target": "SUNNYBLONDIE" + }, + { + "weight": 1497, + "source": "LECHATNOIRE4", + "target": "LULA_REH" + }, + { + "weight": 1497, + "source": "LECHATNOIRE4", + "target": "ALLRESISTANCE" + }, + { + "weight": 1497, + "source": "LECHATNOIRE4", + "target": "RODNEYCLAEYS" + }, + { + "weight": 1497, + "source": "LECHATNOIRE4", + "target": "ECCLESIAS" + }, + { + "weight": 1497, + "source": "LECHATNOIRE4", + "target": "JANHOLLOWAY16" + }, + { + "weight": 1497, + "source": "LECHATNOIRE4", + "target": "MNBOSS1" + }, + { + "weight": 1497, + "source": "LECHATNOIRE4", + "target": "CSCSTARS" + }, + { + "weight": 1497, + "source": "LECHATNOIRE4", + "target": "KATEACOSTA5" + }, + { + "weight": 1497, + "source": "LECHATNOIRE4", + "target": "TRTH2PWER68" + }, + { + "weight": 1497, + "source": "LECHATNOIRE4", + "target": "CHEEZWITHAM" + }, + { + "weight": 1497, + "source": "LECHATNOIRE4", + "target": "SPACEHOOLIE" + }, + { + "weight": 1497, + "source": "LECHATNOIRE4", + "target": "BUBEEEEE" + }, + { + "weight": 1497, + "source": "LECHATNOIRE4", + "target": "CUBFAN13241" + }, + { + "weight": 1497, + "source": "LECHATNOIRE4", + "target": "WINETAST3R" + }, + { + "weight": 1497, + "source": "LECHATNOIRE4", + "target": "IPROOFER1" + }, + { + "weight": 1497, + "source": "LECHATNOIRE4", + "target": "DOVEWOMAN1" + }, + { + "weight": 1497, + "source": "LECHATNOIRE4", + "target": "DIANEROCKS52" + }, + { + "weight": 1564, + "source": "MRBILL_RESISTS", + "target": "EVERYHUMANKNOWS" + }, + { + "weight": 1564, + "source": "MRBILL_RESISTS", + "target": "CAROLLEI4" + }, + { + "weight": 1564, + "source": "MRBILL_RESISTS", + "target": "EDJARRING" + }, + { + "weight": 1564, + "source": "MRBILL_RESISTS", + "target": "ROSIEM1919" + }, + { + "weight": 1564, + "source": "MRBILL_RESISTS", + "target": "BESSY_C3" + }, + { + "weight": 1564, + "source": "MRBILL_RESISTS", + "target": "BANNERITE" + }, + { + "weight": 1564, + "source": "MRBILL_RESISTS", + "target": "CONNIES08880713" + }, + { + "weight": 1564, + "source": "MRBILL_RESISTS", + "target": "LUCILLEAUSTERO2" + }, + { + "weight": 1089, + "source": "CONNIES08880713", + "target": "MRBILL_RESISTS" + }, + { + "weight": 1089, + "source": "CONNIES08880713", + "target": "MARYKEITHBARE1" + }, + { + "weight": 1089, + "source": "CONNIES08880713", + "target": "JUDY_CLASSY" + }, + { + "weight": 1089, + "source": "CONNIES08880713", + "target": "JJAAZZEE1" + }, + { + "weight": 1089, + "source": "CONNIES08880713", + "target": "JANNSLOAN" + }, + { + "weight": 1741, + "source": "CAROLLEI4", + "target": "MRBILL_RESISTS" + }, + { + "weight": 1741, + "source": "CAROLLEI4", + "target": "TRACYSNPS" + }, + { + "weight": 1741, + "source": "CAROLLEI4", + "target": "JENJAVAJUNKY" + }, + { + "weight": 1741, + "source": "CAROLLEI4", + "target": "BBKENN92" + }, + { + "weight": 1741, + "source": "CAROLLEI4", + "target": "ICKKIKING" + }, + { + "weight": 1580, + "source": "DOTTYINACTION", + "target": "ROSIEM1919" + }, + { + "weight": 1580, + "source": "DOTTYINACTION", + "target": "KIMSHURTLEFF" + }, + { + "weight": 1580, + "source": "DOTTYINACTION", + "target": "BANNERITE" + }, + { + "weight": 1580, + "source": "DOTTYINACTION", + "target": "JINXY_MINXY" + }, + { + "weight": 717, + "source": "VAW511", + "target": "DOTTYINACTION" + }, + { + "weight": 717, + "source": "VAW511", + "target": "NIKSNOOK57" + }, + { + "weight": 717, + "source": "VAW511", + "target": "SNIVVLIZATION" + }, + { + "weight": 717, + "source": "VAW511", + "target": "SUBORDERS15" + }, + { + "weight": 717, + "source": "VAW511", + "target": "BRITPOPTARTS" + }, + { + "weight": 717, + "source": "VAW511", + "target": "ORANGEBABYBIRD1" + }, + { + "weight": 717, + "source": "VAW511", + "target": "WOODWARDWOODW11" + }, + { + "weight": 717, + "source": "VAW511", + "target": "SASSYSALLY727" + }, + { + "weight": 717, + "source": "VAW511", + "target": "SANDRA_UNITED" + }, + { + "weight": 717, + "source": "VAW511", + "target": "EWINDHAM3" + }, + { + "weight": 717, + "source": "VAW511", + "target": "TIMWILLARD11" + }, + { + "weight": 717, + "source": "VAW511", + "target": "DOROTHY1240" + }, + { + "weight": 717, + "source": "VAW511", + "target": "LTANNER70" + }, + { + "weight": 734, + "source": "CAREAWARE", + "target": "DOTTYINACTION" + }, + { + "weight": 734, + "source": "CAREAWARE", + "target": "ASPENSNONNA1" + }, + { + "weight": 734, + "source": "CAREAWARE", + "target": "ABRAMSON1234" + }, + { + "weight": 734, + "source": "CAREAWARE", + "target": "GASIOR_GINA" + }, + { + "weight": 734, + "source": "CAREAWARE", + "target": "LUIEFIG" + }, + { + "weight": 734, + "source": "CAREAWARE", + "target": "MULTIJO1" + }, + { + "weight": 734, + "source": "CAREAWARE", + "target": "MJD1953" + }, + { + "weight": 734, + "source": "CAREAWARE", + "target": "WEAREWAKANDA_" + }, + { + "weight": 734, + "source": "CAREAWARE", + "target": "TRTH2PWER68" + }, + { + "weight": 734, + "source": "CAREAWARE", + "target": "MEGRESISTOR" + }, + { + "weight": 1359, + "source": "PEGPEGGYTODDATR", + "target": "DOTTYINACTION" + }, + { + "weight": 1359, + "source": "PEGPEGGYTODDATR", + "target": "JUDY_CLASSY" + }, + { + "weight": 1359, + "source": "PEGPEGGYTODDATR", + "target": "JINXY_MINXY" + }, + { + "weight": 1779, + "source": "JINXY_MINXY", + "target": "DOTTYINACTION" + }, + { + "weight": 1779, + "source": "JINXY_MINXY", + "target": "JOCOWBOYS87" + }, + { + "weight": 1779, + "source": "JINXY_MINXY", + "target": "JSEULEMENT2019" + }, + { + "weight": 1779, + "source": "JINXY_MINXY", + "target": "WOODWARDWOODW11" + }, + { + "weight": 1779, + "source": "JINXY_MINXY", + "target": "PEGPEGGYTODDATR" + }, + { + "weight": 1779, + "source": "JINXY_MINXY", + "target": "INNRDREAMS" + }, + { + "weight": 1779, + "source": "JINXY_MINXY", + "target": "PEGGYTO44449436" + }, + { + "weight": 1779, + "source": "JINXY_MINXY", + "target": "JTKSTC" + }, + { + "weight": 1779, + "source": "JINXY_MINXY", + "target": "JANNSLOAN" + }, + { + "weight": 2214, + "source": "ORANGEBABYBIRD1", + "target": "DOTTYINACTION" + }, + { + "weight": 2214, + "source": "ORANGEBABYBIRD1", + "target": "ASPENSNONNA1" + }, + { + "weight": 2214, + "source": "ORANGEBABYBIRD1", + "target": "VAW511" + }, + { + "weight": 2214, + "source": "ORANGEBABYBIRD1", + "target": "EWINDHAM3" + }, + { + "weight": 2214, + "source": "ORANGEBABYBIRD1", + "target": "ROSIEM1919" + }, + { + "weight": 2214, + "source": "ORANGEBABYBIRD1", + "target": "79TOPPER" + }, + { + "weight": 1414, + "source": "KIMSHURTLEFF", + "target": "DOTTYINACTION" + }, + { + "weight": 1414, + "source": "KIMSHURTLEFF", + "target": "RODNEYCLAEYS" + }, + { + "weight": 1414, + "source": "KIMSHURTLEFF", + "target": "COLBERTBIGB" + }, + { + "weight": 1414, + "source": "KIMSHURTLEFF", + "target": "STANSPAK" + }, + { + "weight": 1414, + "source": "KIMSHURTLEFF", + "target": "LISAOKC" + }, + { + "weight": 1414, + "source": "KIMSHURTLEFF", + "target": "INNRDREAMS" + }, + { + "weight": 1414, + "source": "KIMSHURTLEFF", + "target": "SUEMARIETTA" + }, + { + "weight": 1414, + "source": "KIMSHURTLEFF", + "target": "DOROTHY1240" + }, + { + "weight": 1414, + "source": "KIMSHURTLEFF", + "target": "LESCAKSHARON" + }, + { + "weight": 702, + "source": "ASPENSNONNA1", + "target": "RODNEYCLAEYS" + }, + { + "weight": 702, + "source": "ASPENSNONNA1", + "target": "KAE_STODDARD" + }, + { + "weight": 702, + "source": "ASPENSNONNA1", + "target": "TRAVEL5762" + }, + { + "weight": 702, + "source": "ASPENSNONNA1", + "target": "ORANGEBABYBIRD1" + }, + { + "weight": 702, + "source": "ASPENSNONNA1", + "target": "KYMNORTON55" + }, + { + "weight": 702, + "source": "ASPENSNONNA1", + "target": "RISKALERT" + }, + { + "weight": 702, + "source": "ASPENSNONNA1", + "target": "ROSIEM1919" + }, + { + "weight": 702, + "source": "ASPENSNONNA1", + "target": "KIMSHURTLEFF" + }, + { + "weight": 702, + "source": "ASPENSNONNA1", + "target": "LUCILLEAUSTERO2" + }, + { + "weight": 702, + "source": "ASPENSNONNA1", + "target": "DOROTHY1240" + }, + { + "weight": 702, + "source": "ASPENSNONNA1", + "target": "CAREAWARE" + }, + { + "weight": 702, + "source": "ASPENSNONNA1", + "target": "LANEZANE1" + }, + { + "weight": 2584, + "source": "KYMNORTON55", + "target": "ASPENSNONNA1" + }, + { + "weight": 2584, + "source": "KYMNORTON55", + "target": "SNIVVLIZATION" + }, + { + "weight": 2584, + "source": "KYMNORTON55", + "target": "ENARDAVIS1" + }, + { + "weight": 2584, + "source": "KYMNORTON55", + "target": "RYANJOHNCKE" + }, + { + "weight": 2584, + "source": "KYMNORTON55", + "target": "KUROKITTEH" + }, + { + "weight": 2584, + "source": "KYMNORTON55", + "target": "ZEN4EVER2US" + }, + { + "weight": 2584, + "source": "KYMNORTON55", + "target": "BOOTHATCHER1" + }, + { + "weight": 2584, + "source": "KYMNORTON55", + "target": "BETHLEVIN" + }, + { + "weight": 2584, + "source": "KYMNORTON55", + "target": "DANCINDOTI" + }, + { + "weight": 1362, + "source": "RISKALERT", + "target": "ASPENSNONNA1" + }, + { + "weight": 1362, + "source": "RISKALERT", + "target": "VAW511" + }, + { + "weight": 1362, + "source": "RISKALERT", + "target": "CELTICLAS" + }, + { + "weight": 1362, + "source": "RISKALERT", + "target": "ABRAMSON1234" + }, + { + "weight": 1362, + "source": "RISKALERT", + "target": "RODNEYCLAEYS" + }, + { + "weight": 1362, + "source": "RISKALERT", + "target": "POTUSISDANGER" + }, + { + "weight": 1362, + "source": "RISKALERT", + "target": "SUBORDERS15" + }, + { + "weight": 1362, + "source": "RISKALERT", + "target": "LOREYJEANENE" + }, + { + "weight": 1362, + "source": "RISKALERT", + "target": "LIBERALTOTHEEND" + }, + { + "weight": 1362, + "source": "RISKALERT", + "target": "WOODWARDWOODW11" + }, + { + "weight": 1362, + "source": "RISKALERT", + "target": "EDJARRING" + }, + { + "weight": 1362, + "source": "RISKALERT", + "target": "MARYSAVILLE3" + }, + { + "weight": 1362, + "source": "RISKALERT", + "target": "CRAFTYCHICK17" + }, + { + "weight": 1362, + "source": "RISKALERT", + "target": "JJAAZZEE1" + }, + { + "weight": 1101, + "source": "DOROTHY1240", + "target": "ASPENSNONNA1" + }, + { + "weight": 1101, + "source": "DOROTHY1240", + "target": "SUBORDERS15" + }, + { + "weight": 1101, + "source": "DOROTHY1240", + "target": "VMBRITSCH" + }, + { + "weight": 1101, + "source": "DOROTHY1240", + "target": "THE_NABSTER" + }, + { + "weight": 1101, + "source": "DOROTHY1240", + "target": "HENZIGMARGARET" + }, + { + "weight": 1101, + "source": "DOROTHY1240", + "target": "KIMSHURTLEFF" + }, + { + "weight": 1101, + "source": "DOROTHY1240", + "target": "LTANNER70" + }, + { + "weight": 1101, + "source": "DOROTHY1240", + "target": "BEVERLYFOLKERS" + }, + { + "weight": 3850, + "source": "RKCOWGIRL_LIFE", + "target": "ASPENSNONNA1" + }, + { + "weight": 3850, + "source": "RKCOWGIRL_LIFE", + "target": "VAW511" + }, + { + "weight": 3850, + "source": "RKCOWGIRL_LIFE", + "target": "LECHATNOIRE4" + }, + { + "weight": 3850, + "source": "RKCOWGIRL_LIFE", + "target": "JSEULEMENT2019" + }, + { + "weight": 3850, + "source": "RKCOWGIRL_LIFE", + "target": "ORANGEBABYBIRD1" + }, + { + "weight": 3850, + "source": "RKCOWGIRL_LIFE", + "target": "RKCOWGIRL_LIFE" + }, + { + "weight": 3850, + "source": "RKCOWGIRL_LIFE", + "target": "WEENTERED" + }, + { + "weight": 3850, + "source": "RKCOWGIRL_LIFE", + "target": "VEGASBANKS" + }, + { + "weight": 3850, + "source": "RKCOWGIRL_LIFE", + "target": "ROEDIO73" + }, + { + "weight": 3850, + "source": "RKCOWGIRL_LIFE", + "target": "EWINDHAM3" + }, + { + "weight": 3850, + "source": "RKCOWGIRL_LIFE", + "target": "PEGPEGGYTODDATR" + }, + { + "weight": 3850, + "source": "RKCOWGIRL_LIFE", + "target": "SUEMARIETTA" + }, + { + "weight": 3850, + "source": "RKCOWGIRL_LIFE", + "target": "CYNTHIAETHERI11" + }, + { + "weight": 3850, + "source": "RKCOWGIRL_LIFE", + "target": "PEGGYTO44449436" + }, + { + "weight": 3850, + "source": "RKCOWGIRL_LIFE", + "target": "JTKSTC" + }, + { + "weight": 3850, + "source": "RKCOWGIRL_LIFE", + "target": "DOROTHY1240" + }, + { + "weight": 3850, + "source": "RKCOWGIRL_LIFE", + "target": "SUZYQ8825" + }, + { + "weight": 819, + "source": "LUCILLEAUSTERO2", + "target": "ASPENSNONNA1" + }, + { + "weight": 819, + "source": "LUCILLEAUSTERO2", + "target": "VEGASBANKS" + }, + { + "weight": 819, + "source": "LUCILLEAUSTERO2", + "target": "BANNERITE" + }, + { + "weight": 819, + "source": "LUCILLEAUSTERO2", + "target": "ICKKIKING" + }, + { + "weight": 1814, + "source": "BRITPOPTARTS", + "target": "TAKHAR_" + }, + { + "weight": 1814, + "source": "BRITPOPTARTS", + "target": "PEOPLEDIED2VOTE" + }, + { + "weight": 1814, + "source": "BRITPOPTARTS", + "target": "MJD1953" + }, + { + "weight": 2831, + "source": "PUSHANDPULLJLM", + "target": "JENJAVAJUNKY" + }, + { + "weight": 2831, + "source": "PUSHANDPULLJLM", + "target": "SABULOSAA" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "PUSHANDPULLJLM" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "REALSAMMARTIN" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "LARRAMARR1980" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "LOTRAINEH" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "ALLRESISTANCE" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "MISSB62" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "NEWYORKER2212" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "RACHAELAHANCOCK" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "NO2HITTING" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "COLBERTBIGB" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "DRSPL5" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "TRUMPWATCHNEWS" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "OLOPHNIHLSON" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "INTOTHEFORESTSB" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "SEATTLELOVE90" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "TARACAS" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "AUGUSTANEWMAN13" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "KAVRIDER" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "DOCJANICEL" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "JULIEJOURNEYING" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "LISAOKC" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "SUZYSAYSHI2U" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "NANCYPEGGY" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "WAGGLES111" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "DSPALTEN" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "TIMWILLARD11" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "SPACEHOOLIE" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "ROCKETSINAUS" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "EMOTIONMOJO" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "TRACYCH86248594" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "CYNICALVISION50" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "TERAM323TERE" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "MSOCHUBBARD" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "NICKKAVE" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "IPROOFER1" + }, + { + "weight": 3005, + "source": "INSPITEOFTRUMP", + "target": "ROCKETS70835110" + }, + { + "weight": 2044, + "source": "ROY60532867", + "target": "PINKK9LOVER" + }, + { + "weight": 2044, + "source": "ROY60532867", + "target": "AMYMARIEWILLARD" + }, + { + "weight": 732, + "source": "LULA_REH", + "target": "CAPT17BJK" + }, + { + "weight": 732, + "source": "LULA_REH", + "target": "LINDY255" + }, + { + "weight": 732, + "source": "LULA_REH", + "target": "JACQUELINEHINE1" + }, + { + "weight": 732, + "source": "LULA_REH", + "target": "LOVELYREDBONE98" + }, + { + "weight": 732, + "source": "LULA_REH", + "target": "SPACEHOOLIE" + }, + { + "weight": 767, + "source": "FIERDANG", + "target": "TATSUJINUK" + }, + { + "weight": 3059, + "source": "SUEGLASHAUSER", + "target": "WOWWGRAN" + }, + { + "weight": 3059, + "source": "SUEGLASHAUSER", + "target": "IMCOSTA1" + }, + { + "weight": 3059, + "source": "SUEGLASHAUSER", + "target": "MARYSAVILLE3" + }, + { + "weight": 3059, + "source": "SUEGLASHAUSER", + "target": "JTKSTC" + }, + { + "weight": 3059, + "source": "SUEGLASHAUSER", + "target": "79TOPPER" + }, + { + "weight": 1390, + "source": "REALSAMMARTIN", + "target": "ANNWILL87194606" + }, + { + "weight": 1390, + "source": "REALSAMMARTIN", + "target": "DISMISSTRUMP" + }, + { + "weight": 1390, + "source": "REALSAMMARTIN", + "target": "MSOCHUBBARD" + }, + { + "weight": 1215, + "source": "NOHOLIDAYFORGOP", + "target": "REALSAMMARTIN" + }, + { + "weight": 1215, + "source": "NOHOLIDAYFORGOP", + "target": "LOREYJEANENE" + }, + { + "weight": 1215, + "source": "NOHOLIDAYFORGOP", + "target": "JACQUELINEHINE1" + }, + { + "weight": 1215, + "source": "NOHOLIDAYFORGOP", + "target": "GARYD552" + }, + { + "weight": 1215, + "source": "NOHOLIDAYFORGOP", + "target": "CHEEZWITHAM" + }, + { + "weight": 1398, + "source": "MSOCHUBBARD", + "target": "REALSAMMARTIN" + }, + { + "weight": 1398, + "source": "MSOCHUBBARD", + "target": "BUBEEEEE" + }, + { + "weight": 1716, + "source": "NEWYORKER2212", + "target": "REALSAMMARTIN" + }, + { + "weight": 1716, + "source": "NEWYORKER2212", + "target": "ECCLESIAS" + }, + { + "weight": 1716, + "source": "NEWYORKER2212", + "target": "LOREYJEANENE" + }, + { + "weight": 1716, + "source": "NEWYORKER2212", + "target": "BOB_LEVITT" + }, + { + "weight": 1716, + "source": "NEWYORKER2212", + "target": "INSPITEOFTRUMP" + }, + { + "weight": 1716, + "source": "NEWYORKER2212", + "target": "CAPT17BJK" + }, + { + "weight": 1716, + "source": "NEWYORKER2212", + "target": "ROCKETSINAUS" + }, + { + "weight": 1716, + "source": "NEWYORKER2212", + "target": "PUZZLESTHEWILL7" + }, + { + "weight": 1716, + "source": "NEWYORKER2212", + "target": "TATSUJINUK" + }, + { + "weight": 1716, + "source": "NEWYORKER2212", + "target": "ROCKETS70835110" + }, + { + "weight": 1716, + "source": "NEWYORKER2212", + "target": "DIANEROCKS52" + }, + { + "weight": 1202, + "source": "ISIDORMEYER1", + "target": "AMYMARIEWILLARD" + }, + { + "weight": 1202, + "source": "ISIDORMEYER1", + "target": "DONNAMARIE827" + }, + { + "weight": 1849, + "source": "RAJEAN57", + "target": "ISIDORMEYER1" + }, + { + "weight": 1849, + "source": "RAJEAN57", + "target": "HUAJATOLLACHIC" + }, + { + "weight": 1849, + "source": "RAJEAN57", + "target": "CHR1SLE1NER" + }, + { + "weight": 1849, + "source": "RAJEAN57", + "target": "CIN60119002" + }, + { + "weight": 1849, + "source": "RAJEAN57", + "target": "LOGANSRUN79" + }, + { + "weight": 827, + "source": "AMYMARIEWILLARD", + "target": "ISIDORMEYER1" + }, + { + "weight": 827, + "source": "AMYMARIEWILLARD", + "target": "REALSTEVEMRIES" + }, + { + "weight": 827, + "source": "AMYMARIEWILLARD", + "target": "REXMYERS8" + }, + { + "weight": 827, + "source": "AMYMARIEWILLARD", + "target": "ROLEBU1" + }, + { + "weight": 827, + "source": "AMYMARIEWILLARD", + "target": "JOHN43269024" + }, + { + "weight": 827, + "source": "AMYMARIEWILLARD", + "target": "MADDIE20204" + }, + { + "weight": 827, + "source": "AMYMARIEWILLARD", + "target": "SHIRLEYRINGUET5" + }, + { + "weight": 2649, + "source": "HLAURORA63", + "target": "ISIDORMEYER1" + }, + { + "weight": 2649, + "source": "HLAURORA63", + "target": "DEBRAGI80712152" + }, + { + "weight": 2649, + "source": "HLAURORA63", + "target": "LINDANAP123" + }, + { + "weight": 2649, + "source": "HLAURORA63", + "target": "ZHUXUDONG5" + }, + { + "weight": 2649, + "source": "HLAURORA63", + "target": "MIKANDYNOTHEM" + }, + { + "weight": 2649, + "source": "HLAURORA63", + "target": "JOEYREINCARNAT1" + }, + { + "weight": 2649, + "source": "HLAURORA63", + "target": "SWAMP_FEVER2020" + }, + { + "weight": 2649, + "source": "HLAURORA63", + "target": "CKM4MAGA" + }, + { + "weight": 2649, + "source": "HLAURORA63", + "target": "GGRANDMAG73" + }, + { + "weight": 2649, + "source": "HLAURORA63", + "target": "MARYRUT76380609" + }, + { + "weight": 2649, + "source": "HLAURORA63", + "target": "ILOVETRUMP4FR" + }, + { + "weight": 2649, + "source": "HLAURORA63", + "target": "A_BOBBIE" + }, + { + "weight": 2649, + "source": "HLAURORA63", + "target": "MILLER_GWEN" + }, + { + "weight": 973, + "source": "TERRI2CAT", + "target": "PATBURNS1977" + }, + { + "weight": 973, + "source": "TERRI2CAT", + "target": "STANSPAK" + }, + { + "weight": 973, + "source": "TERRI2CAT", + "target": "LLLWRY" + }, + { + "weight": 973, + "source": "TERRI2CAT", + "target": "TRAVELINGUS" + }, + { + "weight": 973, + "source": "TERRI2CAT", + "target": "SUEGLASHAUSER" + }, + { + "weight": 973, + "source": "TERRI2CAT", + "target": "BUBEEEEE" + }, + { + "weight": 857, + "source": "AGAVECORN", + "target": "AUDREYGARDEN" + }, + { + "weight": 857, + "source": "AGAVECORN", + "target": "DAVIDPSDEM" + }, + { + "weight": 857, + "source": "AGAVECORN", + "target": "TRACYSNPS" + }, + { + "weight": 857, + "source": "AGAVECORN", + "target": "WEENTERED" + }, + { + "weight": 857, + "source": "AGAVECORN", + "target": "VEGASBANKS" + }, + { + "weight": 857, + "source": "AGAVECORN", + "target": "SMP0312" + }, + { + "weight": 857, + "source": "AGAVECORN", + "target": "DLP75902038" + }, + { + "weight": 707, + "source": "TRACYCH86248594", + "target": "AGAVECORN" + }, + { + "weight": 941, + "source": "SMP0312", + "target": "AGAVECORN" + }, + { + "weight": 941, + "source": "SMP0312", + "target": "NYTXARTIST" + }, + { + "weight": 941, + "source": "SMP0312", + "target": "WEN0179" + }, + { + "weight": 941, + "source": "SMP0312", + "target": "AUGUSTANEWMAN13" + }, + { + "weight": 941, + "source": "SMP0312", + "target": "POLITICALBEE" + }, + { + "weight": 1667, + "source": "DLP75902038", + "target": "AGAVECORN" + }, + { + "weight": 1667, + "source": "DLP75902038", + "target": "JENJAVAJUNKY" + }, + { + "weight": 1667, + "source": "DLP75902038", + "target": "79TOPPER" + }, + { + "weight": 986, + "source": "STWEETING1", + "target": "AGAVECORN" + }, + { + "weight": 986, + "source": "STWEETING1", + "target": "LIREHIRSCH" + }, + { + "weight": 986, + "source": "STWEETING1", + "target": "NIKSNOOK57" + }, + { + "weight": 986, + "source": "STWEETING1", + "target": "LARRAMARR1980" + }, + { + "weight": 986, + "source": "STWEETING1", + "target": "MARTHALYNNEOWE1" + }, + { + "weight": 986, + "source": "STWEETING1", + "target": "STAYWOKEV" + }, + { + "weight": 986, + "source": "STWEETING1", + "target": "LESLIE17DEBBIE" + }, + { + "weight": 986, + "source": "STWEETING1", + "target": "BRITTAN84613360" + }, + { + "weight": 986, + "source": "STWEETING1", + "target": "STWEETING1" + }, + { + "weight": 986, + "source": "STWEETING1", + "target": "JUDY_CLASSY" + }, + { + "weight": 1947, + "source": "XAIPE3", + "target": "JULIEJOURNEYING" + }, + { + "weight": 1947, + "source": "XAIPE3", + "target": "CRAFTYCHICK17" + }, + { + "weight": 1350, + "source": "BEVERLYFOLKERS", + "target": "XAIPE3" + }, + { + "weight": 1350, + "source": "BEVERLYFOLKERS", + "target": "BEWITCHED9" + }, + { + "weight": 1350, + "source": "BEVERLYFOLKERS", + "target": "OLIVIATHERESE3" + }, + { + "weight": 1350, + "source": "BEVERLYFOLKERS", + "target": "THETRAVELPRINC1" + }, + { + "weight": 1350, + "source": "BEVERLYFOLKERS", + "target": "WEAREWAKANDA_" + }, + { + "weight": 1350, + "source": "BEVERLYFOLKERS", + "target": "DOROTHY1240" + }, + { + "weight": 964, + "source": "SKYBOY123", + "target": "XAIPE3" + }, + { + "weight": 964, + "source": "SKYBOY123", + "target": "NYTXARTIST" + }, + { + "weight": 964, + "source": "SKYBOY123", + "target": "JKASTRITIS" + }, + { + "weight": 964, + "source": "SKYBOY123", + "target": "FDOUGLASSLIVES" + }, + { + "weight": 1533, + "source": "JULIEJOURNEYING", + "target": "XAIPE3" + }, + { + "weight": 1148, + "source": "CELTICLAS", + "target": "RODNEYCLAEYS" + }, + { + "weight": 1148, + "source": "CELTICLAS", + "target": "BISTYCSROSS" + }, + { + "weight": 967, + "source": "TSHEP42", + "target": "ENARDAVIS1" + }, + { + "weight": 967, + "source": "TSHEP42", + "target": "WOMENSAVEUSA" + }, + { + "weight": 2790, + "source": "WOMENSAVEUSA", + "target": "TSHEP42" + }, + { + "weight": 2790, + "source": "WOMENSAVEUSA", + "target": "BISTYCSROSS" + }, + { + "weight": 2475, + "source": "SCHEEL_LALA", + "target": "BANNERITE" + }, + { + "weight": 868, + "source": "CHRISMC331", + "target": "KENNASTEVENS1" + }, + { + "weight": 492, + "source": "NIKSNOOK57", + "target": "EVERYHUMANKNOWS" + }, + { + "weight": 492, + "source": "NIKSNOOK57", + "target": "SNIVVLIZATION" + }, + { + "weight": 492, + "source": "NIKSNOOK57", + "target": "TRAVEL5762" + }, + { + "weight": 492, + "source": "NIKSNOOK57", + "target": "KUROKITTEH" + }, + { + "weight": 492, + "source": "NIKSNOOK57", + "target": "WAGGLES111" + }, + { + "weight": 492, + "source": "NIKSNOOK57", + "target": "LAURIESPOON" + }, + { + "weight": 1919, + "source": "SHSHOOKMASTER", + "target": "NIKSNOOK57" + }, + { + "weight": 1919, + "source": "SHSHOOKMASTER", + "target": "AUDREYGARDEN" + }, + { + "weight": 1919, + "source": "SHSHOOKMASTER", + "target": "VMBRITSCH" + }, + { + "weight": 1919, + "source": "SHSHOOKMASTER", + "target": "VEGASBANKS" + }, + { + "weight": 1919, + "source": "SHSHOOKMASTER", + "target": "EDJARRING" + }, + { + "weight": 1919, + "source": "SHSHOOKMASTER", + "target": "WEAREWAKANDA_" + }, + { + "weight": 1919, + "source": "SHSHOOKMASTER", + "target": "BETHLEVIN" + }, + { + "weight": 1919, + "source": "SHSHOOKMASTER", + "target": "SUEMARIETTA" + }, + { + "weight": 899, + "source": "KUROKITTEH", + "target": "NIKSNOOK57" + }, + { + "weight": 899, + "source": "KUROKITTEH", + "target": "RODNEYCLAEYS" + }, + { + "weight": 899, + "source": "KUROKITTEH", + "target": "KYMNORTON55" + }, + { + "weight": 899, + "source": "KUROKITTEH", + "target": "AJGMA" + }, + { + "weight": 899, + "source": "KUROKITTEH", + "target": "ROSIEM1919" + }, + { + "weight": 899, + "source": "KUROKITTEH", + "target": "TRTH2PWER68" + }, + { + "weight": 899, + "source": "KUROKITTEH", + "target": "CYNTHIAETHERI11" + }, + { + "weight": 899, + "source": "KUROKITTEH", + "target": "79TOPPER" + }, + { + "weight": 185, + "source": "HUAJATOLLACHIC", + "target": "STAND4FREE" + }, + { + "weight": 2267, + "source": "STAND4FREE", + "target": "HUAJATOLLACHIC" + }, + { + "weight": 2267, + "source": "STAND4FREE", + "target": "FASTING39" + }, + { + "weight": 716, + "source": "KHAGAR", + "target": "BANNERITE" + }, + { + "weight": 1589, + "source": "KATHLEE73732050", + "target": "KHAGAR" + }, + { + "weight": 1589, + "source": "KATHLEE73732050", + "target": "COLBERTBIGB" + }, + { + "weight": 1377, + "source": "KENNASTEVENS1", + "target": "EVERYHUMANKNOWS" + }, + { + "weight": 1377, + "source": "KENNASTEVENS1", + "target": "APLEMKSERIOUSLY" + }, + { + "weight": 1377, + "source": "KENNASTEVENS1", + "target": "INSPITEOFTRUMP" + }, + { + "weight": 1377, + "source": "KENNASTEVENS1", + "target": "DOROTHY1240" + }, + { + "weight": 1370, + "source": "LARRAMARR1980", + "target": "SEATTLELOVE90" + }, + { + "weight": 1370, + "source": "LARRAMARR1980", + "target": "WIACTIVIST" + }, + { + "weight": 1370, + "source": "LARRAMARR1980", + "target": "GARYD552" + }, + { + "weight": 1370, + "source": "LARRAMARR1980", + "target": "BISTYCSROSS" + }, + { + "weight": 1370, + "source": "LARRAMARR1980", + "target": "DIANEROCKS52" + }, + { + "weight": 405, + "source": "CHELSEAGOLUCKY", + "target": "LARRAMARR1980" + }, + { + "weight": 1139, + "source": "COLBERTBIGB", + "target": "LOTRAINEH" + }, + { + "weight": 1139, + "source": "COLBERTBIGB", + "target": "OLIVIATHERESE3" + }, + { + "weight": 1139, + "source": "COLBERTBIGB", + "target": "KIMSHURTLEFF" + }, + { + "weight": 1139, + "source": "COLBERTBIGB", + "target": "GARYD552" + }, + { + "weight": 1139, + "source": "COLBERTBIGB", + "target": "79TOPPER" + }, + { + "weight": 1139, + "source": "COLBERTBIGB", + "target": "LTANNER70" + }, + { + "weight": 2629, + "source": "DEBBIE56111656", + "target": "MGEOCH" + }, + { + "weight": 2629, + "source": "DEBBIE56111656", + "target": "ANNWILL87194606" + }, + { + "weight": 2629, + "source": "DEBBIE56111656", + "target": "NYTXARTIST" + }, + { + "weight": 2629, + "source": "DEBBIE56111656", + "target": "DGRINHAM" + }, + { + "weight": 2629, + "source": "DEBBIE56111656", + "target": "POLITICALBEE" + }, + { + "weight": 676, + "source": "ARAUZ2012", + "target": "BTH_BETH" + }, + { + "weight": 676, + "source": "ARAUZ2012", + "target": "FASTING39" + }, + { + "weight": 676, + "source": "ARAUZ2012", + "target": "RWAYNEFISCHER1" + }, + { + "weight": 676, + "source": "ARAUZ2012", + "target": "BILLSPLACEHERE" + }, + { + "weight": 676, + "source": "ARAUZ2012", + "target": "REALSTEVEMRIES" + }, + { + "weight": 676, + "source": "ARAUZ2012", + "target": "MISSLEXI9162" + }, + { + "weight": 676, + "source": "ARAUZ2012", + "target": "JOEYREINCARNAT1" + }, + { + "weight": 676, + "source": "ARAUZ2012", + "target": "CKM4MAGA" + }, + { + "weight": 676, + "source": "ARAUZ2012", + "target": "JUSTANOTHERSME2" + }, + { + "weight": 963, + "source": "DDDANIEL059", + "target": "BTH_BETH" + }, + { + "weight": 963, + "source": "DDDANIEL059", + "target": "BILLSPLACEHERE" + }, + { + "weight": 963, + "source": "DDDANIEL059", + "target": "GREIDERMICHAEL" + }, + { + "weight": 963, + "source": "DDDANIEL059", + "target": "MAN_ALIVE45" + }, + { + "weight": 963, + "source": "DDDANIEL059", + "target": "DUNNET26" + }, + { + "weight": 963, + "source": "DDDANIEL059", + "target": "MILLER_GWEN" + }, + { + "weight": 3198, + "source": "JOCOWBOYS87", + "target": "ABRAMSON1234" + }, + { + "weight": 3198, + "source": "JOCOWBOYS87", + "target": "NEWYORKER2212" + }, + { + "weight": 3198, + "source": "JOCOWBOYS87", + "target": "AUDREYGARDEN" + }, + { + "weight": 3198, + "source": "JOCOWBOYS87", + "target": "LOREYJEANENE" + }, + { + "weight": 3198, + "source": "JOCOWBOYS87", + "target": "LECHATNOIRE4" + }, + { + "weight": 3198, + "source": "JOCOWBOYS87", + "target": "BRIANYPAUL" + }, + { + "weight": 3198, + "source": "JOCOWBOYS87", + "target": "BOB_LEVITT" + }, + { + "weight": 3198, + "source": "JOCOWBOYS87", + "target": "MARYSAVILLE3" + }, + { + "weight": 3198, + "source": "JOCOWBOYS87", + "target": "GARYD552" + }, + { + "weight": 3198, + "source": "JOCOWBOYS87", + "target": "SUEGLASHAUSER" + }, + { + "weight": 3198, + "source": "JOCOWBOYS87", + "target": "EMOTIONMOJO" + }, + { + "weight": 3198, + "source": "JOCOWBOYS87", + "target": "JUDY_CLASSY" + }, + { + "weight": 3198, + "source": "JOCOWBOYS87", + "target": "JTKSTC" + }, + { + "weight": 3198, + "source": "JOCOWBOYS87", + "target": "JINXY_MINXY" + }, + { + "weight": 1296, + "source": "ALLRESISTANCE", + "target": "SUBORDERS15" + }, + { + "weight": 1296, + "source": "ALLRESISTANCE", + "target": "LECHATNOIRE4" + }, + { + "weight": 1138, + "source": "BBKENN92", + "target": "RODNEYCLAEYS" + }, + { + "weight": 1138, + "source": "BBKENN92", + "target": "CAROLLEI4" + }, + { + "weight": 1138, + "source": "BBKENN92", + "target": "BOB_LEVITT" + }, + { + "weight": 1138, + "source": "BBKENN92", + "target": "DOVEWOMAN1" + }, + { + "weight": 2101, + "source": "ROEDIO73", + "target": "POTUSISDANGER" + }, + { + "weight": 2101, + "source": "ROEDIO73", + "target": "TRAVEL5762" + }, + { + "weight": 2101, + "source": "ROEDIO73", + "target": "DRSPL5" + }, + { + "weight": 2101, + "source": "ROEDIO73", + "target": "BESSY_C3" + }, + { + "weight": 2101, + "source": "ROEDIO73", + "target": "LINDY255" + }, + { + "weight": 2101, + "source": "ROEDIO73", + "target": "SHARLENEBECK13" + }, + { + "weight": 2101, + "source": "ROEDIO73", + "target": "LAURIESPOON" + }, + { + "weight": 2101, + "source": "ROEDIO73", + "target": "MEGRESISTOR" + }, + { + "weight": 1204, + "source": "MARYC1850SADLER", + "target": "CONVERAGENT" + }, + { + "weight": 1135, + "source": "MILE_MARKER_0", + "target": "SUZYSAYSHI2U" + }, + { + "weight": 2038, + "source": "SUZYSAYSHI2U", + "target": "MILE_MARKER_0" + }, + { + "weight": 1240, + "source": "DLSPACE108", + "target": "ECCLESIAS" + }, + { + "weight": 1240, + "source": "DLSPACE108", + "target": "LECHATNOIRE4" + }, + { + "weight": 1240, + "source": "DLSPACE108", + "target": "GLUTTENP" + }, + { + "weight": 1845, + "source": "DOCJANICEL", + "target": "ECCLESIAS" + }, + { + "weight": 1043, + "source": "KATHATESTRUMP2", + "target": "ECCLESIAS" + }, + { + "weight": 1043, + "source": "KATHATESTRUMP2", + "target": "BRITTAN84613360" + }, + { + "weight": 2110, + "source": "REBELLEGRRL", + "target": "MISSB62" + }, + { + "weight": 2110, + "source": "REBELLEGRRL", + "target": "SASSYSALLY727" + }, + { + "weight": 2110, + "source": "REBELLEGRRL", + "target": "JACQUELINEHINE1" + }, + { + "weight": 2110, + "source": "REBELLEGRRL", + "target": "JCMARBURY" + }, + { + "weight": 2110, + "source": "REBELLEGRRL", + "target": "SABULOSAA" + }, + { + "weight": 2110, + "source": "REBELLEGRRL", + "target": "LITAPI77" + }, + { + "weight": 2283, + "source": "SABULOSAA", + "target": "REBELLEGRRL" + }, + { + "weight": 2283, + "source": "SABULOSAA", + "target": "DAVIDPSDEM" + }, + { + "weight": 2283, + "source": "SABULOSAA", + "target": "MULTIJO1" + }, + { + "weight": 2283, + "source": "SABULOSAA", + "target": "APLEMKSERIOUSLY" + }, + { + "weight": 2283, + "source": "SABULOSAA", + "target": "FINFAN74" + }, + { + "weight": 2283, + "source": "SABULOSAA", + "target": "EDJARRING" + }, + { + "weight": 2283, + "source": "SABULOSAA", + "target": "LORAC328" + }, + { + "weight": 2283, + "source": "SABULOSAA", + "target": "CHERKALLECK" + }, + { + "weight": 2520, + "source": "CINGHSIAN", + "target": "VEGASBANKS" + }, + { + "weight": 2520, + "source": "CINGHSIAN", + "target": "SSGUFFEY" + }, + { + "weight": 2520, + "source": "CINGHSIAN", + "target": "DOROTHY1240" + }, + { + "weight": 188, + "source": "ANNEMACKWARD", + "target": "BOB_LEVITT" + }, + { + "weight": 800, + "source": "WEAREWAKANDA_", + "target": "MISSB62" + }, + { + "weight": 800, + "source": "WEAREWAKANDA_", + "target": "LAQUIALENE69" + }, + { + "weight": 800, + "source": "WEAREWAKANDA_", + "target": "SHSHOOKMASTER" + }, + { + "weight": 800, + "source": "WEAREWAKANDA_", + "target": "CAREAWARE" + }, + { + "weight": 800, + "source": "WEAREWAKANDA_", + "target": "TWINDAD031207" + }, + { + "weight": 800, + "source": "WEAREWAKANDA_", + "target": "DEEPVARD" + }, + { + "weight": 800, + "source": "WEAREWAKANDA_", + "target": "BEVERLYFOLKERS" + }, + { + "weight": 1009, + "source": "WONDERWOMAN412", + "target": "NEWYORKER2212" + }, + { + "weight": 1262, + "source": "PUZZLESTHEWILL7", + "target": "NEWYORKER2212" + }, + { + "weight": 1259, + "source": "DIANEROCKS52", + "target": "NEWYORKER2212" + }, + { + "weight": 1259, + "source": "DIANEROCKS52", + "target": "LUCKYLINDY31" + }, + { + "weight": 1259, + "source": "DIANEROCKS52", + "target": "LECHATNOIRE4" + }, + { + "weight": 1259, + "source": "DIANEROCKS52", + "target": "BUBEEEEE" + }, + { + "weight": 1259, + "source": "DIANEROCKS52", + "target": "DANCINDOTI" + }, + { + "weight": 1634, + "source": "JAMESTOUPIN", + "target": "NEWYORKER2212" + }, + { + "weight": 1634, + "source": "JAMESTOUPIN", + "target": "JAMESTOUPIN" + }, + { + "weight": 1634, + "source": "JAMESTOUPIN", + "target": "EWINDHAM3" + }, + { + "weight": 1634, + "source": "JAMESTOUPIN", + "target": "TIMWILLARD11" + }, + { + "weight": 1634, + "source": "JAMESTOUPIN", + "target": "JUDY_CLASSY" + }, + { + "weight": 1634, + "source": "JAMESTOUPIN", + "target": "ANTHONYBOURQUE" + }, + { + "weight": 1634, + "source": "JAMESTOUPIN", + "target": "ROSEMARYMSCOTT" + }, + { + "weight": 1940, + "source": "MICHELEJEANSON1", + "target": "NEWYORKER2212" + }, + { + "weight": 1940, + "source": "MICHELEJEANSON1", + "target": "SANDRA_UNITED" + }, + { + "weight": 1940, + "source": "MICHELEJEANSON1", + "target": "BLUEGREEN625" + }, + { + "weight": 1940, + "source": "MICHELEJEANSON1", + "target": "JTKSTC" + }, + { + "weight": 1940, + "source": "MICHELEJEANSON1", + "target": "MAMAGIGI8" + }, + { + "weight": 1940, + "source": "MICHELEJEANSON1", + "target": "ANTHONYBOURQUE" + }, + { + "weight": 353, + "source": "VEGASBANKS", + "target": "AUDREYGARDEN" + }, + { + "weight": 353, + "source": "VEGASBANKS", + "target": "ICNTOAN" + }, + { + "weight": 353, + "source": "VEGASBANKS", + "target": "EWINDHAM3" + }, + { + "weight": 353, + "source": "VEGASBANKS", + "target": "LINDY255" + }, + { + "weight": 353, + "source": "VEGASBANKS", + "target": "LUCILLEAUSTERO2" + }, + { + "weight": 970, + "source": "IPROOFER1", + "target": "AUDREYGARDEN" + }, + { + "weight": 970, + "source": "IPROOFER1", + "target": "LOREYJEANENE" + }, + { + "weight": 970, + "source": "IPROOFER1", + "target": "TATSUJINUK" + }, + { + "weight": 970, + "source": "IPROOFER1", + "target": "JUSTJO2" + }, + { + "weight": 1354, + "source": "MEGRESISTOR", + "target": "SNIVVLIZATION" + }, + { + "weight": 1354, + "source": "MEGRESISTOR", + "target": "AUGUSTANEWMAN13" + }, + { + "weight": 1354, + "source": "MEGRESISTOR", + "target": "BLUEGREEN625" + }, + { + "weight": 1354, + "source": "MEGRESISTOR", + "target": "ROEDIO73" + }, + { + "weight": 1354, + "source": "MEGRESISTOR", + "target": "ROSIEM1919" + }, + { + "weight": 1354, + "source": "MEGRESISTOR", + "target": "CAREAWARE" + }, + { + "weight": 1354, + "source": "MEGRESISTOR", + "target": "ICKKIKING" + }, + { + "weight": 2177, + "source": "EWINDHAM3", + "target": "SNIVVLIZATION" + }, + { + "weight": 2177, + "source": "EWINDHAM3", + "target": "LUIEFIG" + }, + { + "weight": 2177, + "source": "EWINDHAM3", + "target": "ORANGEBABYBIRD1" + }, + { + "weight": 2177, + "source": "EWINDHAM3", + "target": "OLIVIATHERESE3" + }, + { + "weight": 2177, + "source": "EWINDHAM3", + "target": "VEGASBANKS" + }, + { + "weight": 2177, + "source": "EWINDHAM3", + "target": "EDJARRING" + }, + { + "weight": 2177, + "source": "EWINDHAM3", + "target": "HENZIGMARGARET" + }, + { + "weight": 2177, + "source": "EWINDHAM3", + "target": "JCMARBURY" + }, + { + "weight": 2177, + "source": "EWINDHAM3", + "target": "SHIRLEYDEBALSI" + }, + { + "weight": 968, + "source": "HELLOOOBETTY", + "target": "SNIVVLIZATION" + }, + { + "weight": 968, + "source": "HELLOOOBETTY", + "target": "MARYKEITHBARE1" + }, + { + "weight": 968, + "source": "HELLOOOBETTY", + "target": "TERAM323TERE" + }, + { + "weight": 968, + "source": "HELLOOOBETTY", + "target": "JANNSLOAN" + }, + { + "weight": 968, + "source": "HELLOOOBETTY", + "target": "TWINDAD031207" + }, + { + "weight": 795, + "source": "DEBRAGI80712152", + "target": "VETAPOLOGIST" + }, + { + "weight": 596, + "source": "ATX_PATRIOT", + "target": "DEBRAGI80712152" + }, + { + "weight": 596, + "source": "ATX_PATRIOT", + "target": "ZHUXUDONG5" + }, + { + "weight": 596, + "source": "ATX_PATRIOT", + "target": "DEBBIE22210" + }, + { + "weight": 596, + "source": "ATX_PATRIOT", + "target": "TONY_HAMBLETON" + }, + { + "weight": 1992, + "source": "VETAPOLOGIST", + "target": "DEBRAGI80712152" + }, + { + "weight": 1992, + "source": "VETAPOLOGIST", + "target": "LINDANAP123" + }, + { + "weight": 1992, + "source": "VETAPOLOGIST", + "target": "GGRANDMAG73" + }, + { + "weight": 743, + "source": "LUCKYLINDY31", + "target": "DIANEROCKS52" + }, + { + "weight": 1608, + "source": "NEANER069", + "target": "CCLARKE52" + }, + { + "weight": 1608, + "source": "NEANER069", + "target": "TATSUJINUK" + }, + { + "weight": 1036, + "source": "TATSUJINUK", + "target": "NEANER069" + }, + { + "weight": 1036, + "source": "TATSUJINUK", + "target": "ICNTOAN" + }, + { + "weight": 1036, + "source": "TATSUJINUK", + "target": "CSCSTARS" + }, + { + "weight": 1036, + "source": "TATSUJINUK", + "target": "MARIJODELEON" + }, + { + "weight": 5110, + "source": "FASTING39", + "target": "STAND4FREE" + }, + { + "weight": 2897, + "source": "CAROLINA4POTUS", + "target": "FASTING39" + }, + { + "weight": 2897, + "source": "CAROLINA4POTUS", + "target": "THROUGHTHYGRACE" + }, + { + "weight": 2897, + "source": "CAROLINA4POTUS", + "target": "BILLSPLACEHERE" + }, + { + "weight": 2897, + "source": "CAROLINA4POTUS", + "target": "JOHN43269024" + }, + { + "weight": 2897, + "source": "CAROLINA4POTUS", + "target": "MADDIE20204" + }, + { + "weight": 2897, + "source": "CAROLINA4POTUS", + "target": "GGRANDMAG73" + }, + { + "weight": 578, + "source": "SQUIRREL275", + "target": "FASTING39" + }, + { + "weight": 578, + "source": "SQUIRREL275", + "target": "PRSORENSEN1" + }, + { + "weight": 578, + "source": "SQUIRREL275", + "target": "RASLADY1" + }, + { + "weight": 2177, + "source": "RACHAELAHANCOCK", + "target": "CSCSTARS" + }, + { + "weight": 716, + "source": "CSCSTARS", + "target": "RACHAELAHANCOCK" + }, + { + "weight": 716, + "source": "CSCSTARS", + "target": "FINFAN74" + }, + { + "weight": 716, + "source": "CSCSTARS", + "target": "WIACTIVIST" + }, + { + "weight": 716, + "source": "CSCSTARS", + "target": "ROCKETSINAUS" + }, + { + "weight": 716, + "source": "CSCSTARS", + "target": "TATSUJINUK" + }, + { + "weight": 716, + "source": "CSCSTARS", + "target": "ROCKETS70835110" + }, + { + "weight": 2267, + "source": "JJJ5819", + "target": "NYTXARTIST" + }, + { + "weight": 2267, + "source": "JJJ5819", + "target": "SMP0312" + }, + { + "weight": 1250, + "source": "ICNTOAN", + "target": "NYTXARTIST" + }, + { + "weight": 1250, + "source": "ICNTOAN", + "target": "VEGASBANKS" + }, + { + "weight": 1250, + "source": "ICNTOAN", + "target": "EDJARRING" + }, + { + "weight": 1250, + "source": "ICNTOAN", + "target": "TATSUJINUK" + }, + { + "weight": 1250, + "source": "ICNTOAN", + "target": "ICKKIKING" + }, + { + "weight": 752, + "source": "BEWITCHED9", + "target": "NYTXARTIST" + }, + { + "weight": 752, + "source": "BEWITCHED9", + "target": "ENARDAVIS1" + }, + { + "weight": 752, + "source": "BEWITCHED9", + "target": "DEEPVARD" + }, + { + "weight": 1279, + "source": "JOSIE5FT2", + "target": "TRAVELINGUS" + }, + { + "weight": 829, + "source": "ICKKIKING", + "target": "KAE_STODDARD" + }, + { + "weight": 829, + "source": "ICKKIKING", + "target": "ICNTOAN" + }, + { + "weight": 829, + "source": "ICKKIKING", + "target": "LUCILLEAUSTERO2" + }, + { + "weight": 829, + "source": "ICKKIKING", + "target": "MEGRESISTOR" + }, + { + "weight": 1473, + "source": "CHR1SLE1NER", + "target": "REALSTEVEMRIES" + }, + { + "weight": 1473, + "source": "CHR1SLE1NER", + "target": "DEBBIE22210" + }, + { + "weight": 1473, + "source": "CHR1SLE1NER", + "target": "DUNNET26" + }, + { + "weight": 1679, + "source": "CIN60119002", + "target": "CHR1SLE1NER" + }, + { + "weight": 1679, + "source": "CIN60119002", + "target": "GALLEYDIANA5" + }, + { + "weight": 609, + "source": "LAVENDERBLUE27", + "target": "HIJCP" + }, + { + "weight": 609, + "source": "LAVENDERBLUE27", + "target": "LAVENDERBLUE27" + }, + { + "weight": 609, + "source": "LAVENDERBLUE27", + "target": "CHELSEAGOLUCKY" + }, + { + "weight": 609, + "source": "LAVENDERBLUE27", + "target": "WIACTIVIST" + }, + { + "weight": 609, + "source": "LAVENDERBLUE27", + "target": "DSPALTEN" + }, + { + "weight": 609, + "source": "LAVENDERBLUE27", + "target": "DEMUROMARQUEZ" + }, + { + "weight": 2199, + "source": "STOCKGUY61", + "target": "HIJCP" + }, + { + "weight": 2199, + "source": "STOCKGUY61", + "target": "JANHOLLOWAY16" + }, + { + "weight": 2199, + "source": "STOCKGUY61", + "target": "STRAITARROW10" + }, + { + "weight": 2199, + "source": "STOCKGUY61", + "target": "BOB_LEVITT" + }, + { + "weight": 2199, + "source": "STOCKGUY61", + "target": "INSPITEOFTRUMP" + }, + { + "weight": 2199, + "source": "STOCKGUY61", + "target": "HENZIGMARGARET" + }, + { + "weight": 2199, + "source": "STOCKGUY61", + "target": "CHEEZWITHAM" + }, + { + "weight": 2199, + "source": "STOCKGUY61", + "target": "ANTHONYBOURQUE" + }, + { + "weight": 2199, + "source": "STOCKGUY61", + "target": "DOROTHY1240" + }, + { + "weight": 2199, + "source": "STOCKGUY61", + "target": "TWINDAD031207" + }, + { + "weight": 2199, + "source": "STOCKGUY61", + "target": "DANCINDOTI" + }, + { + "weight": 1397, + "source": "POOKOO_2000", + "target": "VTSUSIE" + }, + { + "weight": 1033, + "source": "JANHOLLOWAY16", + "target": "LECHATNOIRE4" + }, + { + "weight": 2383, + "source": "KAVRIDER", + "target": "TRAVEL5762" + }, + { + "weight": 2383, + "source": "KAVRIDER", + "target": "COLBERTBIGB" + }, + { + "weight": 2383, + "source": "KAVRIDER", + "target": "INSPITEOFTRUMP" + }, + { + "weight": 2383, + "source": "KAVRIDER", + "target": "DIANELYNN1812" + }, + { + "weight": 2383, + "source": "KAVRIDER", + "target": "WEAREWAKANDA_" + }, + { + "weight": 1214, + "source": "USESQUIRE18", + "target": "DIANEROCKS52" + }, + { + "weight": 889, + "source": "HRMHANNAMONTANA", + "target": "JJAAZZEE1" + }, + { + "weight": 941, + "source": "MIRANDASALCIDO1", + "target": "BILLSPLACEHERE" + }, + { + "weight": 941, + "source": "MIRANDASALCIDO1", + "target": "SWAMP_FEVER2020" + }, + { + "weight": 941, + "source": "MIRANDASALCIDO1", + "target": "CKM4MAGA" + }, + { + "weight": 941, + "source": "MIRANDASALCIDO1", + "target": "PJW20161951" + }, + { + "weight": 941, + "source": "MIRANDASALCIDO1", + "target": "SART48" + }, + { + "weight": 1945, + "source": "GGRANDMAG73", + "target": "MIRANDASALCIDO1" + }, + { + "weight": 1945, + "source": "GGRANDMAG73", + "target": "CAROLINA4POTUS" + }, + { + "weight": 1945, + "source": "GGRANDMAG73", + "target": "VETAPOLOGIST" + }, + { + "weight": 1914, + "source": "CKM4MAGA", + "target": "MIRANDASALCIDO1" + }, + { + "weight": 1914, + "source": "CKM4MAGA", + "target": "ARAUZ2012" + }, + { + "weight": 1461, + "source": "MENNO_KOOLS", + "target": "TRBRAM" + }, + { + "weight": 1558, + "source": "TEDBROGAN6901", + "target": "IMCOSTA1" + }, + { + "weight": 1773, + "source": "LTANNER70", + "target": "COLBERTBIGB" + }, + { + "weight": 1773, + "source": "LTANNER70", + "target": "DOROTHY1240" + }, + { + "weight": 1056, + "source": "OLIVIATHERESE3", + "target": "COLBERTBIGB" + }, + { + "weight": 1056, + "source": "OLIVIATHERESE3", + "target": "BEWITCHED9" + }, + { + "weight": 1056, + "source": "OLIVIATHERESE3", + "target": "EWINDHAM3" + }, + { + "weight": 1056, + "source": "OLIVIATHERESE3", + "target": "ROSIEM1919" + }, + { + "weight": 1056, + "source": "OLIVIATHERESE3", + "target": "SUZYSAYSHI2U" + }, + { + "weight": 1056, + "source": "OLIVIATHERESE3", + "target": "BEVERLYFOLKERS" + }, + { + "weight": 1024, + "source": "DANIELLE1239", + "target": "DANIELLE1239" + }, + { + "weight": 1024, + "source": "DANIELLE1239", + "target": "DANIELLEDCREBEL" + }, + { + "weight": 453, + "source": "REALSTEVEMRIES", + "target": "DEBBIE22210" + }, + { + "weight": 453, + "source": "REALSTEVEMRIES", + "target": "JOEYREINCARNAT1" + }, + { + "weight": 1293, + "source": "TONY_HAMBLETON", + "target": "REALSTEVEMRIES" + }, + { + "weight": 1293, + "source": "TONY_HAMBLETON", + "target": "DEBBIE22210" + }, + { + "weight": 1304, + "source": "SANDRA_UNITED", + "target": "MICHELEJEANSON1" + }, + { + "weight": 1304, + "source": "SANDRA_UNITED", + "target": "KIMSHURTLEFF" + }, + { + "weight": 1304, + "source": "SANDRA_UNITED", + "target": "TRAVELINGUS" + }, + { + "weight": 4885, + "source": "KIMHALLIBURTON", + "target": "HELLOOOBETTY" + }, + { + "weight": 4885, + "source": "KIMHALLIBURTON", + "target": "KENNASTEVENS1" + }, + { + "weight": 4885, + "source": "KIMHALLIBURTON", + "target": "VEGASBANKS" + }, + { + "weight": 4885, + "source": "KIMHALLIBURTON", + "target": "ROCKETSINAUS" + }, + { + "weight": 4885, + "source": "KIMHALLIBURTON", + "target": "JUDY_CLASSY" + }, + { + "weight": 4885, + "source": "KIMHALLIBURTON", + "target": "GLUTTENP" + }, + { + "weight": 4885, + "source": "KIMHALLIBURTON", + "target": "GOTHAMDARKKNITE" + }, + { + "weight": 4885, + "source": "KIMHALLIBURTON", + "target": "JTKSTC" + }, + { + "weight": 4885, + "source": "KIMHALLIBURTON", + "target": "TATSUJINUK" + }, + { + "weight": 4885, + "source": "KIMHALLIBURTON", + "target": "ROCKETS70835110" + }, + { + "weight": 2695, + "source": "JANATTHEOCEAN", + "target": "ANTHONYBOURQUE" + }, + { + "weight": 4152, + "source": "ANTHONYBOURQUE", + "target": "JANATTHEOCEAN" + }, + { + "weight": 4152, + "source": "ANTHONYBOURQUE", + "target": "EDJARRING" + }, + { + "weight": 4152, + "source": "ANTHONYBOURQUE", + "target": "CAPT17BJK" + }, + { + "weight": 4152, + "source": "ANTHONYBOURQUE", + "target": "LAURIESPOON" + }, + { + "weight": 4152, + "source": "ANTHONYBOURQUE", + "target": "BUBEEEEE" + }, + { + "weight": 4152, + "source": "ANTHONYBOURQUE", + "target": "BBKENN92" + }, + { + "weight": 1127, + "source": "SHARONSHARONH10", + "target": "AUGUSTANEWMAN13" + }, + { + "weight": 1652, + "source": "ENARDAVIS1", + "target": "KENNASTEVENS1" + }, + { + "weight": 1652, + "source": "ENARDAVIS1", + "target": "CHELSEAGOLUCKY" + }, + { + "weight": 1652, + "source": "ENARDAVIS1", + "target": "ROSEMARYMSCOTT" + }, + { + "weight": 2140, + "source": "KHILLIAN13", + "target": "ICKKIKING" + }, + { + "weight": 1270, + "source": "VICPENLEY", + "target": "SHARBYCREEK" + }, + { + "weight": 1270, + "source": "VICPENLEY", + "target": "CIN60119002" + }, + { + "weight": 1270, + "source": "VICPENLEY", + "target": "LARIDOR1" + }, + { + "weight": 1270, + "source": "VICPENLEY", + "target": "TONY_HAMBLETON" + }, + { + "weight": 1270, + "source": "VICPENLEY", + "target": "MILLER_GWEN" + }, + { + "weight": 1709, + "source": "JANET_BANNER", + "target": "INSPITEOFTRUMP" + }, + { + "weight": 1612, + "source": "HENZIGMARGARET", + "target": "SUBORDERS15" + }, + { + "weight": 1612, + "source": "HENZIGMARGARET", + "target": "LIBERALTOTHEEND" + }, + { + "weight": 1612, + "source": "HENZIGMARGARET", + "target": "ROSE_BELLAMY" + }, + { + "weight": 1612, + "source": "HENZIGMARGARET", + "target": "AJGMA" + }, + { + "weight": 1612, + "source": "HENZIGMARGARET", + "target": "ROBERTELZEY12" + }, + { + "weight": 1316, + "source": "BRIANYPAUL", + "target": "JOCOWBOYS87" + }, + { + "weight": 1316, + "source": "BRIANYPAUL", + "target": "OLIVIATHERESE3" + }, + { + "weight": 488, + "source": "PRIMATE7", + "target": "KENNASTEVENS1" + }, + { + "weight": 1851, + "source": "GALLEYDIANA5", + "target": "CIN60119002" + }, + { + "weight": 1899, + "source": "JOEYREINCARNAT1", + "target": "CIN60119002" + }, + { + "weight": 1899, + "source": "JOEYREINCARNAT1", + "target": "SWAMP_FEVER2020" + }, + { + "weight": 1899, + "source": "JOEYREINCARNAT1", + "target": "AMYMARIEWILLARD" + }, + { + "weight": 1899, + "source": "JOEYREINCARNAT1", + "target": "DDDANIEL059" + }, + { + "weight": 2555, + "source": "SAMJBCI", + "target": "CIN60119002" + }, + { + "weight": 2353, + "source": "MULTIJO1", + "target": "LOREYJEANENE" + }, + { + "weight": 2353, + "source": "MULTIJO1", + "target": "MARTHALYNNEOWE1" + }, + { + "weight": 2353, + "source": "MULTIJO1", + "target": "THE_NABSTER" + }, + { + "weight": 2353, + "source": "MULTIJO1", + "target": "ARTSYOMA" + }, + { + "weight": 2353, + "source": "MULTIJO1", + "target": "EDJARRING" + }, + { + "weight": 2353, + "source": "MULTIJO1", + "target": "SABULOSAA" + }, + { + "weight": 2353, + "source": "MULTIJO1", + "target": "SMITCHELLMAY301" + }, + { + "weight": 2353, + "source": "MULTIJO1", + "target": "PIECHRON" + }, + { + "weight": 1134, + "source": "STAYWOKEV", + "target": "LOREYJEANENE" + }, + { + "weight": 1134, + "source": "STAYWOKEV", + "target": "TRACYSNPS" + }, + { + "weight": 1134, + "source": "STAYWOKEV", + "target": "OPPLIGERMICHAEL" + }, + { + "weight": 1134, + "source": "STAYWOKEV", + "target": "ROSIEM1919" + }, + { + "weight": 1134, + "source": "STAYWOKEV", + "target": "BESSY_C3" + }, + { + "weight": 1134, + "source": "STAYWOKEV", + "target": "LESCAKSHARON" + }, + { + "weight": 1134, + "source": "STAYWOKEV", + "target": "LANEZANE1" + }, + { + "weight": 1993, + "source": "CYNDIW100", + "target": "LOREYJEANENE" + }, + { + "weight": 1993, + "source": "CYNDIW100", + "target": "CYNDIW100" + }, + { + "weight": 1993, + "source": "CYNDIW100", + "target": "WEENTERED" + }, + { + "weight": 1993, + "source": "CYNDIW100", + "target": "JTKSTC" + }, + { + "weight": 1761, + "source": "GLUTTENP", + "target": "LOREYJEANENE" + }, + { + "weight": 1761, + "source": "GLUTTENP", + "target": "ZEN4EVER2US" + }, + { + "weight": 2900, + "source": "VMBRITSCH", + "target": "PEOPLEDIED2VOTE" + }, + { + "weight": 2900, + "source": "VMBRITSCH", + "target": "IMCOSTA1" + }, + { + "weight": 2900, + "source": "VMBRITSCH", + "target": "PAT625T" + }, + { + "weight": 2900, + "source": "VMBRITSCH", + "target": "JACQUELINEHINE1" + }, + { + "weight": 1468, + "source": "U_WANNA_EH", + "target": "VMBRITSCH" + }, + { + "weight": 1766, + "source": "IMCOSTA1", + "target": "VMBRITSCH" + }, + { + "weight": 1715, + "source": "KRISTAFRANCES", + "target": "OLOPHNIHLSON" + }, + { + "weight": 876, + "source": "GRANDMALAURIE", + "target": "PEGGYYATES2014" + }, + { + "weight": 567, + "source": "AMYSCORCA", + "target": "WOODWARDWOODW11" + }, + { + "weight": 567, + "source": "AMYSCORCA", + "target": "LAURIESPOON" + }, + { + "weight": 567, + "source": "AMYSCORCA", + "target": "BUBEEEEE" + }, + { + "weight": 1579, + "source": "LAURIESPOON", + "target": "AMYSCORCA" + }, + { + "weight": 1579, + "source": "LAURIESPOON", + "target": "BOB_LEVITT" + }, + { + "weight": 1579, + "source": "LAURIESPOON", + "target": "POLITICALBEE" + }, + { + "weight": 1579, + "source": "LAURIESPOON", + "target": "JACQUELINEHINE1" + }, + { + "weight": 1579, + "source": "LAURIESPOON", + "target": "ANTHONYBOURQUE" + }, + { + "weight": 3778, + "source": "DISMISSTRUMP", + "target": "DEE26557409" + }, + { + "weight": 3778, + "source": "DISMISSTRUMP", + "target": "LECHATNOIRE4" + }, + { + "weight": 3778, + "source": "DISMISSTRUMP", + "target": "SSGUFFEY" + }, + { + "weight": 3568, + "source": "ROSE_BELLAMY", + "target": "GASIOR_GINA" + }, + { + "weight": 3019, + "source": "CHEEZWITHAM", + "target": "GASIOR_GINA" + }, + { + "weight": 3019, + "source": "CHEEZWITHAM", + "target": "LIBERALTOTHEEND" + }, + { + "weight": 3019, + "source": "CHEEZWITHAM", + "target": "SUEGLASHAUSER" + }, + { + "weight": 589, + "source": "HARD2FINETJ", + "target": "TRACYSNPS" + }, + { + "weight": 589, + "source": "HARD2FINETJ", + "target": "GARYD552" + }, + { + "weight": 1247, + "source": "AJHOLLAND01", + "target": "AUGUSTANEWMAN13" + }, + { + "weight": 1549, + "source": "DRSPL5", + "target": "ROEDIO73" + }, + { + "weight": 4127, + "source": "PHILLIP92321", + "target": "JJJ5819" + }, + { + "weight": 590, + "source": "DASTARDLYDONALD", + "target": "CUBFAN13241" + }, + { + "weight": 1428, + "source": "MINNNYME", + "target": "PEOPLEDIED2VOTE" + }, + { + "weight": 1428, + "source": "MINNNYME", + "target": "INTOTHEFORESTSB" + }, + { + "weight": 1428, + "source": "MINNNYME", + "target": "ROGERB621" + }, + { + "weight": 1428, + "source": "MINNNYME", + "target": "DANCINDOTI" + }, + { + "weight": 419, + "source": "LIBERALTOTHEEND", + "target": "HENZIGMARGARET" + }, + { + "weight": 419, + "source": "LIBERALTOTHEEND", + "target": "JUSTJO2" + }, + { + "weight": 2516, + "source": "LLLWRY", + "target": "LIBERALTOTHEEND" + }, + { + "weight": 2516, + "source": "LLLWRY", + "target": "INTOTHEFORESTSB" + }, + { + "weight": 2516, + "source": "LLLWRY", + "target": "ANNH1958" + }, + { + "weight": 2516, + "source": "LLLWRY", + "target": "EMOTIONMOJO" + }, + { + "weight": 2516, + "source": "LLLWRY", + "target": "79TOPPER" + }, + { + "weight": 1177, + "source": "RYANJOHNCKE", + "target": "STANSPAK" + }, + { + "weight": 1177, + "source": "RYANJOHNCKE", + "target": "MCASSARA143" + }, + { + "weight": 1177, + "source": "RYANJOHNCKE", + "target": "AKERKATHI" + }, + { + "weight": 1122, + "source": "CYNTHIAETHERI11", + "target": "KUROKITTEH" + }, + { + "weight": 1496, + "source": "OLOPHNIHLSON", + "target": "APLEMKSERIOUSLY" + }, + { + "weight": 2052, + "source": "APLEMKSERIOUSLY", + "target": "OLOPHNIHLSON" + }, + { + "weight": 2052, + "source": "APLEMKSERIOUSLY", + "target": "SYLVIAZ1913" + }, + { + "weight": 2052, + "source": "APLEMKSERIOUSLY", + "target": "INSPITEOFTRUMP" + }, + { + "weight": 573, + "source": "DAWNSLIGHT2", + "target": "DOROTHY1240" + }, + { + "weight": 2498, + "source": "DAWNERYANS", + "target": "JCMARBURY" + }, + { + "weight": 2498, + "source": "DAWNERYANS", + "target": "EMOTIONMOJO" + }, + { + "weight": 2498, + "source": "DAWNERYANS", + "target": "TRACYCH86248594" + }, + { + "weight": 1280, + "source": "EMOTIONMOJO", + "target": "DAWNERYANS" + }, + { + "weight": 1280, + "source": "EMOTIONMOJO", + "target": "LLLWRY" + }, + { + "weight": 2625, + "source": "KARENDEVINE84", + "target": "MARTHALYNNEOWE1" + }, + { + "weight": 2625, + "source": "KARENDEVINE84", + "target": "INSPITEOFTRUMP" + }, + { + "weight": 1213, + "source": "JANE73066574", + "target": "JTKSTC" + }, + { + "weight": 1921, + "source": "LESKO_SUSAN", + "target": "KIMSHURTLEFF" + }, + { + "weight": 1327, + "source": "ALFREDPAMNJOE", + "target": "ALFREDPAMNJOE" + }, + { + "weight": 1327, + "source": "ALFREDPAMNJOE", + "target": "ICKKIKING" + }, + { + "weight": 1411, + "source": "ANNH1958", + "target": "TRACYSNPS" + }, + { + "weight": 1411, + "source": "ANNH1958", + "target": "BOB_LEVITT" + }, + { + "weight": 1356, + "source": "AUGUSTANEWMAN13", + "target": "TRACYSNPS" + }, + { + "weight": 1077, + "source": "INTOTHEFORESTSB", + "target": "TRACYSNPS" + }, + { + "weight": 1077, + "source": "INTOTHEFORESTSB", + "target": "KIMSHURTLEFF" + }, + { + "weight": 1366, + "source": "PAT625T", + "target": "ROBERTELZEY12" + }, + { + "weight": 680, + "source": "LUIEFIG", + "target": "INTOTHEFORESTSB" + }, + { + "weight": 680, + "source": "LUIEFIG", + "target": "EWINDHAM3" + }, + { + "weight": 680, + "source": "LUIEFIG", + "target": "CAREAWARE" + }, + { + "weight": 1690, + "source": "HEROESOFMINE", + "target": "ARTSYOMA" + }, + { + "weight": 1843, + "source": "LOGANSRUN79", + "target": "AMYMARIEWILLARD" + }, + { + "weight": 1843, + "source": "LOGANSRUN79", + "target": "DDDANIEL059" + }, + { + "weight": 1843, + "source": "LOGANSRUN79", + "target": "G1RLY_TATTOOED" + }, + { + "weight": 268, + "source": "A_BOBBIE", + "target": "LOGANSRUN79" + }, + { + "weight": 768, + "source": "JKASTRITIS", + "target": "SKYBOY123" + }, + { + "weight": 2574, + "source": "MISSLEXI9162", + "target": "JOEYREINCARNAT1" + }, + { + "weight": 2574, + "source": "MISSLEXI9162", + "target": "KIDGOLFERMAN" + }, + { + "weight": 2574, + "source": "MISSLEXI9162", + "target": "SART48" + }, + { + "weight": 2730, + "source": "SART48", + "target": "MISSLEXI9162" + }, + { + "weight": 2730, + "source": "SART48", + "target": "SHIRLEYRINGUET5" + }, + { + "weight": 2730, + "source": "SART48", + "target": "PJW20161951" + }, + { + "weight": 2730, + "source": "SART48", + "target": "GSHELL1234" + }, + { + "weight": 4565, + "source": "YOAKUMGIRL923", + "target": "MISSLEXI9162" + }, + { + "weight": 4565, + "source": "YOAKUMGIRL923", + "target": "GGRANDMAG73" + }, + { + "weight": 4565, + "source": "YOAKUMGIRL923", + "target": "PJW20161951" + }, + { + "weight": 4565, + "source": "YOAKUMGIRL923", + "target": "TERRIEZORNES" + }, + { + "weight": 4565, + "source": "YOAKUMGIRL923", + "target": "MAN_ALIVE45" + }, + { + "weight": 4565, + "source": "YOAKUMGIRL923", + "target": "SART48" + }, + { + "weight": 1803, + "source": "MCASSARA143", + "target": "MNBOSS1" + }, + { + "weight": 538, + "source": "OPPLIGERMICHAEL", + "target": "ROSIEM1919" + }, + { + "weight": 1655, + "source": "RFAZOO", + "target": "OPPLIGERMICHAEL" + }, + { + "weight": 1655, + "source": "RFAZOO", + "target": "JENJAVAJUNKY" + }, + { + "weight": 1404, + "source": "CHEBERTFORGOOD", + "target": "VEGASBANKS" + }, + { + "weight": 1026, + "source": "SEATTLELOVE90", + "target": "INSPITEOFTRUMP" + }, + { + "weight": 938, + "source": "ARTSYOMA", + "target": "MULTIJO1" + }, + { + "weight": 938, + "source": "ARTSYOMA", + "target": "SLKPCA" + }, + { + "weight": 1590, + "source": "THE_NABSTER", + "target": "MULTIJO1" + }, + { + "weight": 1590, + "source": "THE_NABSTER", + "target": "JJAAZZEE1" + }, + { + "weight": 1590, + "source": "THE_NABSTER", + "target": "ANTHONYBOURQUE" + }, + { + "weight": 1590, + "source": "THE_NABSTER", + "target": "DOROTHY1240" + }, + { + "weight": 1685, + "source": "SASSYSALLY727", + "target": "SANDRA_UNITED" + }, + { + "weight": 1500, + "source": "LUISBON67258735", + "target": "HLAURORA63" + }, + { + "weight": 1504, + "source": "SWAMP_FEVER2020", + "target": "JOEYREINCARNAT1" + }, + { + "weight": 2316, + "source": "BETHLEVIN", + "target": "APLEMKSERIOUSLY" + }, + { + "weight": 2316, + "source": "BETHLEVIN", + "target": "KATEACOSTA5" + }, + { + "weight": 2316, + "source": "BETHLEVIN", + "target": "WIACTIVIST" + }, + { + "weight": 2316, + "source": "BETHLEVIN", + "target": "DEEPVARD" + }, + { + "weight": 2028, + "source": "O_MOH9", + "target": "JKASTRITIS" + }, + { + "weight": 2602, + "source": "NANCYPEGGY", + "target": "JKASTRITIS" + }, + { + "weight": 2602, + "source": "NANCYPEGGY", + "target": "JENJAVAJUNKY" + }, + { + "weight": 2602, + "source": "NANCYPEGGY", + "target": "DOROTHY1240" + }, + { + "weight": 761, + "source": "GEORGIE99011801", + "target": "JKASTRITIS" + }, + { + "weight": 761, + "source": "GEORGIE99011801", + "target": "ROSIEM1919" + }, + { + "weight": 1609, + "source": "ROLEBU1", + "target": "AMYMARIEWILLARD" + }, + { + "weight": 1609, + "source": "ROLEBU1", + "target": "ARAUZ2012" + }, + { + "weight": 683, + "source": "MUSES220", + "target": "GLUTTENP" + }, + { + "weight": 1711, + "source": "USDEMOCRACY2020", + "target": "WOMENSAVEUSA" + }, + { + "weight": 2510, + "source": "JIMINCLWR", + "target": "ROSEMARYMSCOTT" + }, + { + "weight": 1807, + "source": "TERAM323TERE", + "target": "FINFAN74" + }, + { + "weight": 1807, + "source": "TERAM323TERE", + "target": "WEENTERED" + }, + { + "weight": 1807, + "source": "TERAM323TERE", + "target": "EILEENQUIRKE12" + }, + { + "weight": 1807, + "source": "TERAM323TERE", + "target": "INSPITEOFTRUMP" + }, + { + "weight": 740, + "source": "MARYSAVILLE3", + "target": "FINFAN74" + }, + { + "weight": 740, + "source": "MARYSAVILLE3", + "target": "RISKALERT" + }, + { + "weight": 740, + "source": "MARYSAVILLE3", + "target": "LANEZANE1" + }, + { + "weight": 1813, + "source": "BESSY_C3", + "target": "STAYWOKEV" + }, + { + "weight": 1813, + "source": "BESSY_C3", + "target": "ROEDIO73" + }, + { + "weight": 1813, + "source": "BESSY_C3", + "target": "TIMWILLARD11" + }, + { + "weight": 1813, + "source": "BESSY_C3", + "target": "DANCINDOTI" + }, + { + "weight": 1018, + "source": "SONOKOCENTRAL", + "target": "TATSUJINUK" + }, + { + "weight": 450, + "source": "BOOTHATCHER1", + "target": "KYMNORTON55" + }, + { + "weight": 1636, + "source": "EILEENQUIRKE12", + "target": "KYMNORTON55" + }, + { + "weight": 1636, + "source": "EILEENQUIRKE12", + "target": "_REAALAMERICAN_" + }, + { + "weight": 681, + "source": "BECKYGALLAGHE10", + "target": "CRAFTYCHICK17" + }, + { + "weight": 681, + "source": "BECKYGALLAGHE10", + "target": "CUBFAN13241" + }, + { + "weight": 681, + "source": "BECKYGALLAGHE10", + "target": "WINETAST3R" + }, + { + "weight": 1486, + "source": "DOVEWOMAN1", + "target": "SHOGGOTH_QUEEN" + }, + { + "weight": 1486, + "source": "DOVEWOMAN1", + "target": "BOBBIE_AND_LEO" + }, + { + "weight": 5462, + "source": "BRITTAN84613360", + "target": "WEENTERED" + }, + { + "weight": 5462, + "source": "BRITTAN84613360", + "target": "BANNERITE" + }, + { + "weight": 662, + "source": "CCLARKE52", + "target": "JENJAVAJUNKY" + }, + { + "weight": 481, + "source": "KATEACOSTA5", + "target": "BETHLEVIN" + }, + { + "weight": 654, + "source": "GALLAN500", + "target": "BOB_LEVITT" + }, + { + "weight": 1246, + "source": "SLKPCA", + "target": "ARTSYOMA" + }, + { + "weight": 2256, + "source": "THETRAVELPRINC1", + "target": "_REAALAMERICAN_" + }, + { + "weight": 3086, + "source": "AJGMA", + "target": "ARLINENET" + }, + { + "weight": 3086, + "source": "AJGMA", + "target": "BOBBIE_AND_LEO" + }, + { + "weight": 974, + "source": "LAQUIALENE69", + "target": "EDJARRING" + }, + { + "weight": 974, + "source": "LAQUIALENE69", + "target": "ROSIEM1919" + }, + { + "weight": 1423, + "source": "SUEMARIETTA", + "target": "VEGASBANKS" + }, + { + "weight": 1423, + "source": "SUEMARIETTA", + "target": "JANNSLOAN" + }, + { + "weight": 1952, + "source": "LINDY255", + "target": "VEGASBANKS" + }, + { + "weight": 1952, + "source": "LINDY255", + "target": "ROEDIO73" + }, + { + "weight": 1952, + "source": "LINDY255", + "target": "HENZIGMARGARET" + }, + { + "weight": 1872, + "source": "LORETTABOWER3", + "target": "VEGASBANKS" + }, + { + "weight": 626, + "source": "NANA2JORDYN1", + "target": "LLLWRY" + }, + { + "weight": 626, + "source": "NANA2JORDYN1", + "target": "SUEGLASHAUSER" + }, + { + "weight": 626, + "source": "NANA2JORDYN1", + "target": "BUBEEEEE" + }, + { + "weight": 626, + "source": "NANA2JORDYN1", + "target": "BISTYCSROSS" + }, + { + "weight": 2187, + "source": "MILEENKIRKPATR3", + "target": "LORAC328" + }, + { + "weight": 1434, + "source": "CMOORE045", + "target": "CAN2GETERDONE" + }, + { + "weight": 1124, + "source": "VTSUSIE", + "target": "DOCJANICEL" + }, + { + "weight": 2899, + "source": "MABBYCRANKYP", + "target": "EDJARRING" + }, + { + "weight": 884, + "source": "MAMAGIGI8", + "target": "EDJARRING" + }, + { + "weight": 844, + "source": "TAMMYPMC", + "target": "INSPITEOFTRUMP" + }, + { + "weight": 1547, + "source": "ALEXSPENC1", + "target": "INSPITEOFTRUMP" + }, + { + "weight": 490, + "source": "CRISTINEALBANES", + "target": "INSPITEOFTRUMP" + }, + { + "weight": 1942, + "source": "ENIDLOGAN", + "target": "DANIELLAVALLE13" + }, + { + "weight": 631, + "source": "RPACE71", + "target": "AMYMARIEWILLARD" + }, + { + "weight": 1702, + "source": "CHARLOTTEONDER1", + "target": "GARYD552" + }, + { + "weight": 1702, + "source": "CHARLOTTEONDER1", + "target": "BUBEEEEE" + }, + { + "weight": 1634, + "source": "HUMANSSUCK12", + "target": "CHERKALLECK" + }, + { + "weight": 1206, + "source": "KENBERRY611", + "target": "ROSIEM1919" + }, + { + "weight": 1206, + "source": "KENBERRY611", + "target": "DOVEWOMAN1" + }, + { + "weight": 1502, + "source": "CYNICALVISION50", + "target": "HENZIGMARGARET" + }, + { + "weight": 1502, + "source": "CYNICALVISION50", + "target": "CHERYL_MARLIN" + }, + { + "weight": 237, + "source": "DINNAPAVELKO", + "target": "HENZIGMARGARET" + }, + { + "weight": 1178, + "source": "PIECHRON", + "target": "HENZIGMARGARET" + }, + { + "weight": 1178, + "source": "PIECHRON", + "target": "SHIRLEYDEBALSI" + }, + { + "weight": 1090, + "source": "DIANESATX", + "target": "HENZIGMARGARET" + }, + { + "weight": 1692, + "source": "ROBERTELZEY12", + "target": "HENZIGMARGARET" + }, + { + "weight": 1486, + "source": "LISAOKC", + "target": "KIMSHURTLEFF" + }, + { + "weight": 1486, + "source": "LISAOKC", + "target": "JOSEPHSCHREIB16" + }, + { + "weight": 1430, + "source": "JOSEPHSCHREIB16", + "target": "LISAOKC" + }, + { + "weight": 1198, + "source": "0OK", + "target": "JACQUELINEHINE1" + }, + { + "weight": 1663, + "source": "JACQUELINEHINE1", + "target": "0OK" + }, + { + "weight": 5460, + "source": "SHIRLEYRINGUET5", + "target": "TONY_HAMBLETON" + }, + { + "weight": 5460, + "source": "SHIRLEYRINGUET5", + "target": "PJW20161951" + }, + { + "weight": 2627, + "source": "JAY80997256", + "target": "BANNERITE" + }, + { + "weight": 966, + "source": "PADDINGTONTHE", + "target": "BANNERITE" + }, + { + "weight": 966, + "source": "PADDINGTONTHE", + "target": "SOLOMANKARL" + }, + { + "weight": 1253, + "source": "AKERKATHI", + "target": "JCMARBURY" + }, + { + "weight": 1253, + "source": "AKERKATHI", + "target": "DOROTHY1240" + }, + { + "weight": 399, + "source": "SHARLENEBECK13", + "target": "NANA2JORDYN1" + }, + { + "weight": 2153, + "source": "SOLOMANKARL", + "target": "PADDINGTONTHE" + }, + { + "weight": 2426, + "source": "RICKIMAYHALL", + "target": "TRAVELINGUS" + }, + { + "weight": 2426, + "source": "RICKIMAYHALL", + "target": "IPROOFER1" + }, + { + "weight": 1557, + "source": "SCIENCEMILK", + "target": "SABULOSAA" + }, + { + "weight": 1786, + "source": "WAGGLES111", + "target": "SHIRLEYDEBALSI" + }, + { + "weight": 1754, + "source": "MARIJODELEON", + "target": "TATSUJINUK" + }, + { + "weight": 917, + "source": "SPACEHOOLIE", + "target": "TIMWILLARD11" + }, + { + "weight": 640, + "source": "REALJOBROB", + "target": "PJW20161951" + }, + { + "weight": 2632, + "source": "RASLADY1", + "target": "A_BOBBIE" + }, + { + "weight": 1484, + "source": "CHERYL_MARLIN", + "target": "CYNICALVISION50" + }, + { + "weight": 2608, + "source": "PJW20161951", + "target": "SART48" + }, + { + "weight": 1084, + "source": "MARYRUT76380609", + "target": "KIDGOLFERMAN" + }, + { + "weight": 539, + "source": "GREENBIOTECHIE", + "target": "GREENBIOTECHIE" + } + ] +} + +export default communitiesNetwork From 685da6dea46fa5c675aa5dfb3503033ece37b6c6 Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 12:47:28 -0400 Subject: [PATCH 03/24] OK just needed to get the data mapped properly, to define the levels --- src/_App/BotAnalysis/Networks/ForceTree.js | 48 ++++++++++ src/_App/BotAnalysis/Networks/Graph.js | 105 +++++++++++++++------ 2 files changed, 124 insertions(+), 29 deletions(-) create mode 100644 src/_App/BotAnalysis/Networks/ForceTree.js diff --git a/src/_App/BotAnalysis/Networks/ForceTree.js b/src/_App/BotAnalysis/Networks/ForceTree.js new file mode 100644 index 00000000..84e36302 --- /dev/null +++ b/src/_App/BotAnalysis/Networks/ForceTree.js @@ -0,0 +1,48 @@ +// source: https://github.com/vasturiano/react-force-graph/blob/master/example/tree/index.html + +import React, {useState, useEffect, useRef } from 'react' +import { ForceGraph2D } from 'react-force-graph' +import * as d3 from 'd3' + +//const useForceUpdate = () => { +// const setToggle = useState(false)[1] +// return () => setToggle(b => !b) +//} + +const ForceTree = ({ data }) => { + const fgRef = useRef() + + //const [controls] = useState({ 'DAG Orientation': 'td'}); + //const forceUpdate = useForceUpdate() + + //useEffect(() => { + // // add controls GUI + // const gui = new dat.GUI() + // gui.add(controls, 'DAG Orientation', ['td', 'bu', 'lr', 'rl', 'radialout', 'radialin', null]) + // .onChange(forceUpdate) + //}, []) + + useEffect(() => { + // add collision force + fgRef.current.d3Force('collision', d3.forceCollide(node => Math.sqrt(100 / (node.level + 1)))); + }, []) + + return 'rgba(255,255,255,0.2)'} + nodeRelSize={1} + nodeId="path" + nodeVal={node => 100 / (node.level + 1)} + nodeLabel="path" + nodeAutoColorBy="module" + linkDirectionalParticles={2} + linkDirectionalParticleWidth={2} + d3VelocityDecay={0.3} + /> +} + +export default ForceTree diff --git a/src/_App/BotAnalysis/Networks/Graph.js b/src/_App/BotAnalysis/Networks/Graph.js index 41ff7ca7..b2bfc4b5 100644 --- a/src/_App/BotAnalysis/Networks/Graph.js +++ b/src/_App/BotAnalysis/Networks/Graph.js @@ -1,12 +1,8 @@ -import React, { PureComponent, createRef } from 'react' -//import * as d3 from 'd3' -//import {drag} from 'd3' -//import {forceSimulation} from 'd3-force' -//import {select, event as currentEvent} from 'd3-selection' -//import {groupBy, orderBy} from "lodash" -import { ForceGraph2D } from 'react-force-graph' - -//import ReactGA from 'react-ga' +import React, { PureComponent, + //createRef, useState, useEffect, useRef +} from 'react' +import * as d3 from 'd3' + import Card from 'react-bootstrap/Card' //import Row from 'react-bootstrap/Row' //import Col from 'react-bootstrap/Col' @@ -15,13 +11,13 @@ import Spinner from '../../Spinner' import cachedData from './communitiesNetwork' //import {formatPct} from '../../Utils/Decorators' //import {opinionShiftScale as colorScale} from '../../Utils/Colors' - +import ForceTree from './ForceTree' export default class NetworkGraph extends PureComponent { constructor(props) { super(props) - this.state = {orientation: "td", parsedResponse: cachedData} - this.containerRef = createRef() + this.state = {orientation: "td", parsedResponse: null} + //this.containerRef = createRef() } render() { @@ -30,22 +26,24 @@ export default class NetworkGraph extends PureComponent { {!this.state.parsedResponse ? : - 'rgba(255,255,255,0.2)'} - nodeRelSize={1} - nodeId="path" - nodeVal={node => 100 / (node.level + 1)} - nodeLabel="path" - nodeAutoColorBy="module" - linkDirectionalParticles={2} - linkDirectionalParticleWidth={2} - d3VelocityDecay={0.3} - /> + // 'rgba(255,255,255,0.2)'} + // nodeRelSize={1} + // nodeId="path" + // nodeVal={node => 100 / (node.level + 1)} + // nodeLabel="path" + // nodeAutoColorBy="module" + // linkDirectionalParticles={2} + // linkDirectionalParticleWidth={2} + // d3VelocityDecay={0.3} + ///> + // + } @@ -54,10 +52,59 @@ export default class NetworkGraph extends PureComponent { componentDidMount() { console.log("DASHBOARD DID MOUNT") - //this.fetchData() + this.fetchData() //setTimeout(function(){ // this.setState({parsedResponse: cachedData}) //}.bind(this), 1000) // let you see the spinner } + fetchData() { + const requestUrl = "https://raw.githubusercontent.com/vasturiano/react-force-graph/master/example/datasets/d3-dependencies.csv" + console.log("REQUEST URL:", requestUrl) + //fetch(requestUrl).then(function (response) { + // // console.log("RAW RESPONSE", "STATUS", response.status, response.statusText, + // // response.ok, "HEADERS", response.headers, response.url) + // return response.json() + //}) + //.then(function (json) { + // console.log("FETCHED", json.length, "ITEMS") + // this.setState({parsedResponse: json}) + //}.bind(this)) + //.catch(function (err) { + // console.error("FETCH ERR", err) + //}) + fetch(requestUrl) + .then(r => r.text()) + .then(d3.csvParse) + .then(data => { + const nodes = [], links = [] + + data.forEach(({ size, path }) => { + const levels = path.split('/'), + level = levels.length - 1, + module = level > 0 ? levels[1] : null, + leaf = levels.pop(), + parent = levels.join('/') + + const node = { + path, + leaf, + module, + size: +size || 20, + level + }; + + nodes.push(node); + + if (parent) { + links.push({source: parent, target: path, targetNode: node}); + } + }) + + this.setState({parsedResponse: {nodes: nodes, links: links}}) + + }) + + } + } From aec7b52d922e0f2f5eebae364042a5722fbc225a Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 13:15:51 -0400 Subject: [PATCH 04/24] Container size --- src/_App/BotAnalysis/Networks/ForceTree.js | 3 ++- src/_App/BotAnalysis/Networks/Graph.js | 24 +++++++++------------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/src/_App/BotAnalysis/Networks/ForceTree.js b/src/_App/BotAnalysis/Networks/ForceTree.js index 84e36302..7b88635d 100644 --- a/src/_App/BotAnalysis/Networks/ForceTree.js +++ b/src/_App/BotAnalysis/Networks/ForceTree.js @@ -27,7 +27,8 @@ const ForceTree = ({ data }) => { fgRef.current.d3Force('collision', d3.forceCollide(node => Math.sqrt(100 / (node.level + 1)))); }, []) - return // + // + // + // + // + // } @@ -59,20 +64,9 @@ export default class NetworkGraph extends PureComponent { } fetchData() { + // https://github.com/vasturiano/react-force-graph/blob/master/example/tree/index.html const requestUrl = "https://raw.githubusercontent.com/vasturiano/react-force-graph/master/example/datasets/d3-dependencies.csv" console.log("REQUEST URL:", requestUrl) - //fetch(requestUrl).then(function (response) { - // // console.log("RAW RESPONSE", "STATUS", response.status, response.statusText, - // // response.ok, "HEADERS", response.headers, response.url) - // return response.json() - //}) - //.then(function (json) { - // console.log("FETCHED", json.length, "ITEMS") - // this.setState({parsedResponse: json}) - //}.bind(this)) - //.catch(function (err) { - // console.error("FETCH ERR", err) - //}) fetch(requestUrl) .then(r => r.text()) .then(d3.csvParse) @@ -94,10 +88,12 @@ export default class NetworkGraph extends PureComponent { level }; - nodes.push(node); + nodes.push(node) if (parent) { - links.push({source: parent, target: path, targetNode: node}); + links.push({source: parent, target: path, + //targetNode: node + }) } }) From 1f69a18d86c268fd6068f0a2cd831bcc9647aef8 Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 13:26:06 -0400 Subject: [PATCH 05/24] Code review --- src/_App/BotAnalysis/Networks/ForceTree.js | 2 +- src/_App/BotAnalysis/Networks/Graph.js | 35 ++++++++++--------- .../{communitiesNetwork.js => data.js} | 0 3 files changed, 20 insertions(+), 17 deletions(-) rename src/_App/BotAnalysis/Networks/{communitiesNetwork.js => data.js} (100%) diff --git a/src/_App/BotAnalysis/Networks/ForceTree.js b/src/_App/BotAnalysis/Networks/ForceTree.js index 7b88635d..5063f710 100644 --- a/src/_App/BotAnalysis/Networks/ForceTree.js +++ b/src/_App/BotAnalysis/Networks/ForceTree.js @@ -1,6 +1,6 @@ // source: https://github.com/vasturiano/react-force-graph/blob/master/example/tree/index.html -import React, {useState, useEffect, useRef } from 'react' +import React, {useEffect, useRef } from 'react' // useState import { ForceGraph2D } from 'react-force-graph' import * as d3 from 'd3' diff --git a/src/_App/BotAnalysis/Networks/Graph.js b/src/_App/BotAnalysis/Networks/Graph.js index 52a03ffd..47b64691 100644 --- a/src/_App/BotAnalysis/Networks/Graph.js +++ b/src/_App/BotAnalysis/Networks/Graph.js @@ -1,6 +1,4 @@ -import React, { PureComponent, - //createRef, useState, useEffect, useRef -} from 'react' +import React, { PureComponent} from 'react' //createRef, useState, useEffect, useRef import * as d3 from 'd3' import Card from 'react-bootstrap/Card' @@ -8,15 +6,15 @@ import Card from 'react-bootstrap/Card' //import Col from 'react-bootstrap/Col' import Spinner from '../../Spinner' -import cachedData from './communitiesNetwork' -//import {formatPct} from '../../Utils/Decorators' -//import {opinionShiftScale as colorScale} from '../../Utils/Colors' +import cachedData from './data' import ForceTree from './ForceTree' +const MOCK_DATA_MODE = true + export default class NetworkGraph extends PureComponent { constructor(props) { super(props) - this.state = {orientation: "td", parsedResponse: null} + this.state = {parsedResponse: null} // orientation: "td", //this.containerRef = createRef() } @@ -57,10 +55,15 @@ export default class NetworkGraph extends PureComponent { componentDidMount() { console.log("DASHBOARD DID MOUNT") - this.fetchData() - //setTimeout(function(){ - // this.setState({parsedResponse: cachedData}) - //}.bind(this), 1000) // let you see the spinner + + if(MOCK_DATA_MODE){ + this.fetchData() + } else { + this.setState({parsedResponse: cachedData}) + //setTimeout(function(){ + // this.setState({parsedResponse: cachedData}) + //}.bind(this), 1000) // let you see the spinner + } } fetchData() { @@ -74,11 +77,11 @@ export default class NetworkGraph extends PureComponent { const nodes = [], links = [] data.forEach(({ size, path }) => { - const levels = path.split('/'), - level = levels.length - 1, - module = level > 0 ? levels[1] : null, - leaf = levels.pop(), - parent = levels.join('/') + const levels = path.split('/') + const level = levels.length - 1 + const module = level > 0 ? levels[1] : null + const leaf = levels.pop() + const parent = levels.join('/') const node = { path, diff --git a/src/_App/BotAnalysis/Networks/communitiesNetwork.js b/src/_App/BotAnalysis/Networks/data.js similarity index 100% rename from src/_App/BotAnalysis/Networks/communitiesNetwork.js rename to src/_App/BotAnalysis/Networks/data.js From d90f7478845ddada0e3a92cd1f530f417f0e154b Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 13:44:06 -0400 Subject: [PATCH 06/24] Combining files, customizing to show real data. starts looking like a single network but after interacting a bit it separates into two networks, showing the polarization. we need that view from the start --- .../Networks/{ForceTree.js => ForceTree1.js} | 0 src/_App/BotAnalysis/Networks/Graph.js | 77 +++++++------ src/_App/BotAnalysis/Networks/Graph1.js | 109 ++++++++++++++++++ 3 files changed, 149 insertions(+), 37 deletions(-) rename src/_App/BotAnalysis/Networks/{ForceTree.js => ForceTree1.js} (100%) create mode 100644 src/_App/BotAnalysis/Networks/Graph1.js diff --git a/src/_App/BotAnalysis/Networks/ForceTree.js b/src/_App/BotAnalysis/Networks/ForceTree1.js similarity index 100% rename from src/_App/BotAnalysis/Networks/ForceTree.js rename to src/_App/BotAnalysis/Networks/ForceTree1.js diff --git a/src/_App/BotAnalysis/Networks/Graph.js b/src/_App/BotAnalysis/Networks/Graph.js index 47b64691..eadf8411 100644 --- a/src/_App/BotAnalysis/Networks/Graph.js +++ b/src/_App/BotAnalysis/Networks/Graph.js @@ -1,21 +1,48 @@ -import React, { PureComponent} from 'react' //createRef, useState, useEffect, useRef -import * as d3 from 'd3' +// adapted from source: https://github.com/vasturiano/react-force-graph/blob/master/example/tree/index.html + +import React, { PureComponent, useEffect, useRef} from 'react' +import { ForceGraph2D } from 'react-force-graph' +import * as d3 from 'd3' import Card from 'react-bootstrap/Card' //import Row from 'react-bootstrap/Row' //import Col from 'react-bootstrap/Col' import Spinner from '../../Spinner' import cachedData from './data' -import ForceTree from './ForceTree' -const MOCK_DATA_MODE = true +const ForceTree = ({ data }) => { + const containerRef = useRef() + useEffect(() => { + // add collision force + //containerRef.current.d3Force('collision', d3.forceCollide(node => Math.sqrt(100 / (node.level + 1)))); + //containerRef.current.d3Force('collision', d3.forceCollide(node => Math.sqrt(node["Rate"]))); + containerRef.current.d3Force('collision', d3.forceCollide(node => Math.sqrt(50))); + }, []) + //console.log("GRAPH DATA", data) + + return Math.sqrt(50)} + nodeLabel="Name" + nodeAutoColorBy="color" + + dagMode="td" + dagLevelDistance={300} + backgroundColor="#101020" + linkColor={() => 'rgba(255,255,255,0.2)'} + nodeRelSize={1} + linkDirectionalParticles={2} + linkDirectionalParticleWidth={2} + d3VelocityDecay={0.3} + /> +} export default class NetworkGraph extends PureComponent { constructor(props) { super(props) this.state = {parsedResponse: null} // orientation: "td", - //this.containerRef = createRef() } render() { @@ -24,29 +51,7 @@ export default class NetworkGraph extends PureComponent { {!this.state.parsedResponse ? : - // 'rgba(255,255,255,0.2)'} - // nodeRelSize={1} - // nodeId="path" - // nodeVal={node => 100 / (node.level + 1)} - // nodeLabel="path" - // nodeAutoColorBy="module" - // linkDirectionalParticles={2} - // linkDirectionalParticleWidth={2} - // d3VelocityDecay={0.3} - ///> - // - // - // - // - // - // } @@ -55,15 +60,10 @@ export default class NetworkGraph extends PureComponent { componentDidMount() { console.log("DASHBOARD DID MOUNT") - - if(MOCK_DATA_MODE){ - this.fetchData() - } else { + this.fetchData() // temporary for dev + setTimeout(function(){ this.setState({parsedResponse: cachedData}) - //setTimeout(function(){ - // this.setState({parsedResponse: cachedData}) - //}.bind(this), 1000) // let you see the spinner - } + }.bind(this), 800) // let you see the spinner } fetchData() { @@ -89,7 +89,8 @@ export default class NetworkGraph extends PureComponent { module, size: +size || 20, level - }; + } + //console.log(node) nodes.push(node) @@ -100,7 +101,9 @@ export default class NetworkGraph extends PureComponent { } }) - this.setState({parsedResponse: {nodes: nodes, links: links}}) + console.log("NODES", nodes) + console.log("LINKS", links) + //this.setState({parsedResponse: {nodes: nodes, links: links}}) }) diff --git a/src/_App/BotAnalysis/Networks/Graph1.js b/src/_App/BotAnalysis/Networks/Graph1.js new file mode 100644 index 00000000..5df510c1 --- /dev/null +++ b/src/_App/BotAnalysis/Networks/Graph1.js @@ -0,0 +1,109 @@ +import React, { PureComponent} from 'react' //createRef, useState, useEffect, useRef +import * as d3 from 'd3' + +import Card from 'react-bootstrap/Card' +//import Row from 'react-bootstrap/Row' +//import Col from 'react-bootstrap/Col' + +import Spinner from '../../Spinner' +import cachedData from './data' +import ForceTree from './ForceTree1' + +const MOCK_DATA_MODE = true + +export default class NetworkGraph extends PureComponent { + constructor(props) { + super(props) + this.state = {parsedResponse: null} // orientation: "td", + //this.containerRef = createRef() + } + + render() { + return ( + + + {!this.state.parsedResponse ? + : + // 'rgba(255,255,255,0.2)'} + // nodeRelSize={1} + // nodeId="path" + // nodeVal={node => 100 / (node.level + 1)} + // nodeLabel="path" + // nodeAutoColorBy="module" + // linkDirectionalParticles={2} + // linkDirectionalParticleWidth={2} + // d3VelocityDecay={0.3} + ///> + // + + // + // + // + // + // + } + + + ) + } + + componentDidMount() { + console.log("DASHBOARD DID MOUNT") + + if(MOCK_DATA_MODE){ + this.fetchData() + } else { + this.setState({parsedResponse: cachedData}) + //setTimeout(function(){ + // this.setState({parsedResponse: cachedData}) + //}.bind(this), 1000) // let you see the spinner + } + } + + fetchData() { + // https://github.com/vasturiano/react-force-graph/blob/master/example/tree/index.html + const requestUrl = "https://raw.githubusercontent.com/vasturiano/react-force-graph/master/example/datasets/d3-dependencies.csv" + console.log("REQUEST URL:", requestUrl) + fetch(requestUrl) + .then(r => r.text()) + .then(d3.csvParse) + .then(data => { + const nodes = [], links = [] + + data.forEach(({ size, path }) => { + const levels = path.split('/') + const level = levels.length - 1 + const module = level > 0 ? levels[1] : null + const leaf = levels.pop() + const parent = levels.join('/') + + const node = { + path, + leaf, + module, + size: +size || 20, + level + }; + + nodes.push(node) + + if (parent) { + links.push({source: parent, target: path, + //targetNode: node + }) + } + }) + + this.setState({parsedResponse: {nodes: nodes, links: links}}) + + }) + + } + +} From 94a165d5027ce6f5a55a2c83bc47a75bf84e8491 Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 15:30:21 -0400 Subject: [PATCH 07/24] Networks are untagled after removing the dagmode param; getting closer but now they are drifting off screen --- src/_App/BotAnalysis/Networks/Graph.js | 40 +++++++-- src/_App/BotAnalysis/Networks/Graph2.js | 112 ++++++++++++++++++++++++ 2 files changed, 143 insertions(+), 9 deletions(-) create mode 100644 src/_App/BotAnalysis/Networks/Graph2.js diff --git a/src/_App/BotAnalysis/Networks/Graph.js b/src/_App/BotAnalysis/Networks/Graph.js index eadf8411..8f46e102 100644 --- a/src/_App/BotAnalysis/Networks/Graph.js +++ b/src/_App/BotAnalysis/Networks/Graph.js @@ -1,5 +1,6 @@ // adapted from source: https://github.com/vasturiano/react-force-graph/blob/master/example/tree/index.html +// https://github.com/vasturiano/react-force-graph#data-input import React, { PureComponent, useEffect, useRef} from 'react' import { ForceGraph2D } from 'react-force-graph' @@ -12,6 +13,26 @@ import Spinner from '../../Spinner' import cachedData from './data' const ForceTree = ({ data }) => { + + data["nodes"] = data["nodes"].map(function(node){ + return { + "id": node["id"], // NODE ID + "mean_opinion": node["opinion"], + "status_count": node["Rate"], + "color": node["color"], + //"x": node["xcoord"], + //"y": node["ycoord"], + } + }) + + data["links"] = data["links"].map(function(link){ + return { + "source": link["source"], // SOURCE NODE ID + "target": link["target"], // TARGET NODE ID + //"weight": link["weight"], + } + }) + const containerRef = useRef() useEffect(() => { // add collision force @@ -21,18 +42,18 @@ const ForceTree = ({ data }) => { }, []) //console.log("GRAPH DATA", data) - return Math.sqrt(50)} nodeLabel="Name" nodeAutoColorBy="color" + nodeRelSize={1} - dagMode="td" - dagLevelDistance={300} - backgroundColor="#101020" + //dagMode="td" + //dagLevelDistance={300} linkColor={() => 'rgba(255,255,255,0.2)'} - nodeRelSize={1} linkDirectionalParticles={2} linkDirectionalParticleWidth={2} d3VelocityDecay={0.3} @@ -60,10 +81,11 @@ export default class NetworkGraph extends PureComponent { componentDidMount() { console.log("DASHBOARD DID MOUNT") - this.fetchData() // temporary for dev - setTimeout(function(){ - this.setState({parsedResponse: cachedData}) - }.bind(this), 800) // let you see the spinner + //this.fetchData() // temporary for dev + //setTimeout(function(){ + // this.setState({parsedResponse: cachedData}) + //}.bind(this), 800) // let you see the spinner + this.setState({parsedResponse: cachedData}) } fetchData() { diff --git a/src/_App/BotAnalysis/Networks/Graph2.js b/src/_App/BotAnalysis/Networks/Graph2.js new file mode 100644 index 00000000..eadf8411 --- /dev/null +++ b/src/_App/BotAnalysis/Networks/Graph2.js @@ -0,0 +1,112 @@ + +// adapted from source: https://github.com/vasturiano/react-force-graph/blob/master/example/tree/index.html + +import React, { PureComponent, useEffect, useRef} from 'react' +import { ForceGraph2D } from 'react-force-graph' +import * as d3 from 'd3' +import Card from 'react-bootstrap/Card' +//import Row from 'react-bootstrap/Row' +//import Col from 'react-bootstrap/Col' + +import Spinner from '../../Spinner' +import cachedData from './data' + +const ForceTree = ({ data }) => { + const containerRef = useRef() + useEffect(() => { + // add collision force + //containerRef.current.d3Force('collision', d3.forceCollide(node => Math.sqrt(100 / (node.level + 1)))); + //containerRef.current.d3Force('collision', d3.forceCollide(node => Math.sqrt(node["Rate"]))); + containerRef.current.d3Force('collision', d3.forceCollide(node => Math.sqrt(50))); + }, []) + //console.log("GRAPH DATA", data) + + return Math.sqrt(50)} + nodeLabel="Name" + nodeAutoColorBy="color" + + dagMode="td" + dagLevelDistance={300} + backgroundColor="#101020" + linkColor={() => 'rgba(255,255,255,0.2)'} + nodeRelSize={1} + linkDirectionalParticles={2} + linkDirectionalParticleWidth={2} + d3VelocityDecay={0.3} + /> +} + +export default class NetworkGraph extends PureComponent { + constructor(props) { + super(props) + this.state = {parsedResponse: null} // orientation: "td", + } + + render() { + return ( + + + {!this.state.parsedResponse ? + : + + } + + + ) + } + + componentDidMount() { + console.log("DASHBOARD DID MOUNT") + this.fetchData() // temporary for dev + setTimeout(function(){ + this.setState({parsedResponse: cachedData}) + }.bind(this), 800) // let you see the spinner + } + + fetchData() { + // https://github.com/vasturiano/react-force-graph/blob/master/example/tree/index.html + const requestUrl = "https://raw.githubusercontent.com/vasturiano/react-force-graph/master/example/datasets/d3-dependencies.csv" + console.log("REQUEST URL:", requestUrl) + fetch(requestUrl) + .then(r => r.text()) + .then(d3.csvParse) + .then(data => { + const nodes = [], links = [] + + data.forEach(({ size, path }) => { + const levels = path.split('/') + const level = levels.length - 1 + const module = level > 0 ? levels[1] : null + const leaf = levels.pop() + const parent = levels.join('/') + + const node = { + path, + leaf, + module, + size: +size || 20, + level + } + //console.log(node) + + nodes.push(node) + + if (parent) { + links.push({source: parent, target: path, + //targetNode: node + }) + } + }) + + console.log("NODES", nodes) + console.log("LINKS", links) + //this.setState({parsedResponse: {nodes: nodes, links: links}}) + + }) + + } + +} From f4f23f2f9d12ca62c5ea9a1af5c50edb5464dc2c Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 15:41:30 -0400 Subject: [PATCH 08/24] Label with handles --- src/_App/BotAnalysis/Networks/Graph.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/_App/BotAnalysis/Networks/Graph.js b/src/_App/BotAnalysis/Networks/Graph.js index 8f46e102..b6292aaa 100644 --- a/src/_App/BotAnalysis/Networks/Graph.js +++ b/src/_App/BotAnalysis/Networks/Graph.js @@ -19,7 +19,7 @@ const ForceTree = ({ data }) => { "id": node["id"], // NODE ID "mean_opinion": node["opinion"], "status_count": node["Rate"], - "color": node["color"], + "color": node["color"], // NODE COLOR //"x": node["xcoord"], //"y": node["ycoord"], } @@ -43,12 +43,11 @@ const ForceTree = ({ data }) => { //console.log("GRAPH DATA", data) return Math.sqrt(50)} - nodeLabel="Name" - nodeAutoColorBy="color" + nodeVal="status_count" + nodeLabel={(node) => `@${node["id"]}`} nodeRelSize={1} //dagMode="td" From 1c1190da66b864498a2136ba43db3c186343eeb0 Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 16:01:07 -0400 Subject: [PATCH 09/24] Let me see these on the same page while prototyping --- src/_App/BotAnalysis/Networks/Section.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/_App/BotAnalysis/Networks/Section.js b/src/_App/BotAnalysis/Networks/Section.js index 75c808b9..0878aa76 100644 --- a/src/_App/BotAnalysis/Networks/Section.js +++ b/src/_App/BotAnalysis/Networks/Section.js @@ -7,6 +7,7 @@ import Card from 'react-bootstrap/Card' //import Table from 'react-bootstrap/Table' import NetworkGraph from "./Graph" +import TreeGraph from "./Graph1" export default function BotNetworks() { return ( @@ -15,7 +16,15 @@ export default function BotNetworks() {

Bot Networks

+ + Bot Community Networks: + + + + Prototype tree graph structure with levels: + +
From c8f8c98da8544361e0344f895b3c8d3778c80a52 Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 16:03:39 -0400 Subject: [PATCH 10/24] Let's see if we can get the top-down direction to stick --- src/_App/BotAnalysis/Networks/Graph2.js | 45 ++++++++++++++----- .../Networks/{Graph.js => Graph3.js} | 0 src/_App/BotAnalysis/Networks/Section.js | 8 +++- 3 files changed, 40 insertions(+), 13 deletions(-) rename src/_App/BotAnalysis/Networks/{Graph.js => Graph3.js} (100%) diff --git a/src/_App/BotAnalysis/Networks/Graph2.js b/src/_App/BotAnalysis/Networks/Graph2.js index eadf8411..b6292aaa 100644 --- a/src/_App/BotAnalysis/Networks/Graph2.js +++ b/src/_App/BotAnalysis/Networks/Graph2.js @@ -1,5 +1,6 @@ // adapted from source: https://github.com/vasturiano/react-force-graph/blob/master/example/tree/index.html +// https://github.com/vasturiano/react-force-graph#data-input import React, { PureComponent, useEffect, useRef} from 'react' import { ForceGraph2D } from 'react-force-graph' @@ -12,6 +13,26 @@ import Spinner from '../../Spinner' import cachedData from './data' const ForceTree = ({ data }) => { + + data["nodes"] = data["nodes"].map(function(node){ + return { + "id": node["id"], // NODE ID + "mean_opinion": node["opinion"], + "status_count": node["Rate"], + "color": node["color"], // NODE COLOR + //"x": node["xcoord"], + //"y": node["ycoord"], + } + }) + + data["links"] = data["links"].map(function(link){ + return { + "source": link["source"], // SOURCE NODE ID + "target": link["target"], // TARGET NODE ID + //"weight": link["weight"], + } + }) + const containerRef = useRef() useEffect(() => { // add collision force @@ -21,18 +42,17 @@ const ForceTree = ({ data }) => { }, []) //console.log("GRAPH DATA", data) - return Math.sqrt(50)} - nodeLabel="Name" - nodeAutoColorBy="color" + nodeVal="status_count" + nodeLabel={(node) => `@${node["id"]}`} + nodeRelSize={1} - dagMode="td" - dagLevelDistance={300} - backgroundColor="#101020" + //dagMode="td" + //dagLevelDistance={300} linkColor={() => 'rgba(255,255,255,0.2)'} - nodeRelSize={1} linkDirectionalParticles={2} linkDirectionalParticleWidth={2} d3VelocityDecay={0.3} @@ -60,10 +80,11 @@ export default class NetworkGraph extends PureComponent { componentDidMount() { console.log("DASHBOARD DID MOUNT") - this.fetchData() // temporary for dev - setTimeout(function(){ - this.setState({parsedResponse: cachedData}) - }.bind(this), 800) // let you see the spinner + //this.fetchData() // temporary for dev + //setTimeout(function(){ + // this.setState({parsedResponse: cachedData}) + //}.bind(this), 800) // let you see the spinner + this.setState({parsedResponse: cachedData}) } fetchData() { diff --git a/src/_App/BotAnalysis/Networks/Graph.js b/src/_App/BotAnalysis/Networks/Graph3.js similarity index 100% rename from src/_App/BotAnalysis/Networks/Graph.js rename to src/_App/BotAnalysis/Networks/Graph3.js diff --git a/src/_App/BotAnalysis/Networks/Section.js b/src/_App/BotAnalysis/Networks/Section.js index 0878aa76..68862def 100644 --- a/src/_App/BotAnalysis/Networks/Section.js +++ b/src/_App/BotAnalysis/Networks/Section.js @@ -6,8 +6,9 @@ import Container from 'react-bootstrap/Container' import Card from 'react-bootstrap/Card' //import Table from 'react-bootstrap/Table' -import NetworkGraph from "./Graph" import TreeGraph from "./Graph1" +import NetworkGraph from "./Graph2" +import NewGraph from "./Graph3" export default function BotNetworks() { return ( @@ -16,6 +17,11 @@ export default function BotNetworks() {

Bot Networks

+ + Bot Community Networks (tree view): + + + Bot Community Networks: From ffe2f3540b418fc8b84ee2e5d7053d6938e3e25f Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 16:14:06 -0400 Subject: [PATCH 11/24] This is good enough to show for a prototype. need different data for a tree view --- src/_App/BotAnalysis/Networks/Graph2.js | 4 +- src/_App/BotAnalysis/Networks/Graph3.js | 133 ----------------------- src/_App/BotAnalysis/Networks/Section.js | 7 +- 3 files changed, 3 insertions(+), 141 deletions(-) delete mode 100644 src/_App/BotAnalysis/Networks/Graph3.js diff --git a/src/_App/BotAnalysis/Networks/Graph2.js b/src/_App/BotAnalysis/Networks/Graph2.js index b6292aaa..3e91e79b 100644 --- a/src/_App/BotAnalysis/Networks/Graph2.js +++ b/src/_App/BotAnalysis/Networks/Graph2.js @@ -48,11 +48,11 @@ const ForceTree = ({ data }) => { nodeId="id" nodeVal="status_count" nodeLabel={(node) => `@${node["id"]}`} - nodeRelSize={1} + nodeRelSize={2} //dagMode="td" //dagLevelDistance={300} - linkColor={() => 'rgba(255,255,255,0.2)'} + linkColor={() => 'rgba(255,255,255,0.2)'} // todo: source opinion color linkDirectionalParticles={2} linkDirectionalParticleWidth={2} d3VelocityDecay={0.3} diff --git a/src/_App/BotAnalysis/Networks/Graph3.js b/src/_App/BotAnalysis/Networks/Graph3.js deleted file mode 100644 index b6292aaa..00000000 --- a/src/_App/BotAnalysis/Networks/Graph3.js +++ /dev/null @@ -1,133 +0,0 @@ - -// adapted from source: https://github.com/vasturiano/react-force-graph/blob/master/example/tree/index.html -// https://github.com/vasturiano/react-force-graph#data-input - -import React, { PureComponent, useEffect, useRef} from 'react' -import { ForceGraph2D } from 'react-force-graph' -import * as d3 from 'd3' -import Card from 'react-bootstrap/Card' -//import Row from 'react-bootstrap/Row' -//import Col from 'react-bootstrap/Col' - -import Spinner from '../../Spinner' -import cachedData from './data' - -const ForceTree = ({ data }) => { - - data["nodes"] = data["nodes"].map(function(node){ - return { - "id": node["id"], // NODE ID - "mean_opinion": node["opinion"], - "status_count": node["Rate"], - "color": node["color"], // NODE COLOR - //"x": node["xcoord"], - //"y": node["ycoord"], - } - }) - - data["links"] = data["links"].map(function(link){ - return { - "source": link["source"], // SOURCE NODE ID - "target": link["target"], // TARGET NODE ID - //"weight": link["weight"], - } - }) - - const containerRef = useRef() - useEffect(() => { - // add collision force - //containerRef.current.d3Force('collision', d3.forceCollide(node => Math.sqrt(100 / (node.level + 1)))); - //containerRef.current.d3Force('collision', d3.forceCollide(node => Math.sqrt(node["Rate"]))); - containerRef.current.d3Force('collision', d3.forceCollide(node => Math.sqrt(50))); - }, []) - //console.log("GRAPH DATA", data) - - return `@${node["id"]}`} - nodeRelSize={1} - - //dagMode="td" - //dagLevelDistance={300} - linkColor={() => 'rgba(255,255,255,0.2)'} - linkDirectionalParticles={2} - linkDirectionalParticleWidth={2} - d3VelocityDecay={0.3} - /> -} - -export default class NetworkGraph extends PureComponent { - constructor(props) { - super(props) - this.state = {parsedResponse: null} // orientation: "td", - } - - render() { - return ( - - - {!this.state.parsedResponse ? - : - - } - - - ) - } - - componentDidMount() { - console.log("DASHBOARD DID MOUNT") - //this.fetchData() // temporary for dev - //setTimeout(function(){ - // this.setState({parsedResponse: cachedData}) - //}.bind(this), 800) // let you see the spinner - this.setState({parsedResponse: cachedData}) - } - - fetchData() { - // https://github.com/vasturiano/react-force-graph/blob/master/example/tree/index.html - const requestUrl = "https://raw.githubusercontent.com/vasturiano/react-force-graph/master/example/datasets/d3-dependencies.csv" - console.log("REQUEST URL:", requestUrl) - fetch(requestUrl) - .then(r => r.text()) - .then(d3.csvParse) - .then(data => { - const nodes = [], links = [] - - data.forEach(({ size, path }) => { - const levels = path.split('/') - const level = levels.length - 1 - const module = level > 0 ? levels[1] : null - const leaf = levels.pop() - const parent = levels.join('/') - - const node = { - path, - leaf, - module, - size: +size || 20, - level - } - //console.log(node) - - nodes.push(node) - - if (parent) { - links.push({source: parent, target: path, - //targetNode: node - }) - } - }) - - console.log("NODES", nodes) - console.log("LINKS", links) - //this.setState({parsedResponse: {nodes: nodes, links: links}}) - - }) - - } - -} diff --git a/src/_App/BotAnalysis/Networks/Section.js b/src/_App/BotAnalysis/Networks/Section.js index 68862def..61b170e9 100644 --- a/src/_App/BotAnalysis/Networks/Section.js +++ b/src/_App/BotAnalysis/Networks/Section.js @@ -8,7 +8,7 @@ import Card from 'react-bootstrap/Card' import TreeGraph from "./Graph1" import NetworkGraph from "./Graph2" -import NewGraph from "./Graph3" +//import NewGraph from "./Graph3" export default function BotNetworks() { return ( @@ -17,11 +17,6 @@ export default function BotNetworks() {

Bot Networks

- - Bot Community Networks (tree view): - - - Bot Community Networks: From 0e1aa64be046f892f770d0f5aa840339312b57c0 Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 16:32:29 -0400 Subject: [PATCH 12/24] Explain what this is --- src/_App/BotAnalysis/Networks/Section.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_App/BotAnalysis/Networks/Section.js b/src/_App/BotAnalysis/Networks/Section.js index 61b170e9..1d5dca5b 100644 --- a/src/_App/BotAnalysis/Networks/Section.js +++ b/src/_App/BotAnalysis/Networks/Section.js @@ -23,7 +23,7 @@ export default function BotNetworks() { - Prototype tree graph structure with levels: + Prototype tree graph (for a uni-directional network with discrete "levels"):
From 5d19ca90f27619bd97f444c7723dd30696aee727 Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 16:47:03 -0400 Subject: [PATCH 13/24] Hide the prototype --- src/_App/BotAnalysis/Networks/Section.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/_App/BotAnalysis/Networks/Section.js b/src/_App/BotAnalysis/Networks/Section.js index 1d5dca5b..a445411f 100644 --- a/src/_App/BotAnalysis/Networks/Section.js +++ b/src/_App/BotAnalysis/Networks/Section.js @@ -6,7 +6,7 @@ import Container from 'react-bootstrap/Container' import Card from 'react-bootstrap/Card' //import Table from 'react-bootstrap/Table' -import TreeGraph from "./Graph1" +//import TreeGraph from "./Graph1" import NetworkGraph from "./Graph2" //import NewGraph from "./Graph3" @@ -22,10 +22,13 @@ export default function BotNetworks() { + {/* Prototype tree graph (for a uni-directional network with discrete "levels"): + + */}
From 202805424758c129f4577a14a605a3ab6214bf39 Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 16:57:09 -0400 Subject: [PATCH 14/24] Why are the nodes so large on staging but not local --- src/_App/BotAnalysis/Networks/Graph2.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/_App/BotAnalysis/Networks/Graph2.js b/src/_App/BotAnalysis/Networks/Graph2.js index 3e91e79b..d41fbb7b 100644 --- a/src/_App/BotAnalysis/Networks/Graph2.js +++ b/src/_App/BotAnalysis/Networks/Graph2.js @@ -46,9 +46,11 @@ const ForceTree = ({ data }) => { graphData={data} nodeId="id" - nodeVal="status_count" + //nodeVal="status_count" + //nodeVal={node => Math.sqrt(node["status_count"])} + nodeVal={5} nodeLabel={(node) => `@${node["id"]}`} - nodeRelSize={2} + nodeRelSize={1} //dagMode="td" //dagLevelDistance={300} From 05809e7a6144e67bfc5ff7a00b5c8520cc9f41a9 Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 17:06:54 -0400 Subject: [PATCH 15/24] More decay prevents nodes from flying away --- src/_App/BotAnalysis/Networks/Graph2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_App/BotAnalysis/Networks/Graph2.js b/src/_App/BotAnalysis/Networks/Graph2.js index d41fbb7b..857619c9 100644 --- a/src/_App/BotAnalysis/Networks/Graph2.js +++ b/src/_App/BotAnalysis/Networks/Graph2.js @@ -57,7 +57,7 @@ const ForceTree = ({ data }) => { linkColor={() => 'rgba(255,255,255,0.2)'} // todo: source opinion color linkDirectionalParticles={2} linkDirectionalParticleWidth={2} - d3VelocityDecay={0.3} + d3VelocityDecay={0.6} // lower numbers push the nodes farther and faster from eachother (keep large to prevent red bots from flying off screen) /> } From a2f00797b05664f5d42feb8a767d3c5dd601cb3d Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 17:11:18 -0400 Subject: [PATCH 16/24] Narration --- src/_App/BotAnalysis/Networks/Section.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_App/BotAnalysis/Networks/Section.js b/src/_App/BotAnalysis/Networks/Section.js index a445411f..37500857 100644 --- a/src/_App/BotAnalysis/Networks/Section.js +++ b/src/_App/BotAnalysis/Networks/Section.js @@ -18,7 +18,7 @@ export default function BotNetworks() {

Bot Networks

- Bot Community Networks: + The chart below shows the interconnections between bots in each community. From d2e6436daf98ac2adff4a2567e228c5fd3626408 Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 17:37:47 -0400 Subject: [PATCH 17/24] Node click to view opinion dashboard --- src/_App/BotAnalysis/Networks/Graph2.js | 7 +++++++ src/_App/BotAnalysis/Networks/Section.js | 5 ++++- src/_App/BotAnalysis/Page.js | 2 ++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/_App/BotAnalysis/Networks/Graph2.js b/src/_App/BotAnalysis/Networks/Graph2.js index 857619c9..5043c878 100644 --- a/src/_App/BotAnalysis/Networks/Graph2.js +++ b/src/_App/BotAnalysis/Networks/Graph2.js @@ -12,6 +12,12 @@ import Card from 'react-bootstrap/Card' import Spinner from '../../Spinner' import cachedData from './data' +function nodeClickHandler(node, event){ + console.log("YOU CLICKED", node["id"]) + //window.open(`https://twitter.com/${node["id"]}`, '_blank') + window.open(`/user-opinions?sn=${node["id"]}`, '_blank') +} + const ForceTree = ({ data }) => { data["nodes"] = data["nodes"].map(function(node){ @@ -51,6 +57,7 @@ const ForceTree = ({ data }) => { nodeVal={5} nodeLabel={(node) => `@${node["id"]}`} nodeRelSize={1} + onNodeClick={nodeClickHandler} //dagMode="td" //dagLevelDistance={300} diff --git a/src/_App/BotAnalysis/Networks/Section.js b/src/_App/BotAnalysis/Networks/Section.js index 37500857..76fe9aa6 100644 --- a/src/_App/BotAnalysis/Networks/Section.js +++ b/src/_App/BotAnalysis/Networks/Section.js @@ -18,8 +18,11 @@ export default function BotNetworks() {

Bot Networks

- The chart below shows the interconnections between bots in each community. + The chart below shows the interconnections between bots in each community. + {" "} Click any circle to view that bot's Impeachment Opinions in a new window. + + {/* diff --git a/src/_App/BotAnalysis/Page.js b/src/_App/BotAnalysis/Page.js index 700600b0..b8780f53 100644 --- a/src/_App/BotAnalysis/Page.js +++ b/src/_App/BotAnalysis/Page.js @@ -6,6 +6,7 @@ import ActivitySection from './Activity/Section' import BeneficiariesSection from './Beneficiaries/Section' import LanguageSection from './Language/Section' import ImpactSection from './Impact/Section' +import NetworksSection from './Networks/Section' import CommunitiesSection from './Communities/Section' import ClassificationSection from './Classification/Section' @@ -15,6 +16,7 @@ export default function BotAnalysisPage() { + From f4721bb2d318f76ee1e71a96eb8980e240e68970 Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 17:45:57 -0400 Subject: [PATCH 18/24] Event tracking --- src/_App/BotAnalysis/Networks/Graph2.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/_App/BotAnalysis/Networks/Graph2.js b/src/_App/BotAnalysis/Networks/Graph2.js index 5043c878..90efe2bd 100644 --- a/src/_App/BotAnalysis/Networks/Graph2.js +++ b/src/_App/BotAnalysis/Networks/Graph2.js @@ -8,12 +8,14 @@ import * as d3 from 'd3' import Card from 'react-bootstrap/Card' //import Row from 'react-bootstrap/Row' //import Col from 'react-bootstrap/Col' +import ReactGA from 'react-ga' import Spinner from '../../Spinner' import cachedData from './data' function nodeClickHandler(node, event){ console.log("YOU CLICKED", node["id"]) + ReactGA.event({category: "Bot Networks", action: "Click Node", label: node["id"]}) //window.open(`https://twitter.com/${node["id"]}`, '_blank') window.open(`/user-opinions?sn=${node["id"]}`, '_blank') } From ba1cdcc6dcce4596b47ecd7ff34e28bfe3343375 Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 17:53:13 -0400 Subject: [PATCH 19/24] Copy edit --- src/_App/BotAnalysis/Networks/Section.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_App/BotAnalysis/Networks/Section.js b/src/_App/BotAnalysis/Networks/Section.js index 76fe9aa6..21dd9874 100644 --- a/src/_App/BotAnalysis/Networks/Section.js +++ b/src/_App/BotAnalysis/Networks/Section.js @@ -19,7 +19,7 @@ export default function BotNetworks() { The chart below shows the interconnections between bots in each community. - {" "} Click any circle to view that bot's Impeachment Opinions in a new window. + {" "} Click any bot to view their Impeachment Opinions in a new window. From 3fcbbdd62b9271db180a6e44ecdf4fd17b514bfd Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 20:05:05 -0400 Subject: [PATCH 20/24] Test update svg width on window resize --- src/_App/BotAnalysis/Networks/Section.js | 15 ++++- src/_App/BotAnalysis/Networks/TestGraph.js | 70 ++++++++++++++++++++++ 2 files changed, 83 insertions(+), 2 deletions(-) create mode 100644 src/_App/BotAnalysis/Networks/TestGraph.js diff --git a/src/_App/BotAnalysis/Networks/Section.js b/src/_App/BotAnalysis/Networks/Section.js index 21dd9874..2615baec 100644 --- a/src/_App/BotAnalysis/Networks/Section.js +++ b/src/_App/BotAnalysis/Networks/Section.js @@ -7,8 +7,8 @@ import Card from 'react-bootstrap/Card' //import Table from 'react-bootstrap/Table' //import TreeGraph from "./Graph1" -import NetworkGraph from "./Graph2" -//import NewGraph from "./Graph3" +//import NetworkGraph from "./Graph2" +import TestGraph from "./TestGraph" export default function BotNetworks() { return ( @@ -23,8 +23,19 @@ export default function BotNetworks() { + + + {/* + */} + + + + + + + {/* Prototype tree graph (for a uni-directional network with discrete "levels"): diff --git a/src/_App/BotAnalysis/Networks/TestGraph.js b/src/_App/BotAnalysis/Networks/TestGraph.js new file mode 100644 index 00000000..4c613c23 --- /dev/null +++ b/src/_App/BotAnalysis/Networks/TestGraph.js @@ -0,0 +1,70 @@ + + + + + +import React, { PureComponent, createRef} from 'react' //createRef, useState, useEffect, useRef +//import * as d3 from 'd3' + +import Card from 'react-bootstrap/Card' +//import Row from 'react-bootstrap/Row' +//import Col from 'react-bootstrap/Col' + +import Spinner from '../../Spinner' + +function MyGraph(props){ + var height = props.height || 500 + var width = props.width || 900 + //var data = props.data + return +

Height: {height} Width: {width}

+ +
+} + +export default class NetworkGraph extends PureComponent { + constructor(props) { + super(props) + this.state = {parsedResponse: null, windowSize:""} + this.containerRef = createRef() + this.handleResize = this.handleResize.bind(this) + } + + render() { + return ( + + + {!this.state.parsedResponse ? + : + +
+ +
+ } +
+
+ ) + } + + componentDidMount(){ + console.log("COMPONENT DID MOUNT") + window.addEventListener("resize", this.handleResize) + this.setState({parsedResponse:"abc123"}) + } + + componentWillUnmount() { + console.log("COMPONENT WILL UNMOUNT") + window.removeEventListener("resize", this.handleResize); + } + + handleResize(event){ + const windowSize = window.innerWidth // todo:use container ref instead + console.log("RESIZED THE WINDOW!!", windowSize) + this.setState({windowSize: windowSize}) + } + + componentDidUpdate(){ + //console.log("COMPONENT DID UPDATE") + } + +} From b797fd4e70f38246ac5458a86025820ba502cd81 Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 20:08:33 -0400 Subject: [PATCH 21/24] Yup --- src/_App/BotAnalysis/Networks/TestGraph.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/_App/BotAnalysis/Networks/TestGraph.js b/src/_App/BotAnalysis/Networks/TestGraph.js index 4c613c23..8a7d6624 100644 --- a/src/_App/BotAnalysis/Networks/TestGraph.js +++ b/src/_App/BotAnalysis/Networks/TestGraph.js @@ -14,7 +14,7 @@ import Spinner from '../../Spinner' function MyGraph(props){ var height = props.height || 500 - var width = props.width || 900 + var width = props.width || window.innerWidth * 0.75 // todo:use container ref instead //var data = props.data return

Height: {height} Width: {width}

@@ -25,7 +25,7 @@ function MyGraph(props){ export default class NetworkGraph extends PureComponent { constructor(props) { super(props) - this.state = {parsedResponse: null, windowSize:""} + this.state = {parsedResponse: null, width: null} this.containerRef = createRef() this.handleResize = this.handleResize.bind(this) } @@ -38,7 +38,7 @@ export default class NetworkGraph extends PureComponent { :
- +
} @@ -58,9 +58,9 @@ export default class NetworkGraph extends PureComponent { } handleResize(event){ - const windowSize = window.innerWidth // todo:use container ref instead - console.log("RESIZED THE WINDOW!!", windowSize) - this.setState({windowSize: windowSize}) + const width = window.innerWidth * 0.75 // todo:use container ref instead + console.log("RESIZED THE WINDOW!!", width) + this.setState({width: width}) } componentDidUpdate(){ From 12ebcf53c2eeb8ca831c7fe3940fa4a0af3f9c6c Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 20:19:52 -0400 Subject: [PATCH 22/24] Update child width based on container width --- src/_App/BotAnalysis/Networks/TestGraph.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/_App/BotAnalysis/Networks/TestGraph.js b/src/_App/BotAnalysis/Networks/TestGraph.js index 8a7d6624..ca6a528a 100644 --- a/src/_App/BotAnalysis/Networks/TestGraph.js +++ b/src/_App/BotAnalysis/Networks/TestGraph.js @@ -14,8 +14,8 @@ import Spinner from '../../Spinner' function MyGraph(props){ var height = props.height || 500 - var width = props.width || window.innerWidth * 0.75 // todo:use container ref instead - //var data = props.data + var width = props.width || 300 // todo: use container ref instead + return

Height: {height} Width: {width}

@@ -49,7 +49,10 @@ export default class NetworkGraph extends PureComponent { componentDidMount(){ console.log("COMPONENT DID MOUNT") window.addEventListener("resize", this.handleResize) - this.setState({parsedResponse:"abc123"}) + //const width = this.containerRef.current.clientWidth + this.setState({parsedResponse:"abc123", + //width: width + }) } componentWillUnmount() { @@ -58,7 +61,8 @@ export default class NetworkGraph extends PureComponent { } handleResize(event){ - const width = window.innerWidth * 0.75 // todo:use container ref instead + const width = this.containerRef.current.clientWidth // window.innerWidth * 0.75 + //const width = this.containerRef.current.width console.log("RESIZED THE WINDOW!!", width) this.setState({width: width}) } From b3be446f0c316140f49458d463b8471976f68ed8 Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 30 Oct 2020 20:23:54 -0400 Subject: [PATCH 23/24] Better default graph size --- src/_App/BotAnalysis/Networks/TestGraph.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/_App/BotAnalysis/Networks/TestGraph.js b/src/_App/BotAnalysis/Networks/TestGraph.js index ca6a528a..082c29d6 100644 --- a/src/_App/BotAnalysis/Networks/TestGraph.js +++ b/src/_App/BotAnalysis/Networks/TestGraph.js @@ -49,10 +49,9 @@ export default class NetworkGraph extends PureComponent { componentDidMount(){ console.log("COMPONENT DID MOUNT") window.addEventListener("resize", this.handleResize) - //const width = this.containerRef.current.clientWidth - this.setState({parsedResponse:"abc123", - //width: width - }) + //const width = this.containerRef.current.clientWidth // containerRef is null here + const width = window.innerWidth * 0.74 + this.setState({parsedResponse:"abc123", width: width}) } componentWillUnmount() { From 6c5d47fffd5ecfb8811d8cc09a9e422c7ad120c6 Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Mon, 2 Nov 2020 10:49:53 -0500 Subject: [PATCH 24/24] Re-render graph on window-resize, updates width properly but for some reason red and blue colors are lost after the re-render --- src/_App/BotAnalysis/Networks/Graph.js | 137 +++++++++++++++++++++++ src/_App/BotAnalysis/Networks/Section.js | 15 +-- 2 files changed, 139 insertions(+), 13 deletions(-) create mode 100644 src/_App/BotAnalysis/Networks/Graph.js diff --git a/src/_App/BotAnalysis/Networks/Graph.js b/src/_App/BotAnalysis/Networks/Graph.js new file mode 100644 index 00000000..a77fe22c --- /dev/null +++ b/src/_App/BotAnalysis/Networks/Graph.js @@ -0,0 +1,137 @@ + +// adapted from source: https://github.com/vasturiano/react-force-graph/blob/master/example/tree/index.html +// https://github.com/vasturiano/react-force-graph#data-input + +import React, { PureComponent, createRef, useEffect, useRef} from 'react' +import { ForceGraph2D } from 'react-force-graph' +import * as d3 from 'd3' +import Card from 'react-bootstrap/Card' +//import Row from 'react-bootstrap/Row' +//import Col from 'react-bootstrap/Col' +import ReactGA from 'react-ga' + +import Spinner from '../../Spinner' +import cachedData from './data' + +//function MyGraph(props){ +// var height = props.height || 500 +// var width = props.width || 300 // todo: use container ref instead +// +// return +//

Height: {height} Width: {width}

+// +//
+//} + +function nodeClickHandler(node, event){ + console.log("YOU CLICKED", node["id"]) + ReactGA.event({category: "Bot Networks", action: "Click Node", label: node["id"]}) + //window.open(`https://twitter.com/${node["id"]}`, '_blank') + window.open(`/user-opinions?sn=${node["id"]}`, '_blank') +} + +function MyGraph(props){ + var height = props.height || 500 + var width = props.width || 300 // todo: use container ref instead + var data = props.data + + data["nodes"] = data["nodes"].map(function(node){ + return { + "id": node["id"], // NODE ID + "mean_opinion": node["opinion"], + "status_count": node["Rate"], + "color": node["color"], // NODE COLOR + //"x": node["xcoord"], + //"y": node["ycoord"], + } + }) + + data["links"] = data["links"].map(function(link){ + return { + "source": link["source"], // SOURCE NODE ID + "target": link["target"], // TARGET NODE ID + //"weight": link["weight"], + } + }) + + //console.log("GRAPH DATA", data) + + const containerRef = useRef() + useEffect(() => { + // add collision force + //containerRef.current.d3Force('collision', d3.forceCollide(node => Math.sqrt(100 / (node.level + 1)))); + //containerRef.current.d3Force('collision', d3.forceCollide(node => Math.sqrt(node["Rate"]))); + containerRef.current.d3Force('collision', d3.forceCollide(node => Math.sqrt(50))); + }, []) + + return Math.sqrt(node["status_count"])} + nodeVal={5} + nodeLabel={(node) => `@${node["id"]}`} + nodeRelSize={1} + onNodeClick={nodeClickHandler} + + //dagMode="td" + //dagLevelDistance={300} + linkColor={() => 'rgba(255,255,255,0.2)'} // todo: source opinion color + linkDirectionalParticles={2} + linkDirectionalParticleWidth={2} + d3VelocityDecay={0.6} // lower numbers push the nodes farther and faster from eachother (keep large to prevent red bots from flying off screen) + /> +} + +export default class NetworkGraph extends PureComponent { + constructor(props) { + super(props) + this.state = {parsedResponse: null, width: null} + this.containerRef = createRef() + this.handleResize = this.handleResize.bind(this) + } + + render() { + return ( + + + {!this.state.parsedResponse ? + : + +
+ +
+ } +
+
+ ) + } + + componentDidMount(){ + console.log("COMPONENT DID MOUNT") + window.addEventListener("resize", this.handleResize) + //const width = this.containerRef.current.clientWidth // containerRef is null here + const width = window.innerWidth * 0.74 + this.setState({parsedResponse:cachedData, width: width}) + } + + componentWillUnmount() { + console.log("COMPONENT WILL UNMOUNT") + window.removeEventListener("resize", this.handleResize); + } + + handleResize(event){ + const width = this.containerRef.current.clientWidth // window.innerWidth * 0.75 + //const width = this.containerRef.current.width + console.log("RESIZED THE WINDOW!!", width) + this.setState({width: width}) + } + + componentDidUpdate(){ + //console.log("COMPONENT DID UPDATE") + } + +} diff --git a/src/_App/BotAnalysis/Networks/Section.js b/src/_App/BotAnalysis/Networks/Section.js index 2615baec..6cf8b458 100644 --- a/src/_App/BotAnalysis/Networks/Section.js +++ b/src/_App/BotAnalysis/Networks/Section.js @@ -6,9 +6,10 @@ import Container from 'react-bootstrap/Container' import Card from 'react-bootstrap/Card' //import Table from 'react-bootstrap/Table' +import NetworkGraph from "./Graph" //import TreeGraph from "./Graph1" //import NetworkGraph from "./Graph2" -import TestGraph from "./TestGraph" +//import TestGraph from "./TestGraph" export default function BotNetworks() { return ( @@ -22,20 +23,8 @@ export default function BotNetworks() { {" "} Click any bot to view their Impeachment Opinions in a new window.
- - - - {/* - */} - - - - - - - {/* Prototype tree graph (for a uni-directional network with discrete "levels"):