-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
259 lines (203 loc) · 487 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<html>
<head>
<meta charset="utf-8">
<script src="lib/bindings/utils.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/dist/vis-network.min.css" integrity="sha512-WgxfT5LWjfszlPHXRmBWHkV2eceiWTOBvrKCNbdgDYTHrT2AeLCGbF4sZlZw3UMN3WtL0tGUoIAKsu8mllg/XA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/vis-network.min.js" integrity="sha512-LnvoEWDFrqGHlHmDD2101OrLcbsfkrzoSpvtSQtxK3RMnRV0eOkhhBN2dXHKRrUU8p2DGRTk35n4O8nWSVe1mQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<center>
<h1></h1>
</center>
<!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
<script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"
></script>
<center>
<h1></h1>
</center>
<style type="text/css">
#mynetwork {
width: 1900px;
height: 1068.75px;
background-color: #ffffff;
border: 1px solid lightgray;
position: relative;
float: left;
}
#loadingBar {
position:absolute;
top:0px;
left:0px;
width: 1900px;
height: 1068.75px;
background-color:rgba(200,200,200,0.8);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity:1;
}
#bar {
position:absolute;
top:0px;
left:0px;
width:20px;
height:20px;
margin:auto auto auto auto;
border-radius:11px;
border:2px solid rgba(30,30,30,0.05);
background: rgb(0, 173, 246); /* Old browsers */
box-shadow: 2px 0px 4px rgba(0,0,0,0.4);
}
#border {
position:absolute;
top:10px;
left:10px;
width:500px;
height:23px;
margin:auto auto auto auto;
box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
border-radius:10px;
}
#text {
position:absolute;
top:8px;
left:530px;
width:30px;
height:50px;
margin:auto auto auto auto;
font-size:22px;
color: #000000;
}
div.outerBorder {
position:relative;
top:400px;
width:600px;
height:44px;
margin:auto auto auto auto;
border:8px solid rgba(0,0,0,0.1);
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border-radius:72px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
</style>
</head>
<body>
<div class="card" style="width: 100%">
<div id="mynetwork" class="card-body"></div>
</div>
<div id="loadingBar">
<div class="outerBorder">
<div id="text">0%</div>
<div id="border">
<div id="bar"></div>
</div>
</div>
</div>
<script type="text/javascript">
// initialize global variables.
var edges;
var nodes;
var allNodes;
var allEdges;
var nodeColors;
var originalNodes;
var network;
var container;
var options, data;
var filter = {
item : '',
property : '',
value : []
};
// This method is responsible for drawing the graph, returns the drawn network
function drawGraph() {
var container = document.getElementById('mynetwork');
// parsing and collecting nodes and edges from the python
nodes = new vis.DataSet([{"color": "#e41a1c", "id": "75115", "label": "Paris 15e Arrondissement\ndepartement: 75\nworking place ranking: 2\npercentage of population: 2.35%\npercentage of workers: 3.85%", "shape": "dot", "title": "Paris 15e Arrondissement\ndepartement: 75\nworking place ranking: 2\npercentage of population: 2.35%\npercentage of workers: 3.85%", "value": 229472.0}, {"color": "#e41a1c", "id": "75120", "label": "Paris 20e Arrondissement\ndepartement: 75\nworking place ranking: 24\npercentage of population: 1.97%\npercentage of workers: 1.2%", "shape": "dot", "title": "Paris 20e Arrondissement\ndepartement: 75\nworking place ranking: 24\npercentage of population: 1.97%\npercentage of workers: 1.2%", "value": 192120.0}, {"color": "#e41a1c", "id": "75118", "label": "Paris 18e Arrondissement\ndepartement: 75\nworking place ranking: 21\npercentage of population: 1.96%\npercentage of workers: 1.36%", "shape": "dot", "title": "Paris 18e Arrondissement\ndepartement: 75\nworking place ranking: 21\npercentage of population: 1.96%\npercentage of workers: 1.36%", "value": 191135.0}, {"color": "#e41a1c", "id": "75119", "label": "Paris 19e Arrondissement\ndepartement: 75\nworking place ranking: 16\npercentage of population: 1.88%\npercentage of workers: 1.67%", "shape": "dot", "title": "Paris 19e Arrondissement\ndepartement: 75\nworking place ranking: 16\npercentage of population: 1.88%\npercentage of workers: 1.67%", "value": 183211.0}, {"color": "#e41a1c", "id": "75113", "label": "Paris 13e Arrondissement\ndepartement: 75\nworking place ranking: 4\npercentage of population: 1.82%\npercentage of workers: 2.66%", "shape": "dot", "title": "Paris 13e Arrondissement\ndepartement: 75\nworking place ranking: 4\npercentage of population: 1.82%\npercentage of workers: 2.66%", "value": 177833.0}, {"color": "#e41a1c", "id": "75117", "label": "Paris 17e Arrondissement\ndepartement: 75\nworking place ranking: 8\npercentage of population: 1.71%\npercentage of workers: 2.22%", "shape": "dot", "title": "Paris 17e Arrondissement\ndepartement: 75\nworking place ranking: 8\npercentage of population: 1.71%\npercentage of workers: 2.22%", "value": 166336.0}, {"color": "#e41a1c", "id": "75116", "label": "Paris 16e Arrondissement\ndepartement: 75\nworking place ranking: 7\npercentage of population: 1.67%\npercentage of workers: 2.4%", "shape": "dot", "title": "Paris 16e Arrondissement\ndepartement: 75\nworking place ranking: 7\npercentage of population: 1.67%\npercentage of workers: 2.4%", "value": 162820.0}, {"color": "#e41a1c", "id": "75111", "label": "Paris 11e Arrondissement\ndepartement: 75\nworking place ranking: 19\npercentage of population: 1.48%\npercentage of workers: 1.51%", "shape": "dot", "title": "Paris 11e Arrondissement\ndepartement: 75\nworking place ranking: 19\npercentage of population: 1.48%\npercentage of workers: 1.51%", "value": 144292.0}, {"color": "#e41a1c", "id": "75112", "label": "Paris 12e Arrondissement\ndepartement: 75\nworking place ranking: 5\npercentage of population: 1.44%\npercentage of workers: 2.59%", "shape": "dot", "title": "Paris 12e Arrondissement\ndepartement: 75\nworking place ranking: 5\npercentage of population: 1.44%\npercentage of workers: 2.59%", "value": 140311.0}, {"color": "#e41a1c", "id": "75114", "label": "Paris 14e Arrondissement\ndepartement: 75\nworking place ranking: 17\npercentage of population: 1.37%\npercentage of workers: 1.65%", "shape": "dot", "title": "Paris 14e Arrondissement\ndepartement: 75\nworking place ranking: 17\npercentage of population: 1.37%\npercentage of workers: 1.65%", "value": 133967.0}, {"color": "#377eb8", "id": "92012", "label": "Boulogne-Billancourt\ndepartement: 92\nworking place ranking: 10\npercentage of population: 1.24%\npercentage of workers: 1.97%", "shape": "dot", "title": "Boulogne-Billancourt\ndepartement: 92\nworking place ranking: 10\npercentage of population: 1.24%\npercentage of workers: 1.97%", "value": 120911.0}, {"color": "#ff7f00", "id": "93066", "label": "Saint-Denis\ndepartement: 93\nworking place ranking: 11\npercentage of population: 1.16%\npercentage of workers: 1.95%", "shape": "dot", "title": "Saint-Denis\ndepartement: 93\nworking place ranking: 11\npercentage of population: 1.16%\npercentage of workers: 1.95%", "value": 113116.0}, {"color": "#ff7f00", "id": "93048", "label": "Montreuil\ndepartement: 93\nworking place ranking: 25\npercentage of population: 1.14%\npercentage of workers: 1.19%", "shape": "dot", "title": "Montreuil\ndepartement: 93\nworking place ranking: 25\npercentage of population: 1.14%\npercentage of workers: 1.19%", "value": 111367.0}, {"color": "#a65628", "id": "95018", "label": "Argenteuil\ndepartement: 95\nworking place ranking: 54\npercentage of population: 1.11%\npercentage of workers: 0.47%", "shape": "dot", "title": "Argenteuil\ndepartement: 95\nworking place ranking: 54\npercentage of population: 1.11%\npercentage of workers: 0.47%", "value": 108567.0}, {"color": "#377eb8", "id": "92050", "label": "Nanterre\ndepartement: 92\nworking place ranking: 12\npercentage of population: 0.98%\npercentage of workers: 1.89%", "shape": "dot", "title": "Nanterre\ndepartement: 92\nworking place ranking: 12\npercentage of population: 0.98%\npercentage of workers: 1.89%", "value": 95782.0}, {"color": "#4daf4a", "id": "94081", "label": "Vitry-sur-Seine\ndepartement: 94\nworking place ranking: 51\npercentage of population: 0.98%\npercentage of workers: 0.5%", "shape": "dot", "title": "Vitry-sur-Seine\ndepartement: 94\nworking place ranking: 51\npercentage of population: 0.98%\npercentage of workers: 0.5%", "value": 95649.0}, {"color": "#4daf4a", "id": "94028", "label": "Cr\u00e9teil\ndepartement: 94\nworking place ranking: 26\npercentage of population: 0.95%\npercentage of workers: 1.17%", "shape": "dot", "title": "Cr\u00e9teil\ndepartement: 94\nworking place ranking: 26\npercentage of population: 0.95%\npercentage of workers: 1.17%", "value": 92566.0}, {"color": "#ff7f00", "id": "93001", "label": "Aubervilliers\ndepartement: 93\nworking place ranking: 38\npercentage of population: 0.92%\npercentage of workers: 0.7%", "shape": "dot", "title": "Aubervilliers\ndepartement: 93\nworking place ranking: 38\npercentage of population: 0.92%\npercentage of workers: 0.7%", "value": 89401.0}, {"color": "#377eb8", "id": "92004", "label": "Asni\u00e8res-sur-Seine\ndepartement: 92\nworking place ranking: 58\npercentage of population: 0.9%\npercentage of workers: 0.43%", "shape": "dot", "title": "Asni\u00e8res-sur-Seine\ndepartement: 92\nworking place ranking: 58\npercentage of population: 0.9%\npercentage of workers: 0.43%", "value": 88004.0}, {"color": "#377eb8", "id": "92025", "label": "Colombes\ndepartement: 92\nworking place ranking: 48\npercentage of population: 0.89%\npercentage of workers: 0.6%", "shape": "dot", "title": "Colombes\ndepartement: 92\nworking place ranking: 48\npercentage of population: 0.89%\npercentage of workers: 0.6%", "value": 86775.0}, {"color": "#ff7f00", "id": "93005", "label": "Aulnay-sous-Bois\ndepartement: 93\nworking place ranking: 55\npercentage of population: 0.89%\npercentage of workers: 0.47%", "shape": "dot", "title": "Aulnay-sous-Bois\ndepartement: 93\nworking place ranking: 55\npercentage of population: 0.89%\npercentage of workers: 0.47%", "value": 86485.0}, {"color": "#ffff33", "id": "78646", "label": "Versailles\ndepartement: 78\nworking place ranking: 40\npercentage of population: 0.86%\npercentage of workers: 0.69%", "shape": "dot", "title": "Versailles\ndepartement: 78\nworking place ranking: 40\npercentage of population: 0.86%\npercentage of workers: 0.69%", "value": 83583.0}, {"color": "#e41a1c", "id": "75110", "label": "Paris 10e Arrondissement\ndepartement: 75\nworking place ranking: 13\npercentage of population: 0.86%\npercentage of workers: 1.77%", "shape": "dot", "title": "Paris 10e Arrondissement\ndepartement: 75\nworking place ranking: 13\npercentage of population: 0.86%\npercentage of workers: 1.77%", "value": 83459.0}, {"color": "#377eb8", "id": "92026", "label": "Courbevoie\ndepartement: 92\nworking place ranking: 6\npercentage of population: 0.84%\npercentage of workers: 2.4%", "shape": "dot", "title": "Courbevoie\ndepartement: 92\nworking place ranking: 6\npercentage of population: 0.84%\npercentage of workers: 2.4%", "value": 82074.0}, {"color": "#377eb8", "id": "92063", "label": "Rueil-Malmaison\ndepartement: 92\nworking place ranking: 33\npercentage of population: 0.8%\npercentage of workers: 0.84%", "shape": "dot", "title": "Rueil-Malmaison\ndepartement: 92\nworking place ranking: 33\npercentage of population: 0.8%\npercentage of workers: 0.84%", "value": 78265.0}, {"color": "#4daf4a", "id": "94017", "label": "Champigny-sur-Marne\ndepartement: 94\nworking place ranking: 82\npercentage of population: 0.79%\npercentage of workers: 0.28%", "shape": "dot", "title": "Champigny-sur-Marne\ndepartement: 94\nworking place ranking: 82\npercentage of population: 0.79%\npercentage of workers: 0.28%", "value": 77439.0}, {"color": "#4daf4a", "id": "94068", "label": "Saint-Maur-des-Foss\u00e9s\ndepartement: 94\nworking place ranking: 67\npercentage of population: 0.76%\npercentage of workers: 0.35%", "shape": "dot", "title": "Saint-Maur-des-Foss\u00e9s\ndepartement: 94\nworking place ranking: 67\npercentage of population: 0.76%\npercentage of workers: 0.35%", "value": 74520.0}, {"color": "#ff7f00", "id": "93029", "label": "Drancy\ndepartement: 93\nworking place ranking: 104\npercentage of population: 0.73%\npercentage of workers: 0.2%", "shape": "dot", "title": "Drancy\ndepartement: 93\nworking place ranking: 104\npercentage of population: 0.73%\npercentage of workers: 0.2%", "value": 71276.0}, {"color": "#ff7f00", "id": "93051", "label": "Noisy-le-Grand\ndepartement: 93\nworking place ranking: 49\npercentage of population: 0.71%\npercentage of workers: 0.52%", "shape": "dot", "title": "Noisy-le-Grand\ndepartement: 93\nworking place ranking: 49\npercentage of population: 0.71%\npercentage of workers: 0.52%", "value": 68930.0}, {"color": "#377eb8", "id": "92040", "label": "Issy-les-Moulineaux\ndepartement: 92\nworking place ranking: 22\npercentage of population: 0.7%\npercentage of workers: 1.32%", "shape": "dot", "title": "Issy-les-Moulineaux\ndepartement: 92\nworking place ranking: 22\npercentage of population: 0.7%\npercentage of workers: 1.32%", "value": 67937.0}, {"color": "#377eb8", "id": "92044", "label": "Levallois-Perret\ndepartement: 92\nworking place ranking: 20\npercentage of population: 0.69%\npercentage of workers: 1.42%", "shape": "dot", "title": "Levallois-Perret\ndepartement: 92\nworking place ranking: 20\npercentage of population: 0.69%\npercentage of workers: 1.42%", "value": 67258.0}, {"color": "#4daf4a", "id": "94015", "label": "Gentilly\nBry-sur-Marne\nValenton\nAblon-sur-Seine\nMarolles-en-Brie\nNoiseau\ndepartement: 94\nworking place ranking: 50\npercentage of population: 0.68%\npercentage of workers: 0.51%", "shape": "dot", "title": "Gentilly\nBry-sur-Marne\nValenton\nAblon-sur-Seine\nMarolles-en-Brie\nNoiseau\ndepartement: 94\nworking place ranking: 50\npercentage of population: 0.68%\npercentage of workers: 0.51%", "value": 66188.0}, {"color": "#984ea3", "id": "91228", "label": "\u00c9vry-Courcouronnes\ndepartement: 91\nworking place ranking: 57\npercentage of population: 0.68%\npercentage of workers: 0.45%", "shape": "dot", "title": "\u00c9vry-Courcouronnes\ndepartement: 91\nworking place ranking: 57\npercentage of population: 0.68%\npercentage of workers: 0.45%", "value": 66106.0}, {"color": "#4daf4a", "id": "94041", "label": "Ivry-sur-Seine\ndepartement: 94\nworking place ranking: 36\npercentage of population: 0.66%\npercentage of workers: 0.71%", "shape": "dot", "title": "Ivry-sur-Seine\ndepartement: 94\nworking place ranking: 36\npercentage of population: 0.66%\npercentage of workers: 0.71%", "value": 64016.0}, {"color": "#377eb8", "id": "92024", "label": "Clichy\ndepartement: 92\nworking place ranking: 35\npercentage of population: 0.65%\npercentage of workers: 0.79%", "shape": "dot", "title": "Clichy\ndepartement: 92\nworking place ranking: 35\npercentage of population: 0.65%\npercentage of workers: 0.79%", "value": 62933.0}, {"color": "#377eb8", "id": "92002", "label": "Antony\ndepartement: 92\nworking place ranking: 56\npercentage of population: 0.65%\npercentage of workers: 0.46%", "shape": "dot", "title": "Antony\ndepartement: 92\nworking place ranking: 56\npercentage of population: 0.65%\npercentage of workers: 0.46%", "value": 62906.0}, {"color": "#ff7f00", "id": "93033", "label": "Le Pr\u00e9-Saint-Gervais\nLe Raincy\nVilletaneuse\nL\u0027\u00cele-Saint-Denis\nGournay-sur-Marne\ndepartement: 93\nworking place ranking: 75\npercentage of population: 0.63%\npercentage of workers: 0.31%", "shape": "dot", "title": "Le Pr\u00e9-Saint-Gervais\nLe Raincy\nVilletaneuse\nL\u0027\u00cele-Saint-Denis\nGournay-sur-Marne\ndepartement: 93\nworking place ranking: 75\npercentage of population: 0.63%\npercentage of workers: 0.31%", "value": 60936.0}, {"color": "#ff7f00", "id": "93055", "label": "Pantin\ndepartement: 93\nworking place ranking: 42\npercentage of population: 0.62%\npercentage of workers: 0.67%", "shape": "dot", "title": "Pantin\ndepartement: 93\nworking place ranking: 42\npercentage of population: 0.62%\npercentage of workers: 0.67%", "value": 60419.0}, {"color": "#4daf4a", "id": "94019", "label": "Le Plessis-Tr\u00e9vise\nChennevi\u00e8res-sur-Marne\nLa Queue-en-Brie\nOrmesson-sur-Marne\ndepartement: 94\nworking place ranking: 107\npercentage of population: 0.62%\npercentage of workers: 0.2%", "shape": "dot", "title": "Le Plessis-Tr\u00e9vise\nChennevi\u00e8res-sur-Marne\nLa Queue-en-Brie\nOrmesson-sur-Marne\ndepartement: 94\nworking place ranking: 107\npercentage of population: 0.62%\npercentage of workers: 0.2%", "value": 60338.0}, {"color": "#e41a1c", "id": "75109", "label": "Paris 9e Arrondissement\ndepartement: 75\nworking place ranking: 3\npercentage of population: 0.62%\npercentage of workers: 2.95%", "shape": "dot", "title": "Paris 9e Arrondissement\ndepartement: 75\nworking place ranking: 3\npercentage of population: 0.62%\npercentage of workers: 2.95%", "value": 60168.0}, {"color": "#377eb8", "id": "92051", "label": "Neuilly-sur-Seine\ndepartement: 92\nworking place ranking: 28\npercentage of population: 0.61%\npercentage of workers: 1.13%", "shape": "dot", "title": "Neuilly-sur-Seine\ndepartement: 92\nworking place ranking: 28\npercentage of population: 0.61%\npercentage of workers: 1.13%", "value": 59388.0}, {"color": "#a65628", "id": "95585", "label": "Sarcelles\ndepartement: 95\nworking place ranking: 96\npercentage of population: 0.6%\npercentage of workers: 0.23%", "shape": "dot", "title": "Sarcelles\ndepartement: 95\nworking place ranking: 96\npercentage of population: 0.6%\npercentage of workers: 0.23%", "value": 58483.0}, {"color": "#ff7f00", "id": "93007", "label": "Le Blanc-Mesnil\ndepartement: 93\nworking place ranking: 103\npercentage of population: 0.6%\npercentage of workers: 0.2%", "shape": "dot", "title": "Le Blanc-Mesnil\ndepartement: 93\nworking place ranking: 103\npercentage of population: 0.6%\npercentage of workers: 0.2%", "value": 57989.0}, {"color": "#4daf4a", "id": "94046", "label": "Maisons-Alfort\ndepartement: 94\nworking place ranking: 77\npercentage of population: 0.59%\npercentage of workers: 0.3%", "shape": "dot", "title": "Maisons-Alfort\ndepartement: 94\nworking place ranking: 77\npercentage of population: 0.59%\npercentage of workers: 0.3%", "value": 57639.0}, {"color": "#e41a1c", "id": "75105", "label": "Paris 5e Arrondissement\ndepartement: 75\nworking place ranking: 27\npercentage of population: 0.59%\npercentage of workers: 1.16%", "shape": "dot", "title": "Paris 5e Arrondissement\ndepartement: 75\nworking place ranking: 27\npercentage of population: 0.59%\npercentage of workers: 1.16%", "value": 57380.0}, {"color": "#ffff33", "id": "78372", "label": "Marly-le-Roi\nLe Pecq\nLouveciennes\nLe Port-Marly\nL\u0027\u00c9tang-la-Ville\nBailly\nMareil-Marly\ndepartement: 78\nworking place ranking: 112\npercentage of population: 0.58%\npercentage of workers: 0.19%", "shape": "dot", "title": "Marly-le-Roi\nLe Pecq\nLouveciennes\nLe Port-Marly\nL\u0027\u00c9tang-la-Ville\nBailly\nMareil-Marly\ndepartement: 78\nworking place ranking: 112\npercentage of population: 0.58%\npercentage of workers: 0.19%", "value": 56731.0}, {"color": "#4daf4a", "id": "94076", "label": "Villejuif\ndepartement: 94\nworking place ranking: 53\npercentage of population: 0.58%\npercentage of workers: 0.48%", "shape": "dot", "title": "Villejuif\ndepartement: 94\nworking place ranking: 53\npercentage of population: 0.58%\npercentage of workers: 0.48%", "value": 56349.0}, {"color": "#ff7f00", "id": "93008", "label": "Bobigny\ndepartement: 93\nworking place ranking: 39\npercentage of population: 0.56%\npercentage of workers: 0.7%", "shape": "dot", "title": "Bobigny\ndepartement: 93\nworking place ranking: 39\npercentage of population: 0.56%\npercentage of workers: 0.7%", "value": 54906.0}, {"color": "#ff7f00", "id": "93031", "label": "\u00c9pinay-sur-Seine\ndepartement: 93\nworking place ranking: 126\npercentage of population: 0.56%\npercentage of workers: 0.16%", "shape": "dot", "title": "\u00c9pinay-sur-Seine\ndepartement: 93\nworking place ranking: 126\npercentage of population: 0.56%\npercentage of workers: 0.16%", "value": 54419.0}, {"color": "#f781bf", "id": "77108", "label": "Chelles\ndepartement: 77\nworking place ranking: 110\npercentage of population: 0.56%\npercentage of workers: 0.19%", "shape": "dot", "title": "Chelles\ndepartement: 77\nworking place ranking: 110\npercentage of population: 0.56%\npercentage of workers: 0.19%", "value": 54372.0}, {"color": "#ff7f00", "id": "93010", "label": "Bondy\ndepartement: 93\nworking place ranking: 90\npercentage of population: 0.55%\npercentage of workers: 0.24%", "shape": "dot", "title": "Bondy\ndepartement: 93\nworking place ranking: 90\npercentage of population: 0.55%\npercentage of workers: 0.24%", "value": 53342.0}, {"color": "#377eb8", "id": "92023", "label": "Clamart\ndepartement: 92\nworking place ranking: 65\npercentage of population: 0.55%\npercentage of workers: 0.36%", "shape": "dot", "title": "Clamart\ndepartement: 92\nworking place ranking: 65\npercentage of population: 0.55%\npercentage of workers: 0.36%", "value": 53179.0}, {"color": "#ffff33", "id": "78418", "label": "Le V\u00e9sinet\nCarri\u00e8res-sur-Seine\nMontesson\nLe Mesnil-le-Roi\ndepartement: 78\nworking place ranking: 92\npercentage of population: 0.53%\npercentage of workers: 0.24%", "shape": "dot", "title": "Le V\u00e9sinet\nCarri\u00e8res-sur-Seine\nMontesson\nLe Mesnil-le-Roi\ndepartement: 78\nworking place ranking: 92\npercentage of population: 0.53%\npercentage of workers: 0.24%", "value": 51849.0}, {"color": "#ff7f00", "id": "93071", "label": "Sevran\ndepartement: 93\nworking place ranking: 139\npercentage of population: 0.53%\npercentage of workers: 0.13%", "shape": "dot", "title": "Sevran\ndepartement: 93\nworking place ranking: 139\npercentage of population: 0.53%\npercentage of workers: 0.13%", "value": 51778.0}, {"color": "#ffff33", "id": "78586", "label": "Sartrouville\ndepartement: 78\nworking place ranking: 111\npercentage of population: 0.53%\npercentage of workers: 0.19%", "shape": "dot", "title": "Sartrouville\ndepartement: 78\nworking place ranking: 111\npercentage of population: 0.53%\npercentage of workers: 0.19%", "value": 51746.0}, {"color": "#ff7f00", "id": "93070", "label": "Saint-Ouen-sur-Seine\ndepartement: 93\nworking place ranking: 34\npercentage of population: 0.53%\npercentage of workers: 0.82%", "shape": "dot", "title": "Saint-Ouen-sur-Seine\ndepartement: 93\nworking place ranking: 34\npercentage of population: 0.53%\npercentage of workers: 0.82%", "value": 51547.0}, {"color": "#4daf4a", "id": "94033", "label": "Fontenay-sous-Bois\ndepartement: 94\nworking place ranking: 43\npercentage of population: 0.53%\npercentage of workers: 0.65%", "shape": "dot", "title": "Fontenay-sous-Bois\ndepartement: 94\nworking place ranking: 43\npercentage of population: 0.53%\npercentage of workers: 0.65%", "value": 51386.0}, {"color": "#984ea3", "id": "91377", "label": "Massy\ndepartement: 91\nworking place ranking: 46\npercentage of population: 0.52%\npercentage of workers: 0.62%", "shape": "dot", "title": "Massy\ndepartement: 91\nworking place ranking: 46\npercentage of population: 0.52%\npercentage of workers: 0.62%", "value": 50506.0}, {"color": "#377eb8", "id": "92036", "label": "Gennevilliers\ndepartement: 92\nworking place ranking: 30\npercentage of population: 0.51%\npercentage of workers: 0.94%", "shape": "dot", "title": "Gennevilliers\ndepartement: 92\nworking place ranking: 30\npercentage of population: 0.51%\npercentage of workers: 0.94%", "value": 49880.0}, {"color": "#4daf4a", "id": "94080", "label": "Vincennes\ndepartement: 94\nworking place ranking: 64\npercentage of population: 0.51%\npercentage of workers: 0.37%", "shape": "dot", "title": "Vincennes\ndepartement: 94\nworking place ranking: 64\npercentage of population: 0.51%\npercentage of workers: 0.37%", "value": 49697.0}, {"color": "#377eb8", "id": "92073", "label": "Suresnes\ndepartement: 92\nworking place ranking: 47\npercentage of population: 0.51%\npercentage of workers: 0.61%", "shape": "dot", "title": "Suresnes\ndepartement: 92\nworking place ranking: 47\npercentage of population: 0.51%\npercentage of workers: 0.61%", "value": 49482.0}, {"color": "#e41a1c", "id": "75107", "label": "Paris 7e Arrondissement\ndepartement: 75\nworking place ranking: 18\npercentage of population: 0.5%\npercentage of workers: 1.63%", "shape": "dot", "title": "Paris 7e Arrondissement\ndepartement: 75\nworking place ranking: 18\npercentage of population: 0.5%\npercentage of workers: 1.63%", "value": 48520.0}, {"color": "#984ea3", "id": "91191", "label": "Juvisy-sur-Orge\nFleury-M\u00e9rogis\nCrosne\nVillemoisson-sur-Orge\nSaint-Jean-de-Beauregard\ndepartement: 91\nworking place ranking: 108\npercentage of population: 0.5%\npercentage of workers: 0.2%", "shape": "dot", "title": "Juvisy-sur-Orge\nFleury-M\u00e9rogis\nCrosne\nVillemoisson-sur-Orge\nSaint-Jean-de-Beauregard\ndepartement: 91\nworking place ranking: 108\npercentage of population: 0.5%\npercentage of workers: 0.2%", "value": 48318.0}, {"color": "#377eb8", "id": "92049", "label": "Montrouge\ndepartement: 92\nworking place ranking: 41\npercentage of population: 0.49%\npercentage of workers: 0.69%", "shape": "dot", "title": "Montrouge\ndepartement: 92\nworking place ranking: 41\npercentage of population: 0.49%\npercentage of workers: 0.69%", "value": 47907.0}, {"color": "#ffff33", "id": "78242", "label": "Bois-d\u0027Arcy\nFontenay-le-Fleury\nVillepreux\nNoisy-le-Roi\nRennemoulin\ndepartement: 78\nworking place ranking: 188\npercentage of population: 0.49%\npercentage of workers: 0.07%", "shape": "dot", "title": "Bois-d\u0027Arcy\nFontenay-le-Fleury\nVillepreux\nNoisy-le-Roi\nRennemoulin\ndepartement: 78\nworking place ranking: 188\npercentage of population: 0.49%\npercentage of workers: 0.07%", "value": 47394.0}, {"color": "#ff7f00", "id": "93027", "label": "La Courneuve\ndepartement: 93\nworking place ranking: 84\npercentage of population: 0.48%\npercentage of workers: 0.27%", "shape": "dot", "title": "La Courneuve\ndepartement: 93\nworking place ranking: 84\npercentage of population: 0.48%\npercentage of workers: 0.27%", "value": 46828.0}, {"color": "#4daf4a", "id": "94022", "label": "Choisy-le-Roi\ndepartement: 94\nworking place ranking: 106\npercentage of population: 0.47%\npercentage of workers: 0.2%", "shape": "dot", "title": "Choisy-le-Roi\ndepartement: 94\nworking place ranking: 106\npercentage of population: 0.47%\npercentage of workers: 0.2%", "value": 46229.0}, {"color": "#377eb8", "id": "92048", "label": "Meudon\ndepartement: 92\nworking place ranking: 66\npercentage of population: 0.47%\npercentage of workers: 0.36%", "shape": "dot", "title": "Meudon\ndepartement: 92\nworking place ranking: 66\npercentage of population: 0.47%\npercentage of workers: 0.36%", "value": 45825.0}, {"color": "#ff7f00", "id": "93046", "label": "Livry-Gargan\ndepartement: 93\nworking place ranking: 136\npercentage of population: 0.47%\npercentage of workers: 0.14%", "shape": "dot", "title": "Livry-Gargan\ndepartement: 93\nworking place ranking: 136\npercentage of population: 0.47%\npercentage of workers: 0.14%", "value": 45618.0}, {"color": "#ff7f00", "id": "93064", "label": "Rosny-sous-Bois\ndepartement: 93\nworking place ranking: 76\npercentage of population: 0.47%\npercentage of workers: 0.31%", "shape": "dot", "title": "Rosny-sous-Bois\ndepartement: 93\nworking place ranking: 76\npercentage of population: 0.47%\npercentage of workers: 0.31%", "value": 45442.0}, {"color": "#4daf4a", "id": "94002", "label": "Alfortville\ndepartement: 94\nworking place ranking: 97\npercentage of population: 0.46%\npercentage of workers: 0.22%", "shape": "dot", "title": "Alfortville\ndepartement: 94\nworking place ranking: 97\npercentage of population: 0.46%\npercentage of workers: 0.22%", "value": 45151.0}, {"color": "#ff7f00", "id": "93053", "label": "Noisy-le-Sec\ndepartement: 93\nworking place ranking: 105\npercentage of population: 0.46%\npercentage of workers: 0.2%", "shape": "dot", "title": "Noisy-le-Sec\ndepartement: 93\nworking place ranking: 105\npercentage of population: 0.46%\npercentage of workers: 0.2%", "value": 45043.0}, {"color": "#ffff33", "id": "78551", "label": "Saint-Germain-en-Laye\ndepartement: 78\nworking place ranking: 80\npercentage of population: 0.46%\npercentage of workers: 0.28%", "shape": "dot", "title": "Saint-Germain-en-Laye\ndepartement: 78\nworking place ranking: 80\npercentage of population: 0.46%\npercentage of workers: 0.28%", "value": 44410.0}, {"color": "#377eb8", "id": "92062", "label": "Puteaux\ndepartement: 92\nworking place ranking: 9\npercentage of population: 0.45%\npercentage of workers: 2.0%", "shape": "dot", "title": "Puteaux\ndepartement: 92\nworking place ranking: 9\npercentage of population: 0.45%\npercentage of workers: 2.0%", "value": 44009.0}, {"color": "#a65628", "id": "95268", "label": "Garges-l\u00e8s-Gonesse\ndepartement: 95\nworking place ranking: 137\npercentage of population: 0.44%\npercentage of workers: 0.13%", "shape": "dot", "title": "Garges-l\u00e8s-Gonesse\ndepartement: 95\nworking place ranking: 137\npercentage of population: 0.44%\npercentage of workers: 0.13%", "value": 43215.0}, {"color": "#377eb8", "id": "92007", "label": "Bagneux\ndepartement: 92\nworking place ranking: 94\npercentage of population: 0.43%\npercentage of workers: 0.23%", "shape": "dot", "title": "Bagneux\ndepartement: 92\nworking place ranking: 94\npercentage of population: 0.43%\npercentage of workers: 0.23%", "value": 41967.0}, {"color": "#984ea3", "id": "91044", "label": "\u00c9pinay-sur-Orge\nLa Ville-du-Bois\nSaulx-les-Chartreux\nLongpont-sur-Orge\nBallainvilliers\nVilliers-sur-Orge\ndepartement: 91\nworking place ranking: 130\npercentage of population: 0.42%\npercentage of workers: 0.15%", "shape": "dot", "title": "\u00c9pinay-sur-Orge\nLa Ville-du-Bois\nSaulx-les-Chartreux\nLongpont-sur-Orge\nBallainvilliers\nVilliers-sur-Orge\ndepartement: 91\nworking place ranking: 130\npercentage of population: 0.42%\npercentage of workers: 0.15%", "value": 41352.0}, {"color": "#ffff33", "id": "78498", "label": "Poissy\ndepartement: 78\nworking place ranking: 85\npercentage of population: 0.41%\npercentage of workers: 0.27%", "shape": "dot", "title": "Poissy\ndepartement: 78\nworking place ranking: 85\npercentage of population: 0.41%\npercentage of workers: 0.27%", "value": 39731.0}, {"color": "#e41a1c", "id": "75106", "label": "Paris 6e Arrondissement\ndepartement: 75\nworking place ranking: 29\npercentage of population: 0.41%\npercentage of workers: 1.03%", "shape": "dot", "title": "Paris 6e Arrondissement\ndepartement: 75\nworking place ranking: 29\npercentage of population: 0.41%\npercentage of workers: 1.03%", "value": 39625.0}, {"color": "#ff7f00", "id": "93032", "label": "Gagny\ndepartement: 93\nworking place ranking: 185\npercentage of population: 0.41%\npercentage of workers: 0.08%", "shape": "dot", "title": "Gagny\ndepartement: 93\nworking place ranking: 185\npercentage of population: 0.41%\npercentage of workers: 0.08%", "value": 39588.0}, {"color": "#ff7f00", "id": "93072", "label": "Stains\ndepartement: 93\nworking place ranking: 127\npercentage of population: 0.4%\npercentage of workers: 0.16%", "shape": "dot", "title": "Stains\ndepartement: 93\nworking place ranking: 127\npercentage of population: 0.4%\npercentage of workers: 0.16%", "value": 39193.0}, {"color": "#ff7f00", "id": "93006", "label": "Bagnolet\ndepartement: 93\nworking place ranking: 88\npercentage of population: 0.39%\npercentage of workers: 0.27%", "shape": "dot", "title": "Bagnolet\ndepartement: 93\nworking place ranking: 88\npercentage of population: 0.39%\npercentage of workers: 0.27%", "value": 38470.0}, {"color": "#ff7f00", "id": "93078", "label": "Villepinte\ndepartement: 93\nworking place ranking: 83\npercentage of population: 0.39%\npercentage of workers: 0.28%", "shape": "dot", "title": "Villepinte\ndepartement: 93\nworking place ranking: 83\npercentage of population: 0.39%\npercentage of workers: 0.28%", "value": 38204.0}, {"color": "#f781bf", "id": "77479", "label": "Noisiel\nVaires-sur-Marne\nBrou-sur-Chantereine\nPomponne\ndepartement: 77\nworking place ranking: 122\npercentage of population: 0.39%\npercentage of workers: 0.17%", "shape": "dot", "title": "Noisiel\nVaires-sur-Marne\nBrou-sur-Chantereine\nPomponne\ndepartement: 77\nworking place ranking: 122\npercentage of population: 0.39%\npercentage of workers: 0.17%", "value": 38148.0}, {"color": "#a65628", "id": "95288", "label": "Saint-Brice-sous-For\u00eat\nMontmagny\nGroslay\ndepartement: 95\nworking place ranking: 174\npercentage of population: 0.39%\npercentage of workers: 0.09%", "shape": "dot", "title": "Saint-Brice-sous-For\u00eat\nMontmagny\nGroslay\ndepartement: 95\nworking place ranking: 174\npercentage of population: 0.39%\npercentage of workers: 0.09%", "value": 38126.0}, {"color": "#f781bf", "id": "77373", "label": "Pontault-Combault\ndepartement: 77\nworking place ranking: 147\npercentage of population: 0.39%\npercentage of workers: 0.12%", "shape": "dot", "title": "Pontault-Combault\ndepartement: 77\nworking place ranking: 147\npercentage of population: 0.39%\npercentage of workers: 0.12%", "value": 37579.0}, {"color": "#a65628", "id": "95252", "label": "Franconville\ndepartement: 95\nworking place ranking: 167\npercentage of population: 0.38%\npercentage of workers: 0.1%", "shape": "dot", "title": "Franconville\ndepartement: 95\nworking place ranking: 167\npercentage of population: 0.38%\npercentage of workers: 0.1%", "value": 37347.0}, {"color": "#984ea3", "id": "91589", "label": "Savigny-sur-Orge\ndepartement: 91\nworking place ranking: 173\npercentage of population: 0.38%\npercentage of workers: 0.09%", "shape": "dot", "title": "Savigny-sur-Orge\ndepartement: 91\nworking place ranking: 173\npercentage of population: 0.38%\npercentage of workers: 0.09%", "value": 37190.0}, {"color": "#ff7f00", "id": "93050", "label": "Neuilly-sur-Marne\ndepartement: 93\nworking place ranking: 117\npercentage of population: 0.37%\npercentage of workers: 0.17%", "shape": "dot", "title": "Neuilly-sur-Marne\ndepartement: 93\nworking place ranking: 117\npercentage of population: 0.37%\npercentage of workers: 0.17%", "value": 36535.0}, {"color": "#ff7f00", "id": "93073", "label": "Tremblay-en-France\ndepartement: 93\nworking place ranking: 59\npercentage of population: 0.37%\npercentage of workers: 0.42%", "shape": "dot", "title": "Tremblay-en-France\ndepartement: 93\nworking place ranking: 59\npercentage of population: 0.37%\npercentage of workers: 0.42%", "value": 36477.0}, {"color": "#377eb8", "id": "92020", "label": "Ch\u00e2tillon\ndepartement: 92\nworking place ranking: 70\npercentage of population: 0.37%\npercentage of workers: 0.34%", "shape": "dot", "title": "Ch\u00e2tillon\ndepartement: 92\nworking place ranking: 70\npercentage of population: 0.37%\npercentage of workers: 0.34%", "value": 36392.0}, {"color": "#ffff33", "id": "78172", "label": "Conflans-Sainte-Honorine\ndepartement: 78\nworking place ranking: 176\npercentage of population: 0.37%\npercentage of workers: 0.09%", "shape": "dot", "title": "Conflans-Sainte-Honorine\ndepartement: 78\nworking place ranking: 176\npercentage of population: 0.37%\npercentage of workers: 0.09%", "value": 35957.0}, {"color": "#984ea3", "id": "91549", "label": "Sainte-Genevi\u00e8ve-des-Bois\ndepartement: 91\nworking place ranking: 146\npercentage of population: 0.37%\npercentage of workers: 0.12%", "shape": "dot", "title": "Sainte-Genevi\u00e8ve-des-Bois\ndepartement: 91\nworking place ranking: 146\npercentage of population: 0.37%\npercentage of workers: 0.12%", "value": 35879.0}, {"color": "#984ea3", "id": "91064", "label": "Verri\u00e8res-le-Buisson\nIgny\nBi\u00e8vres\nSaclay\nVauhallan\ndepartement: 91\nworking place ranking: 89\npercentage of population: 0.37%\npercentage of workers: 0.26%", "shape": "dot", "title": "Verri\u00e8res-le-Buisson\nIgny\nBi\u00e8vres\nSaclay\nVauhallan\ndepartement: 91\nworking place ranking: 89\npercentage of population: 0.37%\npercentage of workers: 0.26%", "value": 35870.0}, {"color": "#4daf4a", "id": "94011", "label": "Bonneuil-sur-Marne\nBoissy-Saint-L\u00e9ger\ndepartement: 94\nworking place ranking: 78\npercentage of population: 0.37%\npercentage of workers: 0.29%", "shape": "dot", "title": "Bonneuil-sur-Marne\nBoissy-Saint-L\u00e9ger\ndepartement: 94\nworking place ranking: 78\npercentage of population: 0.37%\npercentage of workers: 0.29%", "value": 35710.0}, {"color": "#984ea3", "id": "91027", "label": "Athis-Mons\ndepartement: 91\nworking place ranking: 123\npercentage of population: 0.37%\npercentage of workers: 0.17%", "shape": "dot", "title": "Athis-Mons\ndepartement: 91\nworking place ranking: 123\npercentage of population: 0.37%\npercentage of workers: 0.17%", "value": 35641.0}, {"color": "#e41a1c", "id": "75108", "label": "Paris 8e Arrondissement\ndepartement: 75\nworking place ranking: 1\npercentage of population: 0.37%\npercentage of workers: 4.73%", "shape": "dot", "title": "Paris 8e Arrondissement\ndepartement: 75\nworking place ranking: 1\npercentage of population: 0.37%\npercentage of workers: 4.73%", "value": 35631.0}, {"color": "#4daf4a", "id": "94078", "label": "Villeneuve-Saint-Georges\ndepartement: 94\nworking place ranking: 116\npercentage of population: 0.36%\npercentage of workers: 0.18%", "shape": "dot", "title": "Villeneuve-Saint-Georges\ndepartement: 94\nworking place ranking: 116\npercentage of population: 0.36%\npercentage of workers: 0.18%", "value": 34845.0}, {"color": "#984ea3", "id": "91477", "label": "Palaiseau\ndepartement: 91\nworking place ranking: 73\npercentage of population: 0.36%\npercentage of workers: 0.32%", "shape": "dot", "title": "Palaiseau\ndepartement: 91\nworking place ranking: 73\npercentage of population: 0.36%\npercentage of workers: 0.32%", "value": 34750.0}, {"color": "#377eb8", "id": "92019", "label": "Ch\u00e2tenay-Malabry\ndepartement: 92\nworking place ranking: 140\npercentage of population: 0.35%\npercentage of workers: 0.13%", "shape": "dot", "title": "Ch\u00e2tenay-Malabry\ndepartement: 92\nworking place ranking: 140\npercentage of population: 0.35%\npercentage of workers: 0.13%", "value": 34383.0}, {"color": "#a65628", "id": "95229", "label": "Domont\n\u00c9zanville\n\u00c9couen\nMoisselles\nPiscop\ndepartement: 95\nworking place ranking: 158\npercentage of population: 0.35%\npercentage of workers: 0.11%", "shape": "dot", "title": "Domont\n\u00c9zanville\n\u00c9couen\nMoisselles\nPiscop\ndepartement: 95\nworking place ranking: 158\npercentage of population: 0.35%\npercentage of workers: 0.11%", "value": 34311.0}, {"color": "#4daf4a", "id": "94058", "label": "Le Perreux-sur-Marne\ndepartement: 94\nworking place ranking: 163\npercentage of population: 0.35%\npercentage of workers: 0.1%", "shape": "dot", "title": "Le Perreux-sur-Marne\ndepartement: 94\nworking place ranking: 163\npercentage of population: 0.35%\npercentage of workers: 0.1%", "value": 33697.0}, {"color": "#4daf4a", "id": "94042", "label": "Joinville-le-Pont\nSaint-Maurice\ndepartement: 94\nworking place ranking: 91\npercentage of population: 0.35%\npercentage of workers: 0.24%", "shape": "dot", "title": "Joinville-le-Pont\nSaint-Maurice\ndepartement: 94\nworking place ranking: 91\npercentage of population: 0.35%\npercentage of workers: 0.24%", "value": 33688.0}, {"color": "#4daf4a", "id": "94052", "label": "Nogent-sur-Marne\ndepartement: 94\nworking place ranking: 119\npercentage of population: 0.34%\npercentage of workers: 0.17%", "shape": "dot", "title": "Nogent-sur-Marne\ndepartement: 94\nworking place ranking: 119\npercentage of population: 0.34%\npercentage of workers: 0.17%", "value": 33578.0}, {"color": "#e41a1c", "id": "75103", "label": "Paris 3e Arrondissement\ndepartement: 75\nworking place ranking: 37\npercentage of population: 0.34%\npercentage of workers: 0.71%", "shape": "dot", "title": "Paris 3e Arrondissement\ndepartement: 75\nworking place ranking: 37\npercentage of population: 0.34%\npercentage of workers: 0.71%", "value": 33402.0}, {"color": "#ffff33", "id": "78311", "label": "Houilles\ndepartement: 78\nworking place ranking: 181\npercentage of population: 0.34%\npercentage of workers: 0.08%", "shape": "dot", "title": "Houilles\ndepartement: 78\nworking place ranking: 181\npercentage of population: 0.34%\npercentage of workers: 0.08%", "value": 33250.0}, {"color": "#984ea3", "id": "91136", "label": "Chilly-Mazarin\nVillebon-sur-Yvette\nChamplan\ndepartement: 91\nworking place ranking: 62\npercentage of population: 0.34%\npercentage of workers: 0.39%", "shape": "dot", "title": "Chilly-Mazarin\nVillebon-sur-Yvette\nChamplan\ndepartement: 91\nworking place ranking: 62\npercentage of population: 0.34%\npercentage of workers: 0.39%", "value": 33120.0}, {"color": "#984ea3", "id": "91097", "label": "\u00c9pinay-sous-S\u00e9nart\nQuincy-sous-S\u00e9nart\nBoussy-Saint-Antoine\nVarennes-Jarcy\ndepartement: 91\nworking place ranking: 208\npercentage of population: 0.33%\npercentage of workers: 0.05%", "shape": "dot", "title": "\u00c9pinay-sous-S\u00e9nart\nQuincy-sous-S\u00e9nart\nBoussy-Saint-Antoine\nVarennes-Jarcy\ndepartement: 91\nworking place ranking: 208\npercentage of population: 0.33%\npercentage of workers: 0.05%", "value": 31942.0}, {"color": "#a65628", "id": "95063", "label": "Bezons\ndepartement: 95\nworking place ranking: 86\npercentage of population: 0.33%\npercentage of workers: 0.27%", "shape": "dot", "title": "Bezons\ndepartement: 95\nworking place ranking: 86\npercentage of population: 0.33%\npercentage of workers: 0.27%", "value": 31866.0}, {"color": "#ffff33", "id": "78423", "label": "Montigny-le-Bretonneux\ndepartement: 78\nworking place ranking: 68\npercentage of population: 0.33%\npercentage of workers: 0.34%", "shape": "dot", "title": "Montigny-le-Bretonneux\ndepartement: 78\nworking place ranking: 68\npercentage of population: 0.33%\npercentage of workers: 0.34%", "value": 31854.0}, {"color": "#a65628", "id": "95306", "label": "Herblay-sur-Seine\ndepartement: 95\nworking place ranking: 148\npercentage of population: 0.33%\npercentage of workers: 0.12%", "shape": "dot", "title": "Herblay-sur-Seine\ndepartement: 95\nworking place ranking: 148\npercentage of population: 0.33%\npercentage of workers: 0.12%", "value": 31747.0}, {"color": "#4daf4a", "id": "94038", "label": "L\u0027Ha\u00ff-les-Roses\ndepartement: 94\nworking place ranking: 165\npercentage of population: 0.32%\npercentage of workers: 0.1%", "shape": "dot", "title": "L\u0027Ha\u00ff-les-Roses\ndepartement: 94\nworking place ranking: 165\npercentage of population: 0.32%\npercentage of workers: 0.1%", "value": 31647.0}, {"color": "#984ea3", "id": "91657", "label": "Vigneux-sur-Seine\ndepartement: 91\nworking place ranking: 204\npercentage of population: 0.32%\npercentage of workers: 0.05%", "shape": "dot", "title": "Vigneux-sur-Seine\ndepartement: 91\nworking place ranking: 204\npercentage of population: 0.32%\npercentage of workers: 0.05%", "value": 31495.0}, {"color": "#ff7f00", "id": "93063", "label": "Romainville\ndepartement: 93\nworking place ranking: 133\npercentage of population: 0.32%\npercentage of workers: 0.14%", "shape": "dot", "title": "Romainville\ndepartement: 93\nworking place ranking: 133\npercentage of population: 0.32%\npercentage of workers: 0.14%", "value": 31469.0}, {"color": "#ff7f00", "id": "93059", "label": "Pierrefitte-sur-Seine\ndepartement: 93\nworking place ranking: 172\npercentage of population: 0.32%\npercentage of workers: 0.09%", "shape": "dot", "title": "Pierrefitte-sur-Seine\ndepartement: 93\nworking place ranking: 172\npercentage of population: 0.32%\npercentage of workers: 0.09%", "value": 31344.0}, {"color": "#377eb8", "id": "92046", "label": "Malakoff\ndepartement: 92\nworking place ranking: 69\npercentage of population: 0.32%\npercentage of workers: 0.34%", "shape": "dot", "title": "Malakoff\ndepartement: 92\nworking place ranking: 69\npercentage of population: 0.32%\npercentage of workers: 0.34%", "value": 31230.0}, {"color": "#984ea3", "id": "91687", "label": "Viry-Ch\u00e2tillon\ndepartement: 91\nworking place ranking: 138\npercentage of population: 0.32%\npercentage of workers: 0.13%", "shape": "dot", "title": "Viry-Ch\u00e2tillon\ndepartement: 91\nworking place ranking: 138\npercentage of population: 0.32%\npercentage of workers: 0.13%", "value": 31098.0}, {"color": "#ffff33", "id": "78158", "label": "Le Chesnay-Rocquencourt\ndepartement: 78\nworking place ranking: 121\npercentage of population: 0.32%\npercentage of workers: 0.17%", "shape": "dot", "title": "Le Chesnay-Rocquencourt\ndepartement: 78\nworking place ranking: 121\npercentage of population: 0.32%\npercentage of workers: 0.17%", "value": 31057.0}, {"color": "#a65628", "id": "95280", "label": "Goussainville\ndepartement: 95\nworking place ranking: 154\npercentage of population: 0.32%\npercentage of workers: 0.11%", "shape": "dot", "title": "Goussainville\ndepartement: 95\nworking place ranking: 154\npercentage of population: 0.32%\npercentage of workers: 0.11%", "value": 30910.0}, {"color": "#4daf4a", "id": "94073", "label": "Thiais\ndepartement: 94\nworking place ranking: 93\npercentage of population: 0.32%\npercentage of workers: 0.23%", "shape": "dot", "title": "Thiais\ndepartement: 94\nworking place ranking: 93\npercentage of population: 0.32%\npercentage of workers: 0.23%", "value": 30788.0}, {"color": "#ffff33", "id": "78015", "label": "Carri\u00e8res-sous-Poissy\nAndr\u00e9sy\ndepartement: 78\nworking place ranking: 202\npercentage of population: 0.31%\npercentage of workers: 0.06%", "shape": "dot", "title": "Carri\u00e8res-sous-Poissy\nAndr\u00e9sy\ndepartement: 78\nworking place ranking: 202\npercentage of population: 0.31%\npercentage of workers: 0.06%", "value": 30653.0}, {"color": "#ff7f00", "id": "93077", "label": "Villemomble\ndepartement: 93\nworking place ranking: 170\npercentage of population: 0.31%\npercentage of workers: 0.09%", "shape": "dot", "title": "Villemomble\ndepartement: 93\nworking place ranking: 170\npercentage of population: 0.31%\npercentage of workers: 0.09%", "value": 30583.0}, {"color": "#4daf4a", "id": "94016", "label": "Cachan\ndepartement: 94\nworking place ranking: 131\npercentage of population: 0.31%\npercentage of workers: 0.15%", "shape": "dot", "title": "Cachan\ndepartement: 94\nworking place ranking: 131\npercentage of population: 0.31%\npercentage of workers: 0.15%", "value": 30214.0}, {"color": "#ffff33", "id": "78146", "label": "Chatou\ndepartement: 78\nworking place ranking: 151\npercentage of population: 0.3%\npercentage of workers: 0.12%", "shape": "dot", "title": "Chatou\ndepartement: 78\nworking place ranking: 151\npercentage of population: 0.3%\npercentage of workers: 0.12%", "value": 29709.0}, {"color": "#4daf4a", "id": "94079", "label": "Villiers-sur-Marne\ndepartement: 94\nworking place ranking: 168\npercentage of population: 0.3%\npercentage of workers: 0.09%", "shape": "dot", "title": "Villiers-sur-Marne\ndepartement: 94\nworking place ranking: 168\npercentage of population: 0.3%\npercentage of workers: 0.09%", "value": 29672.0}, {"color": "#984ea3", "id": "91521", "label": "Ris-Orangis\ndepartement: 91\nworking place ranking: 184\npercentage of population: 0.3%\npercentage of workers: 0.08%", "shape": "dot", "title": "Ris-Orangis\ndepartement: 91\nworking place ranking: 184\npercentage of population: 0.3%\npercentage of workers: 0.08%", "value": 29643.0}, {"color": "#4daf4a", "id": "94018", "label": "Charenton-le-Pont\ndepartement: 94\nworking place ranking: 71\npercentage of population: 0.3%\npercentage of workers: 0.32%", "shape": "dot", "title": "Charenton-le-Pont\ndepartement: 94\nworking place ranking: 71\npercentage of population: 0.3%\npercentage of workers: 0.32%", "value": 29632.0}, {"color": "#377eb8", "id": "92035", "label": "La Garenne-Colombes\ndepartement: 92\nworking place ranking: 95\npercentage of population: 0.3%\npercentage of workers: 0.23%", "shape": "dot", "title": "La Garenne-Colombes\ndepartement: 92\nworking place ranking: 95\npercentage of population: 0.3%\npercentage of workers: 0.23%", "value": 29624.0}, {"color": "#ff7f00", "id": "93014", "label": "Clichy-sous-Bois\ndepartement: 93\nworking place ranking: 178\npercentage of population: 0.3%\npercentage of workers: 0.09%", "shape": "dot", "title": "Clichy-sous-Bois\ndepartement: 93\nworking place ranking: 178\npercentage of population: 0.3%\npercentage of workers: 0.09%", "value": 29568.0}, {"color": "#377eb8", "id": "92060", "label": "Le Plessis-Robinson\ndepartement: 92\nworking place ranking: 72\npercentage of population: 0.3%\npercentage of workers: 0.32%", "shape": "dot", "title": "Le Plessis-Robinson\ndepartement: 92\nworking place ranking: 72\npercentage of population: 0.3%\npercentage of workers: 0.32%", "value": 29562.0}, {"color": "#377eb8", "id": "92064", "label": "Saint-Cloud\ndepartement: 92\nworking place ranking: 63\npercentage of population: 0.3%\npercentage of workers: 0.39%", "shape": "dot", "title": "Saint-Cloud\ndepartement: 92\nworking place ranking: 63\npercentage of population: 0.3%\npercentage of workers: 0.39%", "value": 29560.0}, {"color": "#377eb8", "id": "92009", "label": "Bois-Colombes\ndepartement: 92\nworking place ranking: 81\npercentage of population: 0.3%\npercentage of workers: 0.28%", "shape": "dot", "title": "Bois-Colombes\ndepartement: 92\nworking place ranking: 81\npercentage of population: 0.3%\npercentage of workers: 0.28%", "value": 29555.0}, {"color": "#a65628", "id": "95598", "label": "Soisy-sous-Montmorency\nEnghien-les-Bains\ndepartement: 95\nworking place ranking: 124\npercentage of population: 0.3%\npercentage of workers: 0.16%", "shape": "dot", "title": "Soisy-sous-Montmorency\nEnghien-les-Bains\ndepartement: 95\nworking place ranking: 124\npercentage of population: 0.3%\npercentage of workers: 0.16%", "value": 29477.0}, {"color": "#ffff33", "id": "78297", "label": "Guyancourt\ndepartement: 78\nworking place ranking: 44\npercentage of population: 0.3%\npercentage of workers: 0.63%", "shape": "dot", "title": "Guyancourt\ndepartement: 78\nworking place ranking: 44\npercentage of population: 0.3%\npercentage of workers: 0.63%", "value": 29269.0}, {"color": "#a65628", "id": "95219", "label": "Ermont\ndepartement: 95\nworking place ranking: 145\npercentage of population: 0.3%\npercentage of workers: 0.12%", "shape": "dot", "title": "Ermont\ndepartement: 95\nworking place ranking: 145\npercentage of population: 0.3%\npercentage of workers: 0.12%", "value": 29230.0}, {"color": "#984ea3", "id": "91691", "label": "Yerres\ndepartement: 91\nworking place ranking: 197\npercentage of population: 0.3%\npercentage of workers: 0.06%", "shape": "dot", "title": "Yerres\ndepartement: 91\nworking place ranking: 197\npercentage of population: 0.3%\npercentage of workers: 0.06%", "value": 29097.0}, {"color": "#e41a1c", "id": "75104", "label": "Paris 4e Arrondissement\ndepartement: 75\nworking place ranking: 31\npercentage of population: 0.3%\npercentage of workers: 0.92%", "shape": "dot", "title": "Paris 4e Arrondissement\ndepartement: 75\nworking place ranking: 31\npercentage of population: 0.3%\npercentage of workers: 0.92%", "value": 29064.0}, {"color": "#a65628", "id": "95680", "label": "Villiers-le-Bel\ndepartement: 95\nworking place ranking: 187\npercentage of population: 0.29%\npercentage of workers: 0.07%", "shape": "dot", "title": "Villiers-le-Bel\ndepartement: 95\nworking place ranking: 187\npercentage of population: 0.29%\npercentage of workers: 0.07%", "value": 28636.0}, {"color": "#984ea3", "id": "91201", "label": "Draveil\ndepartement: 91\nworking place ranking: 182\npercentage of population: 0.29%\npercentage of workers: 0.08%", "shape": "dot", "title": "Draveil\ndepartement: 91\nworking place ranking: 182\npercentage of population: 0.29%\npercentage of workers: 0.08%", "value": 28595.0}, {"color": "#4daf4a", "id": "94034", "label": "Fresnes\ndepartement: 94\nworking place ranking: 141\npercentage of population: 0.29%\npercentage of workers: 0.13%", "shape": "dot", "title": "Fresnes\ndepartement: 94\nworking place ranking: 141\npercentage of population: 0.29%\npercentage of workers: 0.13%", "value": 28556.0}, {"color": "#4daf4a", "id": "94044", "label": "Limeil-Br\u00e9vannes\ndepartement: 94\nworking place ranking: 162\npercentage of population: 0.29%\npercentage of workers: 0.1%", "shape": "dot", "title": "Limeil-Br\u00e9vannes\ndepartement: 94\nworking place ranking: 162\npercentage of population: 0.29%\npercentage of workers: 0.1%", "value": 28290.0}, {"color": "#984ea3", "id": "91689", "label": "Morangis\nParay-Vieille-Poste\nWissous\ndepartement: 91\nworking place ranking: 61\npercentage of population: 0.29%\npercentage of workers: 0.4%", "shape": "dot", "title": "Morangis\nParay-Vieille-Poste\nWissous\ndepartement: 91\nworking place ranking: 61\npercentage of population: 0.29%\npercentage of workers: 0.4%", "value": 28017.0}, {"color": "#ff7f00", "id": "93047", "label": "Montfermeil\ndepartement: 93\nworking place ranking: 153\npercentage of population: 0.29%\npercentage of workers: 0.11%", "shape": "dot", "title": "Montfermeil\ndepartement: 93\nworking place ranking: 153\npercentage of population: 0.29%\npercentage of workers: 0.11%", "value": 28006.0}, {"color": "#377eb8", "id": "92075", "label": "Vanves\ndepartement: 92\nworking place ranking: 125\npercentage of population: 0.29%\npercentage of workers: 0.16%", "shape": "dot", "title": "Vanves\ndepartement: 92\nworking place ranking: 125\npercentage of population: 0.29%\npercentage of workers: 0.16%", "value": 27871.0}, {"color": "#984ea3", "id": "91286", "label": "Grigny\ndepartement: 91\nworking place ranking: 161\npercentage of population: 0.28%\npercentage of workers: 0.11%", "shape": "dot", "title": "Grigny\ndepartement: 91\nworking place ranking: 161\npercentage of population: 0.28%\npercentage of workers: 0.11%", "value": 27571.0}, {"color": "#984ea3", "id": "91122", "label": "Orsay\nBures-sur-Yvette\nGometz-le-Ch\u00e2tel\ndepartement: 91\nworking place ranking: 98\npercentage of population: 0.28%\npercentage of workers: 0.22%", "shape": "dot", "title": "Orsay\nBures-sur-Yvette\nGometz-le-Ch\u00e2tel\ndepartement: 91\nworking place ranking: 98\npercentage of population: 0.28%\npercentage of workers: 0.22%", "value": 27412.0}, {"color": "#4daf4a", "id": "94071", "label": "Sucy-en-Brie\ndepartement: 94\nworking place ranking: 144\npercentage of population: 0.28%\npercentage of workers: 0.13%", "shape": "dot", "title": "Sucy-en-Brie\ndepartement: 94\nworking place ranking: 144\npercentage of population: 0.28%\npercentage of workers: 0.13%", "value": 27040.0}, {"color": "#ff7f00", "id": "93013", "label": "Le Bourget\nDugny\ndepartement: 93\nworking place ranking: 99\npercentage of population: 0.28%\npercentage of workers: 0.22%", "shape": "dot", "title": "Le Bourget\nDugny\ndepartement: 93\nworking place ranking: 99\npercentage of population: 0.28%\npercentage of workers: 0.22%", "value": 26860.0}, {"color": "#f781bf", "id": "77514", "label": "Villeparisis\ndepartement: 77\nworking place ranking: 199\npercentage of population: 0.27%\npercentage of workers: 0.06%", "shape": "dot", "title": "Villeparisis\ndepartement: 77\nworking place ranking: 199\npercentage of population: 0.27%\npercentage of workers: 0.06%", "value": 26700.0}, {"color": "#a65628", "id": "95607", "label": "Taverny\ndepartement: 95\nworking place ranking: 155\npercentage of population: 0.27%\npercentage of workers: 0.11%", "shape": "dot", "title": "Taverny\ndepartement: 95\nworking place ranking: 155\npercentage of population: 0.27%\npercentage of workers: 0.11%", "value": 26607.0}, {"color": "#a65628", "id": "95582", "label": "Sannois\ndepartement: 95\nworking place ranking: 180\npercentage of population: 0.27%\npercentage of workers: 0.08%", "shape": "dot", "title": "Sannois\ndepartement: 95\nworking place ranking: 180\npercentage of population: 0.27%\npercentage of workers: 0.08%", "value": 26524.0}, {"color": "#a65628", "id": "95488", "label": "Pierrelaye\nBeauchamp\nBessancourt\ndepartement: 95\nworking place ranking: 166\npercentage of population: 0.27%\npercentage of workers: 0.1%", "shape": "dot", "title": "Pierrelaye\nBeauchamp\nBessancourt\ndepartement: 95\nworking place ranking: 166\npercentage of population: 0.27%\npercentage of workers: 0.1%", "value": 26510.0}, {"color": "#377eb8", "id": "92033", "label": "Garches\nVaucresson\ndepartement: 92\nworking place ranking: 134\npercentage of population: 0.27%\npercentage of workers: 0.14%", "shape": "dot", "title": "Garches\nVaucresson\ndepartement: 92\nworking place ranking: 134\npercentage of population: 0.27%\npercentage of workers: 0.14%", "value": 26184.0}, {"color": "#a65628", "id": "95176", "label": "Cormeilles-en-Parisis\ndepartement: 95\nworking place ranking: 169\npercentage of population: 0.27%\npercentage of workers: 0.09%", "shape": "dot", "title": "Cormeilles-en-Parisis\ndepartement: 95\nworking place ranking: 169\npercentage of population: 0.27%\npercentage of workers: 0.09%", "value": 26074.0}, {"color": "#a65628", "id": "95277", "label": "Gonesse\ndepartement: 95\nworking place ranking: 79\npercentage of population: 0.27%\npercentage of workers: 0.28%", "shape": "dot", "title": "Gonesse\ndepartement: 95\nworking place ranking: 79\npercentage of population: 0.27%\npercentage of workers: 0.28%", "value": 25853.0}, {"color": "#a65628", "id": "95203", "label": "Eaubonne\ndepartement: 95\nworking place ranking: 135\npercentage of population: 0.26%\npercentage of workers: 0.14%", "shape": "dot", "title": "Eaubonne\ndepartement: 95\nworking place ranking: 135\npercentage of population: 0.26%\npercentage of workers: 0.14%", "value": 25498.0}, {"color": "#984ea3", "id": "91114", "label": "Brunoy\ndepartement: 91\nworking place ranking: 190\npercentage of population: 0.26%\npercentage of workers: 0.07%", "shape": "dot", "title": "Brunoy\ndepartement: 91\nworking place ranking: 190\npercentage of population: 0.26%\npercentage of workers: 0.07%", "value": 25344.0}, {"color": "#f781bf", "id": "77083", "label": "Champs-sur-Marne\ndepartement: 77\nworking place ranking: 120\npercentage of population: 0.26%\npercentage of workers: 0.17%", "shape": "dot", "title": "Champs-sur-Marne\ndepartement: 77\nworking place ranking: 120\npercentage of population: 0.26%\npercentage of workers: 0.17%", "value": 25230.0}, {"color": "#377eb8", "id": "92032", "label": "Fontenay-aux-Roses\ndepartement: 92\nworking place ranking: 129\npercentage of population: 0.26%\npercentage of workers: 0.15%", "shape": "dot", "title": "Fontenay-aux-Roses\ndepartement: 92\nworking place ranking: 129\npercentage of population: 0.26%\npercentage of workers: 0.15%", "value": 25174.0}, {"color": "#984ea3", "id": "91692", "label": "Les Ulis\ndepartement: 91\nworking place ranking: 87\npercentage of population: 0.26%\npercentage of workers: 0.27%", "shape": "dot", "title": "Les Ulis\ndepartement: 91\nworking place ranking: 87\npercentage of population: 0.26%\npercentage of workers: 0.27%", "value": 25165.0}, {"color": "#a65628", "id": "95353", "label": "\u00c9ragny\nLa Frette-sur-Seine\nMaffliers\nCh\u00e2tenay-en-France\ndepartement: 95\nworking place ranking: 175\npercentage of population: 0.26%\npercentage of workers: 0.09%", "shape": "dot", "title": "\u00c9ragny\nLa Frette-sur-Seine\nMaffliers\nCh\u00e2tenay-en-France\ndepartement: 95\nworking place ranking: 175\npercentage of population: 0.26%\npercentage of workers: 0.09%", "value": 24879.0}, {"color": "#377eb8", "id": "92078", "label": "Villeneuve-la-Garenne\ndepartement: 92\nworking place ranking: 109\npercentage of population: 0.25%\npercentage of workers: 0.2%", "shape": "dot", "title": "Villeneuve-la-Garenne\ndepartement: 92\nworking place ranking: 109\npercentage of population: 0.25%\npercentage of workers: 0.2%", "value": 24592.0}, {"color": "#a65628", "id": "95491", "label": "Saint-Leu-la-For\u00eat\nLe Plessis-Bouchard\ndepartement: 95\nworking place ranking: 194\npercentage of population: 0.25%\npercentage of workers: 0.06%", "shape": "dot", "title": "Saint-Leu-la-For\u00eat\nLe Plessis-Bouchard\ndepartement: 95\nworking place ranking: 194\npercentage of population: 0.25%\npercentage of workers: 0.06%", "value": 24530.0}, {"color": "#4daf4a", "id": "94043", "label": "Le Kremlin-Bic\u00eatre\ndepartement: 94\nworking place ranking: 74\npercentage of population: 0.25%\npercentage of workers: 0.32%", "shape": "dot", "title": "Le Kremlin-Bic\u00eatre\ndepartement: 94\nworking place ranking: 74\npercentage of population: 0.25%\npercentage of workers: 0.32%", "value": 24513.0}, {"color": "#4daf4a", "id": "94054", "label": "Orly\ndepartement: 94\nworking place ranking: 52\npercentage of population: 0.25%\npercentage of workers: 0.49%", "shape": "dot", "title": "Orly\ndepartement: 94\nworking place ranking: 52\npercentage of population: 0.25%\npercentage of workers: 0.49%", "value": 24361.0}, {"color": "#984ea3", "id": "91421", "label": "Montgeron\ndepartement: 91\nworking place ranking: 171\npercentage of population: 0.25%\npercentage of workers: 0.09%", "shape": "dot", "title": "Montgeron\ndepartement: 91\nworking place ranking: 171\npercentage of population: 0.25%\npercentage of workers: 0.09%", "value": 23943.0}, {"color": "#ff7f00", "id": "93057", "label": "Les Pavillons-sous-Bois\ndepartement: 93\nworking place ranking: 159\npercentage of population: 0.25%\npercentage of workers: 0.11%", "shape": "dot", "title": "Les Pavillons-sous-Bois\ndepartement: 93\nworking place ranking: 159\npercentage of population: 0.25%\npercentage of workers: 0.11%", "value": 23904.0}, {"color": "#4daf4a", "id": "94047", "label": "Villecresnes\nMandres-les-Roses\nSanteny\nP\u00e9rigny\ndepartement: 94\nworking place ranking: 203\npercentage of population: 0.24%\npercentage of workers: 0.06%", "shape": "dot", "title": "Villecresnes\nMandres-les-Roses\nSanteny\nP\u00e9rigny\ndepartement: 94\nworking place ranking: 203\npercentage of population: 0.24%\npercentage of workers: 0.06%", "value": 23335.0}, {"color": "#ff7f00", "id": "93045", "label": "Les Lilas\ndepartement: 93\nworking place ranking: 164\npercentage of population: 0.24%\npercentage of workers: 0.1%", "shape": "dot", "title": "Les Lilas\ndepartement: 93\nworking place ranking: 164\npercentage of population: 0.24%\npercentage of workers: 0.1%", "value": 23276.0}, {"color": "#ffff33", "id": "78358", "label": "Maisons-Laffitte\ndepartement: 78\nworking place ranking: 157\npercentage of population: 0.24%\npercentage of workers: 0.11%", "shape": "dot", "title": "Maisons-Laffitte\ndepartement: 78\nworking place ranking: 157\npercentage of population: 0.24%\npercentage of workers: 0.11%", "value": 23204.0}, {"color": "#377eb8", "id": "92072", "label": "S\u00e8vres\ndepartement: 92\nworking place ranking: 102\npercentage of population: 0.24%\npercentage of workers: 0.21%", "shape": "dot", "title": "S\u00e8vres\ndepartement: 92\nworking place ranking: 102\npercentage of population: 0.24%\npercentage of workers: 0.21%", "value": 23108.0}, {"color": "#ffff33", "id": "78640", "label": "V\u00e9lizy-Villacoublay\ndepartement: 78\nworking place ranking: 32\npercentage of population: 0.23%\npercentage of workers: 0.89%", "shape": "dot", "title": "V\u00e9lizy-Villacoublay\ndepartement: 78\nworking place ranking: 32\npercentage of population: 0.23%\npercentage of workers: 0.89%", "value": 22836.0}, {"color": "#f781bf", "id": "77390", "label": "Roissy-en-Brie\ndepartement: 77\nworking place ranking: 179\npercentage of population: 0.23%\npercentage of workers: 0.09%", "shape": "dot", "title": "Roissy-en-Brie\ndepartement: 77\nworking place ranking: 179\npercentage of population: 0.23%\npercentage of workers: 0.09%", "value": 22643.0}, {"color": "#f781bf", "id": "77468", "label": "Torcy\ndepartement: 77\nworking place ranking: 152\npercentage of population: 0.23%\npercentage of workers: 0.11%", "shape": "dot", "title": "Torcy\ndepartement: 77\nworking place ranking: 152\npercentage of population: 0.23%\npercentage of workers: 0.11%", "value": 22500.0}, {"color": "#a65628", "id": "95424", "label": "Montigny-l\u00e8s-Cormeilles\ndepartement: 95\nworking place ranking: 195\npercentage of population: 0.23%\npercentage of workers: 0.06%", "shape": "dot", "title": "Montigny-l\u00e8s-Cormeilles\ndepartement: 95\nworking place ranking: 195\npercentage of population: 0.23%\npercentage of workers: 0.06%", "value": 22186.0}, {"color": "#f781bf", "id": "77258", "label": "Lognes\n\u00c9merainville\ndepartement: 77\nworking place ranking: 101\npercentage of population: 0.23%\npercentage of workers: 0.21%", "shape": "dot", "title": "Lognes\n\u00c9merainville\ndepartement: 77\nworking place ranking: 101\npercentage of population: 0.23%\npercentage of workers: 0.21%", "value": 22055.0}, {"color": "#a65628", "id": "95197", "label": "Deuil-la-Barre\ndepartement: 95\nworking place ranking: 210\npercentage of population: 0.23%\npercentage of workers: 0.05%", "shape": "dot", "title": "Deuil-la-Barre\ndepartement: 95\nworking place ranking: 210\npercentage of population: 0.23%\npercentage of workers: 0.05%", "value": 22050.0}, {"color": "#4daf4a", "id": "94067", "label": "Saint-Mand\u00e9\ndepartement: 94\nworking place ranking: 118\npercentage of population: 0.23%\npercentage of workers: 0.17%", "shape": "dot", "title": "Saint-Mand\u00e9\ndepartement: 94\nworking place ranking: 118\npercentage of population: 0.23%\npercentage of workers: 0.17%", "value": 21991.0}, {"color": "#4daf4a", "id": "94003", "label": "Arcueil\ndepartement: 94\nworking place ranking: 60\npercentage of population: 0.22%\npercentage of workers: 0.41%", "shape": "dot", "title": "Arcueil\ndepartement: 94\nworking place ranking: 60\npercentage of population: 0.22%\npercentage of workers: 0.41%", "value": 21840.0}, {"color": "#a65628", "id": "95428", "label": "Montmorency\ndepartement: 95\nworking place ranking: 191\npercentage of population: 0.22%\npercentage of workers: 0.07%", "shape": "dot", "title": "Montmorency\ndepartement: 95\nworking place ranking: 191\npercentage of population: 0.22%\npercentage of workers: 0.07%", "value": 21688.0}, {"color": "#ffff33", "id": "78005", "label": "Ach\u00e8res\ndepartement: 78\nworking place ranking: 211\npercentage of population: 0.22%\npercentage of workers: 0.05%", "shape": "dot", "title": "Ach\u00e8res\ndepartement: 78\nworking place ranking: 211\npercentage of population: 0.22%\npercentage of workers: 0.05%", "value": 21660.0}, {"color": "#984ea3", "id": "91272", "label": "Gif-sur-Yvette\ndepartement: 91\nworking place ranking: 113\npercentage of population: 0.22%\npercentage of workers: 0.18%", "shape": "dot", "title": "Gif-sur-Yvette\ndepartement: 91\nworking place ranking: 113\npercentage of population: 0.22%\npercentage of workers: 0.18%", "value": 21439.0}, {"color": "#4daf4a", "id": "94077", "label": "Villeneuve-le-Roi\ndepartement: 94\nworking place ranking: 160\npercentage of population: 0.22%\npercentage of workers: 0.11%", "shape": "dot", "title": "Villeneuve-le-Roi\ndepartement: 94\nworking place ranking: 160\npercentage of population: 0.22%\npercentage of workers: 0.11%", "value": 21411.0}, {"color": "#984ea3", "id": "91570", "label": "Saint-Michel-sur-Orge\ndepartement: 91\nworking place ranking: 207\npercentage of population: 0.22%\npercentage of workers: 0.05%", "shape": "dot", "title": "Saint-Michel-sur-Orge\ndepartement: 91\nworking place ranking: 207\npercentage of population: 0.22%\npercentage of workers: 0.05%", "value": 21298.0}, {"color": "#e41a1c", "id": "75102", "label": "Paris 2e Arrondissement\ndepartement: 75\nworking place ranking: 15\npercentage of population: 0.22%\npercentage of workers: 1.68%", "shape": "dot", "title": "Paris 2e Arrondissement\ndepartement: 75\nworking place ranking: 15\npercentage of population: 0.22%\npercentage of workers: 1.68%", "value": 21130.0}, {"color": "#984ea3", "id": "91345", "label": "Longjumeau\ndepartement: 91\nworking place ranking: 143\npercentage of population: 0.22%\npercentage of workers: 0.13%", "shape": "dot", "title": "Longjumeau\ndepartement: 91\nworking place ranking: 143\npercentage of population: 0.22%\npercentage of workers: 0.13%", "value": 21105.0}, {"color": "#377eb8", "id": "92014", "label": "Bourg-la-Reine\ndepartement: 92\nworking place ranking: 156\npercentage of population: 0.22%\npercentage of workers: 0.11%", "shape": "dot", "title": "Bourg-la-Reine\ndepartement: 92\nworking place ranking: 156\npercentage of population: 0.22%\npercentage of workers: 0.11%", "value": 20974.0}, {"color": "#ff7f00", "id": "93049", "label": "Neuilly-Plaisance\ndepartement: 93\nworking place ranking: 149\npercentage of population: 0.21%\npercentage of workers: 0.12%", "shape": "dot", "title": "Neuilly-Plaisance\ndepartement: 93\nworking place ranking: 149\npercentage of population: 0.21%\npercentage of workers: 0.12%", "value": 20934.0}, {"color": "#a65628", "id": "95555", "label": "Saint-Gratien\ndepartement: 95\nworking place ranking: 193\npercentage of population: 0.21%\npercentage of workers: 0.06%", "shape": "dot", "title": "Saint-Gratien\ndepartement: 95\nworking place ranking: 193\npercentage of population: 0.21%\npercentage of workers: 0.06%", "value": 20914.0}, {"color": "#f781bf", "id": "77350", "label": "Ozoir-la-Ferri\u00e8re\ndepartement: 77\nworking place ranking: 214\npercentage of population: 0.21%\npercentage of workers: 0.04%", "shape": "dot", "title": "Ozoir-la-Ferri\u00e8re\ndepartement: 77\nworking place ranking: 214\npercentage of population: 0.21%\npercentage of workers: 0.04%", "value": 20712.0}, {"color": "#f781bf", "id": "77294", "label": "Mitry-Mory\ndepartement: 77\nworking place ranking: 132\npercentage of population: 0.21%\npercentage of workers: 0.14%", "shape": "dot", "title": "Mitry-Mory\ndepartement: 77\nworking place ranking: 132\npercentage of population: 0.21%\npercentage of workers: 0.14%", "value": 20620.0}, {"color": "#ffff33", "id": "78545", "label": "Saint-Cyr-l\u0027\u00c9cole\ndepartement: 78\nworking place ranking: 217\npercentage of population: 0.21%\npercentage of workers: 0.04%", "shape": "dot", "title": "Saint-Cyr-l\u0027\u00c9cole\ndepartement: 78\nworking place ranking: 217\npercentage of population: 0.21%\npercentage of workers: 0.04%", "value": 20611.0}, {"color": "#377eb8", "id": "92022", "label": "Chaville\ndepartement: 92\nworking place ranking: 198\npercentage of population: 0.21%\npercentage of workers: 0.06%", "shape": "dot", "title": "Chaville\ndepartement: 92\nworking place ranking: 198\npercentage of population: 0.21%\npercentage of workers: 0.06%", "value": 20524.0}, {"color": "#ffff33", "id": "78126", "label": "La Celle-Saint-Cloud\ndepartement: 78\nworking place ranking: 209\npercentage of population: 0.21%\npercentage of workers: 0.05%", "shape": "dot", "title": "La Celle-Saint-Cloud\ndepartement: 78\nworking place ranking: 209\npercentage of population: 0.21%\npercentage of workers: 0.05%", "value": 20496.0}, {"color": "#4daf4a", "id": "94021", "label": "Chevilly-Larue\ndepartement: 94\nworking place ranking: 115\npercentage of population: 0.21%\npercentage of workers: 0.18%", "shape": "dot", "title": "Chevilly-Larue\ndepartement: 94\nworking place ranking: 115\npercentage of population: 0.21%\npercentage of workers: 0.18%", "value": 20372.0}, {"color": "#377eb8", "id": "92071", "label": "Sceaux\ndepartement: 92\nworking place ranking: 142\npercentage of population: 0.21%\npercentage of workers: 0.13%", "shape": "dot", "title": "Sceaux\ndepartement: 92\nworking place ranking: 142\npercentage of population: 0.21%\npercentage of workers: 0.13%", "value": 20359.0}, {"color": "#984ea3", "id": "91434", "label": "Morsang-sur-Orge\ndepartement: 91\nworking place ranking: 213\npercentage of population: 0.21%\npercentage of workers: 0.04%", "shape": "dot", "title": "Morsang-sur-Orge\ndepartement: 91\nworking place ranking: 213\npercentage of population: 0.21%\npercentage of workers: 0.04%", "value": 20149.0}, {"color": "#ffff33", "id": "78688", "label": "Voisins-le-Bretonneux\nMagny-les-Hameaux\ndepartement: 78\nworking place ranking: 150\npercentage of population: 0.21%\npercentage of workers: 0.12%", "shape": "dot", "title": "Voisins-le-Bretonneux\nMagny-les-Hameaux\ndepartement: 78\nworking place ranking: 150\npercentage of population: 0.21%\npercentage of workers: 0.12%", "value": 20139.0}, {"color": "#ffff33", "id": "78190", "label": "Croissy-sur-Seine\nBougival\ndepartement: 78\nworking place ranking: 183\npercentage of population: 0.2%\npercentage of workers: 0.08%", "shape": "dot", "title": "Croissy-sur-Seine\nBougival\ndepartement: 78\nworking place ranking: 183\npercentage of population: 0.2%\npercentage of workers: 0.08%", "value": 19307.0}, {"color": "#a65628", "id": "95678", "label": "M\u00e9ry-sur-Oise\nMontsoult\nFr\u00e9pillon\nVilliers-Adam\nB\u00e9themont-la-For\u00eat\nChauvry\ndepartement: 95\nworking place ranking: 216\npercentage of population: 0.19%\npercentage of workers: 0.04%", "shape": "dot", "title": "M\u00e9ry-sur-Oise\nMontsoult\nFr\u00e9pillon\nVilliers-Adam\nB\u00e9themont-la-For\u00eat\nChauvry\ndepartement: 95\nworking place ranking: 216\npercentage of population: 0.19%\npercentage of workers: 0.04%", "value": 18595.0}, {"color": "#ffff33", "id": "78620", "label": "Jouy-en-Josas\nBuc\nLes Loges-en-Josas\nCh\u00e2teaufort\nToussus-le-Noble\ndepartement: 78\nworking place ranking: 100\npercentage of population: 0.19%\npercentage of workers: 0.22%", "shape": "dot", "title": "Jouy-en-Josas\nBuc\nLes Loges-en-Josas\nCh\u00e2teaufort\nToussus-le-Noble\ndepartement: 78\nworking place ranking: 100\npercentage of population: 0.19%\npercentage of workers: 0.22%", "value": 18247.0}, {"color": "#ffff33", "id": "78686", "label": "Viroflay\nAigremont\ndepartement: 78\nworking place ranking: 186\npercentage of population: 0.18%\npercentage of workers: 0.07%", "shape": "dot", "title": "Viroflay\nAigremont\ndepartement: 78\nworking place ranking: 186\npercentage of population: 0.18%\npercentage of workers: 0.07%", "value": 17829.0}, {"color": "#a65628", "id": "95351", "label": "Louvres\nPuiseux-en-France\nFontenay-en-Parisis\nChennevi\u00e8res-l\u00e8s-Louvres\n\u00c9piais-l\u00e8s-Louvres\ndepartement: 95\nworking place ranking: 221\npercentage of population: 0.18%\npercentage of workers: 0.03%", "shape": "dot", "title": "Louvres\nPuiseux-en-France\nFontenay-en-Parisis\nChennevi\u00e8res-l\u00e8s-Louvres\n\u00c9piais-l\u00e8s-Louvres\ndepartement: 95\nworking place ranking: 221\npercentage of population: 0.18%\npercentage of workers: 0.03%", "value": 17437.0}, {"color": "#e41a1c", "id": "75101", "label": "Paris 1er Arrondissement\ndepartement: 75\nworking place ranking: 14\npercentage of population: 0.16%\npercentage of workers: 1.71%", "shape": "dot", "title": "Paris 1er Arrondissement\ndepartement: 75\nworking place ranking: 14\npercentage of population: 0.16%\npercentage of workers: 1.71%", "value": 16030.0}, {"color": "#a65628", "id": "95091", "label": "Saint-Prix\nBouff\u00e9mont\nBaillet-en-France\ndepartement: 95\nworking place ranking: 215\npercentage of population: 0.16%\npercentage of workers: 0.04%", "shape": "dot", "title": "Saint-Prix\nBouff\u00e9mont\nBaillet-en-France\ndepartement: 95\nworking place ranking: 215\npercentage of population: 0.16%\npercentage of workers: 0.04%", "value": 15709.0}, {"color": "#a65628", "id": "95088", "label": "Arnouville\nBonneuil-en-France\ndepartement: 95\nworking place ranking: 192\npercentage of population: 0.16%\npercentage of workers: 0.07%", "shape": "dot", "title": "Arnouville\nBonneuil-en-France\ndepartement: 95\nworking place ranking: 192\npercentage of population: 0.16%\npercentage of workers: 0.07%", "value": 15522.0}, {"color": "#984ea3", "id": "91339", "label": "Montlh\u00e9ry\nLinas\ndepartement: 91\nworking place ranking: 196\npercentage of population: 0.16%\npercentage of workers: 0.06%", "shape": "dot", "title": "Montlh\u00e9ry\nLinas\ndepartement: 91\nworking place ranking: 196\npercentage of population: 0.16%\npercentage of workers: 0.06%", "value": 15425.0}, {"color": "#984ea3", "id": "91666", "label": "Marcoussis\nNozay\nVillejust\ndepartement: 91\nworking place ranking: 114\npercentage of population: 0.16%\npercentage of workers: 0.18%", "shape": "dot", "title": "Marcoussis\nNozay\nVillejust\ndepartement: 91\nworking place ranking: 114\npercentage of population: 0.16%\npercentage of workers: 0.18%", "value": 15198.0}, {"color": "#f781bf", "id": "77517", "label": "Claye-Souilly\nVillevaud\u00e9\nCarnetin\ndepartement: 77\nworking place ranking: 189\npercentage of population: 0.15%\npercentage of workers: 0.07%", "shape": "dot", "title": "Claye-Souilly\nVillevaud\u00e9\nCarnetin\ndepartement: 77\nworking place ranking: 189\npercentage of population: 0.15%\npercentage of workers: 0.07%", "value": 14907.0}, {"color": "#377eb8", "id": "92077", "label": "Ville-d\u0027Avray\nMarnes-la-Coquette\ndepartement: 92\nworking place ranking: 218\npercentage of population: 0.13%\npercentage of workers: 0.04%", "shape": "dot", "title": "Ville-d\u0027Avray\nMarnes-la-Coquette\ndepartement: 92\nworking place ranking: 218\npercentage of population: 0.13%\npercentage of workers: 0.04%", "value": 12639.0}, {"color": "#ff7f00", "id": "93074", "label": "Vaujours\nCoubron\ndepartement: 93\nworking place ranking: 205\npercentage of population: 0.12%\npercentage of workers: 0.05%", "shape": "dot", "title": "Vaujours\nCoubron\ndepartement: 93\nworking place ranking: 205\npercentage of population: 0.12%\npercentage of workers: 0.05%", "value": 12169.0}, {"color": "#f781bf", "id": "77249", "label": "L\u00e9signy\nServon\nF\u00e9rolles-Attilly\ndepartement: 77\nworking place ranking: 212\npercentage of population: 0.12%\npercentage of workers: 0.04%", "shape": "dot", "title": "L\u00e9signy\nServon\nF\u00e9rolles-Attilly\ndepartement: 77\nworking place ranking: 212\npercentage of population: 0.12%\npercentage of workers: 0.04%", "value": 11696.0}, {"color": "#ffff33", "id": "78571", "label": "Chambourcy\nSaint-Nom-la-Bret\u00e8che\ndepartement: 78\nworking place ranking: 201\npercentage of population: 0.11%\npercentage of workers: 0.06%", "shape": "dot", "title": "Chambourcy\nSaint-Nom-la-Bret\u00e8che\ndepartement: 78\nworking place ranking: 201\npercentage of population: 0.11%\npercentage of workers: 0.06%", "value": 10538.0}, {"color": "#984ea3", "id": "91225", "label": "Soisy-sur-Seine\n\u00c9tiolles\ndepartement: 91\nworking place ranking: 224\npercentage of population: 0.11%\npercentage of workers: 0.02%", "shape": "dot", "title": "Soisy-sur-Seine\n\u00c9tiolles\ndepartement: 91\nworking place ranking: 224\npercentage of population: 0.11%\npercentage of workers: 0.02%", "value": 10332.0}, {"color": "#a65628", "id": "95369", "label": "Montlignon\nMargency\nAndilly\ndepartement: 95\nworking place ranking: 206\npercentage of population: 0.09%\npercentage of workers: 0.05%", "shape": "dot", "title": "Montlignon\nMargency\nAndilly\ndepartement: 95\nworking place ranking: 206\npercentage of population: 0.09%\npercentage of workers: 0.05%", "value": 8450.0}, {"color": "#f781bf", "id": "77139", "label": "Courtry\nLe Pin\ndepartement: 77\nworking place ranking: 222\npercentage of population: 0.08%\npercentage of workers: 0.02%", "shape": "dot", "title": "Courtry\nLe Pin\ndepartement: 77\nworking place ranking: 222\npercentage of population: 0.08%\npercentage of workers: 0.02%", "value": 8212.0}, {"color": "#f781bf", "id": "77438", "label": "Saint-Thibault-des-Vignes\nGouvernes\nBussy-Saint-Martin\ndepartement: 77\nworking place ranking: 200\npercentage of population: 0.08%\npercentage of workers: 0.06%", "shape": "dot", "title": "Saint-Thibault-des-Vignes\nGouvernes\nBussy-Saint-Martin\ndepartement: 77\nworking place ranking: 200\npercentage of population: 0.08%\npercentage of workers: 0.06%", "value": 8168.0}, {"color": "#ffff33", "id": "78406", "label": "Saint-R\u00e9my-l\u00e8s-Chevreuse\nMilon-la-Chapelle\ndepartement: 78\nworking place ranking: 220\npercentage of population: 0.08%\npercentage of workers: 0.03%", "shape": "dot", "title": "Saint-R\u00e9my-l\u00e8s-Chevreuse\nMilon-la-Chapelle\ndepartement: 78\nworking place ranking: 220\npercentage of population: 0.08%\npercentage of workers: 0.03%", "value": 8033.0}, {"color": "#a65628", "id": "95612", "label": "Le Thillay\nVaudherland\ndepartement: 95\nworking place ranking: 219\npercentage of population: 0.05%\npercentage of workers: 0.03%", "shape": "dot", "title": "Le Thillay\nVaudherland\ndepartement: 95\nworking place ranking: 219\npercentage of population: 0.05%\npercentage of workers: 0.03%", "value": 4698.0}, {"color": "#4daf4a", "id": "94065", "label": "Rungis\ndepartement: 94\nworking place ranking: 45\npercentage of population: 0.06%\npercentage of workers: 0.63%", "shape": "dot", "title": "Rungis\ndepartement: 94\nworking place ranking: 45\npercentage of population: 0.06%\npercentage of workers: 0.63%", "value": 5625.0}, {"color": "#a65628", "id": "95527", "label": "Roissy-en-France\ndepartement: 95\nworking place ranking: 23\npercentage of population: 0.03%\npercentage of workers: 1.27%", "shape": "dot", "title": "Roissy-en-France\ndepartement: 95\nworking place ranking: 23\npercentage of population: 0.03%\npercentage of workers: 1.27%", "value": 2793.0}, {"color": "#f781bf", "id": "77291", "label": "Le Mesnil-Amelot\nMauregard\ndepartement: 77\nworking place ranking: 177\npercentage of population: 0.01%\npercentage of workers: 0.09%", "shape": "dot", "title": "Le Mesnil-Amelot\nMauregard\ndepartement: 77\nworking place ranking: 177\npercentage of population: 0.01%\npercentage of workers: 0.09%", "value": 1406.0}, {"color": "#f781bf", "id": "77121", "label": "Coll\u00e9gien\nCroissy-Beaubourg\ndepartement: 77\nworking place ranking: 128\npercentage of population: 0.05%\npercentage of workers: 0.15%", "shape": "dot", "title": "Coll\u00e9gien\nCroissy-Beaubourg\ndepartement: 77\nworking place ranking: 128\npercentage of population: 0.05%\npercentage of workers: 0.15%", "value": 5348.0}]);
edges = new vis.DataSet([{"color": "#984ea3", "from": "75115", "to": "91064", "value": 169.085662942926}, {"color": "#e41a1c", "from": "75115", "to": "75117", "value": 2101.7703194043606}, {"color": "#e41a1c", "from": "75115", "to": "75101", "value": 1894.010896035029}, {"color": "#e41a1c", "from": "75115", "to": "75102", "value": 1905.0934399390699}, {"color": "#4daf4a", "from": "75115", "to": "94076", "value": 228.15569438183357}, {"color": "#377eb8", "from": "75115", "to": "92044", "value": 1243.707306432692}, {"color": "#ffff33", "from": "75115", "to": "78646", "value": 471.75046524636065}, {"color": "#ffff33", "from": "75115", "to": "78640", "value": 717.5141381279553}, {"color": "#ffff33", "from": "75115", "to": "78620", "value": 189.35184442037487}, {"color": "#4daf4a", "from": "75115", "to": "94065", "value": 263.9359513904246}, {"color": "#4daf4a", "from": "75115", "to": "94003", "value": 375.86876159781303}, {"color": "#4daf4a", "from": "75115", "to": "94080", "value": 139.29917177799803}, {"color": "#a65628", "from": "75115", "to": "95527", "value": 327.7208217656772}, {"color": "#4daf4a", "from": "75115", "to": "94028", "value": 301.8933371577072}, {"color": "#377eb8", "from": "75115", "to": "92062", "value": 2364.4668325981406}, {"color": "#377eb8", "from": "75115", "to": "92063", "value": 611.347541616338}, {"color": "#377eb8", "from": "75115", "to": "92025", "value": 258.56698423775487}, {"color": "#a65628", "from": "75115", "to": "95063", "value": 139.49836215806675}, {"color": "#4daf4a", "from": "75115", "to": "94054", "value": 144.7040025494727}, {"color": "#ff7f00", "from": "75115", "to": "93008", "value": 132.62466943395157}, {"color": "#377eb8", "from": "75115", "to": "92060", "value": 301.5844669685989}, {"color": "#4daf4a", "from": "75115", "to": "94041", "value": 415.63197820506923}, {"color": "#377eb8", "from": "75115", "to": "92026", "value": 2592.5601376546447}, {"color": "#377eb8", "from": "75115", "to": "92072", "value": 256.58551628583757}, {"color": "#377eb8", "from": "75115", "to": "92073", "value": 577.4509931716163}, {"color": "#377eb8", "from": "75115", "to": "92075", "value": 311.4019957724487}, {"color": "#4daf4a", "from": "75115", "to": "94018", "value": 159.86166915331228}, {"color": "#ff7f00", "from": "75115", "to": "93066", "value": 1149.9454175330754}, {"color": "#ff7f00", "from": "75115", "to": "93070", "value": 622.2436121650045}, {"color": "#4daf4a", "from": "75115", "to": "94033", "value": 231.74719256458147}, {"color": "#377eb8", "from": "75115", "to": "92004", "value": 189.187064842333}, {"color": "#4daf4a", "from": "75115", "to": "94015", "value": 311.070664518582}, {"color": "#ff7f00", "from": "75115", "to": "93055", "value": 194.86640989270555}, {"color": "#377eb8", "from": "75115", "to": "92002", "value": 232.94302467440974}, {"color": "#377eb8", "from": "75115", "to": "92064", "value": 446.79731790234047}, {"color": "#377eb8", "from": "75115", "to": "92020", "value": 389.35724705577934}, {"color": "#ff7f00", "from": "75115", "to": "93048", "value": 539.076770607407}, {"color": "#ff7f00", "from": "75115", "to": "93001", "value": 286.82685554362735}, {"color": "#4daf4a", "from": "75115", "to": "94043", "value": 168.89236800387337}, {"color": "#377eb8", "from": "75115", "to": "92024", "value": 496.2375064005074}, {"color": "#377eb8", "from": "75115", "to": "92009", "value": 138.6358252909142}, {"color": "#377eb8", "from": "75115", "to": "92049", "value": 1032.6124908556521}, {"color": "#377eb8", "from": "75115", "to": "92050", "value": 1333.2844881587466}, {"color": "#377eb8", "from": "75115", "to": "92051", "value": 1427.7561447274225}, {"color": "#377eb8", "from": "75115", "to": "92036", "value": 408.92519206498866}, {"color": "#377eb8", "from": "75115", "to": "92040", "value": 2736.4340111475835}, {"color": "#377eb8", "from": "75115", "to": "92007", "value": 135.94036738527885}, {"color": "#377eb8", "from": "75115", "to": "92023", "value": 360.45544434584116}, {"color": "#377eb8", "from": "75115", "to": "92012", "value": 3523.170336294096}, {"color": "#e41a1c", "from": "75115", "to": "75111", "value": 1094.2533161360775}, {"color": "#ffff33", "from": "75115", "to": "78423", "value": 348.45662642576025}, {"color": "#e41a1c", "from": "75115", "to": "75107", "value": 3275.0074028236786}, {"color": "#ffff33", "from": "75115", "to": "78297", "value": 653.2972795713206}, {"color": "#e41a1c", "from": "75115", "to": "75103", "value": 627.5237687450513}, {"color": "#e41a1c", "from": "75115", "to": "75108", "value": 6309.718983146285}, {"color": "#e41a1c", "from": "75115", "to": "75109", "value": 3234.1717471892575}, {"color": "#e41a1c", "from": "75115", "to": "75110", "value": 1254.4714546597831}, {"color": "#e41a1c", "from": "75115", "to": "75118", "value": 835.1970405275634}, {"color": "#e41a1c", "from": "75115", "to": "75119", "value": 824.3405287297139}, {"color": "#e41a1c", "from": "75115", "to": "75104", "value": 795.7456085583866}, {"color": "#e41a1c", "from": "75115", "to": "75105", "value": 1248.9021220587904}, {"color": "#e41a1c", "from": "75115", "to": "75106", "value": 1667.4596533729639}, {"color": "#e41a1c", "from": "75115", "to": "75120", "value": 561.3231911910543}, {"color": "#984ea3", "from": "75115", "to": "91477", "value": 124.10597731558197}, {"color": "#984ea3", "from": "75115", "to": "91228", "value": 155.29189298707854}, {"color": "#984ea3", "from": "75115", "to": "91377", "value": 283.9271050132864}, {"color": "#377eb8", "from": "75115", "to": "92046", "value": 394.9782331284353}, {"color": "#377eb8", "from": "75115", "to": "92048", "value": 353.7692429399612}, {"color": "#e41a1c", "from": "75115", "to": "75112", "value": 1781.3102789539198}, {"color": "#e41a1c", "from": "75115", "to": "75113", "value": 2632.3421767371833}, {"color": "#e41a1c", "from": "75115", "to": "75114", "value": 2350.3221388507936}, {"color": "#e41a1c", "from": "75115", "to": "75116", "value": 3732.956883670604}, {"color": "#e41a1c", "from": "75120", "to": "75105", "value": 1169.517963245768}, {"color": "#e41a1c", "from": "75120", "to": "75104", "value": 1204.4998933914517}, {"color": "#377eb8", "from": "75120", "to": "92073", "value": 212.04596306810987}, {"color": "#ff7f00", "from": "75120", "to": "93073", "value": 266.87833783737926}, {"color": "#4daf4a", "from": "75120", "to": "94043", "value": 137.1899507681609}, {"color": "#ff7f00", "from": "75120", "to": "93008", "value": 485.2532818530177}, {"color": "#ff7f00", "from": "75120", "to": "93010", "value": 145.4793806434198}, {"color": "#4daf4a", "from": "75120", "to": "94018", "value": 226.52650737206483}, {"color": "#4daf4a", "from": "75120", "to": "94067", "value": 242.6922772517569}, {"color": "#4daf4a", "from": "75120", "to": "94041", "value": 496.66618440273487}, {"color": "#4daf4a", "from": "75120", "to": "94080", "value": 333.2061126735815}, {"color": "#4daf4a", "from": "75120", "to": "94003", "value": 228.65634879678942}, {"color": "#4daf4a", "from": "75120", "to": "94054", "value": 165.15661217531883}, {"color": "#4daf4a", "from": "75120", "to": "94065", "value": 169.2449406132618}, {"color": "#4daf4a", "from": "75120", "to": "94076", "value": 238.2897704937964}, {"color": "#e41a1c", "from": "75120", "to": "75102", "value": 1697.9738934108505}, {"color": "#4daf4a", "from": "75120", "to": "94015", "value": 198.50484901395487}, {"color": "#e41a1c", "from": "75120", "to": "75108", "value": 2987.4263996144236}, {"color": "#e41a1c", "from": "75120", "to": "75109", "value": 2629.2394096700323}, {"color": "#e41a1c", "from": "75120", "to": "75110", "value": 2156.3127415921736}, {"color": "#e41a1c", "from": "75120", "to": "75116", "value": 1626.8339828910757}, {"color": "#e41a1c", "from": "75120", "to": "75101", "value": 1549.8077690760588}, {"color": "#ff7f00", "from": "75120", "to": "93001", "value": 560.5977673301436}, {"color": "#ff7f00", "from": "75120", "to": "93005", "value": 163.93955073801447}, {"color": "#377eb8", "from": "75120", "to": "92020", "value": 168.61661321219546}, {"color": "#ff7f00", "from": "75120", "to": "93066", "value": 1217.2398487214082}, {"color": "#4daf4a", "from": "75120", "to": "94068", "value": 124.44859035830491}, {"color": "#4daf4a", "from": "75120", "to": "94028", "value": 523.2352136674114}, {"color": "#4daf4a", "from": "75120", "to": "94033", "value": 517.3953227806935}, {"color": "#ff7f00", "from": "75120", "to": "93048", "value": 1693.9950244359597}, {"color": "#4daf4a", "from": "75120", "to": "94046", "value": 192.44318979775937}, {"color": "#ff7f00", "from": "75120", "to": "93063", "value": 142.56843551077333}, {"color": "#ff7f00", "from": "75120", "to": "93064", "value": 130.49077284662567}, {"color": "#377eb8", "from": "75120", "to": "92026", "value": 1071.796537238988}, {"color": "#377eb8", "from": "75120", "to": "92002", "value": 143.36313285047245}, {"color": "#377eb8", "from": "75120", "to": "92004", "value": 156.22788239040779}, {"color": "#377eb8", "from": "75120", "to": "92009", "value": 138.06499540006467}, {"color": "#ff7f00", "from": "75120", "to": "93051", "value": 301.22917703081146}, {"color": "#377eb8", "from": "75120", "to": "92024", "value": 361.6046024159315}, {"color": "#377eb8", "from": "75120", "to": "92025", "value": 155.26306124500252}, {"color": "#ff7f00", "from": "75120", "to": "93070", "value": 508.32725048603993}, {"color": "#ff7f00", "from": "75120", "to": "93033", "value": 237.57089033189902}, {"color": "#ff7f00", "from": "75120", "to": "93045", "value": 167.1443623040336}, {"color": "#377eb8", "from": "75120", "to": "92036", "value": 376.56610422350934}, {"color": "#377eb8", "from": "75120", "to": "92040", "value": 744.3388079153133}, {"color": "#377eb8", "from": "75120", "to": "92044", "value": 841.6233548013745}, {"color": "#377eb8", "from": "75120", "to": "92046", "value": 178.0501328283332}, {"color": "#ff7f00", "from": "75120", "to": "93006", "value": 455.26495901814667}, {"color": "#ff7f00", "from": "75120", "to": "93053", "value": 130.2947650512303}, {"color": "#ff7f00", "from": "75120", "to": "93055", "value": 705.3636756900812}, {"color": "#377eb8", "from": "75120", "to": "92062", "value": 1046.4477160132637}, {"color": "#377eb8", "from": "75120", "to": "92063", "value": 264.4738611838973}, {"color": "#4daf4a", "from": "75120", "to": "94081", "value": 169.4763689910953}, {"color": "#a65628", "from": "75120", "to": "95527", "value": 504.5404711796259}, {"color": "#e41a1c", "from": "75120", "to": "75117", "value": 1594.8536831404087}, {"color": "#e41a1c", "from": "75120", "to": "75118", "value": 1351.9145766082459}, {"color": "#ffff33", "from": "75120", "to": "78640", "value": 154.40517386538878}, {"color": "#377eb8", "from": "75120", "to": "92049", "value": 345.685096909827}, {"color": "#377eb8", "from": "75120", "to": "92012", "value": 892.0551145349829}, {"color": "#377eb8", "from": "75120", "to": "92050", "value": 872.9686245231434}, {"color": "#377eb8", "from": "75120", "to": "92051", "value": 568.7923967548153}, {"color": "#e41a1c", "from": "75120", "to": "75111", "value": 2867.9833287456618}, {"color": "#e41a1c", "from": "75120", "to": "75112", "value": 2955.184136068025}, {"color": "#e41a1c", "from": "75120", "to": "75119", "value": 2633.850248609729}, {"color": "#e41a1c", "from": "75120", "to": "75106", "value": 931.6427887946235}, {"color": "#e41a1c", "from": "75120", "to": "75107", "value": 1425.5756220447286}, {"color": "#e41a1c", "from": "75120", "to": "75113", "value": 2560.0828514668806}, {"color": "#e41a1c", "from": "75120", "to": "75114", "value": 1123.2998672093843}, {"color": "#e41a1c", "from": "75120", "to": "75103", "value": 1005.13677432845}, {"color": "#e41a1c", "from": "75118", "to": "75112", "value": 1646.7338553495738}, {"color": "#e41a1c", "from": "75118", "to": "75113", "value": 1614.065624220249}, {"color": "#e41a1c", "from": "75118", "to": "75114", "value": 1123.1180609624312}, {"color": "#e41a1c", "from": "75118", "to": "75116", "value": 1900.3830883255428}, {"color": "#e41a1c", "from": "75118", "to": "75110", "value": 2186.109934474098}, {"color": "#e41a1c", "from": "75118", "to": "75111", "value": 1415.0262651193113}, {"color": "#e41a1c", "from": "75118", "to": "75102", "value": 2091.757586945136}, {"color": "#e41a1c", "from": "75118", "to": "75103", "value": 766.416654386951}, {"color": "#a65628", "from": "75118", "to": "95527", "value": 470.81814140031105}, {"color": "#4daf4a", "from": "75118", "to": "94080", "value": 132.56042418823188}, {"color": "#4daf4a", "from": "75118", "to": "94054", "value": 148.24440042170815}, {"color": "#a65628", "from": "75118", "to": "95018", "value": 166.1898212633368}, {"color": "#ff7f00", "from": "75118", "to": "93007", "value": 121.1738981091652}, {"color": "#ff7f00", "from": "75118", "to": "93008", "value": 394.3198463898566}, {"color": "#4daf4a", "from": "75118", "to": "94015", "value": 138.5408478921164}, {"color": "#ff7f00", "from": "75118", "to": "93073", "value": 230.54844671676094}, {"color": "#ff7f00", "from": "75118", "to": "93078", "value": 160.9703740634446}, {"color": "#ff7f00", "from": "75118", "to": "93055", "value": 537.348855920367}, {"color": "#4daf4a", "from": "75118", "to": "94028", "value": 259.47840088769306}, {"color": "#4daf4a", "from": "75118", "to": "94043", "value": 143.8893439253435}, {"color": "#4daf4a", "from": "75118", "to": "94003", "value": 154.56303295655775}, {"color": "#ff7f00", "from": "75118", "to": "93027", "value": 149.56312614117485}, {"color": "#377eb8", "from": "75118", "to": "92026", "value": 1524.0319429838462}, {"color": "#ff7f00", "from": "75118", "to": "93070", "value": 1159.4722816464343}, {"color": "#ff7f00", "from": "75118", "to": "93001", "value": 674.1126901643001}, {"color": "#ff7f00", "from": "75118", "to": "93005", "value": 169.5135944552367}, {"color": "#ff7f00", "from": "75118", "to": "93051", "value": 194.45821170590233}, {"color": "#377eb8", "from": "75118", "to": "92051", "value": 986.5640957568506}, {"color": "#377eb8", "from": "75118", "to": "92062", "value": 1452.1435517266498}, {"color": "#377eb8", "from": "75118", "to": "92063", "value": 381.6946000621429}, {"color": "#377eb8", "from": "75118", "to": "92064", "value": 137.58146386251815}, {"color": "#ff7f00", "from": "75118", "to": "93033", "value": 209.27702836096753}, {"color": "#4daf4a", "from": "75118", "to": "94033", "value": 265.8224975303106}, {"color": "#4daf4a", "from": "75118", "to": "94041", "value": 327.1361393491253}, {"color": "#377eb8", "from": "75118", "to": "92020", "value": 172.72982512306476}, {"color": "#377eb8", "from": "75118", "to": "92024", "value": 1074.6615070408357}, {"color": "#377eb8", "from": "75118", "to": "92025", "value": 257.67447002762754}, {"color": "#377eb8", "from": "75118", "to": "92073", "value": 365.55192622376063}, {"color": "#377eb8", "from": "75118", "to": "92004", "value": 340.976990282804}, {"color": "#377eb8", "from": "75118", "to": "92009", "value": 187.64529425492904}, {"color": "#ff7f00", "from": "75118", "to": "93006", "value": 128.36669812823214}, {"color": "#377eb8", "from": "75118", "to": "92049", "value": 336.95010374266855}, {"color": "#377eb8", "from": "75118", "to": "92050", "value": 945.1214464623093}, {"color": "#ff7f00", "from": "75118", "to": "93048", "value": 694.5661760612487}, {"color": "#ffff33", "from": "75118", "to": "78640", "value": 179.26122170690417}, {"color": "#ffff33", "from": "75118", "to": "78646", "value": 139.62598287732095}, {"color": "#377eb8", "from": "75118", "to": "92012", "value": 1408.1053948108815}, {"color": "#ff7f00", "from": "75118", "to": "93066", "value": 2092.386697707106}, {"color": "#377eb8", "from": "75118", "to": "92036", "value": 609.1103818142257}, {"color": "#377eb8", "from": "75118", "to": "92040", "value": 867.2728939778375}, {"color": "#377eb8", "from": "75118", "to": "92044", "value": 1549.7458640295083}, {"color": "#377eb8", "from": "75118", "to": "92046", "value": 137.51021438331506}, {"color": "#984ea3", "from": "75118", "to": "91377", "value": 123.67635851852116}, {"color": "#e41a1c", "from": "75118", "to": "75109", "value": 3906.7282590818872}, {"color": "#e41a1c", "from": "75118", "to": "75101", "value": 1652.5918165199835}, {"color": "#e41a1c", "from": "75118", "to": "75117", "value": 2489.272942285306}, {"color": "#e41a1c", "from": "75118", "to": "75104", "value": 766.8687033641535}, {"color": "#e41a1c", "from": "75118", "to": "75105", "value": 1108.677726718943}, {"color": "#e41a1c", "from": "75118", "to": "75106", "value": 912.8855595726176}, {"color": "#e41a1c", "from": "75118", "to": "75107", "value": 1555.4331379007465}, {"color": "#e41a1c", "from": "75118", "to": "75108", "value": 5096.890920403814}, {"color": "#e41a1c", "from": "75118", "to": "75119", "value": 2025.4826237513682}, {"color": "#a65628", "from": "75119", "to": "95277", "value": 121.37694929005292}, {"color": "#a65628", "from": "75119", "to": "95527", "value": 527.7503415890561}, {"color": "#4daf4a", "from": "75119", "to": "94041", "value": 343.4908826153713}, {"color": "#4daf4a", "from": "75119", "to": "94081", "value": 122.13897123402488}, {"color": "#4daf4a", "from": "75119", "to": "94003", "value": 178.5793563893509}, {"color": "#ff7f00", "from": "75119", "to": "93055", "value": 1126.162059811952}, {"color": "#ff7f00", "from": "75119", "to": "93066", "value": 1504.3710213817665}, {"color": "#ff7f00", "from": "75119", "to": "93070", "value": 549.7622451710758}, {"color": "#4daf4a", "from": "75119", "to": "94080", "value": 284.48170874516876}, {"color": "#ff7f00", "from": "75119", "to": "93051", "value": 155.95216184614287}, {"color": "#ff7f00", "from": "75119", "to": "93053", "value": 182.27112799860325}, {"color": "#ff7f00", "from": "75119", "to": "93010", "value": 194.54604591074065}, {"color": "#377eb8", "from": "75119", "to": "92062", "value": 810.0239330262212}, {"color": "#377eb8", "from": "75119", "to": "92063", "value": 229.86723218030417}, {"color": "#377eb8", "from": "75119", "to": "92044", "value": 734.0301533313049}, {"color": "#377eb8", "from": "75119", "to": "92046", "value": 149.8660473125128}, {"color": "#ff7f00", "from": "75119", "to": "93006", "value": 231.01744446953288}, {"color": "#ff7f00", "from": "75119", "to": "93008", "value": 768.9484866489502}, {"color": "#377eb8", "from": "75119", "to": "92051", "value": 481.5094067406721}, {"color": "#4daf4a", "from": "75119", "to": "94018", "value": 171.2005593441996}, {"color": "#377eb8", "from": "75119", "to": "92073", "value": 173.22861228621218}, {"color": "#377eb8", "from": "75119", "to": "92036", "value": 387.0536494763594}, {"color": "#377eb8", "from": "75119", "to": "92004", "value": 153.28961126680753}, {"color": "#377eb8", "from": "75119", "to": "92049", "value": 251.63403119526313}, {"color": "#377eb8", "from": "75119", "to": "92050", "value": 663.3203630495663}, {"color": "#377eb8", "from": "75119", "to": "92012", "value": 849.1056027088594}, {"color": "#ff7f00", "from": "75119", "to": "93027", "value": 269.66578349124654}, {"color": "#ff7f00", "from": "75119", "to": "93001", "value": 1211.7624197515693}, {"color": "#ff7f00", "from": "75119", "to": "93005", "value": 223.67166894296537}, {"color": "#ff7f00", "from": "75119", "to": "93033", "value": 323.99636924244754}, {"color": "#ffff33", "from": "75119", "to": "78640", "value": 133.74670734216937}, {"color": "#377eb8", "from": "75119", "to": "92024", "value": 476.38238128521965}, {"color": "#377eb8", "from": "75119", "to": "92025", "value": 181.75111827760216}, {"color": "#e41a1c", "from": "75119", "to": "75117", "value": 1649.263073315486}, {"color": "#e41a1c", "from": "75119", "to": "75109", "value": 2832.7649533637873}, {"color": "#e41a1c", "from": "75119", "to": "75110", "value": 2339.5392012185666}, {"color": "#e41a1c", "from": "75119", "to": "75111", "value": 2060.996888335315}, {"color": "#377eb8", "from": "75119", "to": "92026", "value": 1120.530359353452}, {"color": "#ff7f00", "from": "75119", "to": "93073", "value": 226.50243561799607}, {"color": "#e41a1c", "from": "75119", "to": "75102", "value": 1370.2260065942455}, {"color": "#e41a1c", "from": "75119", "to": "75103", "value": 963.7730085313306}, {"color": "#e41a1c", "from": "75119", "to": "75113", "value": 1983.95512353534}, {"color": "#e41a1c", "from": "75119", "to": "75114", "value": 1019.0793743998637}, {"color": "#e41a1c", "from": "75119", "to": "75104", "value": 1067.3632453367165}, {"color": "#e41a1c", "from": "75119", "to": "75105", "value": 1115.1082721353835}, {"color": "#e41a1c", "from": "75119", "to": "75108", "value": 2741.620411223033}, {"color": "#e41a1c", "from": "75119", "to": "75112", "value": 2054.839894079756}, {"color": "#e41a1c", "from": "75119", "to": "75116", "value": 1463.790570426021}, {"color": "#377eb8", "from": "75119", "to": "92040", "value": 518.0457871181858}, {"color": "#e41a1c", "from": "75119", "to": "75106", "value": 848.9938200786364}, {"color": "#e41a1c", "from": "75119", "to": "75107", "value": 1082.3855955020392}, {"color": "#e41a1c", "from": "75119", "to": "75101", "value": 1372.6407188613503}, {"color": "#4daf4a", "from": "75119", "to": "94046", "value": 120.54293120135753}, {"color": "#4daf4a", "from": "75119", "to": "94076", "value": 193.74133006077525}, {"color": "#4daf4a", "from": "75119", "to": "94028", "value": 303.36004280275534}, {"color": "#4daf4a", "from": "75119", "to": "94033", "value": 288.0332998724844}, {"color": "#4daf4a", "from": "75119", "to": "94043", "value": 160.91167205011914}, {"color": "#4daf4a", "from": "75119", "to": "94015", "value": 138.4327055028118}, {"color": "#ff7f00", "from": "75119", "to": "93048", "value": 1018.3333305197403}, {"color": "#4daf4a", "from": "75113", "to": "94046", "value": 128.67922959091618}, {"color": "#4daf4a", "from": "75113", "to": "94015", "value": 380.9009130401061}, {"color": "#984ea3", "from": "75113", "to": "91136", "value": 133.31499665418835}, {"color": "#4daf4a", "from": "75113", "to": "94018", "value": 197.6846063725388}, {"color": "#4daf4a", "from": "75113", "to": "94081", "value": 537.2461838852805}, {"color": "#ff7f00", "from": "75113", "to": "93051", "value": 267.61899345757064}, {"color": "#ff7f00", "from": "75113", "to": "93055", "value": 341.9352393227322}, {"color": "#4daf4a", "from": "75113", "to": "94065", "value": 303.25877450396894}, {"color": "#4daf4a", "from": "75113", "to": "94067", "value": 140.04493672587634}, {"color": "#ff7f00", "from": "75113", "to": "93070", "value": 369.9293362410148}, {"color": "#377eb8", "from": "75113", "to": "92051", "value": 500.14514529344893}, {"color": "#377eb8", "from": "75113", "to": "92060", "value": 120.4117340184511}, {"color": "#a65628", "from": "75113", "to": "95527", "value": 354.1682895706396}, {"color": "#984ea3", "from": "75113", "to": "91228", "value": 189.26163613058375}, {"color": "#984ea3", "from": "75113", "to": "91272", "value": 196.39952502047944}, {"color": "#984ea3", "from": "75113", "to": "91377", "value": 297.31285909796696}, {"color": "#377eb8", "from": "75113", "to": "92044", "value": 663.8432797513545}, {"color": "#377eb8", "from": "75113", "to": "92046", "value": 257.66485433584177}, {"color": "#e41a1c", "from": "75113", "to": "75116", "value": 1595.003354157725}, {"color": "#e41a1c", "from": "75113", "to": "75103", "value": 626.6108601072782}, {"color": "#377eb8", "from": "75113", "to": "92036", "value": 193.75019625207855}, {"color": "#377eb8", "from": "75113", "to": "92004", "value": 129.4285177304889}, {"color": "#e41a1c", "from": "75113", "to": "75114", "value": 2252.421231210825}, {"color": "#ffff33", "from": "75113", "to": "78640", "value": 236.58500296135767}, {"color": "#ffff33", "from": "75113", "to": "78646", "value": 149.39738834826844}, {"color": "#377eb8", "from": "75113", "to": "92040", "value": 874.8822602987597}, {"color": "#ff7f00", "from": "75113", "to": "93048", "value": 757.3280215702529}, {"color": "#377eb8", "from": "75113", "to": "92012", "value": 995.1723867733334}, {"color": "#984ea3", "from": "75113", "to": "91122", "value": 177.53523495643145}, {"color": "#377eb8", "from": "75113", "to": "92062", "value": 917.8872337071778}, {"color": "#377eb8", "from": "75113", "to": "92026", "value": 1155.6129225120949}, {"color": "#984ea3", "from": "75113", "to": "91064", "value": 123.82192800153494}, {"color": "#e41a1c", "from": "75113", "to": "75117", "value": 1461.7961805420503}, {"color": "#e41a1c", "from": "75113", "to": "75102", "value": 1123.5198985955387}, {"color": "#377eb8", "from": "75113", "to": "92024", "value": 283.6786165927197}, {"color": "#377eb8", "from": "75113", "to": "92025", "value": 147.89828080285642}, {"color": "#377eb8", "from": "75113", "to": "92002", "value": 218.40436027751028}, {"color": "#4daf4a", "from": "75113", "to": "94043", "value": 528.8896970677779}, {"color": "#ff7f00", "from": "75113", "to": "93006", "value": 167.31886911746375}, {"color": "#377eb8", "from": "75113", "to": "92020", "value": 247.61261348044175}, {"color": "#377eb8", "from": "75113", "to": "92063", "value": 263.40437409460225}, {"color": "#984ea3", "from": "75113", "to": "91689", "value": 193.3479761782665}, {"color": "#984ea3", "from": "75113", "to": "91027", "value": 141.93661637054106}, {"color": "#984ea3", "from": "75113", "to": "91477", "value": 311.4351918233207}, {"color": "#ff7f00", "from": "75113", "to": "93066", "value": 879.4642977014164}, {"color": "#4daf4a", "from": "75113", "to": "94028", "value": 651.5587271564525}, {"color": "#4daf4a", "from": "75113", "to": "94033", "value": 236.55778087007178}, {"color": "#4daf4a", "from": "75113", "to": "94041", "value": 951.9747587315793}, {"color": "#4daf4a", "from": "75113", "to": "94003", "value": 379.6169857513981}, {"color": "#377eb8", "from": "75113", "to": "92049", "value": 629.664225331355}, {"color": "#377eb8", "from": "75113", "to": "92050", "value": 694.4298264294422}, {"color": "#377eb8", "from": "75113", "to": "92073", "value": 199.82783006443742}, {"color": "#377eb8", "from": "75113", "to": "92048", "value": 197.5511288259683}, {"color": "#ff7f00", "from": "75113", "to": "93008", "value": 240.75258084578755}, {"color": "#e41a1c", "from": "75113", "to": "75108", "value": 2483.472679803557}, {"color": "#e41a1c", "from": "75113", "to": "75109", "value": 1731.5128335525576}, {"color": "#ffff33", "from": "75113", "to": "78297", "value": 170.792427752491}, {"color": "#e41a1c", "from": "75113", "to": "75101", "value": 1313.4176798327064}, {"color": "#e41a1c", "from": "75113", "to": "75106", "value": 1002.9026322536897}, {"color": "#e41a1c", "from": "75113", "to": "75107", "value": 1439.9284567088262}, {"color": "#e41a1c", "from": "75113", "to": "75105", "value": 2631.6434079590117}, {"color": "#e41a1c", "from": "75113", "to": "75110", "value": 1128.0845749056887}, {"color": "#e41a1c", "from": "75113", "to": "75111", "value": 1342.3674054011901}, {"color": "#e41a1c", "from": "75113", "to": "75112", "value": 2746.559954881469}, {"color": "#e41a1c", "from": "75113", "to": "75104", "value": 890.6098386756494}, {"color": "#377eb8", "from": "75113", "to": "92023", "value": 146.75543054945922}, {"color": "#ff7f00", "from": "75113", "to": "93001", "value": 265.23079407803596}, {"color": "#4daf4a", "from": "75113", "to": "94080", "value": 183.8161252010469}, {"color": "#4daf4a", "from": "75113", "to": "94054", "value": 210.9698678447834}, {"color": "#4daf4a", "from": "75113", "to": "94076", "value": 569.2098789635845}, {"color": "#ff7f00", "from": "75117", "to": "93070", "value": 925.3966196856045}, {"color": "#4daf4a", "from": "75117", "to": "94033", "value": 182.9722742521768}, {"color": "#4daf4a", "from": "75117", "to": "94041", "value": 276.8090562891505}, {"color": "#a65628", "from": "75117", "to": "95018", "value": 183.95506467925352}, {"color": "#377eb8", "from": "75117", "to": "92073", "value": 452.5812885434235}, {"color": "#ff7f00", "from": "75117", "to": "93055", "value": 379.94029553966163}, {"color": "#4daf4a", "from": "75117", "to": "94028", "value": 160.1608716709652}, {"color": "#ff7f00", "from": "75117", "to": "93048", "value": 335.1261904325496}, {"color": "#4daf4a", "from": "75117", "to": "94003", "value": 127.61982097098044}, {"color": "#ff7f00", "from": "75117", "to": "93001", "value": 305.29989170219284}, {"color": "#377eb8", "from": "75117", "to": "92051", "value": 1932.0034191742789}, {"color": "#377eb8", "from": "75117", "to": "92062", "value": 2189.937821112565}, {"color": "#377eb8", "from": "75117", "to": "92063", "value": 617.5737066619486}, {"color": "#377eb8", "from": "75117", "to": "92064", "value": 227.8252991555429}, {"color": "#377eb8", "from": "75117", "to": "92026", "value": 2689.5659411912034}, {"color": "#377eb8", "from": "75117", "to": "92036", "value": 699.1293532056142}, {"color": "#377eb8", "from": "75117", "to": "92040", "value": 795.3013334482249}, {"color": "#377eb8", "from": "75117", "to": "92044", "value": 2341.3724154429556}, {"color": "#377eb8", "from": "75117", "to": "92046", "value": 129.11300129860217}, {"color": "#377eb8", "from": "75117", "to": "92012", "value": 1469.678775161813}, {"color": "#ff7f00", "from": "75117", "to": "93008", "value": 149.7467760305908}, {"color": "#4daf4a", "from": "75117", "to": "94015", "value": 138.24217955721267}, {"color": "#4daf4a", "from": "75117", "to": "94018", "value": 129.75539396570278}, {"color": "#ff7f00", "from": "75117", "to": "93066", "value": 1368.4243984809013}, {"color": "#377eb8", "from": "75117", "to": "92004", "value": 357.25389923047834}, {"color": "#377eb8", "from": "75117", "to": "92009", "value": 284.85204828235675}, {"color": "#377eb8", "from": "75117", "to": "92049", "value": 366.7800040629273}, {"color": "#377eb8", "from": "75117", "to": "92050", "value": 975.3430069382572}, {"color": "#e41a1c", "from": "75117", "to": "75109", "value": 3213.480600069012}, {"color": "#e41a1c", "from": "75117", "to": "75110", "value": 1326.6862918942586}, {"color": "#ffff33", "from": "75117", "to": "78498", "value": 128.55542828062468}, {"color": "#e41a1c", "from": "75117", "to": "75116", "value": 2856.330338328654}, {"color": "#377eb8", "from": "75117", "to": "92020", "value": 133.79198799999676}, {"color": "#377eb8", "from": "75117", "to": "92024", "value": 1323.705069382921}, {"color": "#377eb8", "from": "75117", "to": "92025", "value": 405.4451868493007}, {"color": "#e41a1c", "from": "75117", "to": "75111", "value": 914.877064332817}, {"color": "#e41a1c", "from": "75117", "to": "75112", "value": 1106.288913862555}, {"color": "#e41a1c", "from": "75117", "to": "75114", "value": 678.8276143389971}, {"color": "#e41a1c", "from": "75117", "to": "75103", "value": 447.7780848499763}, {"color": "#e41a1c", "from": "75117", "to": "75104", "value": 512.9976769380048}, {"color": "#e41a1c", "from": "75117", "to": "75105", "value": 608.8556535387954}, {"color": "#e41a1c", "from": "75117", "to": "75106", "value": 656.5481305782588}, {"color": "#e41a1c", "from": "75117", "to": "75107", "value": 1195.6144239347896}, {"color": "#ffff33", "from": "75117", "to": "78640", "value": 204.76710499699024}, {"color": "#ffff33", "from": "75117", "to": "78646", "value": 155.40018254225254}, {"color": "#ffff33", "from": "75117", "to": "78297", "value": 135.8744415773847}, {"color": "#e41a1c", "from": "75117", "to": "75101", "value": 1407.0638164813115}, {"color": "#e41a1c", "from": "75117", "to": "75102", "value": 1845.8304279449667}, {"color": "#e41a1c", "from": "75117", "to": "75108", "value": 7017.328463951708}, {"color": "#a65628", "from": "75117", "to": "95527", "value": 406.3186870375025}, {"color": "#ffff33", "from": "75116", "to": "78297", "value": 275.6480568998478}, {"color": "#ffff33", "from": "75116", "to": "78423", "value": 169.94075615392623}, {"color": "#e41a1c", "from": "75116", "to": "75102", "value": 1270.5504127299307}, {"color": "#e41a1c", "from": "75116", "to": "75110", "value": 722.6966507437216}, {"color": "#e41a1c", "from": "75116", "to": "75101", "value": 1374.3314490935818}, {"color": "#e41a1c", "from": "75116", "to": "75105", "value": 381.1017255368021}, {"color": "#e41a1c", "from": "75116", "to": "75106", "value": 691.1034854327133}, {"color": "#e41a1c", "from": "75116", "to": "75107", "value": 1486.4730977452568}, {"color": "#e41a1c", "from": "75116", "to": "75108", "value": 5578.354841167302}, {"color": "#e41a1c", "from": "75116", "to": "75109", "value": 1793.5715918977523}, {"color": "#e41a1c", "from": "75116", "to": "75103", "value": 369.9281709207214}, {"color": "#e41a1c", "from": "75116", "to": "75104", "value": 363.18850340498744}, {"color": "#a65628", "from": "75116", "to": "95527", "value": 294.4344754437174}, {"color": "#4daf4a", "from": "75116", "to": "94041", "value": 147.07294856738585}, {"color": "#ff7f00", "from": "75116", "to": "93066", "value": 520.3795392978623}, {"color": "#ff7f00", "from": "75116", "to": "93070", "value": 424.33517181700284}, {"color": "#4daf4a", "from": "75116", "to": "94015", "value": 143.25350728437238}, {"color": "#ff7f00", "from": "75116", "to": "93055", "value": 225.6019451388566}, {"color": "#377eb8", "from": "75116", "to": "92051", "value": 1167.5999162919074}, {"color": "#377eb8", "from": "75116", "to": "92062", "value": 1449.5639003600984}, {"color": "#377eb8", "from": "75116", "to": "92063", "value": 442.91789809828236}, {"color": "#377eb8", "from": "75116", "to": "92064", "value": 256.6128792634521}, {"color": "#377eb8", "from": "75116", "to": "92026", "value": 1783.5111932587213}, {"color": "#ff7f00", "from": "75116", "to": "93001", "value": 229.05077556150707}, {"color": "#377eb8", "from": "75116", "to": "92048", "value": 210.2914666101489}, {"color": "#ff7f00", "from": "75116", "to": "93048", "value": 341.44292146211853}, {"color": "#377eb8", "from": "75116", "to": "92049", "value": 356.9808362374831}, {"color": "#377eb8", "from": "75116", "to": "92050", "value": 738.5670814357586}, {"color": "#377eb8", "from": "75116", "to": "92073", "value": 432.32833102217063}, {"color": "#377eb8", "from": "75116", "to": "92024", "value": 430.7864092959129}, {"color": "#377eb8", "from": "75116", "to": "92025", "value": 197.75823543612813}, {"color": "#377eb8", "from": "75116", "to": "92036", "value": 262.1944976837441}, {"color": "#377eb8", "from": "75116", "to": "92040", "value": 1005.5047310854729}, {"color": "#377eb8", "from": "75116", "to": "92044", "value": 1038.551463754887}, {"color": "#377eb8", "from": "75116", "to": "92046", "value": 163.20593018703917}, {"color": "#377eb8", "from": "75116", "to": "92012", "value": 2426.9328204033513}, {"color": "#ffff33", "from": "75116", "to": "78640", "value": 327.90248064375925}, {"color": "#ffff33", "from": "75116", "to": "78646", "value": 179.48213129045828}, {"color": "#e41a1c", "from": "75116", "to": "75111", "value": 542.381873732588}, {"color": "#e41a1c", "from": "75116", "to": "75112", "value": 818.9391454612237}, {"color": "#e41a1c", "from": "75116", "to": "75114", "value": 588.0868645256363}, {"color": "#4daf4a", "from": "75111", "to": "94080", "value": 223.79964591998663}, {"color": "#4daf4a", "from": "75111", "to": "94081", "value": 147.27474880376525}, {"color": "#4daf4a", "from": "75111", "to": "94003", "value": 158.9975290408114}, {"color": "#a65628", "from": "75111", "to": "95527", "value": 384.61213913903094}, {"color": "#4daf4a", "from": "75111", "to": "94041", "value": 365.7390277958937}, {"color": "#ff7f00", "from": "75111", "to": "93006", "value": 199.20431281189775}, {"color": "#4daf4a", "from": "75111", "to": "94065", "value": 125.74248099277602}, {"color": "#4daf4a", "from": "75111", "to": "94028", "value": 472.5009826811731}, {"color": "#377eb8", "from": "75111", "to": "92050", "value": 746.0205353655258}, {"color": "#4daf4a", "from": "75111", "to": "94015", "value": 187.7350263956213}, {"color": "#4daf4a", "from": "75111", "to": "94033", "value": 236.6997761005622}, {"color": "#4daf4a", "from": "75111", "to": "94076", "value": 145.78905900481143}, {"color": "#ff7f00", "from": "75111", "to": "93048", "value": 942.3002849938088}, {"color": "#377eb8", "from": "75111", "to": "92012", "value": 1163.4523490771332}, {"color": "#e41a1c", "from": "75111", "to": "75110", "value": 2031.0532367572232}, {"color": "#e41a1c", "from": "75111", "to": "75112", "value": 2672.5014518659223}, {"color": "#e41a1c", "from": "75111", "to": "75114", "value": 971.2548860560902}, {"color": "#e41a1c", "from": "75111", "to": "75103", "value": 1149.6284041957176}, {"color": "#e41a1c", "from": "75111", "to": "75104", "value": 900.4349635957733}, {"color": "#ffff33", "from": "75111", "to": "78640", "value": 161.02732401021242}, {"color": "#e41a1c", "from": "75111", "to": "75107", "value": 1437.6283758793115}, {"color": "#e41a1c", "from": "75111", "to": "75101", "value": 1561.687866980736}, {"color": "#e41a1c", "from": "75111", "to": "75102", "value": 2089.2103511107807}, {"color": "#e41a1c", "from": "75111", "to": "75108", "value": 3690.0956316884735}, {"color": "#e41a1c", "from": "75111", "to": "75109", "value": 2740.589749944304}, {"color": "#ff7f00", "from": "75111", "to": "93033", "value": 123.92850819551526}, {"color": "#4daf4a", "from": "75111", "to": "94018", "value": 161.57097331734496}, {"color": "#377eb8", "from": "75111", "to": "92040", "value": 754.803171000392}, {"color": "#377eb8", "from": "75111", "to": "92044", "value": 888.0021640657956}, {"color": "#377eb8", "from": "75111", "to": "92046", "value": 174.82134877901683}, {"color": "#ff7f00", "from": "75111", "to": "93055", "value": 438.2790307345046}, {"color": "#377eb8", "from": "75111", "to": "92073", "value": 199.7806184692331}, {"color": "#377eb8", "from": "75111", "to": "92026", "value": 1422.038333918052}, {"color": "#377eb8", "from": "75111", "to": "92049", "value": 362.1023100535943}, {"color": "#377eb8", "from": "75111", "to": "92024", "value": 427.48359850293224}, {"color": "#377eb8", "from": "75111", "to": "92025", "value": 180.12729482304877}, {"color": "#e41a1c", "from": "75111", "to": "75105", "value": 1032.8525687367155}, {"color": "#e41a1c", "from": "75111", "to": "75106", "value": 982.610710196302}, {"color": "#377eb8", "from": "75111", "to": "92062", "value": 1166.066247178668}, {"color": "#377eb8", "from": "75111", "to": "92063", "value": 364.18743494916976}, {"color": "#377eb8", "from": "75111", "to": "92036", "value": 231.1884444269039}, {"color": "#ff7f00", "from": "75111", "to": "93001", "value": 299.384213534149}, {"color": "#ff7f00", "from": "75111", "to": "93051", "value": 234.06703844388505}, {"color": "#377eb8", "from": "75111", "to": "92020", "value": 155.42106931575628}, {"color": "#ff7f00", "from": "75111", "to": "93066", "value": 1092.6730214426877}, {"color": "#ff7f00", "from": "75111", "to": "93070", "value": 384.4414706628481}, {"color": "#ff7f00", "from": "75111", "to": "93008", "value": 336.21243098570653}, {"color": "#377eb8", "from": "75111", "to": "92051", "value": 835.2258087302199}, {"color": "#4daf4a", "from": "75112", "to": "94041", "value": 521.2643832932331}, {"color": "#4daf4a", "from": "75112", "to": "94080", "value": 354.6426578845699}, {"color": "#4daf4a", "from": "75112", "to": "94081", "value": 208.0496343235749}, {"color": "#4daf4a", "from": "75112", "to": "94065", "value": 154.2260346233912}, {"color": "#4daf4a", "from": "75112", "to": "94067", "value": 284.97567553482907}, {"color": "#4daf4a", "from": "75112", "to": "94068", "value": 178.85514428540486}, {"color": "#377eb8", "from": "75112", "to": "92024", "value": 325.03967440715195}, {"color": "#e41a1c", "from": "75112", "to": "75106", "value": 610.6525217291412}, {"color": "#e41a1c", "from": "75112", "to": "75107", "value": 1088.289310702781}, {"color": "#377eb8", "from": "75112", "to": "92036", "value": 235.18634518180255}, {"color": "#377eb8", "from": "75112", "to": "92046", "value": 128.4448663126494}, {"color": "#377eb8", "from": "75112", "to": "92049", "value": 333.2599508067325}, {"color": "#ff7f00", "from": "75112", "to": "93008", "value": 215.6658641371511}, {"color": "#377eb8", "from": "75112", "to": "92026", "value": 1427.7706751104508}, {"color": "#377eb8", "from": "75112", "to": "92073", "value": 227.91464861904956}, {"color": "#984ea3", "from": "75112", "to": "91377", "value": 140.1551662480323}, {"color": "#377eb8", "from": "75112", "to": "92012", "value": 756.4696079072319}, {"color": "#377eb8", "from": "75112", "to": "92050", "value": 838.6366295240356}, {"color": "#377eb8", "from": "75112", "to": "92051", "value": 529.3061746192494}, {"color": "#377eb8", "from": "75112", "to": "92040", "value": 673.5138289988525}, {"color": "#377eb8", "from": "75112", "to": "92044", "value": 623.7823146066485}, {"color": "#ff7f00", "from": "75112", "to": "93006", "value": 149.00339890301015}, {"color": "#ff7f00", "from": "75112", "to": "93055", "value": 349.27381177508187}, {"color": "#4daf4a", "from": "75112", "to": "94018", "value": 309.67029099619003}, {"color": "#ff7f00", "from": "75112", "to": "93066", "value": 1023.3382043351248}, {"color": "#ff7f00", "from": "75112", "to": "93070", "value": 317.0304482034332}, {"color": "#ff7f00", "from": "75112", "to": "93001", "value": 256.10201039726263}, {"color": "#ff7f00", "from": "75112", "to": "93051", "value": 332.8639206461002}, {"color": "#4daf4a", "from": "75112", "to": "94015", "value": 226.61754553855098}, {"color": "#377eb8", "from": "75112", "to": "92062", "value": 1167.8134908432146}, {"color": "#377eb8", "from": "75112", "to": "92063", "value": 361.03272606361764}, {"color": "#e41a1c", "from": "75112", "to": "75101", "value": 1297.0230762497572}, {"color": "#e41a1c", "from": "75112", "to": "75102", "value": 1267.3489211106466}, {"color": "#e41a1c", "from": "75112", "to": "75108", "value": 2564.7989629644553}, {"color": "#e41a1c", "from": "75112", "to": "75114", "value": 1206.2885042195703}, {"color": "#e41a1c", "from": "75112", "to": "75103", "value": 642.0796295442418}, {"color": "#e41a1c", "from": "75112", "to": "75104", "value": 1023.8245264510372}, {"color": "#e41a1c", "from": "75112", "to": "75105", "value": 1017.4298303019654}, {"color": "#ffff33", "from": "75112", "to": "78640", "value": 129.5296572802498}, {"color": "#e41a1c", "from": "75112", "to": "75109", "value": 1951.3983672914646}, {"color": "#e41a1c", "from": "75112", "to": "75110", "value": 1188.0482898603766}, {"color": "#4daf4a", "from": "75112", "to": "94042", "value": 215.98532825026615}, {"color": "#4daf4a", "from": "75112", "to": "94043", "value": 164.8491497071746}, {"color": "#4daf4a", "from": "75112", "to": "94046", "value": 194.20478313869623}, {"color": "#4daf4a", "from": "75112", "to": "94028", "value": 828.5230830818646}, {"color": "#4daf4a", "from": "75112", "to": "94033", "value": 390.8730104419484}, {"color": "#377eb8", "from": "75112", "to": "92002", "value": 132.8679234324401}, {"color": "#ff7f00", "from": "75112", "to": "93048", "value": 1107.4648036790454}, {"color": "#4daf4a", "from": "75112", "to": "94002", "value": 125.66419993650196}, {"color": "#4daf4a", "from": "75112", "to": "94003", "value": 180.74622814005585}, {"color": "#984ea3", "from": "75112", "to": "91228", "value": 159.22255620657356}, {"color": "#4daf4a", "from": "75112", "to": "94076", "value": 279.6903800354934}, {"color": "#a65628", "from": "75112", "to": "95527", "value": 339.47375947386814}, {"color": "#4daf4a", "from": "75114", "to": "94041", "value": 359.28217972729783}, {"color": "#4daf4a", "from": "75114", "to": "94015", "value": 323.8150913365874}, {"color": "#4daf4a", "from": "75114", "to": "94065", "value": 249.08111093784785}, {"color": "#ff7f00", "from": "75114", "to": "93070", "value": 316.61910267018715}, {"color": "#ffff33", "from": "75114", "to": "78423", "value": 198.6842370470303}, {"color": "#ffff33", "from": "75114", "to": "78640", "value": 410.45819064220836}, {"color": "#ffff33", "from": "75114", "to": "78646", "value": 241.50169030381866}, {"color": "#ffff33", "from": "75114", "to": "78297", "value": 306.37004181774216}, {"color": "#377eb8", "from": "75114", "to": "92012", "value": 1156.6520701766885}, {"color": "#e41a1c", "from": "75114", "to": "75101", "value": 986.844001761675}, {"color": "#e41a1c", "from": "75114", "to": "75102", "value": 976.2224858004996}, {"color": "#e41a1c", "from": "75114", "to": "75103", "value": 342.7850197204341}, {"color": "#e41a1c", "from": "75114", "to": "75104", "value": 520.6746163874301}, {"color": "#984ea3", "from": "75114", "to": "91122", "value": 262.52039843913195}, {"color": "#377eb8", "from": "75114", "to": "92026", "value": 1045.9407625611982}, {"color": "#984ea3", "from": "75114", "to": "91272", "value": 196.16288005243683}, {"color": "#984ea3", "from": "75114", "to": "91377", "value": 431.5289703365204}, {"color": "#377eb8", "from": "75114", "to": "92050", "value": 558.8801521343553}, {"color": "#377eb8", "from": "75114", "to": "92051", "value": 531.9765548303678}, {"color": "#377eb8", "from": "75114", "to": "92060", "value": 192.2636717971174}, {"color": "#377eb8", "from": "75114", "to": "92062", "value": 848.3568770641697}, {"color": "#377eb8", "from": "75114", "to": "92063", "value": 211.10581413626917}, {"color": "#377eb8", "from": "75114", "to": "92073", "value": 217.33341771230323}, {"color": "#377eb8", "from": "75114", "to": "92075", "value": 174.25446514410052}, {"color": "#ff7f00", "from": "75114", "to": "93001", "value": 124.39272446960396}, {"color": "#377eb8", "from": "75114", "to": "92046", "value": 443.0845058331312}, {"color": "#4daf4a", "from": "75114", "to": "94003", "value": 334.7388620424154}, {"color": "#377eb8", "from": "75114", "to": "92020", "value": 298.861930653381}, {"color": "#377eb8", "from": "75114", "to": "92023", "value": 358.77532989961617}, {"color": "#377eb8", "from": "75114", "to": "92024", "value": 223.28903972082148}, {"color": "#984ea3", "from": "75114", "to": "91666", "value": 138.71943803315094}, {"color": "#377eb8", "from": "75114", "to": "92036", "value": 247.20515200160239}, {"color": "#377eb8", "from": "75114", "to": "92040", "value": 891.0538205646243}, {"color": "#377eb8", "from": "75114", "to": "92044", "value": 398.05629436265804}, {"color": "#984ea3", "from": "75114", "to": "91477", "value": 435.3822741787041}, {"color": "#4daf4a", "from": "75114", "to": "94033", "value": 215.2625098738484}, {"color": "#4daf4a", "from": "75114", "to": "94076", "value": 266.5378067904841}, {"color": "#4daf4a", "from": "75114", "to": "94043", "value": 302.67494678907264}, {"color": "#4daf4a", "from": "75114", "to": "94028", "value": 278.07332819357794}, {"color": "#ff7f00", "from": "75114", "to": "93048", "value": 353.59015616583474}, {"color": "#377eb8", "from": "75114", "to": "92048", "value": 242.63604834415938}, {"color": "#377eb8", "from": "75114", "to": "92049", "value": 869.5159602926691}, {"color": "#ff7f00", "from": "75114", "to": "93055", "value": 202.19047701000227}, {"color": "#984ea3", "from": "75114", "to": "91692", "value": 130.54956940455943}, {"color": "#377eb8", "from": "75114", "to": "92002", "value": 220.07357778017587}, {"color": "#377eb8", "from": "75114", "to": "92007", "value": 164.7048523519776}, {"color": "#e41a1c", "from": "75114", "to": "75106", "value": 1049.3341215024552}, {"color": "#e41a1c", "from": "75114", "to": "75107", "value": 1317.821823270654}, {"color": "#e41a1c", "from": "75114", "to": "75105", "value": 1457.91288357333}, {"color": "#e41a1c", "from": "75114", "to": "75108", "value": 2173.5281762042077}, {"color": "#e41a1c", "from": "75114", "to": "75109", "value": 1440.8409494319963}, {"color": "#e41a1c", "from": "75114", "to": "75110", "value": 746.1552623582976}, {"color": "#a65628", "from": "75114", "to": "95527", "value": 243.51527430029094}, {"color": "#ff7f00", "from": "75114", "to": "93066", "value": 743.3897525455568}, {"color": "#e41a1c", "from": "92012", "to": "75105", "value": 403.1578966896547}, {"color": "#ffff33", "from": "92012", "to": "78297", "value": 570.4844519343583}, {"color": "#377eb8", "from": "92012", "to": "92033", "value": 141.88775728464856}, {"color": "#ff7f00", "from": "92012", "to": "93048", "value": 212.12786542834175}, {"color": "#377eb8", "from": "92012", "to": "92049", "value": 378.235008663962}, {"color": "#377eb8", "from": "92012", "to": "92050", "value": 1029.1603245859185}, {"color": "#377eb8", "from": "92012", "to": "92020", "value": 176.69596668876397}, {"color": "#377eb8", "from": "92012", "to": "92072", "value": 364.837148062837}, {"color": "#377eb8", "from": "92012", "to": "92073", "value": 586.9854952997358}, {"color": "#4daf4a", "from": "92012", "to": "94003", "value": 126.14200669089057}, {"color": "#ff7f00", "from": "92012", "to": "93001", "value": 127.25039188028072}, {"color": "#4daf4a", "from": "92012", "to": "94041", "value": 189.36241228221044}, {"color": "#a65628", "from": "92012", "to": "95527", "value": 220.86922861592691}, {"color": "#4daf4a", "from": "92012", "to": "94065", "value": 131.4048107859422}, {"color": "#ff7f00", "from": "92012", "to": "93066", "value": 478.5912420653801}, {"color": "#ff7f00", "from": "92012", "to": "93070", "value": 345.1327412223854}, {"color": "#377eb8", "from": "92012", "to": "92064", "value": 664.2040904952024}, {"color": "#ff7f00", "from": "92012", "to": "93055", "value": 129.01686960307592}, {"color": "#377eb8", "from": "92012", "to": "92060", "value": 262.55633959549044}, {"color": "#377eb8", "from": "92012", "to": "92062", "value": 1167.013664522634}, {"color": "#377eb8", "from": "92012", "to": "92063", "value": 492.49226498381773}, {"color": "#377eb8", "from": "92012", "to": "92025", "value": 240.36341600768668}, {"color": "#377eb8", "from": "92012", "to": "92026", "value": 1380.7622063885042}, {"color": "#377eb8", "from": "92012", "to": "92002", "value": 164.77892002530032}, {"color": "#377eb8", "from": "92012", "to": "92051", "value": 906.6861999903389}, {"color": "#377eb8", "from": "92012", "to": "92023", "value": 236.59126719347057}, {"color": "#377eb8", "from": "92012", "to": "92024", "value": 322.98872450115954}, {"color": "#e41a1c", "from": "92012", "to": "75109", "value": 1602.2647253882792}, {"color": "#e41a1c", "from": "92012", "to": "75108", "value": 3564.981609773833}, {"color": "#e41a1c", "from": "92012", "to": "75107", "value": 1109.7737927637154}, {"color": "#e41a1c", "from": "92012", "to": "75106", "value": 517.704664027525}, {"color": "#e41a1c", "from": "92012", "to": "75104", "value": 326.3017038004042}, {"color": "#e41a1c", "from": "92012", "to": "75103", "value": 231.3630366617852}, {"color": "#e41a1c", "from": "92012", "to": "75102", "value": 927.8489337782867}, {"color": "#e41a1c", "from": "92012", "to": "75101", "value": 972.9400429944405}, {"color": "#e41a1c", "from": "92012", "to": "75110", "value": 568.1643809687937}, {"color": "#377eb8", "from": "92012", "to": "92048", "value": 475.57773707296326}, {"color": "#ffff33", "from": "92012", "to": "78423", "value": 200.17913486987072}, {"color": "#377eb8", "from": "92012", "to": "92036", "value": 266.72674952623845}, {"color": "#377eb8", "from": "92012", "to": "92040", "value": 1936.296822794019}, {"color": "#377eb8", "from": "92012", "to": "92044", "value": 884.6692075969551}, {"color": "#377eb8", "from": "92012", "to": "92046", "value": 198.5943007080837}, {"color": "#ffff33", "from": "92012", "to": "78646", "value": 281.3581940634095}, {"color": "#984ea3", "from": "92012", "to": "91377", "value": 154.6854878977708}, {"color": "#ffff33", "from": "92012", "to": "78640", "value": 864.0028486613884}, {"color": "#e41a1c", "from": "93066", "to": "75110", "value": 833.2641046360569}, {"color": "#e41a1c", "from": "93066", "to": "75101", "value": 442.21140875406064}, {"color": "#a65628", "from": "93066", "to": "95018", "value": 153.15153645542821}, {"color": "#ff7f00", "from": "93066", "to": "93070", "value": 835.414325634334}, {"color": "#4daf4a", "from": "93066", "to": "94033", "value": 131.51486578271815}, {"color": "#a65628", "from": "93066", "to": "95527", "value": 646.9264791977383}, {"color": "#a65628", "from": "93066", "to": "95585", "value": 194.5866386445825}, {"color": "#ff7f00", "from": "93066", "to": "93033", "value": 319.87407850080535}, {"color": "#ff7f00", "from": "93066", "to": "93048", "value": 485.59406507917873}, {"color": "#ff7f00", "from": "93066", "to": "93005", "value": 267.66032460338926}, {"color": "#ff7f00", "from": "93066", "to": "93008", "value": 540.6082794552034}, {"color": "#ff7f00", "from": "93066", "to": "93031", "value": 258.22442905939636}, {"color": "#ff7f00", "from": "93066", "to": "93072", "value": 485.0071221776725}, {"color": "#ff7f00", "from": "93066", "to": "93073", "value": 132.52333134216227}, {"color": "#ff7f00", "from": "93066", "to": "93078", "value": 143.4154202362767}, {"color": "#ff7f00", "from": "93066", "to": "93006", "value": 126.14918661127766}, {"color": "#ff7f00", "from": "93066", "to": "93007", "value": 120.57385171618591}, {"color": "#ff7f00", "from": "93066", "to": "93055", "value": 395.0325864438024}, {"color": "#ff7f00", "from": "93066", "to": "93059", "value": 188.3313504197277}, {"color": "#ff7f00", "from": "93066", "to": "93029", "value": 151.17150683019082}, {"color": "#ff7f00", "from": "93066", "to": "93001", "value": 918.1948911959425}, {"color": "#377eb8", "from": "93066", "to": "92044", "value": 443.37020173152246}, {"color": "#377eb8", "from": "93066", "to": "92050", "value": 433.94055056561484}, {"color": "#377eb8", "from": "93066", "to": "92051", "value": 291.4096384434635}, {"color": "#377eb8", "from": "93066", "to": "92062", "value": 407.3636004908337}, {"color": "#377eb8", "from": "93066", "to": "92024", "value": 409.1846791207747}, {"color": "#377eb8", "from": "93066", "to": "92036", "value": 628.1399431317562}, {"color": "#377eb8", "from": "93066", "to": "92040", "value": 190.11225586861553}, {"color": "#ff7f00", "from": "93066", "to": "93013", "value": 186.56086488528737}, {"color": "#ff7f00", "from": "93066", "to": "93027", "value": 387.7924024658027}, {"color": "#377eb8", "from": "93066", "to": "92025", "value": 129.9665235247185}, {"color": "#377eb8", "from": "93066", "to": "92026", "value": 445.1927958787088}, {"color": "#377eb8", "from": "93066", "to": "92073", "value": 127.97149380721777}, {"color": "#377eb8", "from": "93066", "to": "92078", "value": 290.24420931325557}, {"color": "#e41a1c", "from": "93066", "to": "75107", "value": 495.60313027337037}, {"color": "#e41a1c", "from": "93066", "to": "75108", "value": 1394.5642095890798}, {"color": "#377eb8", "from": "93066", "to": "92004", "value": 173.83658718792407}, {"color": "#e41a1c", "from": "93066", "to": "75102", "value": 457.0723052966678}, {"color": "#e41a1c", "from": "93066", "to": "75103", "value": 230.1307074599339}, {"color": "#e41a1c", "from": "93066", "to": "75104", "value": 334.63678688822966}, {"color": "#e41a1c", "from": "93066", "to": "75105", "value": 300.6779657493676}, {"color": "#e41a1c", "from": "93066", "to": "75106", "value": 316.3118937214536}, {"color": "#e41a1c", "from": "93066", "to": "75109", "value": 772.7866030888345}, {"color": "#a65628", "from": "93066", "to": "95268", "value": 159.67940684677595}, {"color": "#4daf4a", "from": "93048", "to": "94028", "value": 282.52665342838014}, {"color": "#377eb8", "from": "93048", "to": "92036", "value": 174.28871811617094}, {"color": "#377eb8", "from": "93048", "to": "92040", "value": 262.4030130738821}, {"color": "#377eb8", "from": "93048", "to": "92044", "value": 270.6019920021246}, {"color": "#377eb8", "from": "93048", "to": "92050", "value": 420.29012055137065}, {"color": "#377eb8", "from": "93048", "to": "92051", "value": 216.3762951254459}, {"color": "#377eb8", "from": "93048", "to": "92062", "value": 415.2237123054824}, {"color": "#e41a1c", "from": "93048", "to": "75108", "value": 1390.9359770895883}, {"color": "#e41a1c", "from": "93048", "to": "75109", "value": 1211.6929796821325}, {"color": "#e41a1c", "from": "93048", "to": "75110", "value": 1046.184698004154}, {"color": "#e41a1c", "from": "93048", "to": "75101", "value": 772.3105412825987}, {"color": "#377eb8", "from": "93048", "to": "92063", "value": 138.18586165367776}, {"color": "#e41a1c", "from": "93048", "to": "75106", "value": 588.125608637622}, {"color": "#e41a1c", "from": "93048", "to": "75107", "value": 619.302171077128}, {"color": "#ff7f00", "from": "93048", "to": "93045", "value": 137.61703730806272}, {"color": "#ff7f00", "from": "93048", "to": "93005", "value": 171.97173863731675}, {"color": "#ff7f00", "from": "93048", "to": "93006", "value": 549.5002026092661}, {"color": "#ff7f00", "from": "93048", "to": "93055", "value": 417.2035531441286}, {"color": "#ff7f00", "from": "93048", "to": "93064", "value": 605.3465581538455}, {"color": "#ff7f00", "from": "93048", "to": "93050", "value": 123.10446889245331}, {"color": "#ff7f00", "from": "93048", "to": "93051", "value": 281.41838412224405}, {"color": "#ff7f00", "from": "93048", "to": "93053", "value": 223.7942679134425}, {"color": "#377eb8", "from": "93048", "to": "92049", "value": 181.11410849685376}, {"color": "#ff7f00", "from": "93048", "to": "93070", "value": 284.9536698226336}, {"color": "#ff7f00", "from": "93048", "to": "93001", "value": 357.0246524212185}, {"color": "#ff7f00", "from": "93048", "to": "93008", "value": 548.948162767094}, {"color": "#ff7f00", "from": "93048", "to": "93027", "value": 127.99310937666836}, {"color": "#4daf4a", "from": "93048", "to": "94067", "value": 234.55706351094605}, {"color": "#ff7f00", "from": "93048", "to": "93063", "value": 251.39707438399577}, {"color": "#4daf4a", "from": "93048", "to": "94017", "value": 121.4718457112515}, {"color": "#4daf4a", "from": "93048", "to": "94042", "value": 130.76320025140143}, {"color": "#377eb8", "from": "93048", "to": "92024", "value": 191.1692618527676}, {"color": "#377eb8", "from": "93048", "to": "92026", "value": 481.88141309585683}, {"color": "#4daf4a", "from": "93048", "to": "94080", "value": 595.4957952988489}, {"color": "#4daf4a", "from": "93048", "to": "94081", "value": 136.69426748423558}, {"color": "#4daf4a", "from": "93048", "to": "94015", "value": 177.48549608400754}, {"color": "#a65628", "from": "93048", "to": "95527", "value": 367.8586183801315}, {"color": "#4daf4a", "from": "93048", "to": "94018", "value": 148.76394555031152}, {"color": "#4daf4a", "from": "93048", "to": "94033", "value": 740.7246055203395}, {"color": "#ff7f00", "from": "93048", "to": "93073", "value": 135.78970720335215}, {"color": "#4daf4a", "from": "93048", "to": "94041", "value": 283.872121757958}, {"color": "#e41a1c", "from": "93048", "to": "75103", "value": 386.96689191940436}, {"color": "#e41a1c", "from": "93048", "to": "75102", "value": 753.4589688339681}, {"color": "#e41a1c", "from": "93048", "to": "75104", "value": 534.9061044350793}, {"color": "#e41a1c", "from": "93048", "to": "75105", "value": 518.7502143447057}, {"color": "#a65628", "from": "95018", "to": "95598", "value": 176.23030841382544}, {"color": "#e41a1c", "from": "95018", "to": "75101", "value": 461.0259024413159}, {"color": "#e41a1c", "from": "95018", "to": "75102", "value": 377.0782363418384}, {"color": "#e41a1c", "from": "95018", "to": "75103", "value": 145.81716911251726}, {"color": "#ff7f00", "from": "95018", "to": "93001", "value": 182.08947098875757}, {"color": "#e41a1c", "from": "95018", "to": "75104", "value": 182.36661662851935}, {"color": "#e41a1c", "from": "95018", "to": "75105", "value": 166.3298508304062}, {"color": "#e41a1c", "from": "95018", "to": "75106", "value": 171.0124360383232}, {"color": "#e41a1c", "from": "95018", "to": "75107", "value": 326.44370507715973}, {"color": "#377eb8", "from": "95018", "to": "92004", "value": 629.2558764792258}, {"color": "#377eb8", "from": "95018", "to": "92009", "value": 254.43905782632197}, {"color": "#377eb8", "from": "95018", "to": "92012", "value": 461.61774407338856}, {"color": "#377eb8", "from": "95018", "to": "92049", "value": 127.06560037388921}, {"color": "#377eb8", "from": "95018", "to": "92050", "value": 1441.1910425817941}, {"color": "#377eb8", "from": "95018", "to": "92051", "value": 511.3496082765576}, {"color": "#377eb8", "from": "95018", "to": "92073", "value": 279.0242772332494}, {"color": "#377eb8", "from": "95018", "to": "92078", "value": 217.93414289505296}, {"color": "#ffff33", "from": "95018", "to": "78586", "value": 573.1303023505434}, {"color": "#377eb8", "from": "95018", "to": "92062", "value": 711.5863019930954}, {"color": "#377eb8", "from": "95018", "to": "92063", "value": 453.2824861202201}, {"color": "#377eb8", "from": "95018", "to": "92064", "value": 130.56380183227898}, {"color": "#ff7f00", "from": "95018", "to": "93055", "value": 153.1091045917886}, {"color": "#ff7f00", "from": "95018", "to": "93070", "value": 339.823824220352}, {"color": "#ffff33", "from": "95018", "to": "78418", "value": 185.56802536628285}, {"color": "#ffff33", "from": "95018", "to": "78498", "value": 151.0616106944847}, {"color": "#ffff33", "from": "95018", "to": "78311", "value": 141.69701670017758}, {"color": "#e41a1c", "from": "95018", "to": "75119", "value": 474.00920871955884}, {"color": "#e41a1c", "from": "95018", "to": "75108", "value": 1245.0428419714196}, {"color": "#e41a1c", "from": "95018", "to": "75109", "value": 850.8324387605203}, {"color": "#e41a1c", "from": "95018", "to": "75110", "value": 365.47421746735336}, {"color": "#e41a1c", "from": "95018", "to": "75111", "value": 289.72926681357313}, {"color": "#e41a1c", "from": "95018", "to": "75112", "value": 514.6964607094106}, {"color": "#e41a1c", "from": "95018", "to": "75113", "value": 504.21547388215356}, {"color": "#e41a1c", "from": "95018", "to": "75114", "value": 332.74556489320094}, {"color": "#e41a1c", "from": "95018", "to": "75115", "value": 990.6088830440702}, {"color": "#e41a1c", "from": "95018", "to": "75116", "value": 753.2026926316416}, {"color": "#e41a1c", "from": "95018", "to": "75120", "value": 319.2584146108866}, {"color": "#a65628", "from": "95018", "to": "95063", "value": 821.3787120279665}, {"color": "#a65628", "from": "95018", "to": "95176", "value": 670.2789272302998}, {"color": "#a65628", "from": "95018", "to": "95203", "value": 161.18469124316616}, {"color": "#a65628", "from": "95018", "to": "95219", "value": 153.72401597113543}, {"color": "#a65628", "from": "95018", "to": "95252", "value": 146.43841640157646}, {"color": "#ff7f00", "from": "95018", "to": "93031", "value": 207.65582413193857}, {"color": "#ff7f00", "from": "95018", "to": "93048", "value": 247.84469838481624}, {"color": "#a65628", "from": "95018", "to": "95306", "value": 174.68460028883928}, {"color": "#a65628", "from": "95018", "to": "95527", "value": 297.113152651026}, {"color": "#a65628", "from": "95018", "to": "95582", "value": 361.3387862705327}, {"color": "#ff7f00", "from": "95018", "to": "93008", "value": 124.80484952446213}, {"color": "#377eb8", "from": "95018", "to": "92024", "value": 517.8104675696768}, {"color": "#377eb8", "from": "95018", "to": "92025", "value": 1365.3211843953475}, {"color": "#377eb8", "from": "95018", "to": "92026", "value": 1058.4425318974584}, {"color": "#377eb8", "from": "95018", "to": "92035", "value": 277.14235559425094}, {"color": "#377eb8", "from": "95018", "to": "92036", "value": 1274.3124042948211}, {"color": "#377eb8", "from": "95018", "to": "92040", "value": 301.5172687634385}, {"color": "#377eb8", "from": "95018", "to": "92044", "value": 608.3760468362366}, {"color": "#e41a1c", "from": "92050", "to": "75108", "value": 1573.5654007953897}, {"color": "#e41a1c", "from": "92050", "to": "75109", "value": 708.4678399897688}, {"color": "#e41a1c", "from": "92050", "to": "75110", "value": 446.0884219492951}, {"color": "#ffff33", "from": "92050", "to": "78640", "value": 216.8003472285948}, {"color": "#ffff33", "from": "92050", "to": "78646", "value": 143.2079078665127}, {"color": "#ffff33", "from": "92050", "to": "78297", "value": 177.0055345082373}, {"color": "#ffff33", "from": "92050", "to": "78498", "value": 130.2363693991449}, {"color": "#ffff33", "from": "92050", "to": "78551", "value": 146.1204590361192}, {"color": "#377eb8", "from": "92050", "to": "92024", "value": 277.0339101043048}, {"color": "#377eb8", "from": "92050", "to": "92033", "value": 145.03922747374645}, {"color": "#377eb8", "from": "92050", "to": "92035", "value": 307.3371184963274}, {"color": "#377eb8", "from": "92050", "to": "92004", "value": 278.4752781248158}, {"color": "#377eb8", "from": "92050", "to": "92009", "value": 150.9843214560177}, {"color": "#4daf4a", "from": "92050", "to": "94033", "value": 133.5836449153625}, {"color": "#377eb8", "from": "92050", "to": "92026", "value": 1641.6195960307537}, {"color": "#ff7f00", "from": "92050", "to": "93070", "value": 202.39845117368864}, {"color": "#377eb8", "from": "92050", "to": "92078", "value": 126.11087825818373}, {"color": "#377eb8", "from": "92050", "to": "92062", "value": 1794.7428108050187}, {"color": "#377eb8", "from": "92050", "to": "92063", "value": 1800.3668012279684}, {"color": "#377eb8", "from": "92050", "to": "92064", "value": 321.58134780445425}, {"color": "#377eb8", "from": "92050", "to": "92025", "value": 552.1924666286454}, {"color": "#377eb8", "from": "92050", "to": "92073", "value": 1060.2808668928456}, {"color": "#a65628", "from": "92050", "to": "95063", "value": 148.74288327930972}, {"color": "#a65628", "from": "92050", "to": "95527", "value": 167.73153414465645}, {"color": "#e41a1c", "from": "92050", "to": "75104", "value": 180.69047411502882}, {"color": "#377eb8", "from": "92050", "to": "92036", "value": 436.27154394772504}, {"color": "#377eb8", "from": "92050", "to": "92040", "value": 401.0330952901183}, {"color": "#377eb8", "from": "92050", "to": "92044", "value": 648.6123890236491}, {"color": "#377eb8", "from": "92050", "to": "92049", "value": 185.91809908139493}, {"color": "#377eb8", "from": "92050", "to": "92051", "value": 680.5264269784057}, {"color": "#ffff33", "from": "92050", "to": "78418", "value": 157.85101008428902}, {"color": "#e41a1c", "from": "92050", "to": "75101", "value": 430.28605502323035}, {"color": "#e41a1c", "from": "92050", "to": "75102", "value": 339.79572133640363}, {"color": "#e41a1c", "from": "92050", "to": "75105", "value": 170.835403532961}, {"color": "#e41a1c", "from": "92050", "to": "75106", "value": 161.04545418930667}, {"color": "#e41a1c", "from": "92050", "to": "75107", "value": 468.35050965306067}, {"color": "#377eb8", "from": "94081", "to": "92026", "value": 197.19498746380603}, {"color": "#4daf4a", "from": "94081", "to": "94054", "value": 458.15265302488285}, {"color": "#4daf4a", "from": "94081", "to": "94065", "value": 672.9809766789834}, {"color": "#4daf4a", "from": "94081", "to": "94068", "value": 162.80743819590307}, {"color": "#4daf4a", "from": "94081", "to": "94073", "value": 545.1471923402614}, {"color": "#4daf4a", "from": "94081", "to": "94076", "value": 976.8216820622766}, {"color": "#a65628", "from": "94081", "to": "95527", "value": 163.4439206349621}, {"color": "#ff7f00", "from": "94081", "to": "93066", "value": 250.99542533462485}, {"color": "#ff7f00", "from": "94081", "to": "93070", "value": 133.38615461209588}, {"color": "#4daf4a", "from": "94081", "to": "94043", "value": 607.1284985073343}, {"color": "#4daf4a", "from": "94081", "to": "94046", "value": 403.26304570871827}, {"color": "#377eb8", "from": "94081", "to": "92049", "value": 161.25758464562713}, {"color": "#377eb8", "from": "94081", "to": "92050", "value": 148.42412512279398}, {"color": "#377eb8", "from": "94081", "to": "92051", "value": 147.27257073107353}, {"color": "#377eb8", "from": "94081", "to": "92062", "value": 185.4605297301794}, {"color": "#4daf4a", "from": "94081", "to": "94022", "value": 497.29647459143587}, {"color": "#4daf4a", "from": "94081", "to": "94028", "value": 930.5816965398619}, {"color": "#4daf4a", "from": "94081", "to": "94033", "value": 166.63137837339855}, {"color": "#4daf4a", "from": "94081", "to": "94034", "value": 168.34407883013975}, {"color": "#4daf4a", "from": "94081", "to": "94038", "value": 162.79381387413994}, {"color": "#377eb8", "from": "94081", "to": "92044", "value": 188.29416033417903}, {"color": "#377eb8", "from": "94081", "to": "92002", "value": 121.8331775944941}, {"color": "#4daf4a", "from": "94081", "to": "94002", "value": 339.14503287494676}, {"color": "#4daf4a", "from": "94081", "to": "94018", "value": 196.71884717431294}, {"color": "#4daf4a", "from": "94081", "to": "94021", "value": 249.05121254954742}, {"color": "#984ea3", "from": "94081", "to": "91689", "value": 200.25200826438532}, {"color": "#4daf4a", "from": "94081", "to": "94041", "value": 1750.4453043039975}, {"color": "#377eb8", "from": "94081", "to": "92040", "value": 236.80118500653697}, {"color": "#4daf4a", "from": "94081", "to": "94003", "value": 225.902774352635}, {"color": "#4daf4a", "from": "94081", "to": "94011", "value": 140.53389965113072}, {"color": "#4daf4a", "from": "94081", "to": "94015", "value": 282.58544706182505}, {"color": "#e41a1c", "from": "94081", "to": "75115", "value": 1305.3236124686487}, {"color": "#e41a1c", "from": "94081", "to": "75118", "value": 281.74781585329146}, {"color": "#ffff33", "from": "94081", "to": "78640", "value": 125.41271723021535}, {"color": "#e41a1c", "from": "94081", "to": "75101", "value": 449.8906546986089}, {"color": "#e41a1c", "from": "94081", "to": "75102", "value": 338.1147656666058}, {"color": "#e41a1c", "from": "94081", "to": "75103", "value": 223.37541306305184}, {"color": "#e41a1c", "from": "94081", "to": "75104", "value": 306.7314355774638}, {"color": "#e41a1c", "from": "94081", "to": "75105", "value": 590.4687042605489}, {"color": "#ff7f00", "from": "94081", "to": "93001", "value": 121.87685817153141}, {"color": "#e41a1c", "from": "94081", "to": "75108", "value": 1008.3600517338598}, {"color": "#e41a1c", "from": "94081", "to": "75109", "value": 691.9990987271377}, {"color": "#e41a1c", "from": "94081", "to": "75110", "value": 477.9685227144941}, {"color": "#e41a1c", "from": "94081", "to": "75114", "value": 764.01133242069}, {"color": "#e41a1c", "from": "94081", "to": "75106", "value": 332.98665642185466}, {"color": "#e41a1c", "from": "94081", "to": "75116", "value": 547.4024359041349}, {"color": "#e41a1c", "from": "94081", "to": "75117", "value": 396.6183523426047}, {"color": "#377eb8", "from": "94081", "to": "92012", "value": 360.00893305367384}, {"color": "#e41a1c", "from": "94081", "to": "75107", "value": 358.9726823245343}, {"color": "#4daf4a", "from": "94028", "to": "94067", "value": 137.35263119180638}, {"color": "#4daf4a", "from": "94028", "to": "94068", "value": 745.2078937665252}, {"color": "#4daf4a", "from": "94028", "to": "94071", "value": 165.89151119198317}, {"color": "#4daf4a", "from": "94028", "to": "94073", "value": 288.10073580138067}, {"color": "#ff7f00", "from": "94028", "to": "93051", "value": 205.61953204745964}, {"color": "#ff7f00", "from": "94028", "to": "93001", "value": 199.6809813791042}, {"color": "#984ea3", "from": "94028", "to": "91689", "value": 156.5901289639502}, {"color": "#377eb8", "from": "94028", "to": "92062", "value": 275.93138968666443}, {"color": "#377eb8", "from": "94028", "to": "92024", "value": 146.82504957632852}, {"color": "#377eb8", "from": "94028", "to": "92026", "value": 317.8166038173606}, {"color": "#377eb8", "from": "94028", "to": "92036", "value": 123.81846628128318}, {"color": "#377eb8", "from": "94028", "to": "92040", "value": 236.50259711660732}, {"color": "#377eb8", "from": "94028", "to": "92012", "value": 286.20908788851204}, {"color": "#377eb8", "from": "94028", "to": "92044", "value": 288.2594999847646}, {"color": "#377eb8", "from": "94028", "to": "92050", "value": 213.88996636701236}, {"color": "#377eb8", "from": "94028", "to": "92051", "value": 146.26674350941562}, {"color": "#4daf4a", "from": "94028", "to": "94022", "value": 216.18478508658444}, {"color": "#4daf4a", "from": "94028", "to": "94033", "value": 303.1512605745478}, {"color": "#4daf4a", "from": "94028", "to": "94076", "value": 253.1602618559371}, {"color": "#4daf4a", "from": "94028", "to": "94078", "value": 222.56388940108965}, {"color": "#4daf4a", "from": "94028", "to": "94002", "value": 522.6721532224147}, {"color": "#4daf4a", "from": "94028", "to": "94003", "value": 126.96799259027267}, {"color": "#4daf4a", "from": "94028", "to": "94011", "value": 617.3555419106721}, {"color": "#4daf4a", "from": "94028", "to": "94015", "value": 324.47244906529613}, {"color": "#4daf4a", "from": "94028", "to": "94054", "value": 283.6800222698457}, {"color": "#4daf4a", "from": "94028", "to": "94018", "value": 404.5291887408883}, {"color": "#e41a1c", "from": "94028", "to": "75105", "value": 288.8738199119595}, {"color": "#e41a1c", "from": "94028", "to": "75101", "value": 375.7545618084239}, {"color": "#e41a1c", "from": "94028", "to": "75102", "value": 387.65272327497183}, {"color": "#e41a1c", "from": "94028", "to": "75103", "value": 213.9439556219794}, {"color": "#e41a1c", "from": "94028", "to": "75116", "value": 603.9249482636731}, {"color": "#e41a1c", "from": "94028", "to": "75104", "value": 293.5945645434775}, {"color": "#e41a1c", "from": "94028", "to": "75106", "value": 218.56584990552724}, {"color": "#e41a1c", "from": "94028", "to": "75107", "value": 349.775965720015}, {"color": "#e41a1c", "from": "94028", "to": "75108", "value": 960.5151606451673}, {"color": "#e41a1c", "from": "94028", "to": "75109", "value": 700.6154813768757}, {"color": "#e41a1c", "from": "94028", "to": "75110", "value": 469.04500976155464}, {"color": "#a65628", "from": "94028", "to": "95527", "value": 163.31048322375108}, {"color": "#4daf4a", "from": "94028", "to": "94041", "value": 585.5181491863021}, {"color": "#4daf4a", "from": "94028", "to": "94080", "value": 233.83629046910747}, {"color": "#4daf4a", "from": "94028", "to": "94042", "value": 337.5243063341022}, {"color": "#ff7f00", "from": "94028", "to": "93066", "value": 287.23722015075793}, {"color": "#ff7f00", "from": "94028", "to": "93070", "value": 162.5545816657308}, {"color": "#ff7f00", "from": "94028", "to": "93055", "value": 134.22905635593278}, {"color": "#4daf4a", "from": "94028", "to": "94017", "value": 205.13448294351517}, {"color": "#4daf4a", "from": "94028", "to": "94044", "value": 187.2080253850813}, {"color": "#4daf4a", "from": "94028", "to": "94046", "value": 729.6918377321339}, {"color": "#4daf4a", "from": "94028", "to": "94052", "value": 140.57676496505323}, {"color": "#4daf4a", "from": "94028", "to": "94065", "value": 324.87248798551576}, {"color": "#ff7f00", "from": "93001", "to": "93064", "value": 144.14566932713126}, {"color": "#ff7f00", "from": "93001", "to": "93070", "value": 312.08288054286663}, {"color": "#377eb8", "from": "93001", "to": "92036", "value": 344.0321723044421}, {"color": "#377eb8", "from": "93001", "to": "92004", "value": 165.46515014377763}, {"color": "#a65628", "from": "93001", "to": "95277", "value": 136.11012447900293}, {"color": "#a65628", "from": "93001", "to": "95527", "value": 397.6174084100478}, {"color": "#ff7f00", "from": "93001", "to": "93013", "value": 143.62637869292269}, {"color": "#ff7f00", "from": "93001", "to": "93029", "value": 202.72526707288742}, {"color": "#ff7f00", "from": "93001", "to": "93031", "value": 127.11752439154417}, {"color": "#ff7f00", "from": "93001", "to": "93033", "value": 126.88471848783739}, {"color": "#377eb8", "from": "93001", "to": "92024", "value": 288.8203534349037}, {"color": "#377eb8", "from": "93001", "to": "92026", "value": 328.4688604762734}, {"color": "#377eb8", "from": "93001", "to": "92050", "value": 288.7194823620109}, {"color": "#ff7f00", "from": "93001", "to": "93005", "value": 234.33557960965527}, {"color": "#ff7f00", "from": "93001", "to": "93006", "value": 147.90737922227297}, {"color": "#ff7f00", "from": "93001", "to": "93008", "value": 568.1383486187457}, {"color": "#ff7f00", "from": "93001", "to": "93027", "value": 513.3627288099404}, {"color": "#377eb8", "from": "93001", "to": "92062", "value": 163.80594585472835}, {"color": "#e41a1c", "from": "93001", "to": "75107", "value": 439.91570132757505}, {"color": "#e41a1c", "from": "93001", "to": "75108", "value": 1005.6787065754447}, {"color": "#ff7f00", "from": "93001", "to": "93055", "value": 648.8961001466458}, {"color": "#e41a1c", "from": "93001", "to": "75101", "value": 447.2379224458832}, {"color": "#e41a1c", "from": "93001", "to": "75102", "value": 404.4952932969724}, {"color": "#e41a1c", "from": "93001", "to": "75103", "value": 237.21896439858298}, {"color": "#e41a1c", "from": "93001", "to": "75104", "value": 322.80885001856217}, {"color": "#e41a1c", "from": "93001", "to": "75105", "value": 365.67141741714323}, {"color": "#e41a1c", "from": "93001", "to": "75106", "value": 248.05643435628085}, {"color": "#e41a1c", "from": "93001", "to": "75109", "value": 1086.3831277302133}, {"color": "#e41a1c", "from": "93001", "to": "75110", "value": 965.872237253871}, {"color": "#4daf4a", "from": "93001", "to": "94041", "value": 151.21618314809746}, {"color": "#377eb8", "from": "93001", "to": "92040", "value": 181.58305430163966}, {"color": "#377eb8", "from": "93001", "to": "92044", "value": 211.9875052366322}, {"color": "#377eb8", "from": "93001", "to": "92051", "value": 191.13772969618282}, {"color": "#ff7f00", "from": "93001", "to": "93072", "value": 168.39856535630616}, {"color": "#ff7f00", "from": "93001", "to": "93073", "value": 130.72473041815806}, {"color": "#e41a1c", "from": "92004", "to": "75101", "value": 707.7449831443269}, {"color": "#e41a1c", "from": "92004", "to": "75102", "value": 708.4944570945948}, {"color": "#e41a1c", "from": "92004", "to": "75103", "value": 205.0210497613322}, {"color": "#e41a1c", "from": "92004", "to": "75104", "value": 228.14487224906915}, {"color": "#ffff33", "from": "92004", "to": "78640", "value": 191.974742891364}, {"color": "#e41a1c", "from": "92004", "to": "75107", "value": 493.4900323773971}, {"color": "#e41a1c", "from": "92004", "to": "75108", "value": 2579.5520663500415}, {"color": "#e41a1c", "from": "92004", "to": "75109", "value": 1382.618544226286}, {"color": "#e41a1c", "from": "92004", "to": "75110", "value": 571.5534866545731}, {"color": "#e41a1c", "from": "92004", "to": "75111", "value": 346.1270171890962}, {"color": "#ff7f00", "from": "92004", "to": "93070", "value": 572.2554426594515}, {"color": "#ff7f00", "from": "92004", "to": "93055", "value": 140.97705443655622}, {"color": "#4daf4a", "from": "92004", "to": "94033", "value": 122.040690540979}, {"color": "#377eb8", "from": "92004", "to": "92049", "value": 197.96477183988983}, {"color": "#377eb8", "from": "92004", "to": "92051", "value": 872.9343882456152}, {"color": "#377eb8", "from": "92004", "to": "92063", "value": 356.7369932262577}, {"color": "#377eb8", "from": "92004", "to": "92064", "value": 203.57131815801634}, {"color": "#377eb8", "from": "92004", "to": "92073", "value": 328.3370314524038}, {"color": "#377eb8", "from": "92004", "to": "92062", "value": 1184.1256290327856}, {"color": "#a65628", "from": "92004", "to": "95527", "value": 243.26540071585802}, {"color": "#377eb8", "from": "92004", "to": "92078", "value": 270.75112558959324}, {"color": "#ff7f00", "from": "92004", "to": "93048", "value": 206.6663060296304}, {"color": "#377eb8", "from": "92004", "to": "92009", "value": 554.434697361778}, {"color": "#377eb8", "from": "92004", "to": "92012", "value": 832.7953637385792}, {"color": "#377eb8", "from": "92004", "to": "92024", "value": 1048.7685424470674}, {"color": "#377eb8", "from": "92004", "to": "92025", "value": 893.6680559604254}, {"color": "#377eb8", "from": "92004", "to": "92026", "value": 2075.3332316453875}, {"color": "#377eb8", "from": "92004", "to": "92035", "value": 247.55034372818616}, {"color": "#377eb8", "from": "92004", "to": "92044", "value": 1778.9488735471582}, {"color": "#377eb8", "from": "92004", "to": "92036", "value": 1505.283128080238}, {"color": "#377eb8", "from": "92004", "to": "92040", "value": 577.4091823724581}, {"color": "#e41a1c", "from": "92004", "to": "75112", "value": 607.1346037320786}, {"color": "#e41a1c", "from": "92004", "to": "75116", "value": 818.2092026579635}, {"color": "#e41a1c", "from": "92004", "to": "75105", "value": 259.60477422436}, {"color": "#e41a1c", "from": "92004", "to": "75106", "value": 313.67328204111914}, {"color": "#e41a1c", "from": "92004", "to": "75114", "value": 421.1846672873908}, {"color": "#a65628", "from": "92025", "to": "95527", "value": 169.33797150249615}, {"color": "#377eb8", "from": "92025", "to": "92024", "value": 634.1202405774602}, {"color": "#377eb8", "from": "92025", "to": "92026", "value": 1930.5892330801655}, {"color": "#a65628", "from": "92025", "to": "95063", "value": 232.5978162561349}, {"color": "#377eb8", "from": "92025", "to": "92073", "value": 297.4129079920727}, {"color": "#377eb8", "from": "92025", "to": "92035", "value": 723.6052961520281}, {"color": "#377eb8", "from": "92025", "to": "92036", "value": 930.6129291691955}, {"color": "#377eb8", "from": "92025", "to": "92040", "value": 401.3124418594245}, {"color": "#ff7f00", "from": "92025", "to": "93048", "value": 164.2128169082198}, {"color": "#377eb8", "from": "92025", "to": "92049", "value": 134.3239120635955}, {"color": "#377eb8", "from": "92025", "to": "92051", "value": 817.9350778906429}, {"color": "#377eb8", "from": "92025", "to": "92062", "value": 1192.4118359323477}, {"color": "#ff7f00", "from": "92025", "to": "93070", "value": 332.8157119380102}, {"color": "#377eb8", "from": "92025", "to": "92078", "value": 190.03244808060936}, {"color": "#377eb8", "from": "92025", "to": "92044", "value": 1172.867119048031}, {"color": "#377eb8", "from": "92025", "to": "92063", "value": 522.1875480600519}, {"color": "#377eb8", "from": "92025", "to": "92064", "value": 211.9798232983625}, {"color": "#377eb8", "from": "92025", "to": "92009", "value": 551.2974977750071}, {"color": "#e41a1c", "from": "92025", "to": "75109", "value": 1078.5486763166373}, {"color": "#e41a1c", "from": "92025", "to": "75102", "value": 443.03252681370554}, {"color": "#ffff33", "from": "92025", "to": "78640", "value": 153.46562436130026}, {"color": "#e41a1c", "from": "92025", "to": "75107", "value": 417.1570704611318}, {"color": "#e41a1c", "from": "92025", "to": "75105", "value": 153.20794555719482}, {"color": "#e41a1c", "from": "92025", "to": "75106", "value": 223.19512408897967}, {"color": "#e41a1c", "from": "92025", "to": "75108", "value": 1523.023476281959}, {"color": "#e41a1c", "from": "92025", "to": "75110", "value": 375.9794722679018}, {"color": "#e41a1c", "from": "92025", "to": "75101", "value": 414.90611918684334}, {"color": "#e41a1c", "from": "92025", "to": "75112", "value": 487.02157428710433}, {"color": "#e41a1c", "from": "92025", "to": "75114", "value": 340.49907552206264}, {"color": "#e41a1c", "from": "92025", "to": "75103", "value": 216.42924654535463}, {"color": "#e41a1c", "from": "92025", "to": "75104", "value": 199.90677534600425}, {"color": "#e41a1c", "from": "93005", "to": "75101", "value": 260.28307901178346}, {"color": "#e41a1c", "from": "93005", "to": "75104", "value": 190.536619778638}, {"color": "#e41a1c", "from": "93005", "to": "75107", "value": 194.43696944660368}, {"color": "#e41a1c", "from": "93005", "to": "75108", "value": 676.1564692202385}, {"color": "#e41a1c", "from": "93005", "to": "75111", "value": 332.68927412340696}, {"color": "#377eb8", "from": "93005", "to": "92044", "value": 132.50806399424147}, {"color": "#ff7f00", "from": "93005", "to": "93029", "value": 352.737163827333}, {"color": "#ff7f00", "from": "93005", "to": "93071", "value": 533.3565124058726}, {"color": "#ff7f00", "from": "93005", "to": "93072", "value": 138.02952733562296}, {"color": "#ff7f00", "from": "93005", "to": "93046", "value": 264.46281598861617}, {"color": "#ff7f00", "from": "93005", "to": "93078", "value": 596.9220322744358}, {"color": "#ff7f00", "from": "93005", "to": "93053", "value": 154.7341051559773}, {"color": "#ff7f00", "from": "93005", "to": "93055", "value": 369.41006414195033}, {"color": "#ff7f00", "from": "93005", "to": "93013", "value": 199.14769112438927}, {"color": "#377eb8", "from": "93005", "to": "92024", "value": 161.53176906580234}, {"color": "#ff7f00", "from": "93005", "to": "93064", "value": 214.78648976024456}, {"color": "#ff7f00", "from": "93005", "to": "93033", "value": 161.3795159893725}, {"color": "#ff7f00", "from": "93005", "to": "93027", "value": 189.47220115142423}, {"color": "#ff7f00", "from": "93005", "to": "93051", "value": 121.39159048209027}, {"color": "#377eb8", "from": "93005", "to": "92062", "value": 179.1086459960582}, {"color": "#f781bf", "from": "93005", "to": "77291", "value": 124.37704194624553}, {"color": "#ff7f00", "from": "93005", "to": "93007", "value": 632.9887461243019}, {"color": "#e41a1c", "from": "93005", "to": "75115", "value": 737.7232707135963}, {"color": "#e41a1c", "from": "93005", "to": "75116", "value": 406.48628910435156}, {"color": "#377eb8", "from": "93005", "to": "92026", "value": 240.96711435338244}, {"color": "#ff7f00", "from": "93005", "to": "93073", "value": 665.0796975894561}, {"color": "#377eb8", "from": "93005", "to": "92036", "value": 214.40422411405137}, {"color": "#ff7f00", "from": "93005", "to": "93070", "value": 282.3290420847708}, {"color": "#ff7f00", "from": "93005", "to": "93057", "value": 171.33190133967702}, {"color": "#377eb8", "from": "93005", "to": "92012", "value": 160.60680486882205}, {"color": "#e41a1c", "from": "93005", "to": "75117", "value": 343.40417595512287}, {"color": "#e41a1c", "from": "93005", "to": "75103", "value": 138.45614927367316}, {"color": "#e41a1c", "from": "93005", "to": "75105", "value": 193.07089836643775}, {"color": "#e41a1c", "from": "93005", "to": "75106", "value": 147.7237252472291}, {"color": "#e41a1c", "from": "93005", "to": "75109", "value": 389.51042809048147}, {"color": "#e41a1c", "from": "93005", "to": "75110", "value": 460.34754057654095}, {"color": "#ff7f00", "from": "93005", "to": "93006", "value": 131.90138914179704}, {"color": "#ff7f00", "from": "93005", "to": "93008", "value": 769.12182456761}, {"color": "#ff7f00", "from": "93005", "to": "93010", "value": 312.6083276138877}, {"color": "#377eb8", "from": "93005", "to": "92050", "value": 203.179783677414}, {"color": "#f781bf", "from": "93005", "to": "77294", "value": 138.10525111224385}, {"color": "#a65628", "from": "93005", "to": "95277", "value": 323.7966078237722}, {"color": "#a65628", "from": "93005", "to": "95527", "value": 1685.3514074568582}, {"color": "#e41a1c", "from": "93005", "to": "75102", "value": 188.1426093137605}, {"color": "#e41a1c", "from": "93005", "to": "75112", "value": 455.751067785473}, {"color": "#e41a1c", "from": "93005", "to": "75113", "value": 447.4718919403123}, {"color": "#e41a1c", "from": "93005", "to": "75114", "value": 278.2677932703439}, {"color": "#4daf4a", "from": "93005", "to": "94033", "value": 162.05594395244637}, {"color": "#e41a1c", "from": "78646", "to": "75119", "value": 136.29375649634176}, {"color": "#ffff33", "from": "78646", "to": "78423", "value": 598.0986337688443}, {"color": "#ffff33", "from": "78646", "to": "78545", "value": 150.5279308871289}, {"color": "#ffff33", "from": "78646", "to": "78551", "value": 135.35690538727815}, {"color": "#ffff33", "from": "78646", "to": "78688", "value": 182.43480886357307}, {"color": "#377eb8", "from": "78646", "to": "92063", "value": 300.3272487967833}, {"color": "#377eb8", "from": "78646", "to": "92064", "value": 245.9348414983164}, {"color": "#984ea3", "from": "78646", "to": "91377", "value": 180.6561440497092}, {"color": "#ffff33", "from": "78646", "to": "78297", "value": 1164.2572097120878}, {"color": "#984ea3", "from": "78646", "to": "91064", "value": 140.01158142788407}, {"color": "#377eb8", "from": "78646", "to": "92051", "value": 168.877377995708}, {"color": "#377eb8", "from": "78646", "to": "92060", "value": 197.8763774409168}, {"color": "#377eb8", "from": "78646", "to": "92062", "value": 763.842835605556}, {"color": "#377eb8", "from": "78646", "to": "92049", "value": 204.74244737690822}, {"color": "#4daf4a", "from": "78646", "to": "94003", "value": 141.7129725243278}, {"color": "#377eb8", "from": "78646", "to": "92044", "value": 261.9595800743455}, {"color": "#377eb8", "from": "78646", "to": "92048", "value": 234.99892093975393}, {"color": "#377eb8", "from": "78646", "to": "92025", "value": 124.48839686808341}, {"color": "#377eb8", "from": "78646", "to": "92026", "value": 877.0054347626798}, {"color": "#377eb8", "from": "78646", "to": "92073", "value": 253.96339401465085}, {"color": "#377eb8", "from": "78646", "to": "92072", "value": 135.09506814942824}, {"color": "#ff7f00", "from": "78646", "to": "93066", "value": 153.49859798534794}, {"color": "#ffff33", "from": "78646", "to": "78640", "value": 1258.7542280521704}, {"color": "#e41a1c", "from": "78646", "to": "75102", "value": 318.7571914231174}, {"color": "#ffff33", "from": "78646", "to": "78686", "value": 304.0307055485197}, {"color": "#e41a1c", "from": "78646", "to": "75107", "value": 488.8257604172884}, {"color": "#e41a1c", "from": "78646", "to": "75108", "value": 1088.3252049239861}, {"color": "#e41a1c", "from": "78646", "to": "75109", "value": 563.9689363905879}, {"color": "#ffff33", "from": "78646", "to": "78372", "value": 201.78071820142313}, {"color": "#e41a1c", "from": "78646", "to": "75101", "value": 332.8053885709491}, {"color": "#377eb8", "from": "78646", "to": "92036", "value": 122.50867952558357}, {"color": "#377eb8", "from": "78646", "to": "92040", "value": 544.7062867048327}, {"color": "#ffff33", "from": "78646", "to": "78620", "value": 619.5074829789897}, {"color": "#ffff33", "from": "78646", "to": "78242", "value": 159.42661436972017}, {"color": "#e41a1c", "from": "78646", "to": "75105", "value": 140.06299326080307}, {"color": "#377eb8", "from": "78646", "to": "92023", "value": 187.4093661346318}, {"color": "#377eb8", "from": "78646", "to": "92033", "value": 161.82829470172678}, {"color": "#e41a1c", "from": "78646", "to": "75110", "value": 174.429326087945}, {"color": "#ffff33", "from": "78646", "to": "78158", "value": 718.045667837413}, {"color": "#e41a1c", "from": "78646", "to": "75111", "value": 137.1474394184968}, {"color": "#e41a1c", "from": "78646", "to": "75112", "value": 293.2859688202193}, {"color": "#e41a1c", "from": "78646", "to": "75106", "value": 191.82599441610648}, {"color": "#4daf4a", "from": "75110", "to": "94080", "value": 122.01737554972622}, {"color": "#e41a1c", "from": "75110", "to": "75101", "value": 860.4978116357604}, {"color": "#e41a1c", "from": "75110", "to": "75102", "value": 1027.4106332103756}, {"color": "#e41a1c", "from": "75110", "to": "75103", "value": 704.3270990398121}, {"color": "#e41a1c", "from": "75110", "to": "75104", "value": 447.67397755860907}, {"color": "#e41a1c", "from": "75110", "to": "75105", "value": 528.3404720636084}, {"color": "#e41a1c", "from": "75110", "to": "75106", "value": 560.2049038531725}, {"color": "#e41a1c", "from": "75110", "to": "75107", "value": 879.3249094764639}, {"color": "#e41a1c", "from": "75110", "to": "75108", "value": 2297.02756980276}, {"color": "#e41a1c", "from": "75110", "to": "75109", "value": 1694.2440734716017}, {"color": "#4daf4a", "from": "75110", "to": "94041", "value": 183.68591642039695}, {"color": "#377eb8", "from": "75110", "to": "92049", "value": 196.3543355073817}, {"color": "#ffff33", "from": "75110", "to": "78640", "value": 136.61920971368158}, {"color": "#377eb8", "from": "75110", "to": "92024", "value": 320.6903456981054}, {"color": "#377eb8", "from": "75110", "to": "92051", "value": 472.7820694981327}, {"color": "#377eb8", "from": "75110", "to": "92062", "value": 622.2076382708776}, {"color": "#377eb8", "from": "75110", "to": "92063", "value": 202.88467612957336}, {"color": "#ff7f00", "from": "75110", "to": "93008", "value": 162.79350865082696}, {"color": "#ff7f00", "from": "75110", "to": "93055", "value": 269.23844901285}, {"color": "#ff7f00", "from": "75110", "to": "93070", "value": 264.595529556761}, {"color": "#377eb8", "from": "75110", "to": "92026", "value": 781.5251683761871}, {"color": "#4daf4a", "from": "75110", "to": "94033", "value": 145.18334817161195}, {"color": "#a65628", "from": "75110", "to": "95527", "value": 290.8276233733017}, {"color": "#377eb8", "from": "75110", "to": "92040", "value": 588.3966918066373}, {"color": "#377eb8", "from": "75110", "to": "92044", "value": 429.7293081138796}, {"color": "#377eb8", "from": "92026", "to": "92035", "value": 439.0689586462934}, {"color": "#ff7f00", "from": "92026", "to": "93055", "value": 131.6629227122282}, {"color": "#4daf4a", "from": "92026", "to": "94033", "value": 158.39967972096187}, {"color": "#a65628", "from": "92026", "to": "95063", "value": 164.67014506552388}, {"color": "#ff7f00", "from": "92026", "to": "93070", "value": 376.4618130705941}, {"color": "#377eb8", "from": "92026", "to": "92009", "value": 354.25521526002564}, {"color": "#a65628", "from": "92026", "to": "95527", "value": 188.10460269041914}, {"color": "#e41a1c", "from": "92026", "to": "75105", "value": 223.4959962492239}, {"color": "#e41a1c", "from": "92026", "to": "75106", "value": 290.84182630634456}, {"color": "#e41a1c", "from": "92026", "to": "75107", "value": 500.5788185921647}, {"color": "#e41a1c", "from": "92026", "to": "75108", "value": 2205.5143011422697}, {"color": "#e41a1c", "from": "92026", "to": "75101", "value": 633.9748636124581}, {"color": "#e41a1c", "from": "92026", "to": "75102", "value": 599.237003883063}, {"color": "#ffff33", "from": "92026", "to": "78297", "value": 136.96291397016526}, {"color": "#e41a1c", "from": "92026", "to": "75103", "value": 155.85222519868373}, {"color": "#e41a1c", "from": "92026", "to": "75104", "value": 171.9544563996333}, {"color": "#e41a1c", "from": "92026", "to": "75109", "value": 1262.8181825158927}, {"color": "#ffff33", "from": "92026", "to": "78498", "value": 174.45752658768242}, {"color": "#377eb8", "from": "92026", "to": "92062", "value": 2173.071057421533}, {"color": "#377eb8", "from": "92026", "to": "92024", "value": 464.2016591017701}, {"color": "#377eb8", "from": "92026", "to": "92036", "value": 531.6853057730389}, {"color": "#377eb8", "from": "92026", "to": "92044", "value": 1562.5981671428783}, {"color": "#377eb8", "from": "92026", "to": "92049", "value": 158.84234894809097}, {"color": "#377eb8", "from": "92026", "to": "92051", "value": 1223.1756216368722}, {"color": "#377eb8", "from": "92026", "to": "92063", "value": 564.9514635291999}, {"color": "#377eb8", "from": "92026", "to": "92064", "value": 270.07331288385654}, {"color": "#ffff33", "from": "92026", "to": "78640", "value": 281.25144499937403}, {"color": "#377eb8", "from": "92026", "to": "92073", "value": 678.4337705945042}, {"color": "#377eb8", "from": "92026", "to": "92040", "value": 467.3394139818502}, {"color": "#377eb8", "from": "92063", "to": "92035", "value": 133.59437437682368}, {"color": "#ffff33", "from": "92063", "to": "78418", "value": 162.93723423785153}, {"color": "#e41a1c", "from": "92063", "to": "75109", "value": 619.0732459595944}, {"color": "#e41a1c", "from": "92063", "to": "75105", "value": 145.12344571393717}, {"color": "#e41a1c", "from": "92063", "to": "75106", "value": 157.97194962423993}, {"color": "#e41a1c", "from": "92063", "to": "75107", "value": 310.1903187656265}, {"color": "#e41a1c", "from": "92063", "to": "75108", "value": 1311.9327892735396}, {"color": "#377eb8", "from": "92063", "to": "92064", "value": 647.8196071951265}, {"color": "#a65628", "from": "92063", "to": "95527", "value": 158.18384868582544}, {"color": "#a65628", "from": "92063", "to": "95063", "value": 144.5793771444671}, {"color": "#377eb8", "from": "92063", "to": "92073", "value": 1077.988727464292}, {"color": "#377eb8", "from": "92063", "to": "92049", "value": 158.28511302525197}, {"color": "#377eb8", "from": "92063", "to": "92062", "value": 1538.936974973609}, {"color": "#377eb8", "from": "92063", "to": "92024", "value": 212.0000303373923}, {"color": "#377eb8", "from": "92063", "to": "92033", "value": 299.0733651416448}, {"color": "#377eb8", "from": "92063", "to": "92036", "value": 375.8258585949216}, {"color": "#377eb8", "from": "92063", "to": "92040", "value": 410.9183173939415}, {"color": "#377eb8", "from": "92063", "to": "92009", "value": 209.39606709396813}, {"color": "#ffff33", "from": "92063", "to": "78297", "value": 304.2586363487867}, {"color": "#377eb8", "from": "92063", "to": "92051", "value": 621.2897719595617}, {"color": "#ffff33", "from": "92063", "to": "78640", "value": 400.5957146235992}, {"color": "#ff7f00", "from": "92063", "to": "93066", "value": 398.58020148620676}, {"color": "#ff7f00", "from": "92063", "to": "93070", "value": 223.49608386377054}, {"color": "#ffff33", "from": "92063", "to": "78146", "value": 249.13568360159152}, {"color": "#ffff33", "from": "92063", "to": "78551", "value": 185.86317554415925}, {"color": "#e41a1c", "from": "92063", "to": "75102", "value": 360.0667690244179}, {"color": "#ffff33", "from": "92063", "to": "78423", "value": 163.3901096750578}, {"color": "#377eb8", "from": "92063", "to": "92044", "value": 638.422671873558}, {"color": "#e41a1c", "from": "92063", "to": "75101", "value": 309.8452302304771}, {"color": "#4daf4a", "from": "94017", "to": "94041", "value": 293.83451919440836}, {"color": "#e41a1c", "from": "94017", "to": "75113", "value": 574.7186810518145}, {"color": "#e41a1c", "from": "94017", "to": "75114", "value": 287.69882583497565}, {"color": "#e41a1c", "from": "94017", "to": "75115", "value": 675.5620715097882}, {"color": "#4daf4a", "from": "94017", "to": "94042", "value": 531.0128142667052}, {"color": "#4daf4a", "from": "94017", "to": "94046", "value": 198.88351860455055}, {"color": "#a65628", "from": "94017", "to": "95527", "value": 216.38345970143664}, {"color": "#4daf4a", "from": "94017", "to": "94065", "value": 120.38521080399892}, {"color": "#4daf4a", "from": "94017", "to": "94067", "value": 149.77221561590912}, {"color": "#4daf4a", "from": "94017", "to": "94068", "value": 1046.8116750437498}, {"color": "#4daf4a", "from": "94017", "to": "94071", "value": 161.40519928813444}, {"color": "#4daf4a", "from": "94017", "to": "94033", "value": 448.57462164440665}, {"color": "#377eb8", "from": "94017", "to": "92050", "value": 256.01952713595085}, {"color": "#377eb8", "from": "94017", "to": "92051", "value": 190.87267665855362}, {"color": "#ff7f00", "from": "94017", "to": "93008", "value": 124.98482059391226}, {"color": "#4daf4a", "from": "94017", "to": "94079", "value": 308.1036035932556}, {"color": "#4daf4a", "from": "94017", "to": "94080", "value": 399.67516837725424}, {"color": "#4daf4a", "from": "94017", "to": "94081", "value": 195.12983673669927}, {"color": "#4daf4a", "from": "94017", "to": "94052", "value": 485.7701195465151}, {"color": "#4daf4a", "from": "94017", "to": "94058", "value": 281.58592783130064}, {"color": "#377eb8", "from": "94017", "to": "92044", "value": 158.7475679300412}, {"color": "#377eb8", "from": "94017", "to": "92012", "value": 174.0797431704994}, {"color": "#377eb8", "from": "94017", "to": "92062", "value": 245.4558871437388}, {"color": "#ff7f00", "from": "94017", "to": "93001", "value": 128.33657001270277}, {"color": "#4daf4a", "from": "94017", "to": "94019", "value": 1098.7700184857242}, {"color": "#ff7f00", "from": "94017", "to": "93070", "value": 142.66891232767898}, {"color": "#e41a1c", "from": "94017", "to": "75109", "value": 530.4658599200809}, {"color": "#e41a1c", "from": "94017", "to": "75110", "value": 400.26666957947435}, {"color": "#e41a1c", "from": "94017", "to": "75111", "value": 430.06231938025326}, {"color": "#e41a1c", "from": "94017", "to": "75112", "value": 977.3506459027851}, {"color": "#e41a1c", "from": "94017", "to": "75101", "value": 378.61805858827677}, {"color": "#e41a1c", "from": "94017", "to": "75102", "value": 228.54181947644568}, {"color": "#e41a1c", "from": "94017", "to": "75103", "value": 142.77561077134754}, {"color": "#e41a1c", "from": "94017", "to": "75104", "value": 161.9184650993476}, {"color": "#ff7f00", "from": "94017", "to": "93064", "value": 142.0827200234879}, {"color": "#ff7f00", "from": "94017", "to": "93066", "value": 282.0697440649511}, {"color": "#e41a1c", "from": "94017", "to": "75106", "value": 145.60435734149937}, {"color": "#e41a1c", "from": "94017", "to": "75107", "value": 244.4087584271424}, {"color": "#e41a1c", "from": "94017", "to": "75108", "value": 748.7162428234685}, {"color": "#4daf4a", "from": "94017", "to": "94002", "value": 159.86676303655435}, {"color": "#ff7f00", "from": "94017", "to": "93051", "value": 549.2072533541444}, {"color": "#e41a1c", "from": "94017", "to": "75116", "value": 405.896324126546}, {"color": "#e41a1c", "from": "94017", "to": "75117", "value": 377.4542049842372}, {"color": "#e41a1c", "from": "94017", "to": "75118", "value": 289.1285651985982}, {"color": "#e41a1c", "from": "94017", "to": "75119", "value": 456.30695918241395}, {"color": "#f781bf", "from": "94017", "to": "77121", "value": 128.6375544739463}, {"color": "#f781bf", "from": "94017", "to": "77258", "value": 135.38805591953923}, {"color": "#f781bf", "from": "94017", "to": "77373", "value": 143.40181767162662}, {"color": "#377eb8", "from": "94017", "to": "92026", "value": 172.23745986967202}, {"color": "#e41a1c", "from": "94017", "to": "75120", "value": 242.61037235513072}, {"color": "#4daf4a", "from": "94017", "to": "94011", "value": 402.0060949941375}, {"color": "#4daf4a", "from": "94017", "to": "94015", "value": 518.0504498766405}, {"color": "#4daf4a", "from": "94017", "to": "94018", "value": 167.985892935135}, {"color": "#e41a1c", "from": "94017", "to": "75105", "value": 254.43640965552333}, {"color": "#4daf4a", "from": "94017", "to": "94076", "value": 151.6732012190818}, {"color": "#377eb8", "from": "94068", "to": "92012", "value": 315.6845863326619}, {"color": "#e41a1c", "from": "94068", "to": "75108", "value": 1251.4059299640526}, {"color": "#e41a1c", "from": "94068", "to": "75109", "value": 761.956661846434}, {"color": "#e41a1c", "from": "94068", "to": "75116", "value": 441.3506365416036}, {"color": "#e41a1c", "from": "94068", "to": "75117", "value": 483.5672976257596}, {"color": "#e41a1c", "from": "94068", "to": "75102", "value": 543.1447693743938}, {"color": "#e41a1c", "from": "94068", "to": "75103", "value": 207.67650337777033}, {"color": "#e41a1c", "from": "94068", "to": "75104", "value": 214.3005806428345}, {"color": "#e41a1c", "from": "94068", "to": "75105", "value": 293.81362712925966}, {"color": "#e41a1c", "from": "94068", "to": "75106", "value": 228.47859160606242}, {"color": "#e41a1c", "from": "94068", "to": "75107", "value": 352.3177265761246}, {"color": "#e41a1c", "from": "94068", "to": "75110", "value": 357.86736329224203}, {"color": "#e41a1c", "from": "94068", "to": "75111", "value": 479.84061906472317}, {"color": "#e41a1c", "from": "94068", "to": "75113", "value": 901.4818420985995}, {"color": "#e41a1c", "from": "94068", "to": "75114", "value": 284.97382049776235}, {"color": "#e41a1c", "from": "94068", "to": "75115", "value": 736.0855583203427}, {"color": "#e41a1c", "from": "94068", "to": "75118", "value": 185.3733253995673}, {"color": "#e41a1c", "from": "94068", "to": "75119", "value": 410.0720372365593}, {"color": "#377eb8", "from": "94068", "to": "92026", "value": 476.03177551735666}, {"color": "#a65628", "from": "94068", "to": "95527", "value": 200.03483216158634}, {"color": "#4daf4a", "from": "94068", "to": "94067", "value": 155.007350188238}, {"color": "#4daf4a", "from": "94068", "to": "94065", "value": 248.81454789811892}, {"color": "#4daf4a", "from": "94068", "to": "94076", "value": 122.88339660964269}, {"color": "#4daf4a", "from": "94068", "to": "94078", "value": 136.33516909180665}, {"color": "#4daf4a", "from": "94068", "to": "94046", "value": 316.67124910636124}, {"color": "#4daf4a", "from": "94068", "to": "94033", "value": 436.2383267970537}, {"color": "#4daf4a", "from": "94068", "to": "94071", "value": 214.2595742771711}, {"color": "#4daf4a", "from": "94068", "to": "94052", "value": 251.81904236192204}, {"color": "#4daf4a", "from": "94068", "to": "94080", "value": 383.5812926921368}, {"color": "#ff7f00", "from": "94068", "to": "93051", "value": 219.84493889011526}, {"color": "#ff7f00", "from": "94068", "to": "93055", "value": 152.31771426333873}, {"color": "#4daf4a", "from": "94068", "to": "94018", "value": 321.95470585608695}, {"color": "#4daf4a", "from": "94068", "to": "94019", "value": 294.1645609759265}, {"color": "#ff7f00", "from": "94068", "to": "93066", "value": 317.6444387542404}, {"color": "#4daf4a", "from": "94068", "to": "94041", "value": 366.2915389968387}, {"color": "#4daf4a", "from": "94068", "to": "94042", "value": 517.1073473581658}, {"color": "#4daf4a", "from": "94068", "to": "94002", "value": 197.3273478947215}, {"color": "#4daf4a", "from": "94068", "to": "94011", "value": 431.17815652075643}, {"color": "#4daf4a", "from": "94068", "to": "94015", "value": 257.46997682943504}, {"color": "#377eb8", "from": "94068", "to": "92049", "value": 133.9425181493465}, {"color": "#377eb8", "from": "94068", "to": "92050", "value": 305.58835078058036}, {"color": "#377eb8", "from": "94068", "to": "92051", "value": 152.47101243945136}, {"color": "#377eb8", "from": "94068", "to": "92040", "value": 179.69464920765037}, {"color": "#377eb8", "from": "94068", "to": "92044", "value": 248.97120501829582}, {"color": "#377eb8", "from": "94068", "to": "92062", "value": 422.16683194207775}, {"color": "#ff7f00", "from": "94068", "to": "93048", "value": 657.7519617495938}, {"color": "#e41a1c", "from": "94068", "to": "75101", "value": 544.2608645544348}, {"color": "#e41a1c", "from": "93029", "to": "75116", "value": 380.2482730898262}, {"color": "#e41a1c", "from": "93029", "to": "75117", "value": 462.5374578948611}, {"color": "#e41a1c", "from": "93029", "to": "75118", "value": 400.57529904343454}, {"color": "#e41a1c", "from": "93029", "to": "75119", "value": 677.7847115511722}, {"color": "#377eb8", "from": "93029", "to": "92044", "value": 139.0958937748391}, {"color": "#ff7f00", "from": "93029", "to": "93048", "value": 442.9427202940976}, {"color": "#ff7f00", "from": "93029", "to": "93053", "value": 123.70469970876596}, {"color": "#ff7f00", "from": "93029", "to": "93010", "value": 307.22456387073254}, {"color": "#ff7f00", "from": "93029", "to": "93013", "value": 428.9852312902937}, {"color": "#ff7f00", "from": "93029", "to": "93027", "value": 403.50759141713746}, {"color": "#ff7f00", "from": "93029", "to": "93033", "value": 134.24835087143612}, {"color": "#e41a1c", "from": "93029", "to": "75110", "value": 437.24123866973383}, {"color": "#e41a1c", "from": "93029", "to": "75111", "value": 356.4976040979904}, {"color": "#e41a1c", "from": "93029", "to": "75103", "value": 139.693655093498}, {"color": "#ff7f00", "from": "93029", "to": "93007", "value": 558.4513870101463}, {"color": "#e41a1c", "from": "93029", "to": "75102", "value": 259.81766323603796}, {"color": "#377eb8", "from": "93029", "to": "92036", "value": 287.9411162446014}, {"color": "#a65628", "from": "93029", "to": "95527", "value": 643.117183090768}, {"color": "#4daf4a", "from": "93029", "to": "94033", "value": 149.28606833221252}, {"color": "#ff7f00", "from": "93029", "to": "93073", "value": 202.8292749541391}, {"color": "#ff7f00", "from": "93029", "to": "93078", "value": 135.42375018854233}, {"color": "#ff7f00", "from": "93029", "to": "93055", "value": 474.64255903516346}, {"color": "#e41a1c", "from": "93029", "to": "75101", "value": 281.66807142482463}, {"color": "#e41a1c", "from": "93029", "to": "75120", "value": 326.3053928643925}, {"color": "#ff7f00", "from": "93029", "to": "93008", "value": 1574.7028245804374}, {"color": "#a65628", "from": "93029", "to": "95277", "value": 160.33687738406007}, {"color": "#377eb8", "from": "93029", "to": "92062", "value": 132.27255389293143}, {"color": "#377eb8", "from": "93029", "to": "92050", "value": 243.46717972652266}, {"color": "#ff7f00", "from": "93029", "to": "93063", "value": 135.7261063270213}, {"color": "#ff7f00", "from": "93029", "to": "93064", "value": 232.25666204323934}, {"color": "#ff7f00", "from": "93029", "to": "93070", "value": 226.85981068552528}, {"color": "#e41a1c", "from": "93029", "to": "75112", "value": 509.45014004266125}, {"color": "#e41a1c", "from": "93029", "to": "75113", "value": 476.933234477238}, {"color": "#e41a1c", "from": "93029", "to": "75114", "value": 272.32252109077774}, {"color": "#e41a1c", "from": "93029", "to": "75115", "value": 690.4362130232125}, {"color": "#377eb8", "from": "93029", "to": "92026", "value": 187.24662141665874}, {"color": "#377eb8", "from": "93029", "to": "92012", "value": 156.88582405423134}, {"color": "#e41a1c", "from": "93029", "to": "75104", "value": 180.75786910700575}, {"color": "#e41a1c", "from": "93029", "to": "75105", "value": 185.18300980867596}, {"color": "#e41a1c", "from": "93029", "to": "75106", "value": 155.29609712764528}, {"color": "#e41a1c", "from": "93029", "to": "75107", "value": 194.41729160857878}, {"color": "#e41a1c", "from": "93029", "to": "75108", "value": 606.3310574485727}, {"color": "#e41a1c", "from": "93029", "to": "75109", "value": 444.28964597184705}, {"color": "#e41a1c", "from": "93051", "to": "75103", "value": 157.29685538179172}, {"color": "#e41a1c", "from": "93051", "to": "75104", "value": 194.6680767793114}, {"color": "#4daf4a", "from": "93051", "to": "94079", "value": 359.587250941671}, {"color": "#4daf4a", "from": "93051", "to": "94080", "value": 236.92844066806202}, {"color": "#ff7f00", "from": "93051", "to": "93064", "value": 163.21894552265096}, {"color": "#377eb8", "from": "93051", "to": "92050", "value": 335.99967088945357}, {"color": "#377eb8", "from": "93051", "to": "92051", "value": 152.08808976480714}, {"color": "#377eb8", "from": "93051", "to": "92026", "value": 430.077526793813}, {"color": "#ff7f00", "from": "93051", "to": "93050", "value": 416.56005330345175}, {"color": "#ff7f00", "from": "93051", "to": "93053", "value": 124.1566815240153}, {"color": "#ff7f00", "from": "93051", "to": "93055", "value": 157.9944535416183}, {"color": "#ff7f00", "from": "93051", "to": "93008", "value": 209.1093636520106}, {"color": "#ff7f00", "from": "93051", "to": "93033", "value": 144.13304647481064}, {"color": "#ff7f00", "from": "93051", "to": "93049", "value": 213.52169457890724}, {"color": "#377eb8", "from": "93051", "to": "92044", "value": 193.24945873991538}, {"color": "#f781bf", "from": "93051", "to": "77083", "value": 467.54688995542}, {"color": "#f781bf", "from": "93051", "to": "77258", "value": 408.3838437122164}, {"color": "#e41a1c", "from": "93051", "to": "75105", "value": 161.359311991521}, {"color": "#f781bf", "from": "93051", "to": "77108", "value": 151.27464632937892}, {"color": "#f781bf", "from": "93051", "to": "77121", "value": 209.35680983015607}, {"color": "#e41a1c", "from": "93051", "to": "75108", "value": 868.1987287650129}, {"color": "#e41a1c", "from": "93051", "to": "75114", "value": 295.41054934796904}, {"color": "#e41a1c", "from": "93051", "to": "75115", "value": 707.8624905573971}, {"color": "#e41a1c", "from": "93051", "to": "75117", "value": 490.4190807191015}, {"color": "#e41a1c", "from": "93051", "to": "75106", "value": 127.90817719188503}, {"color": "#e41a1c", "from": "93051", "to": "75107", "value": 195.2458848446783}, {"color": "#e41a1c", "from": "93051", "to": "75109", "value": 665.9251603104312}, {"color": "#e41a1c", "from": "93051", "to": "75110", "value": 364.9889213315769}, {"color": "#e41a1c", "from": "93051", "to": "75101", "value": 379.45639779977074}, {"color": "#e41a1c", "from": "93051", "to": "75102", "value": 234.92239127640724}, {"color": "#a65628", "from": "93051", "to": "95527", "value": 223.88375194548738}, {"color": "#4daf4a", "from": "93051", "to": "94041", "value": 186.38382912639264}, {"color": "#4daf4a", "from": "93051", "to": "94042", "value": 155.32079649682123}, {"color": "#4daf4a", "from": "93051", "to": "94033", "value": 656.5470990461627}, {"color": "#ff7f00", "from": "93051", "to": "93066", "value": 371.2598463518724}, {"color": "#4daf4a", "from": "93051", "to": "94015", "value": 557.8089593743267}, {"color": "#4daf4a", "from": "93051", "to": "94058", "value": 174.9415245377718}, {"color": "#4daf4a", "from": "93051", "to": "94052", "value": 267.32409581499354}, {"color": "#377eb8", "from": "93051", "to": "92012", "value": 200.75877580701166}, {"color": "#377eb8", "from": "93051", "to": "92062", "value": 270.5175658166774}, {"color": "#377eb8", "from": "93051", "to": "92024", "value": 121.49346946493137}, {"color": "#377eb8", "from": "93051", "to": "92040", "value": 163.2024536557907}, {"color": "#4daf4a", "from": "93051", "to": "94019", "value": 211.72090348502127}, {"color": "#e41a1c", "from": "93051", "to": "75116", "value": 469.35629596949263}, {"color": "#ff7f00", "from": "93051", "to": "93070", "value": 137.71580794314235}, {"color": "#f781bf", "from": "93051", "to": "77468", "value": 194.43315959573033}, {"color": "#f781bf", "from": "93051", "to": "77479", "value": 242.331690855799}, {"color": "#e41a1c", "from": "92040", "to": "75103", "value": 123.76297330691474}, {"color": "#e41a1c", "from": "92040", "to": "75102", "value": 500.9235100047387}, {"color": "#e41a1c", "from": "92040", "to": "75109", "value": 679.0899596954097}, {"color": "#377eb8", "from": "92040", "to": "92072", "value": 193.82257309524408}, {"color": "#377eb8", "from": "92040", "to": "92073", "value": 298.7473479836525}, {"color": "#377eb8", "from": "92040", "to": "92075", "value": 221.154218840498}, {"color": "#377eb8", "from": "92040", "to": "92036", "value": 199.0527239116742}, {"color": "#377eb8", "from": "92040", "to": "92060", "value": 187.64364755808646}, {"color": "#377eb8", "from": "92040", "to": "92062", "value": 752.6591224588657}, {"color": "#377eb8", "from": "92040", "to": "92024", "value": 149.8230121184841}, {"color": "#ff7f00", "from": "92040", "to": "93070", "value": 149.24991080640274}, {"color": "#4daf4a", "from": "92040", "to": "94065", "value": 136.16419607286454}, {"color": "#4daf4a", "from": "92040", "to": "94003", "value": 225.8552082338849}, {"color": "#377eb8", "from": "92040", "to": "92046", "value": 281.831834702439}, {"color": "#377eb8", "from": "92040", "to": "92023", "value": 364.0020706229237}, {"color": "#377eb8", "from": "92040", "to": "92064", "value": 295.64845792317936}, {"color": "#377eb8", "from": "92040", "to": "92048", "value": 532.8750898923878}, {"color": "#377eb8", "from": "92040", "to": "92044", "value": 356.0124505175291}, {"color": "#377eb8", "from": "92040", "to": "92049", "value": 514.1932116333392}, {"color": "#377eb8", "from": "92040", "to": "92051", "value": 333.81224155513604}, {"color": "#e41a1c", "from": "92040", "to": "75105", "value": 319.074773577696}, {"color": "#e41a1c", "from": "92040", "to": "75106", "value": 427.4630777302729}, {"color": "#e41a1c", "from": "92040", "to": "75107", "value": 835.8662283968206}, {"color": "#e41a1c", "from": "92040", "to": "75108", "value": 1369.810817821951}, {"color": "#377eb8", "from": "92040", "to": "92020", "value": 326.55649320357253}, {"color": "#ffff33", "from": "92040", "to": "78297", "value": 327.6733168956121}, {"color": "#ffff33", "from": "92040", "to": "78640", "value": 530.2313468368885}, {"color": "#e41a1c", "from": "92040", "to": "75101", "value": 446.9087122323622}, {"color": "#e41a1c", "from": "92040", "to": "75104", "value": 127.11444884316764}, {"color": "#ffff33", "from": "92040", "to": "78423", "value": 178.5150414898607}, {"color": "#e41a1c", "from": "92044", "to": "75105", "value": 228.32128900587767}, {"color": "#e41a1c", "from": "92044", "to": "75103", "value": 206.6513465117498}, {"color": "#e41a1c", "from": "92044", "to": "75106", "value": 261.64716820766046}, {"color": "#e41a1c", "from": "92044", "to": "75107", "value": 428.4041100008661}, {"color": "#a65628", "from": "92044", "to": "95527", "value": 161.41795005592348}, {"color": "#377eb8", "from": "92044", "to": "92024", "value": 646.9116071124114}, {"color": "#377eb8", "from": "92044", "to": "92062", "value": 986.5971915346794}, {"color": "#ff7f00", "from": "92044", "to": "93070", "value": 383.58326154334065}, {"color": "#377eb8", "from": "92044", "to": "92051", "value": 1387.2070018051843}, {"color": "#377eb8", "from": "92044", "to": "92073", "value": 235.29389354923967}, {"color": "#377eb8", "from": "92044", "to": "92049", "value": 166.33360838420955}, {"color": "#377eb8", "from": "92044", "to": "92035", "value": 128.48276807665772}, {"color": "#377eb8", "from": "92044", "to": "92036", "value": 444.3788883841903}, {"color": "#377eb8", "from": "92044", "to": "92009", "value": 169.63373916290092}, {"color": "#e41a1c", "from": "92044", "to": "75104", "value": 202.74464806981453}, {"color": "#e41a1c", "from": "92044", "to": "75108", "value": 2433.1677473876994}, {"color": "#e41a1c", "from": "92044", "to": "75109", "value": 1231.7468706368738}, {"color": "#e41a1c", "from": "92044", "to": "75101", "value": 620.7578183553053}, {"color": "#e41a1c", "from": "92044", "to": "75102", "value": 756.1705424756933}, {"color": "#ff7f00", "from": "92044", "to": "93055", "value": 121.58590769875006}, {"color": "#e41a1c", "from": "94015", "to": "75109", "value": 488.33707409262496}, {"color": "#e41a1c", "from": "94015", "to": "75108", "value": 701.1930752079205}, {"color": "#e41a1c", "from": "94015", "to": "75104", "value": 254.53815428127362}, {"color": "#e41a1c", "from": "94015", "to": "75105", "value": 334.54838528863473}, {"color": "#e41a1c", "from": "94015", "to": "75106", "value": 228.72121374612243}, {"color": "#e41a1c", "from": "94015", "to": "75103", "value": 144.34452953095325}, {"color": "#e41a1c", "from": "94015", "to": "75107", "value": 267.1696436648291}, {"color": "#377eb8", "from": "94015", "to": "92026", "value": 265.0554527398199}, {"color": "#377eb8", "from": "94015", "to": "92002", "value": 133.30653782448664}, {"color": "#4daf4a", "from": "94015", "to": "94080", "value": 191.21388945275567}, {"color": "#a65628", "from": "94015", "to": "95527", "value": 267.96626022223904}, {"color": "#4daf4a", "from": "94015", "to": "94058", "value": 210.56144197769945}, {"color": "#4daf4a", "from": "94015", "to": "94065", "value": 357.4931616194005}, {"color": "#4daf4a", "from": "94015", "to": "94022", "value": 156.35415476764902}, {"color": "#ff7f00", "from": "94015", "to": "93066", "value": 249.72578826982846}, {"color": "#ff7f00", "from": "94015", "to": "93070", "value": 126.69908426051788}, {"color": "#4daf4a", "from": "94015", "to": "94077", "value": 234.90121805578917}, {"color": "#4daf4a", "from": "94015", "to": "94002", "value": 180.8990397390843}, {"color": "#4daf4a", "from": "94015", "to": "94003", "value": 211.20510032877695}, {"color": "#4daf4a", "from": "94015", "to": "94018", "value": 131.87795578996125}, {"color": "#4daf4a", "from": "94015", "to": "94019", "value": 195.2384769964139}, {"color": "#4daf4a", "from": "94015", "to": "94071", "value": 277.20365815971604}, {"color": "#4daf4a", "from": "94015", "to": "94073", "value": 158.82465549908102}, {"color": "#4daf4a", "from": "94015", "to": "94076", "value": 247.13950792403145}, {"color": "#4daf4a", "from": "94015", "to": "94046", "value": 222.92118274532595}, {"color": "#4daf4a", "from": "94015", "to": "94047", "value": 146.41100801553438}, {"color": "#4daf4a", "from": "94015", "to": "94052", "value": 165.3232906634296}, {"color": "#4daf4a", "from": "94015", "to": "94054", "value": 348.12342813514687}, {"color": "#377eb8", "from": "94015", "to": "92062", "value": 237.20859535238594}, {"color": "#377eb8", "from": "94015", "to": "92040", "value": 203.7401262934768}, {"color": "#377eb8", "from": "94015", "to": "92044", "value": 152.06202583499842}, {"color": "#4daf4a", "from": "94015", "to": "94042", "value": 143.29620232019386}, {"color": "#377eb8", "from": "94015", "to": "92049", "value": 212.0911894419928}, {"color": "#4daf4a", "from": "94015", "to": "94033", "value": 345.72583332361137}, {"color": "#4daf4a", "from": "94015", "to": "94078", "value": 221.8259599995871}, {"color": "#4daf4a", "from": "94015", "to": "94043", "value": 312.325485943178}, {"color": "#4daf4a", "from": "94015", "to": "94044", "value": 227.4699483684138}, {"color": "#4daf4a", "from": "94015", "to": "94011", "value": 507.5585877962075}, {"color": "#4daf4a", "from": "94015", "to": "94041", "value": 393.2132410318623}, {"color": "#377eb8", "from": "94015", "to": "92012", "value": 230.3938724668063}, {"color": "#377eb8", "from": "94015", "to": "92050", "value": 231.68670513594623}, {"color": "#e41a1c", "from": "94015", "to": "75110", "value": 288.06311058457607}, {"color": "#e41a1c", "from": "94015", "to": "75101", "value": 294.245474036223}, {"color": "#e41a1c", "from": "94015", "to": "75102", "value": 360.9443164116831}, {"color": "#ff7f00", "from": "91228", "to": "93066", "value": 144.294674080613}, {"color": "#4daf4a", "from": "91228", "to": "94081", "value": 136.23283030757585}, {"color": "#4daf4a", "from": "91228", "to": "94054", "value": 352.9204120835817}, {"color": "#4daf4a", "from": "91228", "to": "94065", "value": 237.22498301532016}, {"color": "#4daf4a", "from": "91228", "to": "94028", "value": 164.9786849307194}, {"color": "#4daf4a", "from": "91228", "to": "94041", "value": 151.94606476532226}, {"color": "#984ea3", "from": "91228", "to": "91201", "value": 201.33763799967883}, {"color": "#984ea3", "from": "91228", "to": "91225", "value": 215.77513179180144}, {"color": "#984ea3", "from": "91228", "to": "91286", "value": 283.88040301057885}, {"color": "#e41a1c", "from": "91228", "to": "75114", "value": 248.8771687802299}, {"color": "#e41a1c", "from": "91228", "to": "75116", "value": 161.59831598632044}, {"color": "#e41a1c", "from": "91228", "to": "75102", "value": 148.17294718036285}, {"color": "#e41a1c", "from": "91228", "to": "75119", "value": 152.42095532946}, {"color": "#e41a1c", "from": "91228", "to": "75109", "value": 246.06300196033354}, {"color": "#e41a1c", "from": "91228", "to": "75110", "value": 165.87232771827271}, {"color": "#e41a1c", "from": "91228", "to": "75111", "value": 127.93891142873639}, {"color": "#e41a1c", "from": "91228", "to": "75118", "value": 189.795495679978}, {"color": "#984ea3", "from": "91228", "to": "91521", "value": 419.33945146892955}, {"color": "#984ea3", "from": "91228", "to": "91549", "value": 310.39471416462396}, {"color": "#984ea3", "from": "91228", "to": "91687", "value": 187.17286579513836}, {"color": "#984ea3", "from": "91228", "to": "91689", "value": 332.01493659481207}, {"color": "#984ea3", "from": "91228", "to": "91377", "value": 339.38124835570187}, {"color": "#377eb8", "from": "91228", "to": "92012", "value": 178.64433602795876}, {"color": "#984ea3", "from": "91228", "to": "91589", "value": 126.17692169842944}, {"color": "#984ea3", "from": "91228", "to": "91191", "value": 461.75228220605175}, {"color": "#377eb8", "from": "91228", "to": "92062", "value": 168.63725009362935}, {"color": "#984ea3", "from": "91228", "to": "91027", "value": 185.36701957189126}, {"color": "#984ea3", "from": "91228", "to": "91136", "value": 223.45919326497358}, {"color": "#e41a1c", "from": "91228", "to": "75101", "value": 182.78659194600715}, {"color": "#e41a1c", "from": "91228", "to": "75105", "value": 127.51400050541818}, {"color": "#e41a1c", "from": "91228", "to": "75107", "value": 161.92372190173467}, {"color": "#e41a1c", "from": "91228", "to": "75108", "value": 350.7164117634651}, {"color": "#984ea3", "from": "91228", "to": "91044", "value": 156.33627037034105}, {"color": "#377eb8", "from": "94041", "to": "92026", "value": 245.93589526087442}, {"color": "#377eb8", "from": "94041", "to": "92062", "value": 312.3275891668367}, {"color": "#377eb8", "from": "94041", "to": "92040", "value": 254.5532201643802}, {"color": "#377eb8", "from": "94041", "to": "92044", "value": 152.59818165643122}, {"color": "#e41a1c", "from": "94041", "to": "75103", "value": 239.98087620794098}, {"color": "#e41a1c", "from": "94041", "to": "75104", "value": 322.50912676374196}, {"color": "#e41a1c", "from": "94041", "to": "75105", "value": 554.1312509041846}, {"color": "#984ea3", "from": "94041", "to": "91377", "value": 131.8849754266969}, {"color": "#e41a1c", "from": "94041", "to": "75107", "value": 269.87687742223346}, {"color": "#e41a1c", "from": "94041", "to": "75108", "value": 832.3295285370762}, {"color": "#e41a1c", "from": "94041", "to": "75109", "value": 699.807741459504}, {"color": "#e41a1c", "from": "94041", "to": "75101", "value": 410.69327266278225}, {"color": "#e41a1c", "from": "94041", "to": "75102", "value": 363.66378400680674}, {"color": "#e41a1c", "from": "94041", "to": "75106", "value": 288.8958531602917}, {"color": "#4daf4a", "from": "94041", "to": "94022", "value": 123.7357940347687}, {"color": "#4daf4a", "from": "94041", "to": "94033", "value": 124.24859636814611}, {"color": "#4daf4a", "from": "94041", "to": "94003", "value": 228.5255229362553}, {"color": "#4daf4a", "from": "94041", "to": "94018", "value": 209.94118378897304}, {"color": "#4daf4a", "from": "94041", "to": "94043", "value": 362.6356833439748}, {"color": "#4daf4a", "from": "94041", "to": "94002", "value": 177.65624651697658}, {"color": "#4daf4a", "from": "94041", "to": "94054", "value": 197.0450799868872}, {"color": "#4daf4a", "from": "94041", "to": "94076", "value": 344.83402174916284}, {"color": "#377eb8", "from": "94041", "to": "92049", "value": 153.82099339726568}, {"color": "#4daf4a", "from": "94041", "to": "94065", "value": 247.4348960508914}, {"color": "#377eb8", "from": "94041", "to": "92050", "value": 159.29750915760982}, {"color": "#ff7f00", "from": "94041", "to": "93066", "value": 303.2980241107744}, {"color": "#a65628", "from": "92024", "to": "95527", "value": 172.6989588280268}, {"color": "#e41a1c", "from": "92024", "to": "75106", "value": 217.40237004910674}, {"color": "#e41a1c", "from": "92024", "to": "75107", "value": 397.2661614007385}, {"color": "#e41a1c", "from": "92024", "to": "75108", "value": 1660.6827865974128}, {"color": "#e41a1c", "from": "92024", "to": "75101", "value": 491.6916704996246}, {"color": "#e41a1c", "from": "92024", "to": "75102", "value": 542.4490409214421}, {"color": "#e41a1c", "from": "92024", "to": "75103", "value": 186.55077799556372}, {"color": "#e41a1c", "from": "92024", "to": "75104", "value": 226.31027159696396}, {"color": "#e41a1c", "from": "92024", "to": "75105", "value": 223.11543962556036}, {"color": "#377eb8", "from": "92024", "to": "92073", "value": 221.48131498923058}, {"color": "#e41a1c", "from": "92024", "to": "75109", "value": 926.5984740903295}, {"color": "#ff7f00", "from": "92024", "to": "93070", "value": 471.34220583771037}, {"color": "#377eb8", "from": "92024", "to": "92036", "value": 821.7753907669402}, {"color": "#377eb8", "from": "92024", "to": "92051", "value": 563.1786060567399}, {"color": "#377eb8", "from": "92024", "to": "92062", "value": 502.52982695903256}, {"color": "#377eb8", "from": "92024", "to": "92078", "value": 165.0581110618883}, {"color": "#4daf4a", "from": "92002", "to": "94003", "value": 252.76889305158042}, {"color": "#4daf4a", "from": "92002", "to": "94054", "value": 224.5066437633496}, {"color": "#377eb8", "from": "92002", "to": "92044", "value": 149.26402474852614}, {"color": "#377eb8", "from": "92002", "to": "92046", "value": 134.32576860392513}, {"color": "#377eb8", "from": "92002", "to": "92048", "value": 183.60211676364491}, {"color": "#ff7f00", "from": "92002", "to": "93066", "value": 246.83527918612057}, {"color": "#4daf4a", "from": "92002", "to": "94034", "value": 214.2812067473812}, {"color": "#4daf4a", "from": "92002", "to": "94041", "value": 211.33831478552432}, {"color": "#4daf4a", "from": "92002", "to": "94016", "value": 150.6651979375994}, {"color": "#984ea3", "from": "92002", "to": "91377", "value": 996.0507497586007}, {"color": "#377eb8", "from": "92002", "to": "92049", "value": 317.95177093786606}, {"color": "#377eb8", "from": "92002", "to": "92050", "value": 292.55089744362516}, {"color": "#377eb8", "from": "92002", "to": "92051", "value": 125.63755688250903}, {"color": "#377eb8", "from": "92002", "to": "92023", "value": 239.56749355421005}, {"color": "#377eb8", "from": "92002", "to": "92060", "value": 310.21204380530287}, {"color": "#377eb8", "from": "92002", "to": "92062", "value": 321.6489524797498}, {"color": "#377eb8", "from": "92002", "to": "92063", "value": 129.12199226103607}, {"color": "#984ea3", "from": "92002", "to": "91692", "value": 211.49213915467362}, {"color": "#377eb8", "from": "92002", "to": "92007", "value": 216.0618587509114}, {"color": "#ffff33", "from": "92002", "to": "78297", "value": 271.4308479691152}, {"color": "#377eb8", "from": "92002", "to": "92014", "value": 313.42303723392547}, {"color": "#377eb8", "from": "92002", "to": "92019", "value": 310.88115045558953}, {"color": "#377eb8", "from": "92002", "to": "92020", "value": 256.7197681720239}, {"color": "#377eb8", "from": "92002", "to": "92026", "value": 320.65115637535365}, {"color": "#984ea3", "from": "92002", "to": "91689", "value": 299.63633978950764}, {"color": "#ff7f00", "from": "92002", "to": "93048", "value": 184.37937063549506}, {"color": "#984ea3", "from": "92002", "to": "91477", "value": 390.05639774718037}, {"color": "#4daf4a", "from": "92002", "to": "94065", "value": 442.14282251124274}, {"color": "#377eb8", "from": "92002", "to": "92040", "value": 433.9823193995105}, {"color": "#984ea3", "from": "92002", "to": "91666", "value": 174.92783901584713}, {"color": "#984ea3", "from": "92002", "to": "91228", "value": 169.16196544450372}, {"color": "#377eb8", "from": "92002", "to": "92071", "value": 371.71991981814244}, {"color": "#377eb8", "from": "92002", "to": "92032", "value": 272.29183518580857}, {"color": "#e41a1c", "from": "92002", "to": "75116", "value": 326.59879628920737}, {"color": "#e41a1c", "from": "92002", "to": "75117", "value": 281.62804150967696}, {"color": "#e41a1c", "from": "92002", "to": "75107", "value": 249.41937543617485}, {"color": "#e41a1c", "from": "92002", "to": "75108", "value": 636.4905114797701}, {"color": "#e41a1c", "from": "92002", "to": "75109", "value": 537.706553730435}, {"color": "#e41a1c", "from": "92002", "to": "75118", "value": 125.50728589967942}, {"color": "#e41a1c", "from": "92002", "to": "75119", "value": 221.7900071504617}, {"color": "#e41a1c", "from": "92002", "to": "75104", "value": 131.11114474162534}, {"color": "#e41a1c", "from": "92002", "to": "75105", "value": 337.4877993883059}, {"color": "#e41a1c", "from": "92002", "to": "75106", "value": 299.66385870018735}, {"color": "#e41a1c", "from": "92002", "to": "75110", "value": 226.3466875801806}, {"color": "#e41a1c", "from": "92002", "to": "75102", "value": 237.12485883256207}, {"color": "#e41a1c", "from": "92002", "to": "75103", "value": 127.85039603657391}, {"color": "#984ea3", "from": "92002", "to": "91272", "value": 252.18494485985576}, {"color": "#e41a1c", "from": "92002", "to": "75101", "value": 292.3188081947482}, {"color": "#984ea3", "from": "92002", "to": "91064", "value": 259.6254364406081}, {"color": "#984ea3", "from": "92002", "to": "91122", "value": 269.3845163641567}, {"color": "#984ea3", "from": "92002", "to": "91136", "value": 296.5892214433581}, {"color": "#ffff33", "from": "92002", "to": "78640", "value": 571.3187280242493}, {"color": "#ffff33", "from": "92002", "to": "78646", "value": 175.02573376617732}, {"color": "#4daf4a", "from": "92002", "to": "94028", "value": 183.88855061773523}, {"color": "#4daf4a", "from": "92002", "to": "94076", "value": 246.21384995014307}, {"color": "#ff7f00", "from": "93033", "to": "93010", "value": 158.35712216420998}, {"color": "#377eb8", "from": "93033", "to": "92044", "value": 323.15435793904055}, {"color": "#377eb8", "from": "93033", "to": "92051", "value": 134.10403708704712}, {"color": "#377eb8", "from": "93033", "to": "92062", "value": 250.37624201658036}, {"color": "#ff7f00", "from": "93033", "to": "93006", "value": 150.2713331264295}, {"color": "#ff7f00", "from": "93033", "to": "93013", "value": 180.71350796841762}, {"color": "#ff7f00", "from": "93033", "to": "93031", "value": 195.7854696161462}, {"color": "#ff7f00", "from": "93033", "to": "93048", "value": 440.92535589824365}, {"color": "#ff7f00", "from": "93033", "to": "93057", "value": 122.30742940630375}, {"color": "#ff7f00", "from": "93033", "to": "93059", "value": 126.47080382291385}, {"color": "#ff7f00", "from": "93033", "to": "93064", "value": 206.24871774923912}, {"color": "#e41a1c", "from": "93033", "to": "75101", "value": 241.1316946221489}, {"color": "#a65628", "from": "93033", "to": "95527", "value": 413.7005667381219}, {"color": "#377eb8", "from": "93033", "to": "92024", "value": 197.93560882018738}, {"color": "#e41a1c", "from": "93033", "to": "75110", "value": 584.6097436330049}, {"color": "#f781bf", "from": "93033", "to": "77108", "value": 153.33292298684205}, {"color": "#e41a1c", "from": "93033", "to": "75102", "value": 336.4267800720288}, {"color": "#e41a1c", "from": "93033", "to": "75103", "value": 176.81870499265244}, {"color": "#e41a1c", "from": "93033", "to": "75104", "value": 193.63282247017307}, {"color": "#e41a1c", "from": "93033", "to": "75112", "value": 510.54347663693954}, {"color": "#e41a1c", "from": "93033", "to": "75113", "value": 403.4405680388496}, {"color": "#f781bf", "from": "93033", "to": "77083", "value": 142.30985772202177}, {"color": "#ff7f00", "from": "93033", "to": "93070", "value": 365.0982399304522}, {"color": "#377eb8", "from": "93033", "to": "92036", "value": 296.15976440175}, {"color": "#e41a1c", "from": "93033", "to": "75114", "value": 257.3430395145906}, {"color": "#e41a1c", "from": "93033", "to": "75115", "value": 646.5333234811609}, {"color": "#e41a1c", "from": "93033", "to": "75116", "value": 317.9596637569084}, {"color": "#e41a1c", "from": "93033", "to": "75117", "value": 402.6462024047688}, {"color": "#e41a1c", "from": "93033", "to": "75106", "value": 136.7649516814964}, {"color": "#e41a1c", "from": "93033", "to": "75107", "value": 257.24589794572796}, {"color": "#e41a1c", "from": "93033", "to": "75108", "value": 783.9285059196021}, {"color": "#e41a1c", "from": "93033", "to": "75109", "value": 626.9288220896534}, {"color": "#377eb8", "from": "93033", "to": "92026", "value": 321.3695826990369}, {"color": "#e41a1c", "from": "93033", "to": "75105", "value": 211.5295881615803}, {"color": "#377eb8", "from": "93033", "to": "92012", "value": 256.92532195986223}, {"color": "#377eb8", "from": "93033", "to": "92040", "value": 123.05385523486618}, {"color": "#ff7f00", "from": "93033", "to": "93073", "value": 165.23721553270977}, {"color": "#ff7f00", "from": "93033", "to": "93077", "value": 125.72945152600732}, {"color": "#ff7f00", "from": "93033", "to": "93053", "value": 159.61667956791814}, {"color": "#ff7f00", "from": "93033", "to": "93055", "value": 426.0886052485462}, {"color": "#ff7f00", "from": "93033", "to": "93008", "value": 410.769820722298}, {"color": "#ff7f00", "from": "93033", "to": "93046", "value": 171.554198134407}, {"color": "#4daf4a", "from": "93033", "to": "94028", "value": 123.23762198708881}, {"color": "#4daf4a", "from": "93033", "to": "94033", "value": 158.0983184944871}, {"color": "#377eb8", "from": "93033", "to": "92050", "value": 268.41946783665236}, {"color": "#ff7f00", "from": "93055", "to": "93006", "value": 168.94244043160757}, {"color": "#a65628", "from": "93055", "to": "95527", "value": 289.14478249084266}, {"color": "#377eb8", "from": "93055", "to": "92050", "value": 190.5049605186686}, {"color": "#377eb8", "from": "93055", "to": "92051", "value": 177.82393278025071}, {"color": "#377eb8", "from": "93055", "to": "92040", "value": 197.56780169034408}, {"color": "#377eb8", "from": "93055", "to": "92062", "value": 197.30061542951606}, {"color": "#e41a1c", "from": "93055", "to": "75102", "value": 476.20508126955303}, {"color": "#e41a1c", "from": "93055", "to": "75106", "value": 308.3690314850417}, {"color": "#e41a1c", "from": "93055", "to": "75107", "value": 392.92210530865856}, {"color": "#ff7f00", "from": "93055", "to": "93045", "value": 129.73012891755542}, {"color": "#e41a1c", "from": "93055", "to": "75103", "value": 261.48054251949213}, {"color": "#e41a1c", "from": "93055", "to": "75104", "value": 271.1378982096337}, {"color": "#e41a1c", "from": "93055", "to": "75105", "value": 290.6515412243735}, {"color": "#e41a1c", "from": "93055", "to": "75108", "value": 1187.6875743986027}, {"color": "#e41a1c", "from": "93055", "to": "75109", "value": 790.5695756178916}, {"color": "#e41a1c", "from": "93055", "to": "75101", "value": 465.663328497548}, {"color": "#ff7f00", "from": "93055", "to": "93070", "value": 187.3072972429209}, {"color": "#ff7f00", "from": "93055", "to": "93063", "value": 173.49813778921353}, {"color": "#ff7f00", "from": "93055", "to": "93064", "value": 133.1583488805272}, {"color": "#ff7f00", "from": "93055", "to": "93008", "value": 625.0114727324094}, {"color": "#ff7f00", "from": "93055", "to": "93027", "value": 206.1256794294155}, {"color": "#377eb8", "from": "93055", "to": "92036", "value": 120.2506113993267}, {"color": "#4daf4a", "from": "94019", "to": "94033", "value": 335.25631345053984}, {"color": "#4daf4a", "from": "94019", "to": "94018", "value": 211.30769107289447}, {"color": "#377eb8", "from": "94019", "to": "92026", "value": 231.0712355876098}, {"color": "#e41a1c", "from": "94019", "to": "75113", "value": 378.85384608601885}, {"color": "#e41a1c", "from": "94019", "to": "75117", "value": 278.655509205}, {"color": "#e41a1c", "from": "94019", "to": "75118", "value": 173.5595199754538}, {"color": "#377eb8", "from": "94019", "to": "92062", "value": 143.3897273199504}, {"color": "#e41a1c", "from": "94019", "to": "75107", "value": 185.47987048847185}, {"color": "#377eb8", "from": "94019", "to": "92044", "value": 138.52465078075002}, {"color": "#e41a1c", "from": "94019", "to": "75104", "value": 157.9352120112095}, {"color": "#e41a1c", "from": "94019", "to": "75105", "value": 130.08190050719398}, {"color": "#e41a1c", "from": "94019", "to": "75110", "value": 195.41839697344028}, {"color": "#e41a1c", "from": "94019", "to": "75111", "value": 242.92626341055552}, {"color": "#e41a1c", "from": "94019", "to": "75112", "value": 683.2432266992639}, {"color": "#e41a1c", "from": "94019", "to": "75119", "value": 206.8328167991266}, {"color": "#e41a1c", "from": "94019", "to": "75120", "value": 244.7401064295768}, {"color": "#ff7f00", "from": "94019", "to": "93048", "value": 258.9344883796717}, {"color": "#ff7f00", "from": "94019", "to": "93066", "value": 202.69440484352407}, {"color": "#f781bf", "from": "94019", "to": "77121", "value": 216.05216267905757}, {"color": "#e41a1c", "from": "94019", "to": "75108", "value": 567.920893512374}, {"color": "#f781bf", "from": "94019", "to": "77258", "value": 238.48774480278462}, {"color": "#e41a1c", "from": "94019", "to": "75114", "value": 169.99384451238902}, {"color": "#e41a1c", "from": "94019", "to": "75115", "value": 425.9825599549864}, {"color": "#f781bf", "from": "94019", "to": "77373", "value": 479.74610950351484}, {"color": "#4daf4a", "from": "94019", "to": "94042", "value": 330.9011188851429}, {"color": "#4daf4a", "from": "94019", "to": "94071", "value": 383.06145229297186}, {"color": "#4daf4a", "from": "94019", "to": "94046", "value": 238.30494494086537}, {"color": "#e41a1c", "from": "94019", "to": "75109", "value": 362.3967503776866}, {"color": "#377eb8", "from": "94019", "to": "92050", "value": 164.73966595680696}, {"color": "#4daf4a", "from": "94019", "to": "94041", "value": 185.50665940501057}, {"color": "#4daf4a", "from": "94019", "to": "94079", "value": 305.78129144331035}, {"color": "#4daf4a", "from": "94019", "to": "94080", "value": 208.80716759998697}, {"color": "#4daf4a", "from": "94019", "to": "94065", "value": 212.06527548940718}, {"color": "#4daf4a", "from": "94019", "to": "94052", "value": 243.85707418684927}, {"color": "#4daf4a", "from": "94019", "to": "94054", "value": 131.50688794988594}, {"color": "#4daf4a", "from": "94019", "to": "94058", "value": 176.62852071191531}, {"color": "#4daf4a", "from": "94019", "to": "94081", "value": 224.3696581495767}, {"color": "#4daf4a", "from": "94019", "to": "94011", "value": 491.76663470390963}, {"color": "#a65628", "from": "94019", "to": "95527", "value": 259.59618106507475}, {"color": "#4daf4a", "from": "94019", "to": "94028", "value": 1059.573316569478}, {"color": "#e41a1c", "from": "94019", "to": "75116", "value": 247.90393792018858}, {"color": "#e41a1c", "from": "94019", "to": "75101", "value": 202.92478632973445}, {"color": "#e41a1c", "from": "94019", "to": "75102", "value": 195.47981353858384}, {"color": "#a65628", "from": "75109", "to": "95527", "value": 123.63198888712847}, {"color": "#377eb8", "from": "75109", "to": "92049", "value": 178.2896217921323}, {"color": "#e41a1c", "from": "75109", "to": "75106", "value": 339.7869368410285}, {"color": "#e41a1c", "from": "75109", "to": "75107", "value": 674.2275000114265}, {"color": "#e41a1c", "from": "75109", "to": "75103", "value": 331.68465506284554}, {"color": "#e41a1c", "from": "75109", "to": "75104", "value": 191.49391949861098}, {"color": "#e41a1c", "from": "75109", "to": "75108", "value": 2427.274879379385}, {"color": "#e41a1c", "from": "75109", "to": "75101", "value": 788.6382333556339}, {"color": "#e41a1c", "from": "75109", "to": "75102", "value": 1006.368677756101}, {"color": "#e41a1c", "from": "75109", "to": "75105", "value": 277.77777150893576}, {"color": "#377eb8", "from": "75109", "to": "92051", "value": 442.4795534071095}, {"color": "#377eb8", "from": "75109", "to": "92062", "value": 688.0690366548602}, {"color": "#377eb8", "from": "75109", "to": "92073", "value": 131.02149309807453}, {"color": "#ff7f00", "from": "75109", "to": "93070", "value": 217.27929868721026}, {"color": "#ff7f00", "from": "92051", "to": "93070", "value": 146.98469765404087}, {"color": "#377eb8", "from": "92051", "to": "92073", "value": 221.30394536906797}, {"color": "#e41a1c", "from": "92051", "to": "75102", "value": 542.224128942668}, {"color": "#e41a1c", "from": "92051", "to": "75103", "value": 163.1969916735301}, {"color": "#e41a1c", "from": "92051", "to": "75104", "value": 127.95324382101663}, {"color": "#e41a1c", "from": "92051", "to": "75105", "value": 143.8380552805042}, {"color": "#e41a1c", "from": "92051", "to": "75108", "value": 2749.2983045316178}, {"color": "#e41a1c", "from": "92051", "to": "75106", "value": 212.42733548785776}, {"color": "#e41a1c", "from": "92051", "to": "75107", "value": 510.42191170883547}, {"color": "#e41a1c", "from": "92051", "to": "75101", "value": 582.775501936391}, {"color": "#377eb8", "from": "92051", "to": "92062", "value": 1039.7790221810546}, {"color": "#a65628", "from": "95585", "to": "95598", "value": 128.22145936487397}, {"color": "#a65628", "from": "95585", "to": "95088", "value": 199.1230804403089}, {"color": "#a65628", "from": "95585", "to": "95280", "value": 142.38667664792936}, {"color": "#a65628", "from": "95585", "to": "95288", "value": 293.71558534680236}, {"color": "#a65628", "from": "95585", "to": "95268", "value": 314.0123321823653}, {"color": "#a65628", "from": "95585", "to": "95277", "value": 462.9675858282228}, {"color": "#a65628", "from": "95585", "to": "95018", "value": 136.79306903451922}, {"color": "#a65628", "from": "95585", "to": "95428", "value": 124.63550698956234}, {"color": "#377eb8", "from": "95585", "to": "92036", "value": 188.97225910943303}, {"color": "#ff7f00", "from": "95585", "to": "93008", "value": 159.84251674893576}, {"color": "#377eb8", "from": "95585", "to": "92062", "value": 139.6839256534945}, {"color": "#e41a1c", "from": "95585", "to": "75113", "value": 306.5703496316235}, {"color": "#e41a1c", "from": "95585", "to": "75114", "value": 215.55388735298064}, {"color": "#e41a1c", "from": "95585", "to": "75115", "value": 473.5810745678851}, {"color": "#e41a1c", "from": "95585", "to": "75101", "value": 210.9623983619927}, {"color": "#e41a1c", "from": "95585", "to": "75102", "value": 142.93755200093253}, {"color": "#e41a1c", "from": "95585", "to": "75104", "value": 199.40057478264418}, {"color": "#e41a1c", "from": "95585", "to": "75105", "value": 158.88805442841527}, {"color": "#e41a1c", "from": "95585", "to": "75108", "value": 388.17124484851723}, {"color": "#e41a1c", "from": "95585", "to": "75109", "value": 332.55616934312644}, {"color": "#e41a1c", "from": "95585", "to": "75110", "value": 386.961221406127}, {"color": "#e41a1c", "from": "95585", "to": "75111", "value": 176.7589760102195}, {"color": "#e41a1c", "from": "95585", "to": "75112", "value": 312.3875612038542}, {"color": "#e41a1c", "from": "95585", "to": "75116", "value": 270.6683021685845}, {"color": "#e41a1c", "from": "95585", "to": "75117", "value": 300.3310429675084}, {"color": "#e41a1c", "from": "95585", "to": "75118", "value": 320.99131500280464}, {"color": "#e41a1c", "from": "95585", "to": "75119", "value": 280.0430112871804}, {"color": "#e41a1c", "from": "95585", "to": "75120", "value": 207.79404807948396}, {"color": "#ff7f00", "from": "95585", "to": "93005", "value": 177.08117576291454}, {"color": "#ff7f00", "from": "95585", "to": "93070", "value": 193.93629561403634}, {"color": "#ff7f00", "from": "95585", "to": "93072", "value": 225.1326584833014}, {"color": "#377eb8", "from": "95585", "to": "92026", "value": 161.01673585199714}, {"color": "#377eb8", "from": "95585", "to": "92050", "value": 189.05779364724032}, {"color": "#ff7f00", "from": "95585", "to": "93059", "value": 220.5696744548423}, {"color": "#a65628", "from": "95585", "to": "95229", "value": 218.95066001891587}, {"color": "#a65628", "from": "95585", "to": "95680", "value": 231.57910420808767}, {"color": "#a65628", "from": "95585", "to": "95527", "value": 794.473193807314}, {"color": "#e41a1c", "from": "93007", "to": "75115", "value": 457.466230366454}, {"color": "#e41a1c", "from": "93007", "to": "75116", "value": 251.5711818265707}, {"color": "#e41a1c", "from": "93007", "to": "75109", "value": 284.5833392401168}, {"color": "#e41a1c", "from": "93007", "to": "75110", "value": 338.98070304767504}, {"color": "#e41a1c", "from": "93007", "to": "75111", "value": 220.6709038557005}, {"color": "#e41a1c", "from": "93007", "to": "75112", "value": 344.85101875137565}, {"color": "#e41a1c", "from": "93007", "to": "75113", "value": 342.14714339071105}, {"color": "#e41a1c", "from": "93007", "to": "75106", "value": 133.02498217018663}, {"color": "#e41a1c", "from": "93007", "to": "75107", "value": 201.2753067446727}, {"color": "#e41a1c", "from": "93007", "to": "75108", "value": 509.92591234448963}, {"color": "#e41a1c", "from": "93007", "to": "75114", "value": 219.2670180242553}, {"color": "#e41a1c", "from": "93007", "to": "75117", "value": 377.5135266675546}, {"color": "#e41a1c", "from": "93007", "to": "75119", "value": 375.48975433732863}, {"color": "#e41a1c", "from": "93007", "to": "75120", "value": 235.89634088465579}, {"color": "#e41a1c", "from": "93007", "to": "75101", "value": 247.958912270476}, {"color": "#e41a1c", "from": "93007", "to": "75102", "value": 184.80617212768612}, {"color": "#e41a1c", "from": "93007", "to": "75105", "value": 173.39993092448347}, {"color": "#377eb8", "from": "93007", "to": "92012", "value": 136.52345683169577}, {"color": "#ff7f00", "from": "93007", "to": "93055", "value": 291.7416252486728}, {"color": "#377eb8", "from": "93007", "to": "92050", "value": 211.80100495255004}, {"color": "#ff7f00", "from": "93007", "to": "93027", "value": 283.466516234463}, {"color": "#377eb8", "from": "93007", "to": "92036", "value": 177.9457809362058}, {"color": "#ff7f00", "from": "93007", "to": "93048", "value": 248.47855836066248}, {"color": "#ff7f00", "from": "93007", "to": "93001", "value": 466.08486237382726}, {"color": "#ff7f00", "from": "93007", "to": "93064", "value": 144.89264057085367}, {"color": "#ff7f00", "from": "93007", "to": "93078", "value": 272.9548556527151}, {"color": "#ff7f00", "from": "93007", "to": "93070", "value": 219.41964282540187}, {"color": "#ff7f00", "from": "93007", "to": "93071", "value": 132.83858548841215}, {"color": "#a65628", "from": "93007", "to": "95277", "value": 169.04601162693731}, {"color": "#ff7f00", "from": "93007", "to": "93008", "value": 683.317783764852}, {"color": "#ff7f00", "from": "93007", "to": "93010", "value": 230.30429067597228}, {"color": "#ff7f00", "from": "93007", "to": "93013", "value": 336.7325291610849}, {"color": "#ff7f00", "from": "93007", "to": "93073", "value": 300.5862156577298}, {"color": "#a65628", "from": "93007", "to": "95527", "value": 751.1771299891708}, {"color": "#4daf4a", "from": "94046", "to": "94033", "value": 209.46423543793287}, {"color": "#4daf4a", "from": "94046", "to": "94078", "value": 135.48505286155932}, {"color": "#e41a1c", "from": "94046", "to": "75101", "value": 330.8852586886811}, {"color": "#e41a1c", "from": "94046", "to": "75102", "value": 475.0572634699158}, {"color": "#4daf4a", "from": "94046", "to": "94011", "value": 182.63704842240287}, {"color": "#4daf4a", "from": "94046", "to": "94022", "value": 156.54716853399228}, {"color": "#e41a1c", "from": "94046", "to": "75116", "value": 385.24692134343593}, {"color": "#e41a1c", "from": "94046", "to": "75105", "value": 246.05075005967768}, {"color": "#e41a1c", "from": "94046", "to": "75106", "value": 244.2139521144762}, {"color": "#e41a1c", "from": "94046", "to": "75109", "value": 554.3722706972429}, {"color": "#e41a1c", "from": "94046", "to": "75110", "value": 406.39658058651855}, {"color": "#e41a1c", "from": "94046", "to": "75111", "value": 526.4582936780455}, {"color": "#e41a1c", "from": "94046", "to": "75114", "value": 416.5968858755531}, {"color": "#4daf4a", "from": "94046", "to": "94076", "value": 199.019059574642}, {"color": "#4daf4a", "from": "94046", "to": "94080", "value": 157.63461506032218}, {"color": "#4daf4a", "from": "94046", "to": "94054", "value": 142.1818288307175}, {"color": "#e41a1c", "from": "94046", "to": "75103", "value": 203.47830573645493}, {"color": "#377eb8", "from": "94046", "to": "92049", "value": 196.6545667920179}, {"color": "#377eb8", "from": "94046", "to": "92050", "value": 202.1115482279737}, {"color": "#377eb8", "from": "94046", "to": "92062", "value": 244.92921411667987}, {"color": "#377eb8", "from": "94046", "to": "92040", "value": 157.23170057207994}, {"color": "#377eb8", "from": "94046", "to": "92012", "value": 282.6506407114045}, {"color": "#377eb8", "from": "94046", "to": "92026", "value": 342.83759609402887}, {"color": "#377eb8", "from": "94046", "to": "92044", "value": 170.7011915259036}, {"color": "#e41a1c", "from": "94046", "to": "75104", "value": 291.95325381406224}, {"color": "#ff7f00", "from": "94046", "to": "93070", "value": 121.8261991597179}, {"color": "#ff7f00", "from": "94046", "to": "93048", "value": 313.81647370649006}, {"color": "#4daf4a", "from": "94046", "to": "94002", "value": 452.3520007123882}, {"color": "#ff7f00", "from": "94046", "to": "93051", "value": 134.71791988461635}, {"color": "#ff7f00", "from": "94046", "to": "93066", "value": 357.9154251603091}, {"color": "#e41a1c", "from": "94046", "to": "75115", "value": 747.4370602271092}, {"color": "#e41a1c", "from": "94046", "to": "75107", "value": 375.604906483553}, {"color": "#e41a1c", "from": "94046", "to": "75108", "value": 874.9217437420988}, {"color": "#e41a1c", "from": "94046", "to": "75117", "value": 480.2261618358145}, {"color": "#e41a1c", "from": "94046", "to": "75118", "value": 159.62289937533325}, {"color": "#4daf4a", "from": "94046", "to": "94065", "value": 146.98829359709336}, {"color": "#4daf4a", "from": "94046", "to": "94067", "value": 148.2187520828491}, {"color": "#4daf4a", "from": "94046", "to": "94041", "value": 505.25384976648894}, {"color": "#4daf4a", "from": "94046", "to": "94042", "value": 324.29387850544185}, {"color": "#377eb8", "from": "94046", "to": "92051", "value": 144.51540982998733}, {"color": "#4daf4a", "from": "94046", "to": "94018", "value": 562.1677148163715}, {"color": "#e41a1c", "from": "75105", "to": "75108", "value": 1025.6074966438568}, {"color": "#377eb8", "from": "75105", "to": "92062", "value": 426.85702626884745}, {"color": "#4daf4a", "from": "75105", "to": "94076", "value": 127.42042885725273}, {"color": "#377eb8", "from": "75105", "to": "92049", "value": 165.2800378626125}, {"color": "#e41a1c", "from": "75105", "to": "75107", "value": 554.8642259649638}, {"color": "#e41a1c", "from": "75105", "to": "75101", "value": 472.3423931864971}, {"color": "#e41a1c", "from": "75105", "to": "75102", "value": 435.3241717075423}, {"color": "#e41a1c", "from": "75105", "to": "75103", "value": 214.01780530017604}, {"color": "#e41a1c", "from": "75105", "to": "75104", "value": 306.61184555050687}, {"color": "#e41a1c", "from": "75105", "to": "75106", "value": 601.4706601359609}, {"color": "#ff7f00", "from": "78372", "to": "93066", "value": 237.4610945243252}, {"color": "#ffff33", "from": "78372", "to": "78498", "value": 293.13105585750986}, {"color": "#ffff33", "from": "78372", "to": "78551", "value": 1338.7143790356429}, {"color": "#ffff33", "from": "78372", "to": "78571", "value": 156.9389166770667}, {"color": "#ffff33", "from": "78372", "to": "78586", "value": 151.0172728231875}, {"color": "#ffff33", "from": "78372", "to": "78640", "value": 246.2477602571909}, {"color": "#377eb8", "from": "78372", "to": "92050", "value": 851.8043950621392}, {"color": "#377eb8", "from": "78372", "to": "92051", "value": 241.7313729626215}, {"color": "#e41a1c", "from": "78372", "to": "75115", "value": 507.23713882227264}, {"color": "#e41a1c", "from": "78372", "to": "75112", "value": 168.00240937211123}, {"color": "#e41a1c", "from": "78372", "to": "75113", "value": 175.01055670684514}, {"color": "#377eb8", "from": "78372", "to": "92025", "value": 161.25709821790798}, {"color": "#377eb8", "from": "78372", "to": "92026", "value": 903.8907558487487}, {"color": "#e41a1c", "from": "78372", "to": "75116", "value": 404.49776504895055}, {"color": "#377eb8", "from": "78372", "to": "92064", "value": 228.07444530518927}, {"color": "#377eb8", "from": "78372", "to": "92062", "value": 842.9504006574756}, {"color": "#377eb8", "from": "78372", "to": "92063", "value": 840.8658434191067}, {"color": "#e41a1c", "from": "78372", "to": "75107", "value": 138.63681687503703}, {"color": "#e41a1c", "from": "78372", "to": "75108", "value": 820.4717094746646}, {"color": "#e41a1c", "from": "78372", "to": "75109", "value": 503.5868317939911}, {"color": "#e41a1c", "from": "78372", "to": "75110", "value": 122.20527975772568}, {"color": "#e41a1c", "from": "78372", "to": "75101", "value": 211.58861035167178}, {"color": "#e41a1c", "from": "78372", "to": "75102", "value": 181.98795471716747}, {"color": "#ffff33", "from": "78372", "to": "78158", "value": 373.5453566985065}, {"color": "#ffff33", "from": "78372", "to": "78190", "value": 275.4089341713251}, {"color": "#ffff33", "from": "78372", "to": "78242", "value": 170.6052166475681}, {"color": "#377eb8", "from": "78372", "to": "92012", "value": 505.87439159452674}, {"color": "#377eb8", "from": "78372", "to": "92033", "value": 169.35710402698692}, {"color": "#377eb8", "from": "78372", "to": "92073", "value": 257.3375854526887}, {"color": "#ffff33", "from": "78372", "to": "78423", "value": 250.11225623732943}, {"color": "#ffff33", "from": "78372", "to": "78418", "value": 455.5040678659043}, {"color": "#ffff33", "from": "78372", "to": "78126", "value": 186.4407680606063}, {"color": "#ffff33", "from": "78372", "to": "78146", "value": 201.82292349479937}, {"color": "#ffff33", "from": "78372", "to": "78297", "value": 409.2601009679952}, {"color": "#377eb8", "from": "78372", "to": "92036", "value": 155.4722400594629}, {"color": "#377eb8", "from": "78372", "to": "92040", "value": 210.62289178513913}, {"color": "#377eb8", "from": "78372", "to": "92044", "value": 306.0182169775736}, {"color": "#e41a1c", "from": "78372", "to": "75117", "value": 334.73836880589033}, {"color": "#984ea3", "from": "94076", "to": "91689", "value": 122.20555030066471}, {"color": "#4daf4a", "from": "94076", "to": "94065", "value": 389.45732912152437}, {"color": "#ff7f00", "from": "94076", "to": "93048", "value": 194.296591746043}, {"color": "#377eb8", "from": "94076", "to": "92026", "value": 271.6942146559029}, {"color": "#4daf4a", "from": "94076", "to": "94038", "value": 200.28771900043066}, {"color": "#e41a1c", "from": "94076", "to": "75101", "value": 367.8544846100959}, {"color": "#377eb8", "from": "94076", "to": "92049", "value": 121.18735357075921}, {"color": "#377eb8", "from": "94076", "to": "92050", "value": 154.68881663436983}, {"color": "#4daf4a", "from": "94076", "to": "94073", "value": 227.59189888554732}, {"color": "#4daf4a", "from": "94076", "to": "94021", "value": 218.49962471811514}, {"color": "#4daf4a", "from": "94076", "to": "94043", "value": 751.8292153180279}, {"color": "#4daf4a", "from": "94076", "to": "94003", "value": 240.26118577526194}, {"color": "#ff7f00", "from": "94076", "to": "93066", "value": 187.86461608295545}, {"color": "#377eb8", "from": "94076", "to": "92062", "value": 163.89384806445733}, {"color": "#e41a1c", "from": "94076", "to": "75102", "value": 268.8987458105147}, {"color": "#377eb8", "from": "94076", "to": "92044", "value": 141.91220819704802}, {"color": "#e41a1c", "from": "94076", "to": "75118", "value": 193.2983848751199}, {"color": "#4daf4a", "from": "94076", "to": "94054", "value": 231.87499758359544}, {"color": "#e41a1c", "from": "94076", "to": "75107", "value": 249.83943597261643}, {"color": "#e41a1c", "from": "94076", "to": "75108", "value": 645.9060282740639}, {"color": "#e41a1c", "from": "94076", "to": "75109", "value": 556.5174473455087}, {"color": "#e41a1c", "from": "94076", "to": "75110", "value": 291.53795697500055}, {"color": "#e41a1c", "from": "94076", "to": "75104", "value": 260.16781739582126}, {"color": "#e41a1c", "from": "94076", "to": "75106", "value": 234.9502244857903}, {"color": "#e41a1c", "from": "94076", "to": "75116", "value": 450.9461567916707}, {"color": "#e41a1c", "from": "94076", "to": "75117", "value": 318.80029697449265}, {"color": "#377eb8", "from": "94076", "to": "92012", "value": 273.5903617857954}, {"color": "#377eb8", "from": "94076", "to": "92040", "value": 171.65723070932256}, {"color": "#984ea3", "from": "94076", "to": "91377", "value": 144.02786559262972}, {"color": "#e41a1c", "from": "93008", "to": "75101", "value": 196.0265749488151}, {"color": "#e41a1c", "from": "93008", "to": "75102", "value": 156.4914483581322}, {"color": "#e41a1c", "from": "93008", "to": "75103", "value": 130.6868956432149}, {"color": "#e41a1c", "from": "93008", "to": "75108", "value": 402.49530997901024}, {"color": "#e41a1c", "from": "93008", "to": "75109", "value": 333.1532212482814}, {"color": "#e41a1c", "from": "93008", "to": "75114", "value": 207.92488295110832}, {"color": "#ff7f00", "from": "93008", "to": "93027", "value": 180.37107568564707}, {"color": "#e41a1c", "from": "93008", "to": "75107", "value": 164.4280644567814}, {"color": "#ff7f00", "from": "93008", "to": "93010", "value": 180.078041710995}, {"color": "#e41a1c", "from": "93008", "to": "75116", "value": 268.98015694020364}, {"color": "#a65628", "from": "93008", "to": "95527", "value": 367.1160694683905}, {"color": "#ff7f00", "from": "93008", "to": "93053", "value": 205.39214686713615}, {"color": "#ff7f00", "from": "93008", "to": "93070", "value": 170.5832868747722}, {"color": "#ff7f00", "from": "93008", "to": "93073", "value": 153.69541198956102}, {"color": "#ff7f00", "from": "93008", "to": "93064", "value": 241.01492249702318}, {"color": "#377eb8", "from": "93008", "to": "92036", "value": 126.09412289744479}, {"color": "#377eb8", "from": "93008", "to": "92026", "value": 142.77016078290418}, {"color": "#377eb8", "from": "93031", "to": "92036", "value": 628.2203617451676}, {"color": "#a65628", "from": "93031", "to": "95598", "value": 268.8102380144735}, {"color": "#ff7f00", "from": "93031", "to": "93070", "value": 357.09012641480564}, {"color": "#377eb8", "from": "93031", "to": "92050", "value": 348.32091857464064}, {"color": "#377eb8", "from": "93031", "to": "92051", "value": 233.61911507703076}, {"color": "#e41a1c", "from": "93031", "to": "75101", "value": 192.36157194573713}, {"color": "#e41a1c", "from": "93031", "to": "75102", "value": 167.13533376644514}, {"color": "#e41a1c", "from": "93031", "to": "75105", "value": 121.6320233472352}, {"color": "#377eb8", "from": "93031", "to": "92044", "value": 240.69734244639147}, {"color": "#ff7f00", "from": "93031", "to": "93008", "value": 138.7388135378043}, {"color": "#e41a1c", "from": "93031", "to": "75108", "value": 543.2359648091324}, {"color": "#e41a1c", "from": "93031", "to": "75109", "value": 392.66972634678393}, {"color": "#e41a1c", "from": "93031", "to": "75110", "value": 333.07402106239624}, {"color": "#e41a1c", "from": "93031", "to": "75112", "value": 307.5097919986828}, {"color": "#e41a1c", "from": "93031", "to": "75115", "value": 557.6437034041031}, {"color": "#e41a1c", "from": "93031", "to": "75116", "value": 426.4461742963112}, {"color": "#e41a1c", "from": "93031", "to": "75117", "value": 511.8376009930355}, {"color": "#e41a1c", "from": "93031", "to": "75118", "value": 355.84568398267857}, {"color": "#e41a1c", "from": "93031", "to": "75119", "value": 296.87004908972034}, {"color": "#e41a1c", "from": "93031", "to": "75113", "value": 258.994536895665}, {"color": "#e41a1c", "from": "93031", "to": "75114", "value": 229.90884966657362}, {"color": "#e41a1c", "from": "93031", "to": "75111", "value": 222.03237695927913}, {"color": "#ff7f00", "from": "93031", "to": "93072", "value": 186.06649879503058}, {"color": "#ff7f00", "from": "93031", "to": "93055", "value": 141.79206257744812}, {"color": "#377eb8", "from": "93031", "to": "92062", "value": 209.2629658651875}, {"color": "#ff7f00", "from": "93031", "to": "93048", "value": 132.89034378020375}, {"color": "#377eb8", "from": "93031", "to": "92078", "value": 212.81879087987915}, {"color": "#ff7f00", "from": "93031", "to": "93027", "value": 120.47181647947065}, {"color": "#e41a1c", "from": "93031", "to": "75120", "value": 232.6678714557583}, {"color": "#e41a1c", "from": "93031", "to": "75106", "value": 182.66569648408418}, {"color": "#e41a1c", "from": "93031", "to": "75107", "value": 210.30308241024923}, {"color": "#a65628", "from": "93031", "to": "95219", "value": 122.17889063534558}, {"color": "#377eb8", "from": "93031", "to": "92004", "value": 223.24947870736392}, {"color": "#377eb8", "from": "93031", "to": "92012", "value": 181.2630480211435}, {"color": "#377eb8", "from": "93031", "to": "92024", "value": 228.2552691624915}, {"color": "#377eb8", "from": "93031", "to": "92025", "value": 171.5127092935987}, {"color": "#377eb8", "from": "93031", "to": "92026", "value": 294.2140556209864}, {"color": "#a65628", "from": "93031", "to": "95527", "value": 248.63253670519495}, {"color": "#a65628", "from": "93031", "to": "95555", "value": 148.65620990360006}, {"color": "#a65628", "from": "77108", "to": "95527", "value": 438.5660897108319}, {"color": "#ff7f00", "from": "77108", "to": "93010", "value": 152.30904004948275}, {"color": "#ff7f00", "from": "77108", "to": "93073", "value": 208.54729147169957}, {"color": "#ff7f00", "from": "77108", "to": "93047", "value": 538.7692353294626}, {"color": "#ff7f00", "from": "77108", "to": "93048", "value": 240.8256607141196}, {"color": "#ff7f00", "from": "77108", "to": "93005", "value": 247.60979301029556}, {"color": "#ff7f00", "from": "77108", "to": "93008", "value": 262.2599032229818}, {"color": "#ff7f00", "from": "77108", "to": "93055", "value": 203.15228959049867}, {"color": "#ff7f00", "from": "77108", "to": "93078", "value": 135.77500195074975}, {"color": "#ff7f00", "from": "77108", "to": "93050", "value": 413.2767780635066}, {"color": "#ff7f00", "from": "77108", "to": "93053", "value": 130.05356952313926}, {"color": "#4daf4a", "from": "77108", "to": "94033", "value": 279.55630969221977}, {"color": "#377eb8", "from": "77108", "to": "92012", "value": 137.4207717287089}, {"color": "#377eb8", "from": "77108", "to": "92050", "value": 149.22913090339785}, {"color": "#377eb8", "from": "77108", "to": "92062", "value": 179.60105342770927}, {"color": "#4daf4a", "from": "77108", "to": "94028", "value": 123.02671302392145}, {"color": "#377eb8", "from": "77108", "to": "92044", "value": 144.26220840119223}, {"color": "#ff7f00", "from": "77108", "to": "93014", "value": 130.48870086465064}, {"color": "#f781bf", "from": "77108", "to": "77479", "value": 436.3170433570982}, {"color": "#f781bf", "from": "77108", "to": "77517", "value": 190.51142309293817}, {"color": "#ff7f00", "from": "77108", "to": "93046", "value": 125.34090749807153}, {"color": "#e41a1c", "from": "77108", "to": "75111", "value": 257.16960837027403}, {"color": "#ff7f00", "from": "77108", "to": "93032", "value": 231.43500899478005}, {"color": "#e41a1c", "from": "77108", "to": "75119", "value": 426.6600581108219}, {"color": "#e41a1c", "from": "77108", "to": "75107", "value": 174.8251155045425}, {"color": "#e41a1c", "from": "77108", "to": "75108", "value": 545.3544468633366}, {"color": "#e41a1c", "from": "77108", "to": "75109", "value": 542.4032285433045}, {"color": "#e41a1c", "from": "77108", "to": "75110", "value": 551.1809817667114}, {"color": "#f781bf", "from": "77108", "to": "77139", "value": 133.00504485121826}, {"color": "#e41a1c", "from": "77108", "to": "75115", "value": 492.2084344958567}, {"color": "#e41a1c", "from": "77108", "to": "75116", "value": 246.63593637352633}, {"color": "#e41a1c", "from": "77108", "to": "75117", "value": 284.2483823201194}, {"color": "#e41a1c", "from": "77108", "to": "75118", "value": 309.4506889173476}, {"color": "#f781bf", "from": "77108", "to": "77438", "value": 128.4946135941013}, {"color": "#f781bf", "from": "77108", "to": "77468", "value": 226.52621625846365}, {"color": "#377eb8", "from": "77108", "to": "92026", "value": 174.5965493433709}, {"color": "#e41a1c", "from": "77108", "to": "75112", "value": 334.143229747711}, {"color": "#e41a1c", "from": "77108", "to": "75113", "value": 344.69441640995416}, {"color": "#f781bf", "from": "77108", "to": "77258", "value": 157.02275645601853}, {"color": "#e41a1c", "from": "77108", "to": "75120", "value": 242.33624927253345}, {"color": "#f781bf", "from": "77108", "to": "77083", "value": 268.92280517066143}, {"color": "#f781bf", "from": "77108", "to": "77121", "value": 182.88997368624737}, {"color": "#e41a1c", "from": "77108", "to": "75101", "value": 228.47872443775574}, {"color": "#e41a1c", "from": "77108", "to": "75102", "value": 241.9153531883492}, {"color": "#e41a1c", "from": "77108", "to": "75104", "value": 174.63864329750797}, {"color": "#e41a1c", "from": "77108", "to": "75114", "value": 178.12345326090346}, {"color": "#ff7f00", "from": "77108", "to": "93064", "value": 193.0667351480029}, {"color": "#ff7f00", "from": "77108", "to": "93066", "value": 328.7524802293312}, {"color": "#ff7f00", "from": "77108", "to": "93070", "value": 124.69041362192962}, {"color": "#377eb8", "from": "93010", "to": "92036", "value": 125.89269436034873}, {"color": "#377eb8", "from": "93010", "to": "92050", "value": 146.31356117244997}, {"color": "#e41a1c", "from": "93010", "to": "75114", "value": 259.5766978332114}, {"color": "#a65628", "from": "93010", "to": "95527", "value": 464.3585616468941}, {"color": "#ff7f00", "from": "93010", "to": "93006", "value": 138.5414334228702}, {"color": "#4daf4a", "from": "93010", "to": "94033", "value": 126.69590934796977}, {"color": "#ff7f00", "from": "93010", "to": "93053", "value": 368.4369883749297}, {"color": "#ff7f00", "from": "93010", "to": "93055", "value": 298.58334843040427}, {"color": "#ff7f00", "from": "93010", "to": "93057", "value": 299.66323835869986}, {"color": "#377eb8", "from": "93010", "to": "92012", "value": 121.17574549288383}, {"color": "#ff7f00", "from": "93010", "to": "93066", "value": 465.3591150567609}, {"color": "#ff7f00", "from": "93010", "to": "93070", "value": 122.24206783534237}, {"color": "#ff7f00", "from": "93010", "to": "93073", "value": 121.87908616540577}, {"color": "#e41a1c", "from": "93010", "to": "75103", "value": 125.71630078815421}, {"color": "#e41a1c", "from": "93010", "to": "75104", "value": 156.22502035133112}, {"color": "#e41a1c", "from": "93010", "to": "75105", "value": 121.55623675695018}, {"color": "#e41a1c", "from": "93010", "to": "75106", "value": 122.43878735560148}, {"color": "#e41a1c", "from": "93010", "to": "75107", "value": 198.0739258260835}, {"color": "#e41a1c", "from": "93010", "to": "75108", "value": 531.1064442624545}, {"color": "#ff7f00", "from": "93010", "to": "93027", "value": 137.53515789123946}, {"color": "#e41a1c", "from": "93010", "to": "75101", "value": 175.83704560163596}, {"color": "#e41a1c", "from": "93010", "to": "75102", "value": 148.56182888032046}, {"color": "#ff7f00", "from": "93010", "to": "93064", "value": 411.9142406223124}, {"color": "#ff7f00", "from": "93010", "to": "93046", "value": 185.0034596765439}, {"color": "#ff7f00", "from": "93010", "to": "93048", "value": 394.1322098090447}, {"color": "#377eb8", "from": "93010", "to": "92026", "value": 153.3962220395756}, {"color": "#e41a1c", "from": "93010", "to": "75115", "value": 506.8410656646129}, {"color": "#e41a1c", "from": "93010", "to": "75116", "value": 290.3509779420572}, {"color": "#e41a1c", "from": "93010", "to": "75117", "value": 261.9680272120286}, {"color": "#e41a1c", "from": "93010", "to": "75118", "value": 359.0617412825499}, {"color": "#e41a1c", "from": "93010", "to": "75109", "value": 424.94451131966235}, {"color": "#e41a1c", "from": "93010", "to": "75110", "value": 431.7962504468268}, {"color": "#e41a1c", "from": "93010", "to": "75111", "value": 230.1643159913224}, {"color": "#e41a1c", "from": "93010", "to": "75112", "value": 406.29098383406676}, {"color": "#e41a1c", "from": "93010", "to": "75113", "value": 296.08537443514194}, {"color": "#ff7f00", "from": "93010", "to": "93001", "value": 254.79237959433314}, {"color": "#ffff33", "from": "92023", "to": "78297", "value": 266.2571518523646}, {"color": "#e41a1c", "from": "92023", "to": "75105", "value": 195.04402836760667}, {"color": "#4daf4a", "from": "92023", "to": "94065", "value": 140.14624138080174}, {"color": "#377eb8", "from": "92023", "to": "92051", "value": 132.526503110597}, {"color": "#377eb8", "from": "92023", "to": "92020", "value": 459.7554055987056}, {"color": "#e41a1c", "from": "92023", "to": "75119", "value": 158.6068762650961}, {"color": "#4daf4a", "from": "92023", "to": "94021", "value": 141.7661024845406}, {"color": "#377eb8", "from": "92023", "to": "92072", "value": 175.19373034553885}, {"color": "#e41a1c", "from": "92023", "to": "75111", "value": 139.09858131309053}, {"color": "#e41a1c", "from": "92023", "to": "75112", "value": 264.40157774640755}, {"color": "#ffff33", "from": "92023", "to": "78640", "value": 824.7963106858014}, {"color": "#377eb8", "from": "92023", "to": "92060", "value": 431.9782739792845}, {"color": "#377eb8", "from": "92023", "to": "92062", "value": 259.7748833150617}, {"color": "#377eb8", "from": "92023", "to": "92063", "value": 134.54487131354674}, {"color": "#e41a1c", "from": "92023", "to": "75107", "value": 265.889672216139}, {"color": "#e41a1c", "from": "92023", "to": "75108", "value": 625.0515921513837}, {"color": "#e41a1c", "from": "92023", "to": "75109", "value": 366.9768637445727}, {"color": "#e41a1c", "from": "92023", "to": "75110", "value": 151.74569740845357}, {"color": "#377eb8", "from": "92023", "to": "92050", "value": 252.9350274648417}, {"color": "#377eb8", "from": "92023", "to": "92019", "value": 141.47264663363163}, {"color": "#4daf4a", "from": "92023", "to": "94003", "value": 151.70511230805673}, {"color": "#377eb8", "from": "92023", "to": "92048", "value": 836.4439117425321}, {"color": "#377eb8", "from": "92023", "to": "92049", "value": 360.9479443145679}, {"color": "#377eb8", "from": "92023", "to": "92026", "value": 316.5362768055158}, {"color": "#377eb8", "from": "92023", "to": "92032", "value": 205.5158565643716}, {"color": "#377eb8", "from": "92023", "to": "92075", "value": 326.8131414374876}, {"color": "#377eb8", "from": "92023", "to": "92044", "value": 206.39463041455025}, {"color": "#377eb8", "from": "92023", "to": "92046", "value": 280.139240614395}, {"color": "#ff7f00", "from": "92023", "to": "93066", "value": 171.4676876227331}, {"color": "#e41a1c", "from": "92023", "to": "75116", "value": 443.7219777746015}, {"color": "#e41a1c", "from": "92023", "to": "75117", "value": 284.3771984501821}, {"color": "#377eb8", "from": "92023", "to": "92073", "value": 160.48085453231195}, {"color": "#377eb8", "from": "92023", "to": "92007", "value": 127.44068125405678}, {"color": "#e41a1c", "from": "92023", "to": "75106", "value": 203.59713821556235}, {"color": "#e41a1c", "from": "92023", "to": "75102", "value": 175.83103424979382}, {"color": "#e41a1c", "from": "92023", "to": "75101", "value": 244.6990581346969}, {"color": "#e41a1c", "from": "78418", "to": "75119", "value": 142.71932883140823}, {"color": "#e41a1c", "from": "78418", "to": "75106", "value": 124.10747963877496}, {"color": "#e41a1c", "from": "78418", "to": "75109", "value": 619.3192648366186}, {"color": "#e41a1c", "from": "78418", "to": "75110", "value": 143.8028113501772}, {"color": "#ffff33", "from": "78418", "to": "78586", "value": 463.83532005895495}, {"color": "#ffff33", "from": "78418", "to": "78551", "value": 477.3277560992797}, {"color": "#377eb8", "from": "78418", "to": "92051", "value": 293.9741821476374}, {"color": "#ffff33", "from": "78418", "to": "78146", "value": 563.6157859428491}, {"color": "#377eb8", "from": "78418", "to": "92025", "value": 269.09383215297737}, {"color": "#377eb8", "from": "78418", "to": "92026", "value": 982.1523458347187}, {"color": "#ffff33", "from": "78418", "to": "78640", "value": 170.02007029263848}, {"color": "#ffff33", "from": "78418", "to": "78646", "value": 157.64302396955327}, {"color": "#e41a1c", "from": "78418", "to": "75117", "value": 385.99855007663365}, {"color": "#e41a1c", "from": "78418", "to": "75118", "value": 151.8630550455116}, {"color": "#377eb8", "from": "78418", "to": "92024", "value": 151.67966547444976}, {"color": "#377eb8", "from": "78418", "to": "92036", "value": 215.97115728957476}, {"color": "#e41a1c", "from": "78418", "to": "75115", "value": 502.92070947889067}, {"color": "#e41a1c", "from": "78418", "to": "75116", "value": 417.8350523955729}, {"color": "#377eb8", "from": "78418", "to": "92062", "value": 890.5662115644836}, {"color": "#377eb8", "from": "78418", "to": "92073", "value": 267.07055435817074}, {"color": "#e41a1c", "from": "78418", "to": "75111", "value": 120.41903421422883}, {"color": "#e41a1c", "from": "78418", "to": "75112", "value": 243.20300658895212}, {"color": "#e41a1c", "from": "78418", "to": "75108", "value": 959.5452493622702}, {"color": "#e41a1c", "from": "78418", "to": "75113", "value": 270.62483026627933}, {"color": "#e41a1c", "from": "78418", "to": "75114", "value": 153.03678317424632}, {"color": "#e41a1c", "from": "78418", "to": "75101", "value": 278.65289057626626}, {"color": "#e41a1c", "from": "78418", "to": "75102", "value": 289.5761351953883}, {"color": "#e41a1c", "from": "78418", "to": "75107", "value": 175.71271590578965}, {"color": "#ffff33", "from": "78418", "to": "78498", "value": 228.6095483476532}, {"color": "#ff7f00", "from": "78418", "to": "93066", "value": 266.30755321392854}, {"color": "#ff7f00", "from": "78418", "to": "93070", "value": 121.2801418002763}, {"color": "#a65628", "from": "78418", "to": "95063", "value": 243.73241186493235}, {"color": "#377eb8", "from": "78418", "to": "92012", "value": 272.1756499409607}, {"color": "#377eb8", "from": "78418", "to": "92040", "value": 180.01883036924275}, {"color": "#377eb8", "from": "78418", "to": "92044", "value": 375.21657657881644}, {"color": "#ffff33", "from": "78418", "to": "78190", "value": 249.12100877974825}, {"color": "#ffff33", "from": "78418", "to": "78297", "value": 122.201147596572}, {"color": "#ffff33", "from": "78418", "to": "78311", "value": 259.7521084073547}, {"color": "#ffff33", "from": "78418", "to": "78358", "value": 275.8968600649356}, {"color": "#e41a1c", "from": "93071", "to": "75113", "value": 287.213133384839}, {"color": "#e41a1c", "from": "93071", "to": "75112", "value": 311.1759553512777}, {"color": "#e41a1c", "from": "93071", "to": "75107", "value": 123.25695537129458}, {"color": "#e41a1c", "from": "93071", "to": "75108", "value": 419.17131924443834}, {"color": "#e41a1c", "from": "93071", "to": "75109", "value": 232.22784434977555}, {"color": "#e41a1c", "from": "93071", "to": "75110", "value": 294.46211730980264}, {"color": "#ff7f00", "from": "93071", "to": "93064", "value": 132.68110606509416}, {"color": "#ff7f00", "from": "93071", "to": "93066", "value": 445.6922461884521}, {"color": "#ff7f00", "from": "93071", "to": "93073", "value": 423.52326900516215}, {"color": "#ff7f00", "from": "93071", "to": "93078", "value": 490.29370344449876}, {"color": "#ff7f00", "from": "93071", "to": "93055", "value": 161.92410957312106}, {"color": "#ff7f00", "from": "93071", "to": "93033", "value": 136.32305473055803}, {"color": "#ff7f00", "from": "93071", "to": "93046", "value": 316.95622528128155}, {"color": "#ff7f00", "from": "93071", "to": "93048", "value": 248.66107373760784}, {"color": "#ff7f00", "from": "93071", "to": "93008", "value": 342.21649331428006}, {"color": "#ff7f00", "from": "93071", "to": "93010", "value": 179.27197186962434}, {"color": "#ff7f00", "from": "93071", "to": "93013", "value": 161.5213296821589}, {"color": "#ff7f00", "from": "93071", "to": "93001", "value": 205.44631631224203}, {"color": "#377eb8", "from": "93071", "to": "92050", "value": 142.3313653327964}, {"color": "#f781bf", "from": "93071", "to": "77294", "value": 146.2664862842296}, {"color": "#e41a1c", "from": "93071", "to": "75114", "value": 187.62604309113297}, {"color": "#e41a1c", "from": "93071", "to": "75118", "value": 342.13671027441086}, {"color": "#e41a1c", "from": "93071", "to": "75119", "value": 288.1832992143005}, {"color": "#e41a1c", "from": "93071", "to": "75120", "value": 198.4069571541842}, {"color": "#e41a1c", "from": "93071", "to": "75115", "value": 425.81902929061175}, {"color": "#e41a1c", "from": "93071", "to": "75116", "value": 288.9175891243648}, {"color": "#e41a1c", "from": "93071", "to": "75117", "value": 285.5052912488117}, {"color": "#a65628", "from": "93071", "to": "95277", "value": 138.2975385856578}, {"color": "#a65628", "from": "93071", "to": "95527", "value": 1044.5573711931108}, {"color": "#e41a1c", "from": "93071", "to": "75101", "value": 211.8298869447516}, {"color": "#e41a1c", "from": "93071", "to": "75102", "value": 150.30931188630612}, {"color": "#e41a1c", "from": "93071", "to": "75111", "value": 148.7402017803336}, {"color": "#377eb8", "from": "93071", "to": "92026", "value": 128.7850894384392}, {"color": "#377eb8", "from": "78586", "to": "92051", "value": 294.8082304266052}, {"color": "#a65628", "from": "78586", "to": "95063", "value": 339.8857085827262}, {"color": "#377eb8", "from": "78586", "to": "92050", "value": 1253.093244756336}, {"color": "#377eb8", "from": "78586", "to": "92012", "value": 345.23529182349995}, {"color": "#e41a1c", "from": "78586", "to": "75114", "value": 146.29303322645825}, {"color": "#e41a1c", "from": "78586", "to": "75115", "value": 555.1299298682125}, {"color": "#e41a1c", "from": "78586", "to": "75116", "value": 352.0539081797277}, {"color": "#377eb8", "from": "78586", "to": "92073", "value": 201.7148022607505}, {"color": "#377eb8", "from": "78586", "to": "92036", "value": 234.2181255383067}, {"color": "#377eb8", "from": "78586", "to": "92044", "value": 288.4543602294559}, {"color": "#e41a1c", "from": "78586", "to": "75113", "value": 279.1924889154126}, {"color": "#377eb8", "from": "78586", "to": "92063", "value": 463.5479482092051}, {"color": "#377eb8", "from": "78586", "to": "92040", "value": 192.78053323966668}, {"color": "#ffff33", "from": "78586", "to": "78311", "value": 570.5953852229535}, {"color": "#ffff33", "from": "78586", "to": "78358", "value": 506.52135282818836}, {"color": "#e41a1c", "from": "78586", "to": "75107", "value": 169.8934181860576}, {"color": "#377eb8", "from": "78586", "to": "92062", "value": 623.8949241038464}, {"color": "#e41a1c", "from": "78586", "to": "75110", "value": 177.41190610505794}, {"color": "#e41a1c", "from": "78586", "to": "75111", "value": 139.20444824624516}, {"color": "#e41a1c", "from": "78586", "to": "75112", "value": 283.303305476396}, {"color": "#e41a1c", "from": "78586", "to": "75108", "value": 627.3423398107442}, {"color": "#e41a1c", "from": "78586", "to": "75109", "value": 461.97997401514704}, {"color": "#e41a1c", "from": "78586", "to": "75117", "value": 365.0900212517013}, {"color": "#e41a1c", "from": "78586", "to": "75119", "value": 236.2204151607336}, {"color": "#ffff33", "from": "78586", "to": "78146", "value": 310.8239635177786}, {"color": "#ffff33", "from": "78586", "to": "78498", "value": 178.50398586936902}, {"color": "#e41a1c", "from": "78586", "to": "75101", "value": 226.51674368591983}, {"color": "#e41a1c", "from": "78586", "to": "75102", "value": 185.57095966997304}, {"color": "#a65628", "from": "78586", "to": "95176", "value": 161.43650713912308}, {"color": "#ffff33", "from": "78586", "to": "78551", "value": 380.8069865882283}, {"color": "#ff7f00", "from": "78586", "to": "93066", "value": 236.69502044457911}, {"color": "#377eb8", "from": "78586", "to": "92024", "value": 135.33066845343478}, {"color": "#377eb8", "from": "78586", "to": "92025", "value": 351.49212716686725}, {"color": "#377eb8", "from": "78586", "to": "92026", "value": 860.0624558846828}, {"color": "#ff7f00", "from": "78586", "to": "93048", "value": 123.62795571831427}, {"color": "#377eb8", "from": "93070", "to": "92062", "value": 194.2598328761653}, {"color": "#377eb8", "from": "93070", "to": "92036", "value": 396.25009564950665}, {"color": "#a65628", "from": "93070", "to": "95527", "value": 132.80639090755741}, {"color": "#377eb8", "from": "93070", "to": "92078", "value": 189.23369349330204}, {"color": "#e41a1c", "from": "93070", "to": "75103", "value": 177.74703168870013}, {"color": "#e41a1c", "from": "93070", "to": "75104", "value": 222.68830716644132}, {"color": "#e41a1c", "from": "93070", "to": "75107", "value": 382.7030375365734}, {"color": "#e41a1c", "from": "93070", "to": "75108", "value": 896.2307183688989}, {"color": "#e41a1c", "from": "93070", "to": "75101", "value": 369.7021725761986}, {"color": "#e41a1c", "from": "93070", "to": "75102", "value": 416.57605263871943}, {"color": "#e41a1c", "from": "93070", "to": "75105", "value": 149.9839140772928}, {"color": "#e41a1c", "from": "93070", "to": "75106", "value": 196.9818309094486}, {"color": "#e41a1c", "from": "94033", "to": "75105", "value": 210.4678592345403}, {"color": "#e41a1c", "from": "94033", "to": "75103", "value": 177.41778764552936}, {"color": "#e41a1c", "from": "94033", "to": "75104", "value": 211.7035521285916}, {"color": "#ff7f00", "from": "94033", "to": "93070", "value": 134.11267635443534}, {"color": "#a65628", "from": "94033", "to": "95527", "value": 157.33448382563594}, {"color": "#ff7f00", "from": "94033", "to": "93055", "value": 125.5795455861397}, {"color": "#377eb8", "from": "94033", "to": "92044", "value": 156.15252154936306}, {"color": "#ff7f00", "from": "94033", "to": "93008", "value": 130.00156536954938}, {"color": "#377eb8", "from": "94033", "to": "92012", "value": 179.44172942409122}, {"color": "#377eb8", "from": "94033", "to": "92062", "value": 313.889066691882}, {"color": "#4daf4a", "from": "94033", "to": "94080", "value": 839.8873715975192}, {"color": "#4daf4a", "from": "94033", "to": "94042", "value": 159.92280265540703}, {"color": "#e41a1c", "from": "94033", "to": "75116", "value": 373.31499242924355}, {"color": "#e41a1c", "from": "94033", "to": "75101", "value": 358.9197123188094}, {"color": "#ff7f00", "from": "94033", "to": "93064", "value": 221.23283213562692}, {"color": "#4daf4a", "from": "94033", "to": "94067", "value": 259.8435277852238}, {"color": "#4daf4a", "from": "94033", "to": "94058", "value": 153.21903902081985}, {"color": "#4daf4a", "from": "94033", "to": "94052", "value": 258.0968279623069}, {"color": "#e41a1c", "from": "94033", "to": "75102", "value": 304.56226876147906}, {"color": "#e41a1c", "from": "94033", "to": "75106", "value": 165.059630151808}, {"color": "#e41a1c", "from": "94033", "to": "75107", "value": 321.18656095565893}, {"color": "#e41a1c", "from": "94033", "to": "75108", "value": 811.8113095180896}, {"color": "#e41a1c", "from": "94033", "to": "75109", "value": 457.79049253490945}, {"color": "#e41a1c", "from": "91377", "to": "75102", "value": 181.05180326346317}, {"color": "#e41a1c", "from": "91377", "to": "75107", "value": 153.4519039475436}, {"color": "#e41a1c", "from": "91377", "to": "75105", "value": 217.99612967377055}, {"color": "#e41a1c", "from": "91377", "to": "75106", "value": 126.46014518690473}, {"color": "#e41a1c", "from": "91377", "to": "75108", "value": 422.9406058844813}, {"color": "#e41a1c", "from": "91377", "to": "75109", "value": 324.5219501873329}, {"color": "#984ea3", "from": "91377", "to": "91692", "value": 477.9499188165828}, {"color": "#ffff33", "from": "91377", "to": "78620", "value": 162.2416971319338}, {"color": "#ffff33", "from": "91377", "to": "78640", "value": 523.2256224800261}, {"color": "#ffff33", "from": "91377", "to": "78297", "value": 242.9399477117202}, {"color": "#e41a1c", "from": "91377", "to": "75116", "value": 234.44791319406679}, {"color": "#e41a1c", "from": "91377", "to": "75117", "value": 142.3334346315653}, {"color": "#377eb8", "from": "91377", "to": "92049", "value": 186.20650764840306}, {"color": "#377eb8", "from": "91377", "to": "92050", "value": 185.87635122498654}, {"color": "#377eb8", "from": "91377", "to": "92060", "value": 253.93543851385027}, {"color": "#984ea3", "from": "91377", "to": "91666", "value": 237.52215670278082}, {"color": "#984ea3", "from": "91377", "to": "91477", "value": 771.6105356036476}, {"color": "#e41a1c", "from": "91377", "to": "75119", "value": 156.51830632558486}, {"color": "#984ea3", "from": "91377", "to": "91689", "value": 408.6379248082096}, {"color": "#4daf4a", "from": "91377", "to": "94054", "value": 163.31338276943828}, {"color": "#4daf4a", "from": "91377", "to": "94065", "value": 309.8012199592478}, {"color": "#984ea3", "from": "91377", "to": "91345", "value": 187.45500895866138}, {"color": "#ff7f00", "from": "91377", "to": "93066", "value": 140.17487432302602}, {"color": "#984ea3", "from": "91377", "to": "91136", "value": 923.6580177820802}, {"color": "#984ea3", "from": "91377", "to": "91272", "value": 300.4882917160133}, {"color": "#377eb8", "from": "91377", "to": "92048", "value": 206.1542562532289}, {"color": "#984ea3", "from": "91377", "to": "91027", "value": 147.84751434637732}, {"color": "#984ea3", "from": "91377", "to": "91064", "value": 598.3534336354162}, {"color": "#984ea3", "from": "91377", "to": "91122", "value": 365.0855253802996}, {"color": "#377eb8", "from": "91377", "to": "92062", "value": 167.20954404114255}, {"color": "#377eb8", "from": "91377", "to": "92026", "value": 162.64267906955934}, {"color": "#377eb8", "from": "91377", "to": "92040", "value": 219.71761860545507}, {"color": "#377eb8", "from": "91377", "to": "92007", "value": 158.01135852223976}, {"color": "#377eb8", "from": "91377", "to": "92023", "value": 187.1795203816303}, {"color": "#377eb8", "from": "91377", "to": "92019", "value": 195.39973503916914}, {"color": "#377eb8", "from": "91377", "to": "92020", "value": 130.95703121862027}, {"color": "#4daf4a", "from": "91377", "to": "94003", "value": 121.3729922952868}, {"color": "#e41a1c", "from": "91377", "to": "75110", "value": 216.38127442766447}, {"color": "#e41a1c", "from": "91377", "to": "75101", "value": 164.9050369982064}, {"color": "#e41a1c", "from": "91377", "to": "75104", "value": 184.54343047734352}, {"color": "#a65628", "from": "92036", "to": "95527", "value": 148.74839464270798}, {"color": "#377eb8", "from": "92036", "to": "92051", "value": 231.25176650608648}, {"color": "#377eb8", "from": "92036", "to": "92062", "value": 302.90162545907805}, {"color": "#e41a1c", "from": "92036", "to": "75108", "value": 574.9146029203564}, {"color": "#e41a1c", "from": "92036", "to": "75109", "value": 342.22577668221993}, {"color": "#e41a1c", "from": "92036", "to": "75110", "value": 160.2433981312205}, {"color": "#377eb8", "from": "92036", "to": "92078", "value": 355.5492450818176}, {"color": "#377eb8", "from": "92036", "to": "92009", "value": 198.56103277636336}, {"color": "#e41a1c", "from": "92036", "to": "75107", "value": 216.26593351077688}, {"color": "#e41a1c", "from": "92036", "to": "75101", "value": 144.52572425330683}, {"color": "#e41a1c", "from": "92036", "to": "75102", "value": 146.83930233323736}, {"color": "#a65628", "from": "94080", "to": "95527", "value": 265.9810239425467}, {"color": "#4daf4a", "from": "94080", "to": "94041", "value": 185.99068923267149}, {"color": "#4daf4a", "from": "94080", "to": "94042", "value": 136.20984209765368}, {"color": "#4daf4a", "from": "94080", "to": "94018", "value": 139.87794849250992}, {"color": "#ff7f00", "from": "94080", "to": "93066", "value": 345.1541782956844}, {"color": "#ff7f00", "from": "94080", "to": "93070", "value": 168.4573398936539}, {"color": "#377eb8", "from": "94080", "to": "92062", "value": 512.2995501812281}, {"color": "#377eb8", "from": "94080", "to": "92063", "value": 186.50210401513456}, {"color": "#ff7f00", "from": "94080", "to": "93055", "value": 177.75274155301813}, {"color": "#377eb8", "from": "94080", "to": "92012", "value": 263.7449368146067}, {"color": "#e41a1c", "from": "94080", "to": "75105", "value": 319.76978201558336}, {"color": "#e41a1c", "from": "94080", "to": "75101", "value": 601.9997513137162}, {"color": "#e41a1c", "from": "94080", "to": "75103", "value": 153.31517272821438}, {"color": "#e41a1c", "from": "94080", "to": "75104", "value": 286.2883948377261}, {"color": "#e41a1c", "from": "94080", "to": "75109", "value": 905.5854755958273}, {"color": "#377eb8", "from": "94080", "to": "92026", "value": 643.1343723787701}, {"color": "#377eb8", "from": "94080", "to": "92050", "value": 328.09720098735124}, {"color": "#377eb8", "from": "94080", "to": "92051", "value": 258.122837486809}, {"color": "#377eb8", "from": "94080", "to": "92024", "value": 144.2859011645648}, {"color": "#377eb8", "from": "94080", "to": "92040", "value": 207.74840693863123}, {"color": "#377eb8", "from": "94080", "to": "92044", "value": 253.420805906645}, {"color": "#e41a1c", "from": "94080", "to": "75106", "value": 306.5402489273149}, {"color": "#e41a1c", "from": "94080", "to": "75107", "value": 364.773582830008}, {"color": "#e41a1c", "from": "94080", "to": "75108", "value": 1240.853409040126}, {"color": "#e41a1c", "from": "94080", "to": "75114", "value": 352.82341777014074}, {"color": "#e41a1c", "from": "94080", "to": "75116", "value": 539.8723835090589}, {"color": "#e41a1c", "from": "94080", "to": "75117", "value": 490.7258338267745}, {"color": "#e41a1c", "from": "94080", "to": "75102", "value": 523.8716904357791}, {"color": "#4daf4a", "from": "94080", "to": "94067", "value": 323.56283800941605}, {"color": "#e41a1c", "from": "92073", "to": "75101", "value": 268.2844719354849}, {"color": "#e41a1c", "from": "92073", "to": "75102", "value": 283.2203706324423}, {"color": "#e41a1c", "from": "92073", "to": "75106", "value": 173.08318206359513}, {"color": "#e41a1c", "from": "92073", "to": "75107", "value": 229.29683590351613}, {"color": "#e41a1c", "from": "92073", "to": "75108", "value": 1075.208966987155}, {"color": "#e41a1c", "from": "92073", "to": "75110", "value": 180.14120477557745}, {"color": "#377eb8", "from": "92073", "to": "92033", "value": 144.9616448014147}, {"color": "#377eb8", "from": "92073", "to": "92036", "value": 202.22688749132718}, {"color": "#377eb8", "from": "92073", "to": "92048", "value": 149.52782468521937}, {"color": "#ffff33", "from": "92073", "to": "78297", "value": 157.72307435611253}, {"color": "#377eb8", "from": "92073", "to": "92062", "value": 1427.6003099418126}, {"color": "#377eb8", "from": "92073", "to": "92064", "value": 506.9805897285828}, {"color": "#ff7f00", "from": "92073", "to": "93070", "value": 177.73449715693312}, {"color": "#ffff33", "from": "92073", "to": "78640", "value": 332.9125662215274}, {"color": "#377eb8", "from": "75107", "to": "92062", "value": 400.65543750372655}, {"color": "#377eb8", "from": "75107", "to": "92049", "value": 147.74671155937494}, {"color": "#e41a1c", "from": "75107", "to": "75101", "value": 480.650973910722}, {"color": "#e41a1c", "from": "75107", "to": "75102", "value": 569.5794923235406}, {"color": "#e41a1c", "from": "75107", "to": "75103", "value": 156.03129719620986}, {"color": "#e41a1c", "from": "75107", "to": "75104", "value": 171.47803128847656}, {"color": "#e41a1c", "from": "75107", "to": "75106", "value": 395.4834814872427}, {"color": "#e41a1c", "from": "75107", "to": "75108", "value": 1950.1411147808935}, {"color": "#ff7f00", "from": "91191", "to": "93066", "value": 193.02664191795716}, {"color": "#4daf4a", "from": "91191", "to": "94041", "value": 167.95392373410445}, {"color": "#984ea3", "from": "91191", "to": "91136", "value": 244.55479252366678}, {"color": "#984ea3", "from": "91191", "to": "91027", "value": 373.89376992363407}, {"color": "#984ea3", "from": "91191", "to": "91687", "value": 304.6069589732693}, {"color": "#984ea3", "from": "91191", "to": "91689", "value": 331.8513912971178}, {"color": "#984ea3", "from": "91191", "to": "91692", "value": 130.6757529049733}, {"color": "#984ea3", "from": "91191", "to": "91521", "value": 130.63446439331125}, {"color": "#984ea3", "from": "91191", "to": "91549", "value": 413.22021183824927}, {"color": "#4daf4a", "from": "91191", "to": "94028", "value": 345.2473722165338}, {"color": "#4daf4a", "from": "91191", "to": "94076", "value": 128.66143742606573}, {"color": "#4daf4a", "from": "91191", "to": "94077", "value": 120.31061715585884}, {"color": "#4daf4a", "from": "91191", "to": "94078", "value": 348.060616562329}, {"color": "#377eb8", "from": "91191", "to": "92040", "value": 140.71870363089045}, {"color": "#4daf4a", "from": "91191", "to": "94015", "value": 134.1132405431744}, {"color": "#4daf4a", "from": "91191", "to": "94054", "value": 368.80719165396914}, {"color": "#e41a1c", "from": "91191", "to": "75107", "value": 177.21073413558602}, {"color": "#e41a1c", "from": "91191", "to": "75110", "value": 120.29016253850638}, {"color": "#e41a1c", "from": "91191", "to": "75111", "value": 122.37027343633686}, {"color": "#e41a1c", "from": "91191", "to": "75112", "value": 345.58202795728903}, {"color": "#e41a1c", "from": "91191", "to": "75113", "value": 526.2208721854809}, {"color": "#e41a1c", "from": "91191", "to": "75119", "value": 153.31598622723155}, {"color": "#e41a1c", "from": "91191", "to": "75120", "value": 132.99313809749026}, {"color": "#e41a1c", "from": "91191", "to": "75117", "value": 205.8732876583549}, {"color": "#e41a1c", "from": "91191", "to": "75104", "value": 121.56142866130467}, {"color": "#e41a1c", "from": "91191", "to": "75105", "value": 133.05788377062686}, {"color": "#e41a1c", "from": "91191", "to": "75108", "value": 393.2643603850909}, {"color": "#e41a1c", "from": "91191", "to": "75109", "value": 291.0457778443906}, {"color": "#e41a1c", "from": "91191", "to": "75114", "value": 284.07933956264776}, {"color": "#e41a1c", "from": "91191", "to": "75115", "value": 449.9645209044351}, {"color": "#e41a1c", "from": "91191", "to": "75116", "value": 208.3181782935073}, {"color": "#984ea3", "from": "91191", "to": "91345", "value": 142.41108458994947}, {"color": "#984ea3", "from": "91191", "to": "91377", "value": 236.36848011155897}, {"color": "#984ea3", "from": "91191", "to": "91421", "value": 164.48575128537254}, {"color": "#377eb8", "from": "91191", "to": "92026", "value": 185.53430184730024}, {"color": "#377eb8", "from": "91191", "to": "92012", "value": 149.33735497116004}, {"color": "#984ea3", "from": "91191", "to": "91286", "value": 197.04573434003666}, {"color": "#e41a1c", "from": "91191", "to": "75101", "value": 202.2277400269154}, {"color": "#984ea3", "from": "91191", "to": "91044", "value": 232.8621956088995}, {"color": "#984ea3", "from": "91191", "to": "91589", "value": 263.90945065551387}, {"color": "#4daf4a", "from": "91191", "to": "94065", "value": 386.9746473150927}, {"color": "#4daf4a", "from": "91191", "to": "94081", "value": 164.75415006458644}, {"color": "#e41a1c", "from": "92049", "to": "75106", "value": 492.761804979335}, {"color": "#377eb8", "from": "92049", "to": "92046", "value": 400.57168161349506}, {"color": "#377eb8", "from": "92049", "to": "92020", "value": 350.3031494718626}, {"color": "#377eb8", "from": "92049", "to": "92032", "value": 140.1869272933257}, {"color": "#377eb8", "from": "92049", "to": "92060", "value": 197.48506039081698}, {"color": "#377eb8", "from": "92049", "to": "92062", "value": 256.8564010383329}, {"color": "#ffff33", "from": "92049", "to": "78640", "value": 274.39451598564506}, {"color": "#377eb8", "from": "92049", "to": "92007", "value": 221.6478959687036}, {"color": "#377eb8", "from": "92049", "to": "92048", "value": 137.93231419231557}, {"color": "#377eb8", "from": "92049", "to": "92051", "value": 132.01468609501345}, {"color": "#377eb8", "from": "92049", "to": "92075", "value": 138.60032218128964}, {"color": "#ff7f00", "from": "92049", "to": "93066", "value": 251.37808933969063}, {"color": "#4daf4a", "from": "92049", "to": "94003", "value": 415.21302719090255}, {"color": "#e41a1c", "from": "92049", "to": "75101", "value": 354.55303311428577}, {"color": "#e41a1c", "from": "92049", "to": "75102", "value": 308.9268593502285}, {"color": "#e41a1c", "from": "92049", "to": "75103", "value": 144.99946916261365}, {"color": "#e41a1c", "from": "92049", "to": "75104", "value": 174.60970751903963}, {"color": "#e41a1c", "from": "92049", "to": "75108", "value": 855.477280044766}, {"color": "#e41a1c", "from": "78242", "to": "75109", "value": 166.0123747104322}, {"color": "#377eb8", "from": "78242", "to": "92073", "value": 142.20366397656434}, {"color": "#ffff33", "from": "78242", "to": "78158", "value": 723.67374398535}, {"color": "#ffff33", "from": "78242", "to": "78297", "value": 1178.54707110862}, {"color": "#377eb8", "from": "78242", "to": "92012", "value": 320.79320558076955}, {"color": "#377eb8", "from": "78242", "to": "92040", "value": 263.0235185968964}, {"color": "#e41a1c", "from": "78242", "to": "75112", "value": 129.40211147313545}, {"color": "#e41a1c", "from": "78242", "to": "75113", "value": 187.76091834482463}, {"color": "#e41a1c", "from": "78242", "to": "75114", "value": 139.6756411414808}, {"color": "#e41a1c", "from": "78242", "to": "75115", "value": 519.9386608496395}, {"color": "#ffff33", "from": "78242", "to": "78620", "value": 279.2410537637385}, {"color": "#ffff33", "from": "78242", "to": "78640", "value": 649.9983758790213}, {"color": "#ffff33", "from": "78242", "to": "78688", "value": 218.64546302443838}, {"color": "#ffff33", "from": "78242", "to": "78423", "value": 840.0653391432804}, {"color": "#ffff33", "from": "78242", "to": "78498", "value": 208.86560523112772}, {"color": "#ffff33", "from": "78242", "to": "78545", "value": 296.8752621206977}, {"color": "#ffff33", "from": "78242", "to": "78551", "value": 222.74999341234985}, {"color": "#e41a1c", "from": "78242", "to": "75116", "value": 247.46413695256385}, {"color": "#e41a1c", "from": "78242", "to": "75117", "value": 173.54552170717548}, {"color": "#377eb8", "from": "78242", "to": "92064", "value": 153.33917545766488}, {"color": "#377eb8", "from": "78242", "to": "92060", "value": 145.27214968212027}, {"color": "#377eb8", "from": "78242", "to": "92062", "value": 283.46478294470484}, {"color": "#377eb8", "from": "78242", "to": "92063", "value": 266.9900625441542}, {"color": "#377eb8", "from": "78242", "to": "92026", "value": 279.9795178811621}, {"color": "#377eb8", "from": "78242", "to": "92033", "value": 207.70916687247643}, {"color": "#377eb8", "from": "78242", "to": "92048", "value": 178.27184844314507}, {"color": "#377eb8", "from": "78242", "to": "92050", "value": 329.04564931457475}, {"color": "#e41a1c", "from": "78242", "to": "75107", "value": 143.03849701626586}, {"color": "#e41a1c", "from": "78242", "to": "75108", "value": 289.6976749895234}, {"color": "#e41a1c", "from": "93027", "to": "75102", "value": 185.50480980087903}, {"color": "#e41a1c", "from": "93027", "to": "75103", "value": 156.58242335413496}, {"color": "#a65628", "from": "93027", "to": "95527", "value": 251.78955219406464}, {"color": "#e41a1c", "from": "93027", "to": "75117", "value": 305.0568500493857}, {"color": "#e41a1c", "from": "93027", "to": "75120", "value": 228.89749734649047}, {"color": "#e41a1c", "from": "93027", "to": "75110", "value": 349.6485382716295}, {"color": "#e41a1c", "from": "93027", "to": "75111", "value": 221.58778128748764}, {"color": "#e41a1c", "from": "93027", "to": "75112", "value": 348.451011353872}, {"color": "#e41a1c", "from": "93027", "to": "75101", "value": 206.99742801370104}, {"color": "#377eb8", "from": "93027", "to": "92050", "value": 159.06341810270672}, {"color": "#e41a1c", "from": "93027", "to": "75113", "value": 291.668464774644}, {"color": "#e41a1c", "from": "93027", "to": "75114", "value": 245.6929546717258}, {"color": "#e41a1c", "from": "93027", "to": "75115", "value": 517.3308735942635}, {"color": "#e41a1c", "from": "93027", "to": "75116", "value": 346.3974044175728}, {"color": "#e41a1c", "from": "93027", "to": "75105", "value": 130.7653890301335}, {"color": "#e41a1c", "from": "93027", "to": "75106", "value": 139.37031225434123}, {"color": "#e41a1c", "from": "93027", "to": "75107", "value": 190.93142490064295}, {"color": "#e41a1c", "from": "93027", "to": "75108", "value": 474.4533576630745}, {"color": "#377eb8", "from": "93027", "to": "92026", "value": 153.83109659967988}, {"color": "#377eb8", "from": "93027", "to": "92036", "value": 178.07159527207267}, {"color": "#ff7f00", "from": "93027", "to": "93070", "value": 166.04119572416815}, {"color": "#ff7f00", "from": "93027", "to": "93013", "value": 163.7602739282673}, {"color": "#e41a1c", "from": "93027", "to": "75104", "value": 149.92752696370133}, {"color": "#e41a1c", "from": "93027", "to": "75109", "value": 377.5298543809586}, {"color": "#e41a1c", "from": "94022", "to": "75117", "value": 309.7908290600866}, {"color": "#e41a1c", "from": "94022", "to": "75102", "value": 211.25090376908787}, {"color": "#e41a1c", "from": "94022", "to": "75104", "value": 168.3204588947483}, {"color": "#e41a1c", "from": "94022", "to": "75105", "value": 194.88128927433704}, {"color": "#e41a1c", "from": "94022", "to": "75106", "value": 207.6465667030691}, {"color": "#e41a1c", "from": "94022", "to": "75107", "value": 198.28011711355578}, {"color": "#4daf4a", "from": "94022", "to": "94043", "value": 154.68950298080162}, {"color": "#4daf4a", "from": "94022", "to": "94054", "value": 574.6528271929294}, {"color": "#4daf4a", "from": "94022", "to": "94065", "value": 454.80104174150284}, {"color": "#4daf4a", "from": "94022", "to": "94068", "value": 131.3314262670166}, {"color": "#e41a1c", "from": "94022", "to": "75118", "value": 146.11015661445805}, {"color": "#e41a1c", "from": "94022", "to": "75119", "value": 167.1541284731287}, {"color": "#e41a1c", "from": "94022", "to": "75120", "value": 167.41526269765401}, {"color": "#377eb8", "from": "94022", "to": "92012", "value": 146.37808627173033}, {"color": "#e41a1c", "from": "94022", "to": "75115", "value": 589.3947297394367}, {"color": "#e41a1c", "from": "94022", "to": "75116", "value": 270.98282373369096}, {"color": "#e41a1c", "from": "94022", "to": "75109", "value": 291.7084524477019}, {"color": "#e41a1c", "from": "94022", "to": "75101", "value": 244.3863068187208}, {"color": "#e41a1c", "from": "94022", "to": "75113", "value": 762.6994361110203}, {"color": "#e41a1c", "from": "94022", "to": "75114", "value": 281.7682159730336}, {"color": "#984ea3", "from": "94022", "to": "91689", "value": 190.60231889547427}, {"color": "#4daf4a", "from": "94022", "to": "94073", "value": 575.5863253556421}, {"color": "#4daf4a", "from": "94022", "to": "94076", "value": 305.47167550426195}, {"color": "#4daf4a", "from": "94022", "to": "94078", "value": 163.65328964201856}, {"color": "#377eb8", "from": "94022", "to": "92062", "value": 181.53463249071294}, {"color": "#377eb8", "from": "94022", "to": "92040", "value": 149.64148113168864}, {"color": "#377eb8", "from": "94022", "to": "92026", "value": 170.63952634067957}, {"color": "#4daf4a", "from": "94022", "to": "94002", "value": 244.3769218384669}, {"color": "#4daf4a", "from": "94022", "to": "94011", "value": 174.12247455886134}, {"color": "#377eb8", "from": "94022", "to": "92050", "value": 176.81197884019443}, {"color": "#ff7f00", "from": "94022", "to": "93066", "value": 155.93731131866323}, {"color": "#ff7f00", "from": "94022", "to": "93048", "value": 140.03854101438168}, {"color": "#e41a1c", "from": "94022", "to": "75108", "value": 438.50289843778165}, {"color": "#e41a1c", "from": "94022", "to": "75110", "value": 261.15587150231505}, {"color": "#e41a1c", "from": "94022", "to": "75111", "value": 153.7325449388751}, {"color": "#e41a1c", "from": "94022", "to": "75112", "value": 416.9622146309825}, {"color": "#377eb8", "from": "92048", "to": "92064", "value": 135.51373809139656}, {"color": "#377eb8", "from": "92048", "to": "92072", "value": 249.8911376661551}, {"color": "#377eb8", "from": "92048", "to": "92044", "value": 187.2270577888765}, {"color": "#377eb8", "from": "92048", "to": "92050", "value": 234.11923421875665}, {"color": "#377eb8", "from": "92048", "to": "92051", "value": 190.79302463998164}, {"color": "#377eb8", "from": "92048", "to": "92060", "value": 213.3656070090285}, {"color": "#ffff33", "from": "92048", "to": "78297", "value": 248.5654825674274}, {"color": "#e41a1c", "from": "92048", "to": "75108", "value": 684.6018442492173}, {"color": "#e41a1c", "from": "92048", "to": "75109", "value": 380.97078360861696}, {"color": "#e41a1c", "from": "92048", "to": "75110", "value": 159.5796970866747}, {"color": "#e41a1c", "from": "92048", "to": "75111", "value": 147.73659450320062}, {"color": "#e41a1c", "from": "92048", "to": "75112", "value": 232.0469220546518}, {"color": "#377eb8", "from": "92048", "to": "92020", "value": 162.3195575715799}, {"color": "#377eb8", "from": "92048", "to": "92026", "value": 348.8419479678836}, {"color": "#e41a1c", "from": "92048", "to": "75117", "value": 251.8506096096479}, {"color": "#e41a1c", "from": "92048", "to": "75119", "value": 121.9229469453616}, {"color": "#ffff33", "from": "92048", "to": "78640", "value": 794.3523247083479}, {"color": "#e41a1c", "from": "92048", "to": "75101", "value": 167.25553023002126}, {"color": "#e41a1c", "from": "92048", "to": "75102", "value": 153.63962086928893}, {"color": "#e41a1c", "from": "92048", "to": "75105", "value": 141.653497525563}, {"color": "#e41a1c", "from": "92048", "to": "75106", "value": 210.55932242832478}, {"color": "#e41a1c", "from": "92048", "to": "75107", "value": 319.36887598537135}, {"color": "#ff7f00", "from": "92048", "to": "93066", "value": 147.78781761414257}, {"color": "#377eb8", "from": "92048", "to": "92062", "value": 344.5365033371622}, {"color": "#377eb8", "from": "92048", "to": "92063", "value": 143.2376895259918}, {"color": "#e41a1c", "from": "93046", "to": "75110", "value": 210.43539635055825}, {"color": "#e41a1c", "from": "93046", "to": "75102", "value": 136.2510741528575}, {"color": "#f781bf", "from": "93046", "to": "77294", "value": 122.02861337328882}, {"color": "#e41a1c", "from": "93046", "to": "75111", "value": 150.0266655319044}, {"color": "#e41a1c", "from": "93046", "to": "75112", "value": 268.9832046324847}, {"color": "#e41a1c", "from": "93046", "to": "75113", "value": 241.95482578668398}, {"color": "#e41a1c", "from": "93046", "to": "75109", "value": 298.65391873372056}, {"color": "#ff7f00", "from": "93046", "to": "93078", "value": 250.2677567519091}, {"color": "#ff7f00", "from": "93046", "to": "93057", "value": 452.2008512421741}, {"color": "#ff7f00", "from": "93046", "to": "93077", "value": 150.61295901507995}, {"color": "#ff7f00", "from": "93046", "to": "93014", "value": 305.94173364052534}, {"color": "#ff7f00", "from": "93046", "to": "93073", "value": 350.7931596511214}, {"color": "#e41a1c", "from": "93046", "to": "75118", "value": 283.36308996542334}, {"color": "#ff7f00", "from": "93046", "to": "93064", "value": 265.38963996294143}, {"color": "#ff7f00", "from": "93046", "to": "93066", "value": 420.3819716493479}, {"color": "#ff7f00", "from": "93046", "to": "93070", "value": 124.28042735196401}, {"color": "#4daf4a", "from": "93046", "to": "94033", "value": 140.7656872310668}, {"color": "#e41a1c", "from": "93046", "to": "75117", "value": 208.18800009473324}, {"color": "#ff7f00", "from": "93046", "to": "93007", "value": 143.25871006630075}, {"color": "#ff7f00", "from": "93046", "to": "93008", "value": 711.6819142060154}, {"color": "#ff7f00", "from": "93046", "to": "93051", "value": 147.5933142405837}, {"color": "#ff7f00", "from": "93046", "to": "93047", "value": 295.9116041077458}, {"color": "#ff7f00", "from": "93046", "to": "93048", "value": 335.4464921659848}, {"color": "#ff7f00", "from": "93046", "to": "93053", "value": 150.5122166266748}, {"color": "#ff7f00", "from": "93046", "to": "93055", "value": 306.60426560092833}, {"color": "#e41a1c", "from": "93046", "to": "75119", "value": 316.97865211756664}, {"color": "#e41a1c", "from": "93046", "to": "75120", "value": 207.34096355280877}, {"color": "#e41a1c", "from": "93046", "to": "75115", "value": 331.73212308397103}, {"color": "#e41a1c", "from": "93046", "to": "75107", "value": 170.69178632629217}, {"color": "#e41a1c", "from": "93046", "to": "75116", "value": 204.3080485076575}, {"color": "#e41a1c", "from": "93046", "to": "75114", "value": 172.56748548191538}, {"color": "#a65628", "from": "93046", "to": "95527", "value": 570.1740721052741}, {"color": "#e41a1c", "from": "93046", "to": "75108", "value": 350.11969687714776}, {"color": "#ff7f00", "from": "93046", "to": "93001", "value": 241.10880103036652}, {"color": "#ff7f00", "from": "93046", "to": "93029", "value": 166.7794004173536}, {"color": "#e41a1c", "from": "93064", "to": "75104", "value": 150.06497156354604}, {"color": "#e41a1c", "from": "93064", "to": "75109", "value": 421.76827965597255}, {"color": "#e41a1c", "from": "93064", "to": "75111", "value": 367.7518744754418}, {"color": "#e41a1c", "from": "93064", "to": "75117", "value": 304.6932333869446}, {"color": "#e41a1c", "from": "93064", "to": "75119", "value": 490.1489336662358}, {"color": "#e41a1c", "from": "93064", "to": "75102", "value": 163.8341635842121}, {"color": "#377eb8", "from": "93064", "to": "92012", "value": 150.87236113155856}, {"color": "#e41a1c", "from": "93064", "to": "75105", "value": 121.30944908785744}, {"color": "#377eb8", "from": "93064", "to": "92062", "value": 136.3691992384509}, {"color": "#377eb8", "from": "93064", "to": "92026", "value": 156.0560413386147}, {"color": "#4daf4a", "from": "93064", "to": "94080", "value": 164.42175345929363}, {"color": "#a65628", "from": "93064", "to": "95527", "value": 221.3277483708013}, {"color": "#ff7f00", "from": "93064", "to": "93066", "value": 334.05408278685246}, {"color": "#ff7f00", "from": "93064", "to": "93077", "value": 148.60842037398334}, {"color": "#ff7f00", "from": "93064", "to": "93053", "value": 201.48188913632498}, {"color": "#ff7f00", "from": "93064", "to": "93050", "value": 176.24794535312353}, {"color": "#ff7f00", "from": "93064", "to": "93006", "value": 183.1694505026957}, {"color": "#4daf4a", "from": "93064", "to": "94041", "value": 125.52749245132632}, {"color": "#377eb8", "from": "93064", "to": "92050", "value": 195.34191745507692}, {"color": "#377eb8", "from": "93064", "to": "92044", "value": 163.49630277165943}, {"color": "#e41a1c", "from": "93064", "to": "75112", "value": 479.7200320301602}, {"color": "#e41a1c", "from": "93064", "to": "75118", "value": 289.00506408948615}, {"color": "#e41a1c", "from": "93064", "to": "75110", "value": 354.83279659387074}, {"color": "#e41a1c", "from": "93064", "to": "75106", "value": 147.10386503471275}, {"color": "#e41a1c", "from": "93064", "to": "75107", "value": 132.6819287336489}, {"color": "#e41a1c", "from": "93064", "to": "75108", "value": 540.0857861058702}, {"color": "#e41a1c", "from": "93064", "to": "75113", "value": 353.7724666732251}, {"color": "#e41a1c", "from": "93064", "to": "75114", "value": 217.4549668154587}, {"color": "#e41a1c", "from": "93064", "to": "75115", "value": 460.8548719463083}, {"color": "#e41a1c", "from": "93064", "to": "75116", "value": 249.72683565684773}, {"color": "#e41a1c", "from": "93064", "to": "75101", "value": 219.90227442623944}, {"color": "#e41a1c", "from": "93064", "to": "75103", "value": 121.27690922390367}, {"color": "#377eb8", "from": "94002", "to": "92026", "value": 254.90038132303636}, {"color": "#4daf4a", "from": "94002", "to": "94011", "value": 187.40085858575253}, {"color": "#377eb8", "from": "94002", "to": "92040", "value": 121.61479470124074}, {"color": "#4daf4a", "from": "94002", "to": "94076", "value": 158.51419206414909}, {"color": "#4daf4a", "from": "94002", "to": "94080", "value": 122.17849706343}, {"color": "#e41a1c", "from": "94002", "to": "75120", "value": 235.4830953149248}, {"color": "#e41a1c", "from": "94002", "to": "75113", "value": 686.7721997842353}, {"color": "#e41a1c", "from": "94002", "to": "75101", "value": 315.1656151194581}, {"color": "#e41a1c", "from": "94002", "to": "75115", "value": 530.7407061651598}, {"color": "#e41a1c", "from": "94002", "to": "75116", "value": 261.4461177751945}, {"color": "#e41a1c", "from": "94002", "to": "75117", "value": 224.47835258931485}, {"color": "#e41a1c", "from": "94002", "to": "75118", "value": 203.67796903975804}, {"color": "#e41a1c", "from": "94002", "to": "75119", "value": 250.37597786706587}, {"color": "#e41a1c", "from": "94002", "to": "75102", "value": 209.08119984832516}, {"color": "#e41a1c", "from": "94002", "to": "75107", "value": 171.52303499896593}, {"color": "#e41a1c", "from": "94002", "to": "75108", "value": 570.8710133220283}, {"color": "#e41a1c", "from": "94002", "to": "75109", "value": 489.2648866955219}, {"color": "#e41a1c", "from": "94002", "to": "75110", "value": 303.64552699612904}, {"color": "#e41a1c", "from": "94002", "to": "75111", "value": 289.13705469060756}, {"color": "#e41a1c", "from": "94002", "to": "75103", "value": 126.39220077124516}, {"color": "#e41a1c", "from": "94002", "to": "75104", "value": 213.3647780806774}, {"color": "#e41a1c", "from": "94002", "to": "75105", "value": 242.2141436391223}, {"color": "#e41a1c", "from": "94002", "to": "75114", "value": 295.6204837016284}, {"color": "#377eb8", "from": "94002", "to": "92012", "value": 168.21790886497956}, {"color": "#377eb8", "from": "94002", "to": "92062", "value": 201.91177232525195}, {"color": "#4daf4a", "from": "94002", "to": "94042", "value": 174.15075728024811}, {"color": "#4daf4a", "from": "94002", "to": "94018", "value": 357.90206553909843}, {"color": "#377eb8", "from": "94002", "to": "92050", "value": 194.93716035161796}, {"color": "#4daf4a", "from": "94002", "to": "94078", "value": 154.91699333224537}, {"color": "#4daf4a", "from": "94002", "to": "94054", "value": 126.72559400369735}, {"color": "#4daf4a", "from": "94002", "to": "94065", "value": 149.03672902718574}, {"color": "#ff7f00", "from": "94002", "to": "93066", "value": 241.100871007545}, {"color": "#ff7f00", "from": "94002", "to": "93048", "value": 197.90172764874848}, {"color": "#e41a1c", "from": "93053", "to": "75113", "value": 284.01081138240016}, {"color": "#e41a1c", "from": "93053", "to": "75114", "value": 250.18297872979934}, {"color": "#377eb8", "from": "93053", "to": "92026", "value": 258.13665419815044}, {"color": "#e41a1c", "from": "93053", "to": "75110", "value": 336.88936505897175}, {"color": "#e41a1c", "from": "93053", "to": "75111", "value": 268.71604398151527}, {"color": "#377eb8", "from": "93053", "to": "92012", "value": 161.9958831751848}, {"color": "#ff7f00", "from": "93053", "to": "93063", "value": 207.6974746823558}, {"color": "#ff7f00", "from": "93053", "to": "93027", "value": 122.69625787638844}, {"color": "#ff7f00", "from": "93053", "to": "93045", "value": 186.44016011377252}, {"color": "#ff7f00", "from": "93053", "to": "93006", "value": 174.91895541575383}, {"color": "#e41a1c", "from": "93053", "to": "75107", "value": 161.03784877654167}, {"color": "#4daf4a", "from": "93053", "to": "94033", "value": 138.31790037364897}, {"color": "#ff7f00", "from": "93053", "to": "93049", "value": 278.63716351742636}, {"color": "#ff7f00", "from": "93053", "to": "93001", "value": 227.50247180079268}, {"color": "#e41a1c", "from": "93053", "to": "75116", "value": 258.2629951214799}, {"color": "#e41a1c", "from": "93053", "to": "75117", "value": 300.61759974580616}, {"color": "#ff7f00", "from": "93053", "to": "93070", "value": 131.55615886151807}, {"color": "#ff7f00", "from": "93053", "to": "93055", "value": 432.4426289467272}, {"color": "#377eb8", "from": "93053", "to": "92044", "value": 139.25925909185506}, {"color": "#e41a1c", "from": "93053", "to": "75118", "value": 289.2518221538122}, {"color": "#e41a1c", "from": "93053", "to": "75108", "value": 551.5979218337725}, {"color": "#e41a1c", "from": "93053", "to": "75109", "value": 351.54681389769297}, {"color": "#ff7f00", "from": "93053", "to": "93066", "value": 417.73861701337313}, {"color": "#e41a1c", "from": "93053", "to": "75102", "value": 155.90887649498592}, {"color": "#e41a1c", "from": "93053", "to": "75101", "value": 217.4773847475371}, {"color": "#e41a1c", "from": "93053", "to": "75105", "value": 134.36927613356912}, {"color": "#a65628", "from": "93053", "to": "95527", "value": 277.46058443259534}, {"color": "#e41a1c", "from": "93053", "to": "75112", "value": 362.0159409485483}, {"color": "#e41a1c", "from": "93053", "to": "75115", "value": 471.09045737136006}, {"color": "#377eb8", "from": "78551", "to": "92062", "value": 644.0294818643531}, {"color": "#377eb8", "from": "78551", "to": "92044", "value": 188.38630320542012}, {"color": "#ff7f00", "from": "78551", "to": "93066", "value": 147.2582101703846}, {"color": "#377eb8", "from": "78551", "to": "92051", "value": 237.9855337696565}, {"color": "#e41a1c", "from": "78551", "to": "75101", "value": 146.49763638055023}, {"color": "#e41a1c", "from": "78551", "to": "75102", "value": 209.89743256156135}, {"color": "#ffff33", "from": "78551", "to": "78571", "value": 187.96897300870324}, {"color": "#ffff33", "from": "78551", "to": "78158", "value": 121.89427513005218}, {"color": "#e41a1c", "from": "78551", "to": "75107", "value": 236.1461808635797}, {"color": "#e41a1c", "from": "78551", "to": "75108", "value": 796.1959073144748}, {"color": "#e41a1c", "from": "78551", "to": "75115", "value": 388.0445272485924}, {"color": "#e41a1c", "from": "78551", "to": "75116", "value": 349.78279876277475}, {"color": "#e41a1c", "from": "78551", "to": "75119", "value": 124.24457943693892}, {"color": "#377eb8", "from": "78551", "to": "92012", "value": 276.26938794621276}, {"color": "#e41a1c", "from": "78551", "to": "75113", "value": 142.70864512516115}, {"color": "#ffff33", "from": "78551", "to": "78423", "value": 127.36355279655717}, {"color": "#ffff33", "from": "78551", "to": "78498", "value": 418.451151934068}, {"color": "#e41a1c", "from": "78551", "to": "75109", "value": 403.1727243928694}, {"color": "#e41a1c", "from": "78551", "to": "75112", "value": 235.591882552911}, {"color": "#ffff33", "from": "78551", "to": "78297", "value": 151.64779408467024}, {"color": "#ffff33", "from": "78551", "to": "78358", "value": 190.37684511059064}, {"color": "#e41a1c", "from": "78551", "to": "75117", "value": 299.2266591369071}, {"color": "#377eb8", "from": "78551", "to": "92026", "value": 709.8106420375182}, {"color": "#377eb8", "from": "78551", "to": "92073", "value": 125.98551867917689}, {"color": "#ffff33", "from": "92062", "to": "78640", "value": 189.73703363263428}, {"color": "#377eb8", "from": "92062", "to": "92064", "value": 205.19990334474633}, {"color": "#e41a1c", "from": "92062", "to": "75101", "value": 291.263457255162}, {"color": "#e41a1c", "from": "92062", "to": "75106", "value": 124.33477794431668}, {"color": "#e41a1c", "from": "92062", "to": "75108", "value": 1069.905384161539}, {"color": "#e41a1c", "from": "92062", "to": "75102", "value": 244.6318832948107}, {"color": "#e41a1c", "from": "92062", "to": "75104", "value": 123.77414332681124}, {"color": "#e41a1c", "from": "95268", "to": "75110", "value": 300.85160841079136}, {"color": "#e41a1c", "from": "95268", "to": "75111", "value": 220.71386556113228}, {"color": "#e41a1c", "from": "95268", "to": "75112", "value": 193.78124037981507}, {"color": "#e41a1c", "from": "95268", "to": "75102", "value": 141.16101239858833}, {"color": "#e41a1c", "from": "95268", "to": "75118", "value": 261.54428135888014}, {"color": "#e41a1c", "from": "95268", "to": "75119", "value": 280.25769158932354}, {"color": "#e41a1c", "from": "95268", "to": "75120", "value": 265.21276183461225}, {"color": "#e41a1c", "from": "95268", "to": "75108", "value": 294.28294968950485}, {"color": "#e41a1c", "from": "95268", "to": "75109", "value": 201.0212456179031}, {"color": "#e41a1c", "from": "95268", "to": "75101", "value": 208.31255000330017}, {"color": "#e41a1c", "from": "95268", "to": "75115", "value": 415.38741572646416}, {"color": "#e41a1c", "from": "95268", "to": "75116", "value": 209.2622047180474}, {"color": "#e41a1c", "from": "95268", "to": "75117", "value": 229.70851199891922}, {"color": "#ff7f00", "from": "95268", "to": "93078", "value": 123.78677339343525}, {"color": "#377eb8", "from": "95268", "to": "92050", "value": 126.18737179192757}, {"color": "#a65628", "from": "95268", "to": "95527", "value": 865.8047966702215}, {"color": "#a65628", "from": "95268", "to": "95088", "value": 130.8540259020722}, {"color": "#a65628", "from": "95268", "to": "95277", "value": 371.156278086158}, {"color": "#a65628", "from": "95268", "to": "95280", "value": 131.9758670838907}, {"color": "#377eb8", "from": "95268", "to": "92026", "value": 125.116829339796}, {"color": "#ff7f00", "from": "95268", "to": "93005", "value": 157.28590552646185}, {"color": "#377eb8", "from": "95268", "to": "92036", "value": 166.47195380894829}, {"color": "#e41a1c", "from": "95268", "to": "75113", "value": 176.18990058696872}, {"color": "#ff7f00", "from": "95268", "to": "93027", "value": 122.52492356643387}, {"color": "#ff7f00", "from": "95268", "to": "93013", "value": 358.4720219321257}, {"color": "#ff7f00", "from": "95268", "to": "93001", "value": 161.43186743738926}, {"color": "#ff7f00", "from": "95268", "to": "93073", "value": 163.27681017121643}, {"color": "#ff7f00", "from": "95268", "to": "93048", "value": 140.80907236557826}, {"color": "#ff7f00", "from": "95268", "to": "93070", "value": 220.43185362444908}, {"color": "#ff7f00", "from": "95268", "to": "93072", "value": 155.8908208302788}, {"color": "#4daf4a", "from": "92007", "to": "94043", "value": 141.9232268212117}, {"color": "#4daf4a", "from": "92007", "to": "94065", "value": 123.1622553994064}, {"color": "#377eb8", "from": "92007", "to": "92032", "value": 232.46466276585952}, {"color": "#377eb8", "from": "92007", "to": "92046", "value": 240.3693845099909}, {"color": "#377eb8", "from": "92007", "to": "92014", "value": 212.55418696382455}, {"color": "#4daf4a", "from": "92007", "to": "94041", "value": 149.55043971268066}, {"color": "#377eb8", "from": "92007", "to": "92040", "value": 350.5394345233838}, {"color": "#e41a1c", "from": "92007", "to": "75108", "value": 446.1532770359078}, {"color": "#e41a1c", "from": "92007", "to": "75109", "value": 235.79234719779538}, {"color": "#e41a1c", "from": "92007", "to": "75101", "value": 211.2848777026243}, {"color": "#e41a1c", "from": "92007", "to": "75104", "value": 131.063354118081}, {"color": "#e41a1c", "from": "92007", "to": "75107", "value": 182.38789749339523}, {"color": "#377eb8", "from": "92007", "to": "92020", "value": 315.8268181901168}, {"color": "#377eb8", "from": "92007", "to": "92026", "value": 201.32929941462325}, {"color": "#377eb8", "from": "92007", "to": "92012", "value": 342.70424065141435}, {"color": "#377eb8", "from": "92007", "to": "92019", "value": 150.58172401241205}, {"color": "#e41a1c", "from": "92007", "to": "75105", "value": 209.79788626059764}, {"color": "#e41a1c", "from": "92007", "to": "75106", "value": 166.62493001896357}, {"color": "#e41a1c", "from": "92007", "to": "75110", "value": 200.92909771352663}, {"color": "#e41a1c", "from": "92007", "to": "75111", "value": 195.18081721257656}, {"color": "#e41a1c", "from": "92007", "to": "75118", "value": 164.63226339432597}, {"color": "#e41a1c", "from": "92007", "to": "75119", "value": 138.5106288029344}, {"color": "#e41a1c", "from": "92007", "to": "75116", "value": 372.46068643672817}, {"color": "#e41a1c", "from": "92007", "to": "75102", "value": 163.12335341991954}, {"color": "#e41a1c", "from": "92007", "to": "75120", "value": 133.64759087056376}, {"color": "#ffff33", "from": "92007", "to": "78640", "value": 174.48948197814124}, {"color": "#e41a1c", "from": "92007", "to": "75117", "value": 210.64325578772235}, {"color": "#377eb8", "from": "92007", "to": "92071", "value": 218.79847395704144}, {"color": "#377eb8", "from": "92007", "to": "92050", "value": 162.64768284615496}, {"color": "#4daf4a", "from": "92007", "to": "94003", "value": 368.97251122349724}, {"color": "#4daf4a", "from": "92007", "to": "94016", "value": 180.54389438207036}, {"color": "#4daf4a", "from": "92007", "to": "94076", "value": 198.26118436320485}, {"color": "#ff7f00", "from": "92007", "to": "93066", "value": 155.32463727659365}, {"color": "#e41a1c", "from": "92007", "to": "75112", "value": 343.2206074023361}, {"color": "#e41a1c", "from": "92007", "to": "75113", "value": 458.7497605889441}, {"color": "#377eb8", "from": "92007", "to": "92060", "value": 214.82961610193504}, {"color": "#377eb8", "from": "92007", "to": "92062", "value": 141.41356943356993}, {"color": "#4daf4a", "from": "91044", "to": "94076", "value": 163.4186995797411}, {"color": "#377eb8", "from": "91044", "to": "92040", "value": 136.75245538556072}, {"color": "#377eb8", "from": "91044", "to": "92012", "value": 186.0373788333174}, {"color": "#e41a1c", "from": "91044", "to": "75113", "value": 325.6523882004106}, {"color": "#e41a1c", "from": "91044", "to": "75114", "value": 191.83481403717622}, {"color": "#984ea3", "from": "91044", "to": "91434", "value": 131.74182748706176}, {"color": "#984ea3", "from": "91044", "to": "91477", "value": 450.4342535675664}, {"color": "#e41a1c", "from": "91044", "to": "75108", "value": 263.11001622865297}, {"color": "#e41a1c", "from": "91044", "to": "75101", "value": 124.46506113306155}, {"color": "#e41a1c", "from": "91044", "to": "75109", "value": 166.60474935710175}, {"color": "#e41a1c", "from": "91044", "to": "75112", "value": 197.33272119055712}, {"color": "#e41a1c", "from": "91044", "to": "75115", "value": 337.10701569050246}, {"color": "#e41a1c", "from": "91044", "to": "75116", "value": 185.89160249884026}, {"color": "#ffff33", "from": "91044", "to": "78640", "value": 253.35213068130406}, {"color": "#984ea3", "from": "91044", "to": "91589", "value": 251.39604070780985}, {"color": "#984ea3", "from": "91044", "to": "91666", "value": 332.22602273130354}, {"color": "#984ea3", "from": "91044", "to": "91689", "value": 367.8605510579128}, {"color": "#984ea3", "from": "91044", "to": "91692", "value": 435.72488546600795}, {"color": "#377eb8", "from": "91044", "to": "92002", "value": 419.80614266636195}, {"color": "#984ea3", "from": "91044", "to": "91064", "value": 277.2087739652245}, {"color": "#984ea3", "from": "91044", "to": "91122", "value": 132.86471916164564}, {"color": "#984ea3", "from": "91044", "to": "91136", "value": 785.9327392104756}, {"color": "#984ea3", "from": "91044", "to": "91339", "value": 253.65482009043095}, {"color": "#984ea3", "from": "91044", "to": "91345", "value": 494.7355344080704}, {"color": "#984ea3", "from": "91044", "to": "91377", "value": 892.1363037025263}, {"color": "#984ea3", "from": "91044", "to": "91027", "value": 133.22560766781172}, {"color": "#984ea3", "from": "91044", "to": "91549", "value": 292.9527540278435}, {"color": "#984ea3", "from": "91044", "to": "91570", "value": 130.90635051420495}, {"color": "#4daf4a", "from": "91044", "to": "94041", "value": 122.72460582912015}, {"color": "#4daf4a", "from": "91044", "to": "94054", "value": 234.69993725015433}, {"color": "#4daf4a", "from": "91044", "to": "94065", "value": 440.3030809231533}, {"color": "#4daf4a", "from": "91044", "to": "94021", "value": 127.0599466063633}, {"color": "#4daf4a", "from": "91044", "to": "94073", "value": 120.58042273426217}, {"color": "#e41a1c", "from": "78498", "to": "75112", "value": 163.0384702201825}, {"color": "#377eb8", "from": "78498", "to": "92062", "value": 331.7006567329547}, {"color": "#377eb8", "from": "78498", "to": "92063", "value": 194.8209017749089}, {"color": "#377eb8", "from": "78498", "to": "92044", "value": 204.35644352299644}, {"color": "#377eb8", "from": "78498", "to": "92012", "value": 182.2371340941056}, {"color": "#ffff33", "from": "78498", "to": "78646", "value": 160.61469921777893}, {"color": "#ffff33", "from": "78498", "to": "78358", "value": 190.27407769175116}, {"color": "#ffff33", "from": "78498", "to": "78571", "value": 430.1635465932825}, {"color": "#ffff33", "from": "78498", "to": "78005", "value": 165.0492369656335}, {"color": "#e41a1c", "from": "78498", "to": "75102", "value": 125.4506779677111}, {"color": "#e41a1c", "from": "78498", "to": "75101", "value": 123.44870965198238}, {"color": "#ffff33", "from": "78498", "to": "78297", "value": 146.62548111037793}, {"color": "#e41a1c", "from": "78498", "to": "75115", "value": 320.05865731152835}, {"color": "#e41a1c", "from": "78498", "to": "75116", "value": 166.13590595697772}, {"color": "#ffff33", "from": "78498", "to": "78015", "value": 267.8969159299508}, {"color": "#e41a1c", "from": "78498", "to": "75113", "value": 129.49024892488347}, {"color": "#ff7f00", "from": "78498", "to": "93066", "value": 153.4450794408486}, {"color": "#e41a1c", "from": "78498", "to": "75109", "value": 294.20190376414115}, {"color": "#e41a1c", "from": "78498", "to": "75108", "value": 504.8929653542165}, {"color": "#e41a1c", "from": "75106", "to": "75103", "value": 134.6694973941554}, {"color": "#e41a1c", "from": "75106", "to": "75101", "value": 378.6039100823788}, {"color": "#e41a1c", "from": "75106", "to": "75102", "value": 368.00261051726915}, {"color": "#e41a1c", "from": "75106", "to": "75104", "value": 141.28553927326988}, {"color": "#e41a1c", "from": "75106", "to": "75108", "value": 1003.2411177588671}, {"color": "#ff7f00", "from": "93032", "to": "93051", "value": 229.81894508330802}, {"color": "#ff7f00", "from": "93032", "to": "93053", "value": 163.1089123532644}, {"color": "#ff7f00", "from": "93032", "to": "93055", "value": 241.85576485048313}, {"color": "#377eb8", "from": "93032", "to": "92050", "value": 124.48621764334025}, {"color": "#4daf4a", "from": "93032", "to": "94033", "value": 267.79173694090554}, {"color": "#ff7f00", "from": "93032", "to": "93001", "value": 160.57205918434644}, {"color": "#ff7f00", "from": "93032", "to": "93006", "value": 129.06551225436812}, {"color": "#ff7f00", "from": "93032", "to": "93008", "value": 288.591120202968}, {"color": "#377eb8", "from": "93032", "to": "92062", "value": 120.53367299705474}, {"color": "#ff7f00", "from": "93032", "to": "93010", "value": 157.21939255404774}, {"color": "#ff7f00", "from": "93032", "to": "93014", "value": 203.16919024871967}, {"color": "#ff7f00", "from": "93032", "to": "93033", "value": 322.58122553080403}, {"color": "#ff7f00", "from": "93032", "to": "93046", "value": 136.9488967263293}, {"color": "#ff7f00", "from": "93032", "to": "93047", "value": 300.0206701570089}, {"color": "#ff7f00", "from": "93032", "to": "93048", "value": 347.82155923321517}, {"color": "#377eb8", "from": "93032", "to": "92026", "value": 212.3948127018601}, {"color": "#e41a1c", "from": "93032", "to": "75118", "value": 248.75881578787977}, {"color": "#e41a1c", "from": "93032", "to": "75119", "value": 384.12413144449204}, {"color": "#e41a1c", "from": "93032", "to": "75120", "value": 261.9039239706283}, {"color": "#e41a1c", "from": "93032", "to": "75111", "value": 181.99886852286826}, {"color": "#e41a1c", "from": "93032", "to": "75112", "value": 391.588174607677}, {"color": "#e41a1c", "from": "93032", "to": "75113", "value": 273.4351695566988}, {"color": "#e41a1c", "from": "93032", "to": "75114", "value": 177.13171637714132}, {"color": "#e41a1c", "from": "93032", "to": "75107", "value": 193.5372560442043}, {"color": "#e41a1c", "from": "93032", "to": "75115", "value": 367.3070205320808}, {"color": "#e41a1c", "from": "93032", "to": "75116", "value": 218.11117122869652}, {"color": "#e41a1c", "from": "93032", "to": "75117", "value": 267.56761004081443}, {"color": "#e41a1c", "from": "93032", "to": "75110", "value": 298.54603151682824}, {"color": "#e41a1c", "from": "93032", "to": "75108", "value": 466.442975462858}, {"color": "#e41a1c", "from": "93032", "to": "75109", "value": 332.53783706260765}, {"color": "#e41a1c", "from": "93032", "to": "75101", "value": 122.36064612262194}, {"color": "#e41a1c", "from": "93032", "to": "75102", "value": 161.74483062342472}, {"color": "#a65628", "from": "93032", "to": "95527", "value": 190.23343570900403}, {"color": "#ff7f00", "from": "93032", "to": "93064", "value": 365.82935657415385}, {"color": "#ff7f00", "from": "93032", "to": "93066", "value": 340.09697258238185}, {"color": "#ff7f00", "from": "93032", "to": "93049", "value": 198.19632358376114}, {"color": "#ff7f00", "from": "93032", "to": "93050", "value": 395.0158319552325}, {"color": "#ff7f00", "from": "93032", "to": "93077", "value": 278.5852646564194}, {"color": "#ff7f00", "from": "93072", "to": "93059", "value": 158.99248660099838}, {"color": "#377eb8", "from": "93072", "to": "92050", "value": 140.94635172100402}, {"color": "#377eb8", "from": "93072", "to": "92036", "value": 231.1948837278943}, {"color": "#ff7f00", "from": "93072", "to": "93070", "value": 179.71480535268373}, {"color": "#e41a1c", "from": "93072", "to": "75116", "value": 197.00061870990623}, {"color": "#e41a1c", "from": "93072", "to": "75118", "value": 332.31112697934805}, {"color": "#e41a1c", "from": "93072", "to": "75119", "value": 318.7591093802836}, {"color": "#e41a1c", "from": "93072", "to": "75109", "value": 257.9899500835638}, {"color": "#e41a1c", "from": "93072", "to": "75110", "value": 193.53862871897215}, {"color": "#e41a1c", "from": "93072", "to": "75112", "value": 229.40880622216213}, {"color": "#e41a1c", "from": "93072", "to": "75113", "value": 211.94494555744177}, {"color": "#e41a1c", "from": "93072", "to": "75114", "value": 123.81455050669571}, {"color": "#e41a1c", "from": "93072", "to": "75108", "value": 308.8596010762568}, {"color": "#e41a1c", "from": "93072", "to": "75115", "value": 360.67802719230775}, {"color": "#e41a1c", "from": "93072", "to": "75101", "value": 133.16356273910338}, {"color": "#e41a1c", "from": "93072", "to": "75117", "value": 376.6542001849651}, {"color": "#e41a1c", "from": "93072", "to": "75105", "value": 123.90386870485955}, {"color": "#e41a1c", "from": "93072", "to": "75111", "value": 129.48246773206333}, {"color": "#ff7f00", "from": "93072", "to": "93008", "value": 233.834571930288}, {"color": "#ff7f00", "from": "93072", "to": "93055", "value": 123.01521816624437}, {"color": "#ff7f00", "from": "93072", "to": "93027", "value": 173.80109324200959}, {"color": "#a65628", "from": "93072", "to": "95527", "value": 222.97659138576927}, {"color": "#e41a1c", "from": "93006", "to": "75101", "value": 206.89530908838165}, {"color": "#e41a1c", "from": "93006", "to": "75102", "value": 216.8911963053743}, {"color": "#e41a1c", "from": "93006", "to": "75103", "value": 146.51543752643167}, {"color": "#e41a1c", "from": "93006", "to": "75104", "value": 178.77506905602053}, {"color": "#377eb8", "from": "93006", "to": "92012", "value": 167.32563614475612}, {"color": "#377eb8", "from": "93006", "to": "92026", "value": 136.8988691072989}, {"color": "#e41a1c", "from": "93006", "to": "75105", "value": 162.4770851673908}, {"color": "#e41a1c", "from": "93006", "to": "75106", "value": 145.7916143025599}, {"color": "#e41a1c", "from": "93006", "to": "75107", "value": 249.26312322845223}, {"color": "#e41a1c", "from": "93006", "to": "75108", "value": 367.7138265412094}, {"color": "#e41a1c", "from": "93006", "to": "75109", "value": 392.83996605923386}, {"color": "#e41a1c", "from": "93006", "to": "75110", "value": 369.1058002940449}, {"color": "#e41a1c", "from": "93006", "to": "75114", "value": 175.02219692858915}, {"color": "#e41a1c", "from": "93006", "to": "75115", "value": 425.2643156372756}, {"color": "#e41a1c", "from": "93006", "to": "75116", "value": 201.5931110920623}, {"color": "#e41a1c", "from": "93006", "to": "75117", "value": 278.6990541062681}, {"color": "#ff7f00", "from": "93006", "to": "93008", "value": 229.0016781606413}, {"color": "#ff7f00", "from": "93006", "to": "93045", "value": 182.79392709344603}, {"color": "#ff7f00", "from": "93006", "to": "93070", "value": 129.67875829712776}, {"color": "#4daf4a", "from": "93006", "to": "94033", "value": 122.47139878482109}, {"color": "#377eb8", "from": "93006", "to": "92044", "value": 151.33963489665337}, {"color": "#ff7f00", "from": "93006", "to": "93063", "value": 192.1550367973568}, {"color": "#e41a1c", "from": "93078", "to": "75109", "value": 146.4223513052489}, {"color": "#e41a1c", "from": "93078", "to": "75110", "value": 222.45220669049345}, {"color": "#f781bf", "from": "93078", "to": "77291", "value": 131.21039583956818}, {"color": "#f781bf", "from": "93078", "to": "77294", "value": 181.11409830250696}, {"color": "#ff7f00", "from": "93078", "to": "93001", "value": 175.5242196212612}, {"color": "#e41a1c", "from": "93078", "to": "75119", "value": 188.56952300649348}, {"color": "#e41a1c", "from": "93078", "to": "75112", "value": 156.6388886095825}, {"color": "#e41a1c", "from": "93078", "to": "75108", "value": 230.39862848072386}, {"color": "#e41a1c", "from": "93078", "to": "75116", "value": 124.45086196374521}, {"color": "#e41a1c", "from": "93078", "to": "75117", "value": 177.0489891473095}, {"color": "#e41a1c", "from": "93078", "to": "75101", "value": 131.59899484443727}, {"color": "#e41a1c", "from": "93078", "to": "75115", "value": 301.37427680659823}, {"color": "#ff7f00", "from": "93078", "to": "93048", "value": 155.8533654813795}, {"color": "#ff7f00", "from": "93078", "to": "93027", "value": 124.32773606191552}, {"color": "#377eb8", "from": "93078", "to": "92026", "value": 128.42011549791096}, {"color": "#ff7f00", "from": "93078", "to": "93073", "value": 669.305558511015}, {"color": "#ff7f00", "from": "93078", "to": "93008", "value": 281.13063755484785}, {"color": "#a65628", "from": "93078", "to": "95277", "value": 131.68391288077584}, {"color": "#a65628", "from": "93078", "to": "95527", "value": 1181.071298162671}, {"color": "#4daf4a", "from": "77479", "to": "94033", "value": 170.52783778706498}, {"color": "#e41a1c", "from": "77479", "to": "75107", "value": 139.0564098902028}, {"color": "#a65628", "from": "77479", "to": "95527", "value": 200.37655330937608}, {"color": "#ff7f00", "from": "77479", "to": "93066", "value": 221.53425095307057}, {"color": "#ff7f00", "from": "77479", "to": "93008", "value": 134.79808373678767}, {"color": "#377eb8", "from": "77479", "to": "92050", "value": 121.38161083935549}, {"color": "#e41a1c", "from": "77479", "to": "75108", "value": 329.91743532637616}, {"color": "#e41a1c", "from": "77479", "to": "75115", "value": 363.3310196266581}, {"color": "#e41a1c", "from": "77479", "to": "75116", "value": 194.3213463645457}, {"color": "#e41a1c", "from": "77479", "to": "75117", "value": 161.35436805374795}, {"color": "#e41a1c", "from": "77479", "to": "75118", "value": 132.9266972782427}, {"color": "#e41a1c", "from": "77479", "to": "75112", "value": 320.98049383667774}, {"color": "#e41a1c", "from": "77479", "to": "75113", "value": 241.60963417948716}, {"color": "#f781bf", "from": "77479", "to": "77121", "value": 268.06926664397474}, {"color": "#f781bf", "from": "77479", "to": "77438", "value": 182.95120491022064}, {"color": "#f781bf", "from": "77479", "to": "77468", "value": 381.86468955188366}, {"color": "#e41a1c", "from": "77479", "to": "75119", "value": 259.92118431370716}, {"color": "#f781bf", "from": "77479", "to": "77083", "value": 248.80730120993343}, {"color": "#f781bf", "from": "77479", "to": "77258", "value": 429.47855989092506}, {"color": "#e41a1c", "from": "77479", "to": "75120", "value": 175.11492574033275}, {"color": "#ff7f00", "from": "77479", "to": "93048", "value": 200.2243171449226}, {"color": "#ff7f00", "from": "77479", "to": "93050", "value": 138.91813574031508}, {"color": "#e41a1c", "from": "77479", "to": "75109", "value": 297.869794568221}, {"color": "#e41a1c", "from": "77479", "to": "75110", "value": 455.4282514219554}, {"color": "#e41a1c", "from": "77479", "to": "75111", "value": 141.4181912979694}, {"color": "#e41a1c", "from": "77479", "to": "75102", "value": 150.37606821929836}, {"color": "#e41a1c", "from": "77479", "to": "75101", "value": 155.72184870342997}, {"color": "#e41a1c", "from": "77479", "to": "75104", "value": 134.13270574744575}, {"color": "#a65628", "from": "95288", "to": "95018", "value": 167.04123889576368}, {"color": "#a65628", "from": "95288", "to": "95428", "value": 154.12871746100967}, {"color": "#a65628", "from": "95288", "to": "95277", "value": 245.80161114942106}, {"color": "#a65628", "from": "95288", "to": "95268", "value": 175.5868277180757}, {"color": "#a65628", "from": "95288", "to": "95197", "value": 237.8116288902958}, {"color": "#377eb8", "from": "95288", "to": "92062", "value": 136.9878171053674}, {"color": "#377eb8", "from": "95288", "to": "92036", "value": 221.60813483065598}, {"color": "#377eb8", "from": "95288", "to": "92044", "value": 158.36993207993444}, {"color": "#377eb8", "from": "95288", "to": "92050", "value": 177.52509444779548}, {"color": "#377eb8", "from": "95288", "to": "92024", "value": 141.43608800246255}, {"color": "#377eb8", "from": "95288", "to": "92026", "value": 195.68104869348437}, {"color": "#e41a1c", "from": "95288", "to": "75109", "value": 308.84267302383586}, {"color": "#e41a1c", "from": "95288", "to": "75113", "value": 121.47962226882937}, {"color": "#e41a1c", "from": "95288", "to": "75115", "value": 374.66847157156644}, {"color": "#e41a1c", "from": "95288", "to": "75116", "value": 213.12548523265713}, {"color": "#e41a1c", "from": "95288", "to": "75117", "value": 300.89067811189636}, {"color": "#e41a1c", "from": "95288", "to": "75101", "value": 180.2738851857984}, {"color": "#e41a1c", "from": "95288", "to": "75118", "value": 282.55997068780636}, {"color": "#e41a1c", "from": "95288", "to": "75119", "value": 275.7235737783352}, {"color": "#e41a1c", "from": "95288", "to": "75120", "value": 136.34603837088008}, {"color": "#e41a1c", "from": "95288", "to": "75106", "value": 128.90435169695633}, {"color": "#e41a1c", "from": "95288", "to": "75107", "value": 137.95260385750285}, {"color": "#e41a1c", "from": "95288", "to": "75108", "value": 441.0297019626813}, {"color": "#e41a1c", "from": "95288", "to": "75102", "value": 153.35582470843528}, {"color": "#e41a1c", "from": "95288", "to": "75110", "value": 315.227659680502}, {"color": "#e41a1c", "from": "95288", "to": "75111", "value": 152.00109590690823}, {"color": "#e41a1c", "from": "95288", "to": "75112", "value": 264.7087751384775}, {"color": "#ff7f00", "from": "95288", "to": "93059", "value": 160.1090796002867}, {"color": "#ff7f00", "from": "95288", "to": "93066", "value": 685.9447850256572}, {"color": "#ff7f00", "from": "95288", "to": "93070", "value": 169.8130940674518}, {"color": "#a65628", "from": "95288", "to": "95527", "value": 353.30430457079405}, {"color": "#ff7f00", "from": "95288", "to": "93031", "value": 176.44010908686562}, {"color": "#a65628", "from": "95288", "to": "95598", "value": 250.49043988840072}, {"color": "#a65628", "from": "95288", "to": "95229", "value": 318.96811603616027}, {"color": "#ff7f00", "from": "77373", "to": "93066", "value": 125.79126217798932}, {"color": "#4daf4a", "from": "77373", "to": "94068", "value": 201.7426207698099}, {"color": "#f781bf", "from": "77373", "to": "77121", "value": 317.26404771729665}, {"color": "#e41a1c", "from": "77373", "to": "75110", "value": 198.9632218196366}, {"color": "#e41a1c", "from": "77373", "to": "75111", "value": 169.93323787667313}, {"color": "#4daf4a", "from": "77373", "to": "94011", "value": 136.90897340739883}, {"color": "#4daf4a", "from": "77373", "to": "94033", "value": 275.5518984307565}, {"color": "#4daf4a", "from": "77373", "to": "94015", "value": 211.68162084460178}, {"color": "#e41a1c", "from": "77373", "to": "75112", "value": 297.973345627049}, {"color": "#e41a1c", "from": "77373", "to": "75113", "value": 217.0640210417597}, {"color": "#e41a1c", "from": "77373", "to": "75115", "value": 270.1923597744614}, {"color": "#e41a1c", "from": "77373", "to": "75116", "value": 150.51426056893337}, {"color": "#e41a1c", "from": "77373", "to": "75117", "value": 178.1377365297101}, {"color": "#e41a1c", "from": "77373", "to": "75108", "value": 345.3088826113211}, {"color": "#e41a1c", "from": "77373", "to": "75109", "value": 238.64636984544478}, {"color": "#f781bf", "from": "77373", "to": "77350", "value": 168.46075830300097}, {"color": "#f781bf", "from": "77373", "to": "77390", "value": 304.4057882740439}, {"color": "#f781bf", "from": "77373", "to": "77468", "value": 158.7729637875983}, {"color": "#4daf4a", "from": "77373", "to": "94079", "value": 170.50700847193332}, {"color": "#4daf4a", "from": "77373", "to": "94028", "value": 312.97941624549577}, {"color": "#f781bf", "from": "77373", "to": "77479", "value": 145.02523949437472}, {"color": "#e41a1c", "from": "77373", "to": "75118", "value": 126.44863344736005}, {"color": "#e41a1c", "from": "77373", "to": "75119", "value": 203.73414466415164}, {"color": "#e41a1c", "from": "77373", "to": "75120", "value": 125.74721998088411}, {"color": "#f781bf", "from": "77373", "to": "77083", "value": 150.85592652110245}, {"color": "#f781bf", "from": "77373", "to": "77258", "value": 395.74084753526563}, {"color": "#a65628", "from": "77373", "to": "95527", "value": 126.69759029171293}, {"color": "#ff7f00", "from": "77373", "to": "93051", "value": 464.6194009857407}, {"color": "#ff7f00", "from": "77373", "to": "93048", "value": 144.53448886933907}, {"color": "#a65628", "from": "95252", "to": "95491", "value": 176.3235940818911}, {"color": "#a65628", "from": "95252", "to": "95527", "value": 182.96239005297875}, {"color": "#a65628", "from": "95252", "to": "95176", "value": 156.0997943057026}, {"color": "#a65628", "from": "95252", "to": "95219", "value": 394.66079005223463}, {"color": "#e41a1c", "from": "95252", "to": "75101", "value": 125.22132370269466}, {"color": "#e41a1c", "from": "95252", "to": "75108", "value": 392.65003386275765}, {"color": "#e41a1c", "from": "95252", "to": "75109", "value": 265.79746157679995}, {"color": "#377eb8", "from": "95252", "to": "92004", "value": 212.00685396097316}, {"color": "#e41a1c", "from": "95252", "to": "75102", "value": 129.83037485973423}, {"color": "#377eb8", "from": "95252", "to": "92012", "value": 159.86366088815}, {"color": "#377eb8", "from": "95252", "to": "92024", "value": 251.17905501313973}, {"color": "#377eb8", "from": "95252", "to": "92025", "value": 261.480591162132}, {"color": "#e41a1c", "from": "95252", "to": "75110", "value": 187.03172228189644}, {"color": "#e41a1c", "from": "95252", "to": "75112", "value": 165.09547015403993}, {"color": "#e41a1c", "from": "95252", "to": "75113", "value": 125.54329046453631}, {"color": "#e41a1c", "from": "95252", "to": "75115", "value": 365.0215475496988}, {"color": "#e41a1c", "from": "95252", "to": "75116", "value": 262.97911842199716}, {"color": "#e41a1c", "from": "95252", "to": "75117", "value": 379.83659548255054}, {"color": "#e41a1c", "from": "95252", "to": "75118", "value": 268.64749568589366}, {"color": "#e41a1c", "from": "95252", "to": "75119", "value": 173.24674615304588}, {"color": "#ff7f00", "from": "95252", "to": "93066", "value": 375.9468983379656}, {"color": "#a65628", "from": "95252", "to": "95203", "value": 250.0509907972843}, {"color": "#377eb8", "from": "95252", "to": "92044", "value": 235.8441614649589}, {"color": "#a65628", "from": "95252", "to": "95306", "value": 253.48936747405244}, {"color": "#377eb8", "from": "95252", "to": "92062", "value": 218.06476974921443}, {"color": "#ff7f00", "from": "95252", "to": "93070", "value": 207.10398440854632}, {"color": "#377eb8", "from": "95252", "to": "92026", "value": 275.28576397262043}, {"color": "#377eb8", "from": "95252", "to": "92036", "value": 498.0707790184601}, {"color": "#377eb8", "from": "95252", "to": "92050", "value": 313.0514892623173}, {"color": "#377eb8", "from": "95252", "to": "92051", "value": 181.52158317996563}, {"color": "#a65628", "from": "95252", "to": "95488", "value": 176.94656825875862}, {"color": "#a65628", "from": "95252", "to": "95582", "value": 229.26224263194146}, {"color": "#a65628", "from": "95252", "to": "95598", "value": 164.64603183464655}, {"color": "#a65628", "from": "95252", "to": "95607", "value": 201.64565906757102}, {"color": "#a65628", "from": "95252", "to": "95424", "value": 173.3695251880665}, {"color": "#4daf4a", "from": "91589", "to": "94073", "value": 143.72308698488072}, {"color": "#4daf4a", "from": "91589", "to": "94065", "value": 409.7841756052483}, {"color": "#ff7f00", "from": "91589", "to": "93066", "value": 135.9090680583329}, {"color": "#984ea3", "from": "91589", "to": "91136", "value": 351.0961675377012}, {"color": "#e41a1c", "from": "91589", "to": "75115", "value": 488.7008754661589}, {"color": "#e41a1c", "from": "91589", "to": "75116", "value": 166.2548918943326}, {"color": "#e41a1c", "from": "91589", "to": "75117", "value": 149.19911052819685}, {"color": "#ffff33", "from": "91589", "to": "78640", "value": 127.81632662300568}, {"color": "#984ea3", "from": "91589", "to": "91377", "value": 402.5022680862539}, {"color": "#984ea3", "from": "91589", "to": "91027", "value": 454.0630622788341}, {"color": "#377eb8", "from": "91589", "to": "92012", "value": 160.71536127880685}, {"color": "#e41a1c", "from": "91589", "to": "75114", "value": 226.2816839291806}, {"color": "#984ea3", "from": "91589", "to": "91687", "value": 259.6166417203057}, {"color": "#984ea3", "from": "91589", "to": "91689", "value": 618.6173643223971}, {"color": "#e41a1c", "from": "91589", "to": "75109", "value": 191.14692491132786}, {"color": "#e41a1c", "from": "91589", "to": "75113", "value": 534.3154023338677}, {"color": "#377eb8", "from": "91589", "to": "92002", "value": 167.98921182809593}, {"color": "#984ea3", "from": "91589", "to": "91345", "value": 158.46556269471083}, {"color": "#e41a1c", "from": "91589", "to": "75105", "value": 133.52923378982834}, {"color": "#e41a1c", "from": "91589", "to": "75107", "value": 171.35347010018506}, {"color": "#e41a1c", "from": "91589", "to": "75108", "value": 347.61234877745204}, {"color": "#e41a1c", "from": "91589", "to": "75111", "value": 145.9607167165579}, {"color": "#e41a1c", "from": "91589", "to": "75112", "value": 237.2190733372325}, {"color": "#e41a1c", "from": "91589", "to": "75101", "value": 135.26797092623633}, {"color": "#984ea3", "from": "91589", "to": "91549", "value": 191.23102749969178}, {"color": "#4daf4a", "from": "91589", "to": "94028", "value": 141.70724490774816}, {"color": "#4daf4a", "from": "91589", "to": "94076", "value": 207.42600712007678}, {"color": "#4daf4a", "from": "91589", "to": "94081", "value": 120.58374872373386}, {"color": "#4daf4a", "from": "91589", "to": "94054", "value": 377.90721578561295}, {"color": "#377eb8", "from": "93050", "to": "92050", "value": 156.48436929686386}, {"color": "#ff7f00", "from": "93050", "to": "93049", "value": 342.50540250943436}, {"color": "#e41a1c", "from": "93050", "to": "75107", "value": 155.0831134690657}, {"color": "#e41a1c", "from": "93050", "to": "75108", "value": 482.45469634644087}, {"color": "#e41a1c", "from": "93050", "to": "75109", "value": 305.2999103222232}, {"color": "#e41a1c", "from": "93050", "to": "75110", "value": 207.0682215540739}, {"color": "#e41a1c", "from": "93050", "to": "75111", "value": 194.62061188582572}, {"color": "#e41a1c", "from": "93050", "to": "75101", "value": 195.79756643513667}, {"color": "#4daf4a", "from": "93050", "to": "94080", "value": 143.43304490560146}, {"color": "#4daf4a", "from": "93050", "to": "94028", "value": 192.9648551110084}, {"color": "#4daf4a", "from": "93050", "to": "94033", "value": 366.07809425665795}, {"color": "#4daf4a", "from": "93050", "to": "94052", "value": 143.73342773585975}, {"color": "#4daf4a", "from": "93050", "to": "94058", "value": 217.59158510487615}, {"color": "#e41a1c", "from": "93050", "to": "75102", "value": 159.464419077614}, {"color": "#e41a1c", "from": "93050", "to": "75115", "value": 335.9037786575881}, {"color": "#e41a1c", "from": "93050", "to": "75116", "value": 156.3674650462384}, {"color": "#e41a1c", "from": "93050", "to": "75117", "value": 223.1296791358687}, {"color": "#e41a1c", "from": "93050", "to": "75118", "value": 174.44909639702928}, {"color": "#e41a1c", "from": "93050", "to": "75119", "value": 226.8785067225762}, {"color": "#e41a1c", "from": "93050", "to": "75104", "value": 141.45243892471646}, {"color": "#e41a1c", "from": "93050", "to": "75112", "value": 522.8342188655317}, {"color": "#e41a1c", "from": "93050", "to": "75113", "value": 282.37973565601857}, {"color": "#e41a1c", "from": "93050", "to": "75114", "value": 170.43893215037392}, {"color": "#4daf4a", "from": "93050", "to": "94015", "value": 125.039977549623}, {"color": "#e41a1c", "from": "93050", "to": "75120", "value": 260.769712486041}, {"color": "#f781bf", "from": "93050", "to": "77083", "value": 136.97322955323145}, {"color": "#ff7f00", "from": "93050", "to": "93008", "value": 220.6302716706758}, {"color": "#377eb8", "from": "93050", "to": "92062", "value": 161.0429480975595}, {"color": "#ff7f00", "from": "93050", "to": "93055", "value": 216.2010327855301}, {"color": "#377eb8", "from": "93050", "to": "92026", "value": 184.90669005622877}, {"color": "#ff7f00", "from": "93050", "to": "93066", "value": 193.76024302614604}, {"color": "#e41a1c", "from": "93073", "to": "75113", "value": 143.9461171571847}, {"color": "#e41a1c", "from": "93073", "to": "75115", "value": 237.54710265982382}, {"color": "#e41a1c", "from": "93073", "to": "75117", "value": 141.28836582590483}, {"color": "#e41a1c", "from": "93073", "to": "75108", "value": 245.07810160768327}, {"color": "#e41a1c", "from": "93073", "to": "75109", "value": 171.0722029611482}, {"color": "#e41a1c", "from": "93073", "to": "75110", "value": 167.23117520051193}, {"color": "#e41a1c", "from": "93073", "to": "75112", "value": 221.75276301862365}, {"color": "#ff7f00", "from": "93073", "to": "93064", "value": 124.41969115790118}, {"color": "#ff7f00", "from": "93073", "to": "93074", "value": 132.04804368567073}, {"color": "#a65628", "from": "93073", "to": "95277", "value": 123.48066296892647}, {"color": "#a65628", "from": "93073", "to": "95527", "value": 1164.4869364892159}, {"color": "#f781bf", "from": "93073", "to": "77517", "value": 126.56758875883926}, {"color": "#f781bf", "from": "93073", "to": "77294", "value": 339.234304106157}, {"color": "#f781bf", "from": "93073", "to": "77514", "value": 206.1746429473618}, {"color": "#f781bf", "from": "93073", "to": "77291", "value": 121.18754597643547}, {"color": "#377eb8", "from": "92020", "to": "92032", "value": 167.14615319745363}, {"color": "#ffff33", "from": "92020", "to": "78297", "value": 169.60103039984972}, {"color": "#ffff33", "from": "92020", "to": "78640", "value": 561.0164929655739}, {"color": "#377eb8", "from": "92020", "to": "92026", "value": 287.65893653448916}, {"color": "#e41a1c", "from": "92020", "to": "75102", "value": 219.50677330107328}, {"color": "#e41a1c", "from": "92020", "to": "75110", "value": 156.38887319312116}, {"color": "#e41a1c", "from": "92020", "to": "75101", "value": 144.4657669306809}, {"color": "#e41a1c", "from": "92020", "to": "75105", "value": 132.97964879289552}, {"color": "#e41a1c", "from": "92020", "to": "75106", "value": 195.43897487191464}, {"color": "#e41a1c", "from": "92020", "to": "75107", "value": 276.5675001623591}, {"color": "#e41a1c", "from": "92020", "to": "75108", "value": 626.4202075774012}, {"color": "#e41a1c", "from": "92020", "to": "75109", "value": 496.63799750519644}, {"color": "#e41a1c", "from": "92020", "to": "75112", "value": 363.1473917726954}, {"color": "#e41a1c", "from": "92020", "to": "75116", "value": 358.4757527557249}, {"color": "#4daf4a", "from": "92020", "to": "94003", "value": 161.5249080722683}, {"color": "#377eb8", "from": "92020", "to": "92050", "value": 214.4325224477803}, {"color": "#377eb8", "from": "92020", "to": "92051", "value": 126.40313053644829}, {"color": "#377eb8", "from": "92020", "to": "92062", "value": 247.65424485758277}, {"color": "#377eb8", "from": "92020", "to": "92075", "value": 168.25728466363975}, {"color": "#377eb8", "from": "92020", "to": "92044", "value": 151.93907943456094}, {"color": "#377eb8", "from": "92020", "to": "92060", "value": 341.2006994356921}, {"color": "#377eb8", "from": "92020", "to": "92046", "value": 356.18881967561}, {"color": "#ff7f00", "from": "92020", "to": "93066", "value": 161.5153322394795}, {"color": "#e41a1c", "from": "78172", "to": "75102", "value": 127.82921242882388}, {"color": "#a65628", "from": "78172", "to": "95353", "value": 246.54322373919186}, {"color": "#ffff33", "from": "78172", "to": "78005", "value": 172.5070862805763}, {"color": "#377eb8", "from": "78172", "to": "92036", "value": 163.40511046443996}, {"color": "#ffff33", "from": "78172", "to": "78586", "value": 202.55296394686113}, {"color": "#377eb8", "from": "78172", "to": "92044", "value": 242.76167251774305}, {"color": "#e41a1c", "from": "78172", "to": "75117", "value": 229.91292330821116}, {"color": "#ffff33", "from": "78172", "to": "78646", "value": 129.4362377124856}, {"color": "#ffff33", "from": "78172", "to": "78498", "value": 399.15454299569285}, {"color": "#ffff33", "from": "78172", "to": "78551", "value": 271.63434406620627}, {"color": "#377eb8", "from": "78172", "to": "92050", "value": 549.4220900061284}, {"color": "#377eb8", "from": "78172", "to": "92062", "value": 397.51149527470403}, {"color": "#377eb8", "from": "78172", "to": "92012", "value": 158.1502201199047}, {"color": "#377eb8", "from": "78172", "to": "92063", "value": 177.43757095528704}, {"color": "#ff7f00", "from": "78172", "to": "93066", "value": 168.87233549037396}, {"color": "#e41a1c", "from": "78172", "to": "75108", "value": 535.2794334857109}, {"color": "#e41a1c", "from": "78172", "to": "75109", "value": 397.1867192146411}, {"color": "#ffff33", "from": "78172", "to": "78358", "value": 140.8182681147408}, {"color": "#e41a1c", "from": "78172", "to": "75115", "value": 356.19790492264394}, {"color": "#e41a1c", "from": "78172", "to": "75116", "value": 242.09539326940563}, {"color": "#e41a1c", "from": "78172", "to": "75112", "value": 146.36086290170013}, {"color": "#e41a1c", "from": "78172", "to": "75113", "value": 157.17871473095101}, {"color": "#ffff33", "from": "78172", "to": "78418", "value": 153.71471837772876}, {"color": "#a65628", "from": "78172", "to": "95018", "value": 216.9927857743861}, {"color": "#377eb8", "from": "78172", "to": "92024", "value": 150.6578725589625}, {"color": "#a65628", "from": "78172", "to": "95306", "value": 255.04886274027652}, {"color": "#ffff33", "from": "78172", "to": "78015", "value": 216.84062490967187}, {"color": "#377eb8", "from": "78172", "to": "92026", "value": 384.4155888508088}, {"color": "#984ea3", "from": "91549", "to": "91027", "value": 132.22225012042168}, {"color": "#e41a1c", "from": "91549", "to": "75107", "value": 167.5311107290727}, {"color": "#e41a1c", "from": "91549", "to": "75115", "value": 299.1973916066197}, {"color": "#e41a1c", "from": "91549", "to": "75101", "value": 128.57975175566835}, {"color": "#e41a1c", "from": "91549", "to": "75108", "value": 261.89981941643055}, {"color": "#e41a1c", "from": "91549", "to": "75109", "value": 154.99952094364116}, {"color": "#e41a1c", "from": "91549", "to": "75112", "value": 257.6381301998722}, {"color": "#e41a1c", "from": "91549", "to": "75113", "value": 369.26783067058375}, {"color": "#e41a1c", "from": "91549", "to": "75114", "value": 171.43827807690172}, {"color": "#984ea3", "from": "91549", "to": "91689", "value": 259.5242583493011}, {"color": "#984ea3", "from": "91549", "to": "91692", "value": 180.82143330868723}, {"color": "#377eb8", "from": "91549", "to": "92002", "value": 141.4234381354298}, {"color": "#984ea3", "from": "91549", "to": "91570", "value": 274.4039358997214}, {"color": "#984ea3", "from": "91549", "to": "91666", "value": 136.13198479002244}, {"color": "#984ea3", "from": "91549", "to": "91136", "value": 234.43089090656375}, {"color": "#984ea3", "from": "91549", "to": "91687", "value": 200.0426548224527}, {"color": "#984ea3", "from": "91549", "to": "91434", "value": 180.9433619678187}, {"color": "#984ea3", "from": "91549", "to": "91286", "value": 194.0915155360245}, {"color": "#984ea3", "from": "91549", "to": "91345", "value": 189.77364043558202}, {"color": "#984ea3", "from": "91549", "to": "91377", "value": 320.9947240261643}, {"color": "#4daf4a", "from": "91549", "to": "94054", "value": 202.9830073130276}, {"color": "#4daf4a", "from": "91549", "to": "94065", "value": 142.67802846189568}, {"color": "#4daf4a", "from": "91064", "to": "94065", "value": 181.38491356064057}, {"color": "#984ea3", "from": "91064", "to": "91666", "value": 131.89902788704697}, {"color": "#377eb8", "from": "91064", "to": "92026", "value": 215.93759659340571}, {"color": "#984ea3", "from": "91064", "to": "91689", "value": 189.65460163556585}, {"color": "#377eb8", "from": "91064", "to": "92060", "value": 326.6042521416626}, {"color": "#377eb8", "from": "91064", "to": "92048", "value": 180.62113549600923}, {"color": "#377eb8", "from": "91064", "to": "92019", "value": 257.02777980907905}, {"color": "#ffff33", "from": "91064", "to": "78620", "value": 249.82152108470044}, {"color": "#ffff33", "from": "91064", "to": "78640", "value": 754.9432149424906}, {"color": "#377eb8", "from": "91064", "to": "92023", "value": 310.1234599286778}, {"color": "#377eb8", "from": "91064", "to": "92049", "value": 136.3159259219662}, {"color": "#377eb8", "from": "91064", "to": "92050", "value": 133.33634725600453}, {"color": "#4daf4a", "from": "91064", "to": "94003", "value": 146.3258061530253}, {"color": "#ffff33", "from": "91064", "to": "78297", "value": 278.0966274383851}, {"color": "#984ea3", "from": "91064", "to": "91136", "value": 314.83904632184743}, {"color": "#377eb8", "from": "91064", "to": "92040", "value": 272.39854396955906}, {"color": "#e41a1c", "from": "91064", "to": "75108", "value": 272.3060393834349}, {"color": "#377eb8", "from": "91064", "to": "92062", "value": 129.1067214582645}, {"color": "#984ea3", "from": "91064", "to": "91122", "value": 191.26104412599594}, {"color": "#984ea3", "from": "91064", "to": "91272", "value": 186.50731032176972}, {"color": "#377eb8", "from": "91064", "to": "92012", "value": 381.2862696023089}, {"color": "#984ea3", "from": "91064", "to": "91477", "value": 455.3670110888229}, {"color": "#984ea3", "from": "91064", "to": "91692", "value": 219.15493738306554}, {"color": "#e41a1c", "from": "91064", "to": "75117", "value": 122.68960655495454}, {"color": "#4daf4a", "from": "94011", "to": "94033", "value": 123.51806946868734}, {"color": "#4daf4a", "from": "94011", "to": "94071", "value": 345.9762847375235}, {"color": "#e41a1c", "from": "94011", "to": "75110", "value": 146.68185570775233}, {"color": "#4daf4a", "from": "94011", "to": "94041", "value": 168.6906724359908}, {"color": "#4daf4a", "from": "94011", "to": "94042", "value": 147.867455088099}, {"color": "#e41a1c", "from": "94011", "to": "75109", "value": 185.68847144567124}, {"color": "#4daf4a", "from": "94011", "to": "94018", "value": 156.90351642810182}, {"color": "#e41a1c", "from": "94011", "to": "75116", "value": 129.83743941038}, {"color": "#e41a1c", "from": "94011", "to": "75119", "value": 132.46158844670362}, {"color": "#e41a1c", "from": "94011", "to": "75120", "value": 136.50895765759554}, {"color": "#e41a1c", "from": "94011", "to": "75105", "value": 120.61038550125933}, {"color": "#e41a1c", "from": "94011", "to": "75111", "value": 175.79117235714102}, {"color": "#e41a1c", "from": "94011", "to": "75112", "value": 413.2354753249814}, {"color": "#e41a1c", "from": "94011", "to": "75113", "value": 225.1240144817458}, {"color": "#e41a1c", "from": "94011", "to": "75114", "value": 227.1803758680888}, {"color": "#4daf4a", "from": "94011", "to": "94078", "value": 123.03039279603266}, {"color": "#e41a1c", "from": "94011", "to": "75115", "value": 314.5342199829479}, {"color": "#e41a1c", "from": "94011", "to": "75108", "value": 280.5354945220939}, {"color": "#4daf4a", "from": "94011", "to": "94044", "value": 275.1857429494187}, {"color": "#4daf4a", "from": "94011", "to": "94065", "value": 132.89190501649014}, {"color": "#4daf4a", "from": "91027", "to": "94043", "value": 145.2224820506314}, {"color": "#e41a1c", "from": "91027", "to": "75112", "value": 295.46454956960656}, {"color": "#377eb8", "from": "91027", "to": "92002", "value": 208.5770344810376}, {"color": "#e41a1c", "from": "91027", "to": "75114", "value": 192.50919037800492}, {"color": "#4daf4a", "from": "91027", "to": "94022", "value": 120.36308445994779}, {"color": "#984ea3", "from": "91027", "to": "91687", "value": 167.98911006433696}, {"color": "#984ea3", "from": "91027", "to": "91689", "value": 651.2716755936647}, {"color": "#4daf4a", "from": "91027", "to": "94028", "value": 140.46118727517833}, {"color": "#4daf4a", "from": "91027", "to": "94077", "value": 137.35120800043768}, {"color": "#4daf4a", "from": "91027", "to": "94081", "value": 173.86902128536906}, {"color": "#4daf4a", "from": "91027", "to": "94041", "value": 125.0535801533064}, {"color": "#4daf4a", "from": "91027", "to": "94076", "value": 263.17808336612813}, {"color": "#4daf4a", "from": "91027", "to": "94054", "value": 771.3690428017725}, {"color": "#984ea3", "from": "91027", "to": "91136", "value": 340.0390191634092}, {"color": "#e41a1c", "from": "91027", "to": "75101", "value": 133.40180694691662}, {"color": "#e41a1c", "from": "91027", "to": "75109", "value": 158.4293067101972}, {"color": "#e41a1c", "from": "91027", "to": "75116", "value": 181.90758489469437}, {"color": "#e41a1c", "from": "91027", "to": "75117", "value": 182.494226201918}, {"color": "#e41a1c", "from": "91027", "to": "75108", "value": 244.30228077197236}, {"color": "#e41a1c", "from": "91027", "to": "75110", "value": 126.17833545089469}, {"color": "#e41a1c", "from": "91027", "to": "75111", "value": 137.06264277033273}, {"color": "#e41a1c", "from": "91027", "to": "75115", "value": 359.96126502223734}, {"color": "#4daf4a", "from": "91027", "to": "94073", "value": 269.8738109807217}, {"color": "#4daf4a", "from": "91027", "to": "94065", "value": 643.4735163417452}, {"color": "#e41a1c", "from": "75108", "to": "75101", "value": 408.4157512069508}, {"color": "#e41a1c", "from": "75108", "to": "75102", "value": 333.96650551345}, {"color": "#e41a1c", "from": "94078", "to": "75117", "value": 276.9763353825844}, {"color": "#e41a1c", "from": "94078", "to": "75118", "value": 129.508052063817}, {"color": "#e41a1c", "from": "94078", "to": "75119", "value": 159.2782122694572}, {"color": "#4daf4a", "from": "94078", "to": "94041", "value": 159.93582519933747}, {"color": "#4daf4a", "from": "94078", "to": "94044", "value": 199.46550952628667}, {"color": "#e41a1c", "from": "94078", "to": "75101", "value": 125.71972202884268}, {"color": "#e41a1c", "from": "94078", "to": "75102", "value": 126.73293614904297}, {"color": "#e41a1c", "from": "94078", "to": "75109", "value": 174.70786185675746}, {"color": "#e41a1c", "from": "94078", "to": "75110", "value": 147.29936457268286}, {"color": "#e41a1c", "from": "94078", "to": "75115", "value": 296.5063796327144}, {"color": "#e41a1c", "from": "94078", "to": "75116", "value": 170.26292447034777}, {"color": "#e41a1c", "from": "94078", "to": "75108", "value": 312.77752475321864}, {"color": "#4daf4a", "from": "94078", "to": "94054", "value": 167.37630652434484}, {"color": "#e41a1c", "from": "94078", "to": "75104", "value": 120.58944932359532}, {"color": "#e41a1c", "from": "94078", "to": "75112", "value": 412.91625086023123}, {"color": "#e41a1c", "from": "94078", "to": "75113", "value": 275.41204127674933}, {"color": "#e41a1c", "from": "94078", "to": "75114", "value": 154.30405740108188}, {"color": "#4daf4a", "from": "94078", "to": "94073", "value": 132.6727679243882}, {"color": "#4daf4a", "from": "94078", "to": "94081", "value": 260.353108816076}, {"color": "#4daf4a", "from": "94078", "to": "94065", "value": 179.2665410162142}, {"color": "#e41a1c", "from": "91477", "to": "75116", "value": 155.8247350918784}, {"color": "#e41a1c", "from": "91477", "to": "75109", "value": 166.21266931831101}, {"color": "#ffff33", "from": "91477", "to": "78620", "value": 122.79913925653847}, {"color": "#ffff33", "from": "91477", "to": "78640", "value": 339.1968936359006}, {"color": "#ffff33", "from": "91477", "to": "78646", "value": 132.86285400214572}, {"color": "#e41a1c", "from": "91477", "to": "75112", "value": 179.73398785111692}, {"color": "#4daf4a", "from": "91477", "to": "94003", "value": 140.69950706343263}, {"color": "#984ea3", "from": "91477", "to": "91666", "value": 174.6706863690149}, {"color": "#984ea3", "from": "91477", "to": "91228", "value": 193.48376206355562}, {"color": "#984ea3", "from": "91477", "to": "91272", "value": 368.22221360765315}, {"color": "#377eb8", "from": "91477", "to": "92026", "value": 121.50774792867122}, {"color": "#377eb8", "from": "91477", "to": "92023", "value": 155.6613575580924}, {"color": "#984ea3", "from": "91477", "to": "91122", "value": 478.1245125258778}, {"color": "#984ea3", "from": "91477", "to": "91136", "value": 482.9943873425625}, {"color": "#984ea3", "from": "91477", "to": "91689", "value": 193.46476560507935}, {"color": "#984ea3", "from": "91477", "to": "91692", "value": 370.1763941523365}, {"color": "#984ea3", "from": "91477", "to": "91345", "value": 169.03748576727992}, {"color": "#377eb8", "from": "91477", "to": "92060", "value": 153.01661296047942}, {"color": "#ffff33", "from": "91477", "to": "78297", "value": 143.0239736810623}, {"color": "#377eb8", "from": "91477", "to": "92012", "value": 156.16329425635672}, {"color": "#e41a1c", "from": "91477", "to": "75105", "value": 170.8610460422007}, {"color": "#e41a1c", "from": "91477", "to": "75108", "value": 235.61840859720326}, {"color": "#e41a1c", "from": "92019", "to": "75101", "value": 152.30738434062056}, {"color": "#ffff33", "from": "92019", "to": "78640", "value": 552.6987365912961}, {"color": "#377eb8", "from": "92019", "to": "92032", "value": 256.57381443641657}, {"color": "#e41a1c", "from": "92019", "to": "75109", "value": 143.76265411190965}, {"color": "#e41a1c", "from": "92019", "to": "75112", "value": 172.21165776926108}, {"color": "#e41a1c", "from": "92019", "to": "75113", "value": 265.4027937040787}, {"color": "#e41a1c", "from": "92019", "to": "75114", "value": 291.0476998879063}, {"color": "#e41a1c", "from": "92019", "to": "75115", "value": 501.6795144447139}, {"color": "#e41a1c", "from": "92019", "to": "75116", "value": 206.97264265687954}, {"color": "#e41a1c", "from": "92019", "to": "75108", "value": 326.00013236085556}, {"color": "#377eb8", "from": "92019", "to": "92050", "value": 170.14899078957706}, {"color": "#377eb8", "from": "92019", "to": "92060", "value": 703.8109931804509}, {"color": "#377eb8", "from": "92019", "to": "92012", "value": 398.912889216883}, {"color": "#4daf4a", "from": "92019", "to": "94065", "value": 156.19844119114543}, {"color": "#377eb8", "from": "92019", "to": "92071", "value": 371.78319704489945}, {"color": "#377eb8", "from": "92019", "to": "92062", "value": 138.0612197979458}, {"color": "#e41a1c", "from": "92019", "to": "75117", "value": 136.0346707842008}, {"color": "#ff7f00", "from": "92019", "to": "93066", "value": 127.59876986143848}, {"color": "#377eb8", "from": "92019", "to": "92026", "value": 153.45753165063607}, {"color": "#377eb8", "from": "92019", "to": "92040", "value": 297.05930532921906}, {"color": "#377eb8", "from": "92019", "to": "92048", "value": 227.70544581300052}, {"color": "#377eb8", "from": "92019", "to": "92049", "value": 253.5030960082669}, {"color": "#377eb8", "from": "92019", "to": "92020", "value": 282.06752118369803}, {"color": "#377eb8", "from": "92019", "to": "92046", "value": 147.18825545307854}, {"color": "#4daf4a", "from": "92019", "to": "94003", "value": 137.99973198390762}, {"color": "#377eb8", "from": "95229", "to": "92062", "value": 160.86174773463992}, {"color": "#e41a1c", "from": "95229", "to": "75109", "value": 272.8120296512156}, {"color": "#e41a1c", "from": "95229", "to": "75110", "value": 246.38737157429782}, {"color": "#e41a1c", "from": "95229", "to": "75101", "value": 180.09172928351182}, {"color": "#e41a1c", "from": "95229", "to": "75107", "value": 162.76958123409713}, {"color": "#a65628", "from": "95229", "to": "95428", "value": 181.00976295737632}, {"color": "#ff7f00", "from": "95229", "to": "93073", "value": 187.5133877483012}, {"color": "#a65628", "from": "95229", "to": "95598", "value": 219.78619831375204}, {"color": "#a65628", "from": "95229", "to": "95680", "value": 229.8774222179756}, {"color": "#e41a1c", "from": "95229", "to": "75108", "value": 317.0653282880456}, {"color": "#a65628", "from": "95229", "to": "95280", "value": 140.7247734155573}, {"color": "#a65628", "from": "95229", "to": "95203", "value": 216.91025800342237}, {"color": "#a65628", "from": "95229", "to": "95527", "value": 383.6344437107019}, {"color": "#a65628", "from": "95229", "to": "95091", "value": 135.57804365714856}, {"color": "#a65628", "from": "95229", "to": "95268", "value": 277.75712702650804}, {"color": "#a65628", "from": "95229", "to": "95277", "value": 289.3136751807709}, {"color": "#377eb8", "from": "95229", "to": "92036", "value": 236.707825670778}, {"color": "#377eb8", "from": "95229", "to": "92044", "value": 126.49929933476395}, {"color": "#a65628", "from": "95229", "to": "95018", "value": 124.56831943614516}, {"color": "#377eb8", "from": "95229", "to": "92050", "value": 127.74839087560048}, {"color": "#ff7f00", "from": "95229", "to": "93070", "value": 149.66105547224646}, {"color": "#e41a1c", "from": "95229", "to": "75119", "value": 269.1140991356297}, {"color": "#ff7f00", "from": "95229", "to": "93066", "value": 600.499838052867}, {"color": "#ff7f00", "from": "95229", "to": "93072", "value": 158.97912632963843}, {"color": "#e41a1c", "from": "95229", "to": "75112", "value": 212.87091110508058}, {"color": "#e41a1c", "from": "95229", "to": "75113", "value": 214.96586060532513}, {"color": "#e41a1c", "from": "95229", "to": "75115", "value": 222.10728149533617}, {"color": "#e41a1c", "from": "95229", "to": "75102", "value": 130.55883354475654}, {"color": "#377eb8", "from": "95229", "to": "92026", "value": 148.99961180856377}, {"color": "#e41a1c", "from": "95229", "to": "75117", "value": 189.75896270083922}, {"color": "#e41a1c", "from": "95229", "to": "75118", "value": 201.77539359883107}, {"color": "#377eb8", "from": "94058", "to": "92026", "value": 261.00393636755194}, {"color": "#377eb8", "from": "94058", "to": "92044", "value": 168.41359868423194}, {"color": "#377eb8", "from": "94058", "to": "92012", "value": 171.07977517359225}, {"color": "#e41a1c", "from": "94058", "to": "75118", "value": 122.02268408162895}, {"color": "#e41a1c", "from": "94058", "to": "75119", "value": 226.8880356184598}, {"color": "#4daf4a", "from": "94058", "to": "94052", "value": 488.6062297618574}, {"color": "#a65628", "from": "94058", "to": "95527", "value": 248.14029914077344}, {"color": "#e41a1c", "from": "94058", "to": "75120", "value": 174.02239034059326}, {"color": "#4daf4a", "from": "94058", "to": "94068", "value": 148.0557271460084}, {"color": "#4daf4a", "from": "94058", "to": "94028", "value": 261.72021144704746}, {"color": "#4daf4a", "from": "94058", "to": "94080", "value": 241.31720950804413}, {"color": "#e41a1c", "from": "94058", "to": "75113", "value": 349.96619934267227}, {"color": "#e41a1c", "from": "94058", "to": "75114", "value": 178.02645866808058}, {"color": "#e41a1c", "from": "94058", "to": "75115", "value": 377.1461599729178}, {"color": "#e41a1c", "from": "94058", "to": "75116", "value": 189.5290983793329}, {"color": "#e41a1c", "from": "94058", "to": "75105", "value": 132.76998694369556}, {"color": "#e41a1c", "from": "94058", "to": "75117", "value": 277.7864534003578}, {"color": "#e41a1c", "from": "94058", "to": "75102", "value": 205.90725361602824}, {"color": "#e41a1c", "from": "94058", "to": "75107", "value": 156.41649829059327}, {"color": "#e41a1c", "from": "94058", "to": "75108", "value": 529.3203207210146}, {"color": "#e41a1c", "from": "94058", "to": "75109", "value": 414.30601044987606}, {"color": "#e41a1c", "from": "94058", "to": "75101", "value": 219.84275799269156}, {"color": "#377eb8", "from": "94058", "to": "92050", "value": 126.5202079558965}, {"color": "#ff7f00", "from": "94058", "to": "93064", "value": 162.37994754935173}, {"color": "#e41a1c", "from": "94058", "to": "75110", "value": 144.16503674562392}, {"color": "#e41a1c", "from": "94058", "to": "75111", "value": 253.80779499019965}, {"color": "#e41a1c", "from": "94058", "to": "75112", "value": 596.1324763897132}, {"color": "#ff7f00", "from": "94058", "to": "93055", "value": 154.2304805717412}, {"color": "#ff7f00", "from": "94058", "to": "93066", "value": 225.04161194979187}, {"color": "#377eb8", "from": "94058", "to": "92062", "value": 175.37369232551572}, {"color": "#ff7f00", "from": "94058", "to": "93048", "value": 379.96850302682196}, {"color": "#4daf4a", "from": "94042", "to": "94067", "value": 137.73906748252443}, {"color": "#e41a1c", "from": "94042", "to": "75116", "value": 272.46533936129094}, {"color": "#e41a1c", "from": "94042", "to": "75117", "value": 246.35005913373834}, {"color": "#e41a1c", "from": "94042", "to": "75118", "value": 166.22969039897765}, {"color": "#4daf4a", "from": "94042", "to": "94041", "value": 158.74538288936918}, {"color": "#a65628", "from": "94042", "to": "95527", "value": 144.78658745414253}, {"color": "#ff7f00", "from": "94042", "to": "93066", "value": 151.91375197422423}, {"color": "#e41a1c", "from": "94042", "to": "75109", "value": 405.09018974265325}, {"color": "#e41a1c", "from": "94042", "to": "75111", "value": 235.82570543603737}, {"color": "#e41a1c", "from": "94042", "to": "75113", "value": 428.6586286431966}, {"color": "#e41a1c", "from": "94042", "to": "75114", "value": 168.94427931386554}, {"color": "#e41a1c", "from": "94042", "to": "75101", "value": 234.44207647286368}, {"color": "#e41a1c", "from": "94042", "to": "75105", "value": 157.56171369700186}, {"color": "#e41a1c", "from": "94042", "to": "75106", "value": 159.16948782963019}, {"color": "#e41a1c", "from": "94042", "to": "75110", "value": 222.08508313438216}, {"color": "#377eb8", "from": "94042", "to": "92026", "value": 199.82340951806165}, {"color": "#e41a1c", "from": "94042", "to": "75115", "value": 372.51432116575586}, {"color": "#e41a1c", "from": "94042", "to": "75119", "value": 171.03989535044275}, {"color": "#e41a1c", "from": "94042", "to": "75120", "value": 257.43417119033757}, {"color": "#377eb8", "from": "94042", "to": "92012", "value": 126.23007030952664}, {"color": "#e41a1c", "from": "94042", "to": "75102", "value": 260.8304614326007}, {"color": "#e41a1c", "from": "94042", "to": "75104", "value": 177.37020289109446}, {"color": "#e41a1c", "from": "94042", "to": "75107", "value": 189.74022803439368}, {"color": "#e41a1c", "from": "94042", "to": "75108", "value": 565.0641064022453}, {"color": "#377eb8", "from": "94042", "to": "92062", "value": 211.7552701763452}, {"color": "#377eb8", "from": "94042", "to": "92044", "value": 140.73943595838668}, {"color": "#4daf4a", "from": "94042", "to": "94052", "value": 124.84007519529595}, {"color": "#4daf4a", "from": "94042", "to": "94018", "value": 299.6551763987679}, {"color": "#377eb8", "from": "94052", "to": "92012", "value": 149.8207059078671}, {"color": "#377eb8", "from": "94052", "to": "92026", "value": 302.3921362931403}, {"color": "#377eb8", "from": "94052", "to": "92062", "value": 198.31921691383397}, {"color": "#e41a1c", "from": "94052", "to": "75116", "value": 251.62413022244365}, {"color": "#e41a1c", "from": "94052", "to": "75117", "value": 268.75738035883745}, {"color": "#e41a1c", "from": "94052", "to": "75118", "value": 151.00384273789868}, {"color": "#e41a1c", "from": "94052", "to": "75119", "value": 269.184472286356}, {"color": "#377eb8", "from": "94052", "to": "92044", "value": 124.71351768816129}, {"color": "#e41a1c", "from": "94052", "to": "75106", "value": 123.53528654062661}, {"color": "#e41a1c", "from": "94052", "to": "75108", "value": 672.3173594212456}, {"color": "#e41a1c", "from": "94052", "to": "75109", "value": 495.04014404088923}, {"color": "#e41a1c", "from": "94052", "to": "75110", "value": 225.53136838244453}, {"color": "#e41a1c", "from": "94052", "to": "75111", "value": 301.2042952975399}, {"color": "#e41a1c", "from": "94052", "to": "75115", "value": 434.34012931705246}, {"color": "#e41a1c", "from": "94052", "to": "75112", "value": 636.7377523982153}, {"color": "#e41a1c", "from": "94052", "to": "75101", "value": 281.9431669631419}, {"color": "#e41a1c", "from": "94052", "to": "75102", "value": 294.03050964942634}, {"color": "#e41a1c", "from": "94052", "to": "75120", "value": 287.5649717015427}, {"color": "#e41a1c", "from": "94052", "to": "75105", "value": 136.8470900285761}, {"color": "#ff7f00", "from": "94052", "to": "93066", "value": 172.72940907583367}, {"color": "#e41a1c", "from": "94052", "to": "75107", "value": 179.44787063145807}, {"color": "#e41a1c", "from": "94052", "to": "75113", "value": 448.36805221752616}, {"color": "#e41a1c", "from": "94052", "to": "75114", "value": 160.44721242917302}, {"color": "#e41a1c", "from": "94052", "to": "75104", "value": 144.34371347779341}, {"color": "#ff7f00", "from": "94052", "to": "93048", "value": 463.6573613834535}, {"color": "#4daf4a", "from": "94052", "to": "94018", "value": 152.69562361430914}, {"color": "#377eb8", "from": "94052", "to": "92050", "value": 202.64301610413426}, {"color": "#4daf4a", "from": "94052", "to": "94080", "value": 315.4718466558945}, {"color": "#a65628", "from": "94052", "to": "95527", "value": 172.0797298468673}, {"color": "#e41a1c", "from": "75103", "to": "75101", "value": 475.061505588865}, {"color": "#e41a1c", "from": "75103", "to": "75104", "value": 354.5079782114143}, {"color": "#e41a1c", "from": "75103", "to": "75108", "value": 1127.9276383285444}, {"color": "#377eb8", "from": "75103", "to": "92050", "value": 126.44659728322156}, {"color": "#377eb8", "from": "75103", "to": "92062", "value": 317.4787799959905}, {"color": "#e41a1c", "from": "75103", "to": "75102", "value": 562.1949945453797}, {"color": "#377eb8", "from": "78311", "to": "92036", "value": 165.12163534961653}, {"color": "#e41a1c", "from": "78311", "to": "75107", "value": 134.76360014006048}, {"color": "#e41a1c", "from": "78311", "to": "75108", "value": 678.7814440525834}, {"color": "#ffff33", "from": "78311", "to": "78146", "value": 190.80793485228696}, {"color": "#e41a1c", "from": "78311", "to": "75109", "value": 464.1563886456231}, {"color": "#ff7f00", "from": "78311", "to": "93066", "value": 196.96978230003825}, {"color": "#a65628", "from": "78311", "to": "95063", "value": 245.9207227484656}, {"color": "#377eb8", "from": "78311", "to": "92044", "value": 290.15390087470536}, {"color": "#377eb8", "from": "78311", "to": "92050", "value": 945.2897504042327}, {"color": "#377eb8", "from": "78311", "to": "92025", "value": 266.39664901028806}, {"color": "#377eb8", "from": "78311", "to": "92073", "value": 180.20234778583242}, {"color": "#377eb8", "from": "78311", "to": "92062", "value": 694.652671473127}, {"color": "#377eb8", "from": "78311", "to": "92063", "value": 322.77137669229387}, {"color": "#e41a1c", "from": "78311", "to": "75112", "value": 204.11609757247157}, {"color": "#e41a1c", "from": "78311", "to": "75113", "value": 234.59487734540167}, {"color": "#e41a1c", "from": "78311", "to": "75115", "value": 412.9791884241158}, {"color": "#e41a1c", "from": "78311", "to": "75116", "value": 295.24807668288327}, {"color": "#e41a1c", "from": "78311", "to": "75117", "value": 240.6709977665226}, {"color": "#377eb8", "from": "78311", "to": "92012", "value": 293.3138572747549}, {"color": "#377eb8", "from": "78311", "to": "92035", "value": 127.06714455739682}, {"color": "#377eb8", "from": "78311", "to": "92051", "value": 232.2961601217535}, {"color": "#ffff33", "from": "78311", "to": "78358", "value": 166.80989370529767}, {"color": "#ffff33", "from": "78311", "to": "78498", "value": 124.31657093751629}, {"color": "#e41a1c", "from": "78311", "to": "75110", "value": 179.23283611303597}, {"color": "#e41a1c", "from": "78311", "to": "75101", "value": 161.31672799770442}, {"color": "#377eb8", "from": "78311", "to": "92026", "value": 811.6483518322196}, {"color": "#e41a1c", "from": "78311", "to": "75119", "value": 143.5505745599763}, {"color": "#e41a1c", "from": "78311", "to": "75102", "value": 203.74101319253694}, {"color": "#ffff33", "from": "78311", "to": "78551", "value": 156.30906704037076}, {"color": "#984ea3", "from": "91136", "to": "91689", "value": 621.858402429388}, {"color": "#ffff33", "from": "91136", "to": "78640", "value": 133.30940241107493}, {"color": "#377eb8", "from": "91136", "to": "92012", "value": 169.16457786230433}, {"color": "#984ea3", "from": "91136", "to": "91692", "value": 322.11592497764997}, {"color": "#984ea3", "from": "91136", "to": "91666", "value": 147.89228936874065}, {"color": "#4daf4a", "from": "91136", "to": "94054", "value": 171.3767949852474}, {"color": "#4daf4a", "from": "91136", "to": "94065", "value": 327.98133275863387}, {"color": "#984ea3", "from": "91136", "to": "91345", "value": 361.70238611904415}, {"color": "#984ea3", "from": "91136", "to": "91122", "value": 361.66793800292385}, {"color": "#984ea3", "from": "91136", "to": "91272", "value": 179.32993049206863}, {"color": "#e41a1c", "from": "91136", "to": "75114", "value": 170.96100767981534}, {"color": "#e41a1c", "from": "91136", "to": "75115", "value": 271.54464624919643}, {"color": "#e41a1c", "from": "91136", "to": "75112", "value": 153.18778650753575}, {"color": "#e41a1c", "from": "91136", "to": "75108", "value": 172.80724512474734}, {"color": "#e41a1c", "from": "91136", "to": "75109", "value": 122.2817500478084}, {"color": "#e41a1c", "from": "91097", "to": "75109", "value": 159.29611399472842}, {"color": "#e41a1c", "from": "91097", "to": "75113", "value": 256.0745613888202}, {"color": "#e41a1c", "from": "91097", "to": "75112", "value": 326.78044415169376}, {"color": "#e41a1c", "from": "91097", "to": "75101", "value": 163.21565007305537}, {"color": "#984ea3", "from": "91097", "to": "91228", "value": 373.83917001142504}, {"color": "#e41a1c", "from": "91097", "to": "75116", "value": 158.38668715272996}, {"color": "#e41a1c", "from": "91097", "to": "75108", "value": 225.30544248942044}, {"color": "#984ea3", "from": "91097", "to": "91691", "value": 309.3802514657747}, {"color": "#4daf4a", "from": "91097", "to": "94065", "value": 147.94394010499144}, {"color": "#4daf4a", "from": "91097", "to": "94047", "value": 203.241859508591}, {"color": "#4daf4a", "from": "91097", "to": "94028", "value": 314.0784571357084}, {"color": "#4daf4a", "from": "91097", "to": "94078", "value": 213.70502238545532}, {"color": "#984ea3", "from": "91097", "to": "91114", "value": 542.4570615634547}, {"color": "#984ea3", "from": "91097", "to": "91191", "value": 121.26182460739842}, {"color": "#e41a1c", "from": "91097", "to": "75114", "value": 174.18906346875045}, {"color": "#e41a1c", "from": "91097", "to": "75115", "value": 227.6117825166894}, {"color": "#984ea3", "from": "91097", "to": "91421", "value": 195.55660823415226}, {"color": "#e41a1c", "from": "91097", "to": "75110", "value": 135.68201722042474}, {"color": "#377eb8", "from": "95063", "to": "92073", "value": 188.9813193164683}, {"color": "#377eb8", "from": "95063", "to": "92035", "value": 232.6073071449394}, {"color": "#377eb8", "from": "95063", "to": "92036", "value": 258.2127885422051}, {"color": "#377eb8", "from": "95063", "to": "92040", "value": 179.9668228886838}, {"color": "#377eb8", "from": "95063", "to": "92044", "value": 203.41616675348905}, {"color": "#ff7f00", "from": "95063", "to": "93066", "value": 120.87137720161179}, {"color": "#377eb8", "from": "95063", "to": "92062", "value": 457.2868717812284}, {"color": "#e41a1c", "from": "95063", "to": "75108", "value": 326.64093219339725}, {"color": "#e41a1c", "from": "95063", "to": "75109", "value": 173.33406529415007}, {"color": "#e41a1c", "from": "95063", "to": "75110", "value": 131.8685234354874}, {"color": "#e41a1c", "from": "95063", "to": "75116", "value": 236.7169274853863}, {"color": "#e41a1c", "from": "95063", "to": "75117", "value": 200.77807903900617}, {"color": "#e41a1c", "from": "95063", "to": "75112", "value": 139.02610910200113}, {"color": "#e41a1c", "from": "95063", "to": "75113", "value": 131.99493079022264}, {"color": "#377eb8", "from": "95063", "to": "92051", "value": 256.29880077668383}, {"color": "#377eb8", "from": "95063", "to": "92004", "value": 121.11399851033137}, {"color": "#377eb8", "from": "95063", "to": "92012", "value": 244.8581241083494}, {"color": "#377eb8", "from": "78423", "to": "92026", "value": 283.14051064805756}, {"color": "#377eb8", "from": "78423", "to": "92062", "value": 302.59526442917826}, {"color": "#e41a1c", "from": "78423", "to": "75117", "value": 121.4234598878415}, {"color": "#377eb8", "from": "78423", "to": "92060", "value": 124.79514148942381}, {"color": "#ffff33", "from": "78423", "to": "78297", "value": 1639.1200340864798}, {"color": "#ffff33", "from": "78423", "to": "78620", "value": 297.00426656116196}, {"color": "#377eb8", "from": "78423", "to": "92050", "value": 183.91062146396553}, {"color": "#e41a1c", "from": "78423", "to": "75108", "value": 182.66960744466672}, {"color": "#e41a1c", "from": "78423", "to": "75109", "value": 129.77242172851257}, {"color": "#ffff33", "from": "78423", "to": "78158", "value": 200.17128520681553}, {"color": "#377eb8", "from": "78423", "to": "92064", "value": 123.69537034740532}, {"color": "#ffff33", "from": "78423", "to": "78688", "value": 419.0917286633337}, {"color": "#ffff33", "from": "78423", "to": "78640", "value": 510.58568324019274}, {"color": "#377eb8", "from": "95306", "to": "92004", "value": 137.9211792989964}, {"color": "#ff7f00", "from": "95306", "to": "93066", "value": 253.8829391955789}, {"color": "#377eb8", "from": "95306", "to": "92044", "value": 160.20697580462232}, {"color": "#377eb8", "from": "95306", "to": "92062", "value": 220.0916697694137}, {"color": "#a65628", "from": "95306", "to": "95488", "value": 213.37598592631718}, {"color": "#377eb8", "from": "95306", "to": "92024", "value": 158.58657767929614}, {"color": "#377eb8", "from": "95306", "to": "92036", "value": 298.6566718484247}, {"color": "#377eb8", "from": "95306", "to": "92050", "value": 347.5500474769493}, {"color": "#377eb8", "from": "95306", "to": "92012", "value": 139.52459261333507}, {"color": "#ffff33", "from": "95306", "to": "78586", "value": 170.72316428253643}, {"color": "#e41a1c", "from": "95306", "to": "75107", "value": 179.19976882822854}, {"color": "#e41a1c", "from": "95306", "to": "75108", "value": 578.2845158505822}, {"color": "#e41a1c", "from": "95306", "to": "75109", "value": 375.7764850208668}, {"color": "#e41a1c", "from": "95306", "to": "75112", "value": 149.13955596703258}, {"color": "#e41a1c", "from": "95306", "to": "75102", "value": 180.47065247902336}, {"color": "#e41a1c", "from": "95306", "to": "75113", "value": 137.28400375473026}, {"color": "#e41a1c", "from": "95306", "to": "75115", "value": 309.5383998074312}, {"color": "#e41a1c", "from": "95306", "to": "75116", "value": 144.66209341649704}, {"color": "#ff7f00", "from": "95306", "to": "93070", "value": 135.32329281990056}, {"color": "#a65628", "from": "95306", "to": "95176", "value": 270.5423401867113}, {"color": "#e41a1c", "from": "95306", "to": "75117", "value": 209.11110985273802}, {"color": "#e41a1c", "from": "95306", "to": "75118", "value": 177.5174527048057}, {"color": "#377eb8", "from": "95306", "to": "92025", "value": 245.43456626410855}, {"color": "#377eb8", "from": "95306", "to": "92026", "value": 316.2683606873186}, {"color": "#a65628", "from": "95306", "to": "95353", "value": 175.98207777329566}, {"color": "#a65628", "from": "95306", "to": "95424", "value": 171.26898849583162}, {"color": "#e41a1c", "from": "94038", "to": "75105", "value": 146.41910455701364}, {"color": "#4daf4a", "from": "94038", "to": "94043", "value": 241.91476978697233}, {"color": "#4daf4a", "from": "94038", "to": "94021", "value": 227.02403004776687}, {"color": "#377eb8", "from": "94038", "to": "92002", "value": 278.7032932098718}, {"color": "#984ea3", "from": "94038", "to": "91377", "value": 146.77670390678844}, {"color": "#377eb8", "from": "94038", "to": "92049", "value": 175.33225838366684}, {"color": "#377eb8", "from": "94038", "to": "92040", "value": 138.69338360540922}, {"color": "#377eb8", "from": "94038", "to": "92071", "value": 158.0962697070888}, {"color": "#4daf4a", "from": "94038", "to": "94028", "value": 233.8875385416377}, {"color": "#4daf4a", "from": "94038", "to": "94034", "value": 257.80171436718433}, {"color": "#4daf4a", "from": "94038", "to": "94041", "value": 241.02365265067434}, {"color": "#4daf4a", "from": "94038", "to": "94003", "value": 257.56931484296445}, {"color": "#4daf4a", "from": "94038", "to": "94015", "value": 142.89546536774634}, {"color": "#4daf4a", "from": "94038", "to": "94016", "value": 216.49912938192884}, {"color": "#4daf4a", "from": "94038", "to": "94073", "value": 127.9605061003435}, {"color": "#4daf4a", "from": "94038", "to": "94065", "value": 311.66253061045325}, {"color": "#377eb8", "from": "94038", "to": "92026", "value": 124.78373977206394}, {"color": "#ffff33", "from": "94038", "to": "78640", "value": 153.58536678157847}, {"color": "#984ea3", "from": "94038", "to": "91689", "value": 130.18950856074687}, {"color": "#377eb8", "from": "94038", "to": "92007", "value": 143.23662278120864}, {"color": "#377eb8", "from": "94038", "to": "92012", "value": 146.59972005521638}, {"color": "#377eb8", "from": "94038", "to": "92014", "value": 268.22830500743873}, {"color": "#e41a1c", "from": "94038", "to": "75114", "value": 373.8470521389268}, {"color": "#e41a1c", "from": "94038", "to": "75115", "value": 343.21400868561875}, {"color": "#e41a1c", "from": "94038", "to": "75116", "value": 173.10808460788255}, {"color": "#e41a1c", "from": "94038", "to": "75117", "value": 157.11469241082864}, {"color": "#e41a1c", "from": "94038", "to": "75108", "value": 228.5268478997695}, {"color": "#e41a1c", "from": "94038", "to": "75113", "value": 452.6934242507123}, {"color": "#e41a1c", "from": "94038", "to": "75112", "value": 238.70898258833492}, {"color": "#4daf4a", "from": "94038", "to": "94054", "value": 198.2133299249013}, {"color": "#4daf4a", "from": "91657", "to": "94054", "value": 234.46151042373128}, {"color": "#4daf4a", "from": "91657", "to": "94065", "value": 199.58113613897254}, {"color": "#4daf4a", "from": "91657", "to": "94028", "value": 329.3600496963597}, {"color": "#e41a1c", "from": "91657", "to": "75108", "value": 244.8247566269267}, {"color": "#e41a1c", "from": "91657", "to": "75115", "value": 353.65298324085364}, {"color": "#e41a1c", "from": "91657", "to": "75116", "value": 129.21705334042483}, {"color": "#e41a1c", "from": "91657", "to": "75117", "value": 158.81491203475318}, {"color": "#e41a1c", "from": "91657", "to": "75118", "value": 129.304663109315}, {"color": "#e41a1c", "from": "91657", "to": "75101", "value": 153.85992544841892}, {"color": "#e41a1c", "from": "91657", "to": "75105", "value": 121.52122407530995}, {"color": "#e41a1c", "from": "91657", "to": "75109", "value": 176.91331727319562}, {"color": "#e41a1c", "from": "91657", "to": "75110", "value": 149.67105604159215}, {"color": "#e41a1c", "from": "91657", "to": "75112", "value": 362.1087782362978}, {"color": "#e41a1c", "from": "91657", "to": "75113", "value": 352.4303505130839}, {"color": "#984ea3", "from": "91657", "to": "91377", "value": 127.49396248010389}, {"color": "#e41a1c", "from": "91657", "to": "75120", "value": 134.2281001930375}, {"color": "#984ea3", "from": "91657", "to": "91201", "value": 475.6566936872313}, {"color": "#984ea3", "from": "91657", "to": "91421", "value": 386.78331793807007}, {"color": "#e41a1c", "from": "91657", "to": "75119", "value": 135.29682889518494}, {"color": "#984ea3", "from": "91657", "to": "91687", "value": 122.0687488151456}, {"color": "#984ea3", "from": "91657", "to": "91689", "value": 148.46212110296335}, {"color": "#984ea3", "from": "91657", "to": "91691", "value": 138.5182443276318}, {"color": "#984ea3", "from": "91657", "to": "91191", "value": 176.22549937673}, {"color": "#984ea3", "from": "91657", "to": "91228", "value": 338.9788497866779}, {"color": "#4daf4a", "from": "91657", "to": "94078", "value": 230.0603687389926}, {"color": "#e41a1c", "from": "93063", "to": "75111", "value": 301.93720740862557}, {"color": "#e41a1c", "from": "93063", "to": "75112", "value": 271.03436054477925}, {"color": "#ff7f00", "from": "93063", "to": "93013", "value": 135.26762237599226}, {"color": "#e41a1c", "from": "93063", "to": "75119", "value": 540.5573163037274}, {"color": "#ff7f00", "from": "93063", "to": "93008", "value": 278.16420129713043}, {"color": "#a65628", "from": "93063", "to": "95527", "value": 177.9012928325377}, {"color": "#ff7f00", "from": "93063", "to": "93066", "value": 220.61193899290083}, {"color": "#ff7f00", "from": "93063", "to": "93033", "value": 122.83638247607209}, {"color": "#ff7f00", "from": "93063", "to": "93045", "value": 225.2306916930749}, {"color": "#ff7f00", "from": "93063", "to": "93001", "value": 126.38860758272524}, {"color": "#e41a1c", "from": "93063", "to": "75107", "value": 246.99181671962967}, {"color": "#e41a1c", "from": "93063", "to": "75102", "value": 156.97664973088553}, {"color": "#e41a1c", "from": "93063", "to": "75101", "value": 206.03401206918912}, {"color": "#e41a1c", "from": "93063", "to": "75108", "value": 293.239975603172}, {"color": "#e41a1c", "from": "93063", "to": "75109", "value": 258.34648704548533}, {"color": "#e41a1c", "from": "93063", "to": "75110", "value": 297.075355758746}, {"color": "#377eb8", "from": "93063", "to": "92012", "value": 120.45005741468117}, {"color": "#e41a1c", "from": "93063", "to": "75115", "value": 388.543566554663}, {"color": "#e41a1c", "from": "93063", "to": "75113", "value": 270.6611730595252}, {"color": "#e41a1c", "from": "93063", "to": "75114", "value": 132.86695906816556}, {"color": "#e41a1c", "from": "93063", "to": "75116", "value": 216.2703824576974}, {"color": "#e41a1c", "from": "93063", "to": "75117", "value": 184.19424037351607}, {"color": "#e41a1c", "from": "93063", "to": "75118", "value": 275.485765664866}, {"color": "#e41a1c", "from": "93063", "to": "75103", "value": 136.3812834508381}, {"color": "#e41a1c", "from": "93063", "to": "75104", "value": 159.97492994875446}, {"color": "#ff7f00", "from": "93059", "to": "93055", "value": 125.83266761827275}, {"color": "#377eb8", "from": "93059", "to": "92036", "value": 165.13364572870466}, {"color": "#e41a1c", "from": "93059", "to": "75108", "value": 285.15124697056734}, {"color": "#e41a1c", "from": "93059", "to": "75116", "value": 147.97056466611136}, {"color": "#e41a1c", "from": "93059", "to": "75115", "value": 371.0946818491159}, {"color": "#e41a1c", "from": "93059", "to": "75101", "value": 121.04492430659236}, {"color": "#ff7f00", "from": "93059", "to": "93070", "value": 133.36012101888613}, {"color": "#e41a1c", "from": "93059", "to": "75109", "value": 169.44765519359592}, {"color": "#e41a1c", "from": "93059", "to": "75110", "value": 210.5533999105881}, {"color": "#e41a1c", "from": "93059", "to": "75120", "value": 136.99100986307604}, {"color": "#a65628", "from": "93059", "to": "95527", "value": 267.2093122060772}, {"color": "#e41a1c", "from": "93059", "to": "75112", "value": 261.6287962551763}, {"color": "#e41a1c", "from": "93059", "to": "75113", "value": 152.65503863021115}, {"color": "#e41a1c", "from": "93059", "to": "75117", "value": 277.3035512377626}, {"color": "#e41a1c", "from": "93059", "to": "75118", "value": 216.53388680053206}, {"color": "#e41a1c", "from": "93059", "to": "75119", "value": 165.39917947595794}, {"color": "#e41a1c", "from": "93059", "to": "75107", "value": 132.68520977542244}, {"color": "#ff7f00", "from": "93059", "to": "93001", "value": 189.12721047462915}, {"color": "#e41a1c", "from": "92046", "to": "75108", "value": 447.5346530614096}, {"color": "#e41a1c", "from": "92046", "to": "75109", "value": 327.8348968788772}, {"color": "#e41a1c", "from": "92046", "to": "75110", "value": 153.99984299549695}, {"color": "#e41a1c", "from": "92046", "to": "75105", "value": 156.41756385780596}, {"color": "#e41a1c", "from": "92046", "to": "75106", "value": 184.38655979433025}, {"color": "#e41a1c", "from": "92046", "to": "75107", "value": 385.060186580763}, {"color": "#e41a1c", "from": "92046", "to": "75101", "value": 153.62326505651808}, {"color": "#e41a1c", "from": "92046", "to": "75102", "value": 148.5631859073823}, {"color": "#4daf4a", "from": "92046", "to": "94003", "value": 157.67252269557798}, {"color": "#ffff33", "from": "92046", "to": "78640", "value": 175.82886125560142}, {"color": "#377eb8", "from": "92046", "to": "92026", "value": 128.945574711033}, {"color": "#377eb8", "from": "92046", "to": "92062", "value": 131.03824327570055}, {"color": "#377eb8", "from": "92046", "to": "92075", "value": 305.085860533678}, {"color": "#377eb8", "from": "92046", "to": "92050", "value": 127.52197056061705}, {"color": "#ff7f00", "from": "92046", "to": "93066", "value": 124.29729470718834}, {"color": "#984ea3", "from": "91687", "to": "91044", "value": 134.46382144384057}, {"color": "#e41a1c", "from": "91687", "to": "75107", "value": 133.31727014487507}, {"color": "#4daf4a", "from": "91687", "to": "94054", "value": 300.81038111760523}, {"color": "#4daf4a", "from": "91687", "to": "94065", "value": 231.46553348567875}, {"color": "#984ea3", "from": "91687", "to": "91689", "value": 265.44335938364617}, {"color": "#984ea3", "from": "91687", "to": "91286", "value": 271.00675638878016}, {"color": "#984ea3", "from": "91687", "to": "91377", "value": 263.62116245041454}, {"color": "#e41a1c", "from": "91687", "to": "75105", "value": 126.93963494531732}, {"color": "#e41a1c", "from": "91687", "to": "75113", "value": 287.55520548411636}, {"color": "#e41a1c", "from": "91687", "to": "75114", "value": 162.28830351627582}, {"color": "#e41a1c", "from": "91687", "to": "75115", "value": 337.2195472841259}, {"color": "#e41a1c", "from": "91687", "to": "75116", "value": 135.7879390599979}, {"color": "#e41a1c", "from": "91687", "to": "75117", "value": 121.86945612691713}, {"color": "#4daf4a", "from": "91687", "to": "94028", "value": 125.12819616525574}, {"color": "#984ea3", "from": "91687", "to": "91521", "value": 137.48353336402215}, {"color": "#984ea3", "from": "91687", "to": "91136", "value": 217.69150809429544}, {"color": "#e41a1c", "from": "91687", "to": "75108", "value": 222.59963762497168}, {"color": "#e41a1c", "from": "91687", "to": "75109", "value": 152.85830467641895}, {"color": "#e41a1c", "from": "91687", "to": "75112", "value": 232.3650965641138}, {"color": "#e41a1c", "from": "78158", "to": "75115", "value": 313.75194320764996}, {"color": "#e41a1c", "from": "78158", "to": "75108", "value": 353.86684353888194}, {"color": "#e41a1c", "from": "78158", "to": "75109", "value": 161.26533282327588}, {"color": "#377eb8", "from": "78158", "to": "92064", "value": 150.24828931666067}, {"color": "#377eb8", "from": "78158", "to": "92026", "value": 313.5885840722782}, {"color": "#e41a1c", "from": "78158", "to": "75117", "value": 124.31125919941405}, {"color": "#377eb8", "from": "78158", "to": "92040", "value": 168.85768432432704}, {"color": "#377eb8", "from": "78158", "to": "92050", "value": 230.23552800653016}, {"color": "#377eb8", "from": "78158", "to": "92062", "value": 246.17946261632318}, {"color": "#377eb8", "from": "78158", "to": "92063", "value": 245.8301755628273}, {"color": "#ffff33", "from": "78158", "to": "78620", "value": 148.1335179276818}, {"color": "#ffff33", "from": "78158", "to": "78640", "value": 311.2106571912814}, {"color": "#377eb8", "from": "78158", "to": "92012", "value": 335.55659402842434}, {"color": "#ffff33", "from": "78158", "to": "78297", "value": 427.51142105104424}, {"color": "#e41a1c", "from": "78158", "to": "75116", "value": 208.1580948140744}, {"color": "#a65628", "from": "95280", "to": "95277", "value": 575.1555444421023}, {"color": "#a65628", "from": "95280", "to": "95527", "value": 938.4333389307112}, {"color": "#e41a1c", "from": "95280", "to": "75109", "value": 149.32948921688748}, {"color": "#e41a1c", "from": "95280", "to": "75118", "value": 180.04530351517516}, {"color": "#e41a1c", "from": "95280", "to": "75119", "value": 146.76500109601096}, {"color": "#377eb8", "from": "95280", "to": "92036", "value": 139.8110201759261}, {"color": "#e41a1c", "from": "95280", "to": "75115", "value": 215.14959957993625}, {"color": "#e41a1c", "from": "95280", "to": "75108", "value": 197.54659676597953}, {"color": "#e41a1c", "from": "95280", "to": "75110", "value": 146.6284569820349}, {"color": "#e41a1c", "from": "95280", "to": "75112", "value": 194.57950082743173}, {"color": "#e41a1c", "from": "95280", "to": "75113", "value": 146.38429439313325}, {"color": "#ff7f00", "from": "95280", "to": "93005", "value": 126.70318265767358}, {"color": "#ff7f00", "from": "95280", "to": "93066", "value": 345.116108324924}, {"color": "#ff7f00", "from": "95280", "to": "93073", "value": 191.3668341396903}, {"color": "#e41a1c", "from": "94073", "to": "75117", "value": 126.7364557687957}, {"color": "#377eb8", "from": "94073", "to": "92026", "value": 129.33515898390655}, {"color": "#984ea3", "from": "94073", "to": "91689", "value": 167.84640473894444}, {"color": "#377eb8", "from": "94073", "to": "92040", "value": 125.16236068366472}, {"color": "#e41a1c", "from": "94073", "to": "75112", "value": 274.01430022777566}, {"color": "#4daf4a", "from": "94073", "to": "94065", "value": 571.7425366774411}, {"color": "#e41a1c", "from": "94073", "to": "75113", "value": 518.7894702024957}, {"color": "#e41a1c", "from": "94073", "to": "75102", "value": 128.39820534983977}, {"color": "#e41a1c", "from": "94073", "to": "75105", "value": 139.28952176966158}, {"color": "#e41a1c", "from": "94073", "to": "75107", "value": 140.1439727906181}, {"color": "#e41a1c", "from": "94073", "to": "75108", "value": 281.28475066499476}, {"color": "#e41a1c", "from": "94073", "to": "75109", "value": 147.58861538931947}, {"color": "#4daf4a", "from": "94073", "to": "94021", "value": 274.75212004484786}, {"color": "#ff7f00", "from": "94073", "to": "93066", "value": 121.29372464985093}, {"color": "#4daf4a", "from": "94073", "to": "94043", "value": 189.44601677768125}, {"color": "#4daf4a", "from": "94073", "to": "94046", "value": 132.25946853785493}, {"color": "#4daf4a", "from": "94073", "to": "94054", "value": 289.3892489440997}, {"color": "#4daf4a", "from": "94073", "to": "94041", "value": 275.910736810543}, {"color": "#e41a1c", "from": "94073", "to": "75114", "value": 246.7859198037642}, {"color": "#e41a1c", "from": "94073", "to": "75115", "value": 343.53913459317886}, {"color": "#e41a1c", "from": "94073", "to": "75116", "value": 153.18724046426627}, {"color": "#e41a1c", "from": "78015", "to": "75113", "value": 144.68580565551127}, {"color": "#e41a1c", "from": "78015", "to": "75108", "value": 390.36832307563975}, {"color": "#377eb8", "from": "78015", "to": "92044", "value": 144.36783471437184}, {"color": "#377eb8", "from": "78015", "to": "92012", "value": 123.18562852639755}, {"color": "#377eb8", "from": "78015", "to": "92026", "value": 419.28088608300186}, {"color": "#ffff33", "from": "78015", "to": "78418", "value": 188.83940514573663}, {"color": "#e41a1c", "from": "78015", "to": "75109", "value": 319.9827108595259}, {"color": "#e41a1c", "from": "78015", "to": "75112", "value": 120.89484227022781}, {"color": "#ffff33", "from": "78015", "to": "78551", "value": 444.57180427089816}, {"color": "#ffff33", "from": "78015", "to": "78571", "value": 157.52003143242405}, {"color": "#ffff33", "from": "78015", "to": "78646", "value": 126.79395371584516}, {"color": "#ffff33", "from": "78015", "to": "78358", "value": 139.75375874660836}, {"color": "#ffff33", "from": "78015", "to": "78372", "value": 127.80943895496301}, {"color": "#377eb8", "from": "78015", "to": "92050", "value": 504.85538123014874}, {"color": "#377eb8", "from": "78015", "to": "92062", "value": 335.5628679757925}, {"color": "#377eb8", "from": "78015", "to": "92063", "value": 177.87760421079705}, {"color": "#ffff33", "from": "78015", "to": "78005", "value": 170.89919434898968}, {"color": "#e41a1c", "from": "78015", "to": "75115", "value": 247.03381250447575}, {"color": "#e41a1c", "from": "78015", "to": "75116", "value": 168.5591986256403}, {"color": "#e41a1c", "from": "78015", "to": "75117", "value": 157.95486580745407}, {"color": "#e41a1c", "from": "93077", "to": "75113", "value": 187.454023446982}, {"color": "#e41a1c", "from": "93077", "to": "75109", "value": 310.69720201308564}, {"color": "#e41a1c", "from": "93077", "to": "75110", "value": 297.57475553999564}, {"color": "#e41a1c", "from": "93077", "to": "75111", "value": 191.48357454111178}, {"color": "#e41a1c", "from": "93077", "to": "75101", "value": 172.83834819260068}, {"color": "#e41a1c", "from": "93077", "to": "75108", "value": 401.57355648924397}, {"color": "#e41a1c", "from": "93077", "to": "75114", "value": 141.13363360814705}, {"color": "#e41a1c", "from": "93077", "to": "75115", "value": 366.3630789270105}, {"color": "#e41a1c", "from": "93077", "to": "75116", "value": 155.11356129118826}, {"color": "#e41a1c", "from": "93077", "to": "75112", "value": 242.73439694339825}, {"color": "#e41a1c", "from": "93077", "to": "75120", "value": 235.53831960903796}, {"color": "#377eb8", "from": "93077", "to": "92026", "value": 148.3555959004623}, {"color": "#ff7f00", "from": "93077", "to": "93048", "value": 355.26789667527635}, {"color": "#ff7f00", "from": "93077", "to": "93008", "value": 345.0827611292349}, {"color": "#ff7f00", "from": "93077", "to": "93010", "value": 281.35323475538274}, {"color": "#ff7f00", "from": "93077", "to": "93066", "value": 291.9822899019454}, {"color": "#4daf4a", "from": "93077", "to": "94033", "value": 161.18922740689763}, {"color": "#ff7f00", "from": "93077", "to": "93053", "value": 178.9262860640832}, {"color": "#ff7f00", "from": "93077", "to": "93055", "value": 255.51245952414396}, {"color": "#ff7f00", "from": "93077", "to": "93001", "value": 126.66737352177235}, {"color": "#ff7f00", "from": "93077", "to": "93005", "value": 194.37590016277522}, {"color": "#ff7f00", "from": "93077", "to": "93051", "value": 153.46371703508854}, {"color": "#a65628", "from": "93077", "to": "95527", "value": 192.86555652778705}, {"color": "#e41a1c", "from": "93077", "to": "75117", "value": 318.62435822297897}, {"color": "#e41a1c", "from": "93077", "to": "75118", "value": 183.67762496735773}, {"color": "#e41a1c", "from": "93077", "to": "75119", "value": 378.2122319056787}, {"color": "#e41a1c", "from": "93077", "to": "75107", "value": 128.06435407183088}, {"color": "#e41a1c", "from": "94016", "to": "75119", "value": 141.79939869454597}, {"color": "#377eb8", "from": "94016", "to": "92012", "value": 142.15652159216924}, {"color": "#377eb8", "from": "94016", "to": "92014", "value": 129.09471010893625}, {"color": "#e41a1c", "from": "94016", "to": "75117", "value": 125.74899312932952}, {"color": "#377eb8", "from": "94016", "to": "92049", "value": 266.5818015057291}, {"color": "#4daf4a", "from": "94016", "to": "94081", "value": 140.22259396370455}, {"color": "#4daf4a", "from": "94016", "to": "94076", "value": 239.54874752733454}, {"color": "#e41a1c", "from": "94016", "to": "75109", "value": 222.23032709497136}, {"color": "#e41a1c", "from": "94016", "to": "75110", "value": 153.6852500091939}, {"color": "#e41a1c", "from": "94016", "to": "75112", "value": 191.44683908930114}, {"color": "#e41a1c", "from": "94016", "to": "75113", "value": 470.474652905642}, {"color": "#e41a1c", "from": "94016", "to": "75114", "value": 536.4861449558406}, {"color": "#e41a1c", "from": "94016", "to": "75115", "value": 523.0381118160619}, {"color": "#e41a1c", "from": "94016", "to": "75116", "value": 224.4583834082065}, {"color": "#4daf4a", "from": "94016", "to": "94003", "value": 409.62279709841135}, {"color": "#4daf4a", "from": "94016", "to": "94015", "value": 163.67032878457704}, {"color": "#4daf4a", "from": "94016", "to": "94065", "value": 153.19184789076817}, {"color": "#ff7f00", "from": "94016", "to": "93066", "value": 186.92371080208054}, {"color": "#4daf4a", "from": "94016", "to": "94043", "value": 144.51903801168086}, {"color": "#e41a1c", "from": "94016", "to": "75105", "value": 243.92367958027396}, {"color": "#e41a1c", "from": "94016", "to": "75107", "value": 168.95398151992254}, {"color": "#e41a1c", "from": "94016", "to": "75108", "value": 310.4326300858519}, {"color": "#ffff33", "from": "94016", "to": "78640", "value": 140.89310847434453}, {"color": "#377eb8", "from": "94016", "to": "92040", "value": 128.1698366643134}, {"color": "#e41a1c", "from": "78146", "to": "75108", "value": 549.597634692835}, {"color": "#377eb8", "from": "78146", "to": "92012", "value": 238.06658421007063}, {"color": "#e41a1c", "from": "78146", "to": "75115", "value": 282.0919693134521}, {"color": "#e41a1c", "from": "78146", "to": "75116", "value": 284.2649554456711}, {"color": "#e41a1c", "from": "78146", "to": "75113", "value": 166.7084842239934}, {"color": "#ff7f00", "from": "78146", "to": "93066", "value": 186.21999384408414}, {"color": "#e41a1c", "from": "78146", "to": "75101", "value": 173.7488707974505}, {"color": "#e41a1c", "from": "78146", "to": "75102", "value": 122.50854821765299}, {"color": "#377eb8", "from": "78146", "to": "92073", "value": 189.01154023495502}, {"color": "#ffff33", "from": "78146", "to": "78551", "value": 233.85349718441813}, {"color": "#377eb8", "from": "78146", "to": "92050", "value": 997.6608982227342}, {"color": "#377eb8", "from": "78146", "to": "92051", "value": 225.7233872862428}, {"color": "#377eb8", "from": "78146", "to": "92062", "value": 508.6290899057702}, {"color": "#377eb8", "from": "78146", "to": "92044", "value": 170.86162089075094}, {"color": "#377eb8", "from": "78146", "to": "92026", "value": 581.8993632070062}, {"color": "#377eb8", "from": "78146", "to": "92036", "value": 134.45759015438674}, {"color": "#ffff33", "from": "78146", "to": "78190", "value": 164.12747569393582}, {"color": "#e41a1c", "from": "78146", "to": "75117", "value": 263.63571480512024}, {"color": "#e41a1c", "from": "78146", "to": "75107", "value": 128.6872889854181}, {"color": "#e41a1c", "from": "78146", "to": "75109", "value": 360.9370407490951}, {"color": "#e41a1c", "from": "78146", "to": "75112", "value": 195.6280167951841}, {"color": "#e41a1c", "from": "94079", "to": "75110", "value": 170.90762217333426}, {"color": "#e41a1c", "from": "94079", "to": "75111", "value": 153.89013610858373}, {"color": "#e41a1c", "from": "94079", "to": "75117", "value": 212.62629550895315}, {"color": "#e41a1c", "from": "94079", "to": "75118", "value": 139.22055660168022}, {"color": "#ff7f00", "from": "94079", "to": "93066", "value": 146.11545446931905}, {"color": "#377eb8", "from": "94079", "to": "92050", "value": 136.26594562577296}, {"color": "#377eb8", "from": "94079", "to": "92026", "value": 141.01060093174516}, {"color": "#377eb8", "from": "94079", "to": "92062", "value": 138.1787665508755}, {"color": "#e41a1c", "from": "94079", "to": "75108", "value": 397.5884863889002}, {"color": "#a65628", "from": "94079", "to": "95527", "value": 141.9581569781918}, {"color": "#4daf4a", "from": "94079", "to": "94068", "value": 169.89757453810694}, {"color": "#4daf4a", "from": "94079", "to": "94042", "value": 131.86133982855216}, {"color": "#e41a1c", "from": "94079", "to": "75112", "value": 363.4388115325842}, {"color": "#e41a1c", "from": "94079", "to": "75113", "value": 390.9422896395145}, {"color": "#4daf4a", "from": "94079", "to": "94052", "value": 143.86623180164233}, {"color": "#e41a1c", "from": "94079", "to": "75119", "value": 163.2716070606099}, {"color": "#e41a1c", "from": "94079", "to": "75120", "value": 130.2179632152811}, {"color": "#e41a1c", "from": "94079", "to": "75109", "value": 262.2532057331568}, {"color": "#e41a1c", "from": "94079", "to": "75115", "value": 302.0729779329969}, {"color": "#e41a1c", "from": "94079", "to": "75116", "value": 135.85900813320285}, {"color": "#e41a1c", "from": "94079", "to": "75101", "value": 191.37337058642316}, {"color": "#e41a1c", "from": "94079", "to": "75102", "value": 378.3433144622501}, {"color": "#4daf4a", "from": "94079", "to": "94028", "value": 296.5728904594429}, {"color": "#4daf4a", "from": "94079", "to": "94033", "value": 295.5345963825316}, {"color": "#4daf4a", "from": "94079", "to": "94015", "value": 412.3650924645781}, {"color": "#ff7f00", "from": "94079", "to": "93048", "value": 196.2529480109129}, {"color": "#e41a1c", "from": "91521", "to": "75115", "value": 242.58580786168787}, {"color": "#984ea3", "from": "91521", "to": "91377", "value": 168.96328423183022}, {"color": "#e41a1c", "from": "91521", "to": "75112", "value": 256.2114776464033}, {"color": "#984ea3", "from": "91521", "to": "91689", "value": 194.7769712750605}, {"color": "#4daf4a", "from": "91521", "to": "94054", "value": 284.6763755890513}, {"color": "#4daf4a", "from": "91521", "to": "94065", "value": 238.01690057827412}, {"color": "#984ea3", "from": "91521", "to": "91286", "value": 338.14632920191025}, {"color": "#e41a1c", "from": "91521", "to": "75117", "value": 129.5833061833915}, {"color": "#984ea3", "from": "91521", "to": "91136", "value": 186.42243015959764}, {"color": "#984ea3", "from": "91521", "to": "91201", "value": 182.97337247232375}, {"color": "#e41a1c", "from": "91521", "to": "75108", "value": 171.03160987445548}, {"color": "#e41a1c", "from": "91521", "to": "75109", "value": 166.33984862282074}, {"color": "#984ea3", "from": "91521", "to": "91027", "value": 138.37960138869806}, {"color": "#e41a1c", "from": "91521", "to": "75113", "value": 154.74503684878215}, {"color": "#984ea3", "from": "91521", "to": "91549", "value": 142.54055599820245}, {"color": "#ff7f00", "from": "94018", "to": "93066", "value": 158.0967584152812}, {"color": "#e41a1c", "from": "94018", "to": "75108", "value": 511.06253393075195}, {"color": "#e41a1c", "from": "94018", "to": "75118", "value": 133.8431994307868}, {"color": "#e41a1c", "from": "94018", "to": "75107", "value": 213.78216878417172}, {"color": "#e41a1c", "from": "94018", "to": "75116", "value": 216.3136884603936}, {"color": "#e41a1c", "from": "94018", "to": "75101", "value": 287.9075882939517}, {"color": "#e41a1c", "from": "94018", "to": "75102", "value": 281.96428746895623}, {"color": "#e41a1c", "from": "94018", "to": "75104", "value": 233.88972079629394}, {"color": "#e41a1c", "from": "94018", "to": "75105", "value": 176.5668583848724}, {"color": "#e41a1c", "from": "94018", "to": "75106", "value": 157.70006722766806}, {"color": "#e41a1c", "from": "94018", "to": "75114", "value": 233.53574228769335}, {"color": "#e41a1c", "from": "94018", "to": "75109", "value": 388.2381727849205}, {"color": "#e41a1c", "from": "94018", "to": "75110", "value": 274.9966009011933}, {"color": "#377eb8", "from": "94018", "to": "92062", "value": 191.85187037684432}, {"color": "#377eb8", "from": "94018", "to": "92026", "value": 199.37687157844957}, {"color": "#377eb8", "from": "94018", "to": "92012", "value": 147.10552279662747}, {"color": "#ff7f00", "from": "92035", "to": "93066", "value": 236.63282517207475}, {"color": "#ff7f00", "from": "92035", "to": "93070", "value": 142.2234044415487}, {"color": "#e41a1c", "from": "92035", "to": "75107", "value": 174.0492866134392}, {"color": "#377eb8", "from": "92035", "to": "92073", "value": 221.12541326007144}, {"color": "#e41a1c", "from": "92035", "to": "75108", "value": 693.2485447822563}, {"color": "#e41a1c", "from": "92035", "to": "75109", "value": 457.6192832360444}, {"color": "#e41a1c", "from": "92035", "to": "75101", "value": 201.3743148459014}, {"color": "#e41a1c", "from": "92035", "to": "75102", "value": 203.62378657931436}, {"color": "#377eb8", "from": "92035", "to": "92009", "value": 180.04789666285004}, {"color": "#377eb8", "from": "92035", "to": "92012", "value": 293.03616915610763}, {"color": "#377eb8", "from": "92035", "to": "92024", "value": 213.23920083088797}, {"color": "#377eb8", "from": "92035", "to": "92036", "value": 219.43706026739744}, {"color": "#377eb8", "from": "92035", "to": "92040", "value": 140.1592004982475}, {"color": "#e41a1c", "from": "92035", "to": "75112", "value": 205.92254249629266}, {"color": "#e41a1c", "from": "92035", "to": "75113", "value": 174.38942989707016}, {"color": "#e41a1c", "from": "92035", "to": "75114", "value": 125.20756679617055}, {"color": "#e41a1c", "from": "92035", "to": "75115", "value": 352.43359466706477}, {"color": "#e41a1c", "from": "92035", "to": "75116", "value": 386.4761008648831}, {"color": "#e41a1c", "from": "92035", "to": "75117", "value": 428.6627366925409}, {"color": "#e41a1c", "from": "92035", "to": "75118", "value": 136.9347434927224}, {"color": "#377eb8", "from": "92035", "to": "92051", "value": 450.351310753503}, {"color": "#377eb8", "from": "92035", "to": "92062", "value": 694.6274600259029}, {"color": "#e41a1c", "from": "92035", "to": "75119", "value": 129.6126408098875}, {"color": "#e41a1c", "from": "93014", "to": "75118", "value": 125.58896367758986}, {"color": "#ff7f00", "from": "93014", "to": "93047", "value": 358.16891306822424}, {"color": "#a65628", "from": "93014", "to": "95527", "value": 202.3709005229223}, {"color": "#e41a1c", "from": "93014", "to": "75108", "value": 179.73338751901645}, {"color": "#ff7f00", "from": "93014", "to": "93057", "value": 125.59831430956095}, {"color": "#ff7f00", "from": "93014", "to": "93064", "value": 131.77204056887376}, {"color": "#ff7f00", "from": "93014", "to": "93066", "value": 184.91913840578133}, {"color": "#ff7f00", "from": "93014", "to": "93010", "value": 269.0908321381233}, {"color": "#ff7f00", "from": "93014", "to": "93033", "value": 159.8345801620889}, {"color": "#ff7f00", "from": "93014", "to": "93005", "value": 163.14587532624657}, {"color": "#ff7f00", "from": "93014", "to": "93008", "value": 184.41126316375843}, {"color": "#e41a1c", "from": "93014", "to": "75110", "value": 249.8889410571702}, {"color": "#e41a1c", "from": "93014", "to": "75111", "value": 130.61213453033847}, {"color": "#e41a1c", "from": "93014", "to": "75115", "value": 158.12554135135542}, {"color": "#4daf4a", "from": "92060", "to": "94003", "value": 171.300553285745}, {"color": "#e41a1c", "from": "92060", "to": "75107", "value": 152.57882641999166}, {"color": "#ffff33", "from": "92060", "to": "78640", "value": 609.3764241208173}, {"color": "#ffff33", "from": "92060", "to": "78297", "value": 161.2006216537639}, {"color": "#377eb8", "from": "92060", "to": "92026", "value": 142.21853972916543}, {"color": "#377eb8", "from": "92060", "to": "92032", "value": 269.4269868316347}, {"color": "#e41a1c", "from": "92060", "to": "75108", "value": 263.28682274119245}, {"color": "#377eb8", "from": "92060", "to": "92050", "value": 165.05217625938755}, {"color": "#377eb8", "from": "92060", "to": "92071", "value": 242.39831518238256}, {"color": "#377eb8", "from": "92060", "to": "92046", "value": 183.85645997819606}, {"color": "#e41a1c", "from": "92060", "to": "75109", "value": 127.80520431418277}, {"color": "#e41a1c", "from": "92060", "to": "75112", "value": 136.1488711384249}, {"color": "#377eb8", "from": "92060", "to": "92062", "value": 145.1586305019117}, {"color": "#e41a1c", "from": "92060", "to": "75116", "value": 181.13647455083952}, {"color": "#e41a1c", "from": "92064", "to": "75113", "value": 144.2036848067951}, {"color": "#ffff33", "from": "92064", "to": "78297", "value": 163.42711662306488}, {"color": "#377eb8", "from": "92064", "to": "92044", "value": 203.32573606954142}, {"color": "#377eb8", "from": "92064", "to": "92033", "value": 149.9312249653841}, {"color": "#377eb8", "from": "92064", "to": "92051", "value": 299.30054092124794}, {"color": "#ffff33", "from": "92064", "to": "78640", "value": 141.04058090949894}, {"color": "#e41a1c", "from": "92064", "to": "75107", "value": 143.6191605948855}, {"color": "#e41a1c", "from": "92064", "to": "75108", "value": 737.1032001316815}, {"color": "#e41a1c", "from": "92064", "to": "75109", "value": 383.9974418470734}, {"color": "#e41a1c", "from": "92064", "to": "75112", "value": 151.14106518229255}, {"color": "#e41a1c", "from": "92064", "to": "75101", "value": 150.75595216479218}, {"color": "#e41a1c", "from": "92064", "to": "75102", "value": 217.3952392526142}, {"color": "#ff7f00", "from": "92009", "to": "93066", "value": 268.58166515356777}, {"color": "#e41a1c", "from": "92009", "to": "75116", "value": 377.2171468003972}, {"color": "#e41a1c", "from": "92009", "to": "75101", "value": 189.60238045574977}, {"color": "#e41a1c", "from": "92009", "to": "75102", "value": 255.38730545321383}, {"color": "#ff7f00", "from": "92009", "to": "93070", "value": 131.7284038978631}, {"color": "#e41a1c", "from": "92009", "to": "75107", "value": 161.21941320047014}, {"color": "#e41a1c", "from": "92009", "to": "75111", "value": 155.6498132462786}, {"color": "#e41a1c", "from": "92009", "to": "75112", "value": 200.70755094603106}, {"color": "#e41a1c", "from": "92009", "to": "75113", "value": 253.9588341807031}, {"color": "#e41a1c", "from": "92009", "to": "75108", "value": 784.8117798928084}, {"color": "#377eb8", "from": "92009", "to": "92062", "value": 466.3784263874944}, {"color": "#e41a1c", "from": "92009", "to": "75119", "value": 127.7654156966497}, {"color": "#377eb8", "from": "92009", "to": "92040", "value": 132.65181770750505}, {"color": "#e41a1c", "from": "92009", "to": "75109", "value": 501.32366232188673}, {"color": "#e41a1c", "from": "92009", "to": "75110", "value": 180.40241870372444}, {"color": "#377eb8", "from": "92009", "to": "92024", "value": 216.93023703020398}, {"color": "#377eb8", "from": "92009", "to": "92051", "value": 299.2397663118403}, {"color": "#377eb8", "from": "92009", "to": "92012", "value": 256.30126009251927}, {"color": "#377eb8", "from": "92009", "to": "92073", "value": 174.1816766726132}, {"color": "#377eb8", "from": "95598", "to": "92036", "value": 256.6757550585942}, {"color": "#ff7f00", "from": "95598", "to": "93066", "value": 559.4776274367464}, {"color": "#ff7f00", "from": "95598", "to": "93070", "value": 133.01789068624998}, {"color": "#a65628", "from": "95598", "to": "95203", "value": 259.21194755583434}, {"color": "#a65628", "from": "95598", "to": "95219", "value": 148.4910625518319}, {"color": "#e41a1c", "from": "95598", "to": "75108", "value": 398.73226978220464}, {"color": "#e41a1c", "from": "95598", "to": "75109", "value": 243.72597661785278}, {"color": "#e41a1c", "from": "95598", "to": "75110", "value": 218.88616375347544}, {"color": "#e41a1c", "from": "95598", "to": "75101", "value": 128.38769105562565}, {"color": "#e41a1c", "from": "95598", "to": "75118", "value": 148.73398628610283}, {"color": "#e41a1c", "from": "95598", "to": "75112", "value": 155.5311295227072}, {"color": "#e41a1c", "from": "95598", "to": "75113", "value": 128.83652987659485}, {"color": "#e41a1c", "from": "95598", "to": "75115", "value": 261.1301859219381}, {"color": "#e41a1c", "from": "95598", "to": "75116", "value": 199.12631996861916}, {"color": "#e41a1c", "from": "95598", "to": "75117", "value": 247.72671574257515}, {"color": "#377eb8", "from": "95598", "to": "92024", "value": 143.30544935701155}, {"color": "#377eb8", "from": "95598", "to": "92026", "value": 245.83293202093876}, {"color": "#e41a1c", "from": "95598", "to": "75119", "value": 157.8304215661488}, {"color": "#377eb8", "from": "95598", "to": "92044", "value": 136.70567832571575}, {"color": "#377eb8", "from": "95598", "to": "92050", "value": 218.74359896537936}, {"color": "#377eb8", "from": "95598", "to": "92062", "value": 183.52085004653506}, {"color": "#a65628", "from": "95598", "to": "95428", "value": 190.58214490939105}, {"color": "#a65628", "from": "95598", "to": "95527", "value": 168.43138629559093}, {"color": "#a65628", "from": "95598", "to": "95555", "value": 188.85676162507343}, {"color": "#ffff33", "from": "78297", "to": "78640", "value": 497.61861275895416}, {"color": "#377eb8", "from": "78297", "to": "92062", "value": 126.45916494680819}, {"color": "#ffff33", "from": "78297", "to": "78620", "value": 374.6711044022462}, {"color": "#ffff33", "from": "78297", "to": "78688", "value": 353.95891007636203}, {"color": "#a65628", "from": "95219", "to": "95203", "value": 337.34468271104276}, {"color": "#377eb8", "from": "95219", "to": "92026", "value": 256.8608566427146}, {"color": "#e41a1c", "from": "95219", "to": "75116", "value": 264.73626845177614}, {"color": "#e41a1c", "from": "95219", "to": "75110", "value": 224.41242676015477}, {"color": "#e41a1c", "from": "95219", "to": "75101", "value": 151.48179103296525}, {"color": "#377eb8", "from": "95219", "to": "92012", "value": 151.79697182242953}, {"color": "#e41a1c", "from": "95219", "to": "75119", "value": 152.97451450377866}, {"color": "#e41a1c", "from": "95219", "to": "75107", "value": 138.15489307562535}, {"color": "#e41a1c", "from": "95219", "to": "75109", "value": 270.4062971036731}, {"color": "#e41a1c", "from": "95219", "to": "75112", "value": 195.0419558677755}, {"color": "#e41a1c", "from": "95219", "to": "75113", "value": 169.72363088089728}, {"color": "#e41a1c", "from": "95219", "to": "75115", "value": 286.33958355077186}, {"color": "#e41a1c", "from": "95219", "to": "75117", "value": 323.722221982944}, {"color": "#e41a1c", "from": "95219", "to": "75118", "value": 171.00715808510134}, {"color": "#e41a1c", "from": "95219", "to": "75108", "value": 342.9967095218592}, {"color": "#a65628", "from": "95219", "to": "95582", "value": 211.45415788802742}, {"color": "#a65628", "from": "95219", "to": "95527", "value": 145.0962332598509}, {"color": "#a65628", "from": "95219", "to": "95491", "value": 156.69326974112695}, {"color": "#377eb8", "from": "95219", "to": "92044", "value": 161.2390056304391}, {"color": "#377eb8", "from": "95219", "to": "92050", "value": 232.49824525645016}, {"color": "#a65628", "from": "95219", "to": "95607", "value": 160.36271636550123}, {"color": "#377eb8", "from": "95219", "to": "92062", "value": 205.1504359246267}, {"color": "#377eb8", "from": "95219", "to": "92024", "value": 183.28439269540115}, {"color": "#377eb8", "from": "95219", "to": "92025", "value": 127.40167834842153}, {"color": "#377eb8", "from": "95219", "to": "92036", "value": 342.05193476879896}, {"color": "#ff7f00", "from": "95219", "to": "93066", "value": 445.666559529989}, {"color": "#ff7f00", "from": "95219", "to": "93070", "value": 166.98076356127697}, {"color": "#377eb8", "from": "95219", "to": "92004", "value": 121.48969654524177}, {"color": "#ff7f00", "from": "91691", "to": "93066", "value": 182.34123994337202}, {"color": "#984ea3", "from": "91691", "to": "91421", "value": 328.20373445213954}, {"color": "#377eb8", "from": "91691", "to": "92026", "value": 162.79588341471168}, {"color": "#984ea3", "from": "91691", "to": "91191", "value": 198.9712733582979}, {"color": "#984ea3", "from": "91691", "to": "91228", "value": 268.9379386654029}, {"color": "#984ea3", "from": "91691", "to": "91114", "value": 353.0896179197408}, {"color": "#e41a1c", "from": "91691", "to": "75117", "value": 125.17028659140247}, {"color": "#e41a1c", "from": "91691", "to": "75109", "value": 243.41397275755298}, {"color": "#e41a1c", "from": "91691", "to": "75115", "value": 251.21727744333376}, {"color": "#e41a1c", "from": "91691", "to": "75119", "value": 122.18990228066318}, {"color": "#e41a1c", "from": "91691", "to": "75112", "value": 554.5528601124968}, {"color": "#e41a1c", "from": "91691", "to": "75113", "value": 361.81091347001876}, {"color": "#e41a1c", "from": "91691", "to": "75108", "value": 371.79902105195714}, {"color": "#e41a1c", "from": "91691", "to": "75104", "value": 145.5769754006108}, {"color": "#e41a1c", "from": "91691", "to": "75102", "value": 135.41329750266553}, {"color": "#4daf4a", "from": "91691", "to": "94078", "value": 305.83097199955995}, {"color": "#4daf4a", "from": "91691", "to": "94054", "value": 130.24039279883849}, {"color": "#e41a1c", "from": "91691", "to": "75101", "value": 174.84835262962835}, {"color": "#4daf4a", "from": "91691", "to": "94028", "value": 507.62873100369296}, {"color": "#4daf4a", "from": "91691", "to": "94015", "value": 120.33418675654443}, {"color": "#4daf4a", "from": "91691", "to": "94011", "value": 148.2484963165112}, {"color": "#e41a1c", "from": "75104", "to": "75108", "value": 758.4615790979567}, {"color": "#e41a1c", "from": "75104", "to": "75101", "value": 291.40526905782485}, {"color": "#e41a1c", "from": "75104", "to": "75102", "value": 344.6558825932168}, {"color": "#e41a1c", "from": "95680", "to": "75117", "value": 142.23123784181135}, {"color": "#a65628", "from": "95680", "to": "95268", "value": 148.8513996039115}, {"color": "#a65628", "from": "95680", "to": "95527", "value": 620.9929687076603}, {"color": "#a65628", "from": "95680", "to": "95277", "value": 551.5499280927511}, {"color": "#a65628", "from": "95680", "to": "95280", "value": 158.43134963411504}, {"color": "#ff7f00", "from": "95680", "to": "93073", "value": 172.5938277504113}, {"color": "#ff7f00", "from": "95680", "to": "93066", "value": 296.34340496373784}, {"color": "#e41a1c", "from": "95680", "to": "75110", "value": 147.03654129965292}, {"color": "#e41a1c", "from": "95680", "to": "75113", "value": 148.55073698613086}, {"color": "#e41a1c", "from": "95680", "to": "75115", "value": 254.326182637285}, {"color": "#e41a1c", "from": "95680", "to": "75118", "value": 154.9845469397067}, {"color": "#e41a1c", "from": "95680", "to": "75108", "value": 127.68820280934077}, {"color": "#a65628", "from": "95680", "to": "95088", "value": 146.16178099662997}, {"color": "#e41a1c", "from": "91201", "to": "75113", "value": 293.52045425716096}, {"color": "#e41a1c", "from": "91201", "to": "75114", "value": 132.75842861033348}, {"color": "#4daf4a", "from": "91201", "to": "94078", "value": 145.99402947074066}, {"color": "#4daf4a", "from": "91201", "to": "94054", "value": 329.3271985599616}, {"color": "#4daf4a", "from": "91201", "to": "94065", "value": 192.87815470681633}, {"color": "#4daf4a", "from": "91201", "to": "94028", "value": 158.2160094452415}, {"color": "#984ea3", "from": "91201", "to": "91687", "value": 161.93997666443622}, {"color": "#984ea3", "from": "91201", "to": "91689", "value": 149.5664027494892}, {"color": "#984ea3", "from": "91201", "to": "91377", "value": 139.28476027363178}, {"color": "#984ea3", "from": "91201", "to": "91421", "value": 192.97703266452763}, {"color": "#984ea3", "from": "91201", "to": "91191", "value": 213.3999471623028}, {"color": "#984ea3", "from": "91201", "to": "91027", "value": 201.94888256191868}, {"color": "#e41a1c", "from": "91201", "to": "75107", "value": 125.79971077959588}, {"color": "#e41a1c", "from": "91201", "to": "75108", "value": 227.33403477209632}, {"color": "#e41a1c", "from": "91201", "to": "75115", "value": 259.635622516564}, {"color": "#e41a1c", "from": "91201", "to": "75112", "value": 212.24512171198077}, {"color": "#377eb8", "from": "94034", "to": "92049", "value": 127.51003622578776}, {"color": "#ffff33", "from": "94034", "to": "78640", "value": 174.02741038415516}, {"color": "#984ea3", "from": "94034", "to": "91377", "value": 162.70053237009347}, {"color": "#e41a1c", "from": "94034", "to": "75108", "value": 219.91637546322298}, {"color": "#e41a1c", "from": "94034", "to": "75115", "value": 382.1400509352681}, {"color": "#4daf4a", "from": "94034", "to": "94076", "value": 313.9459584625614}, {"color": "#4daf4a", "from": "94034", "to": "94003", "value": 145.04727168774943}, {"color": "#e41a1c", "from": "94034", "to": "75112", "value": 151.60059414316825}, {"color": "#4daf4a", "from": "94034", "to": "94021", "value": 174.01110633469338}, {"color": "#4daf4a", "from": "94034", "to": "94028", "value": 142.14035259153758}, {"color": "#4daf4a", "from": "94034", "to": "94043", "value": 184.8651062002673}, {"color": "#4daf4a", "from": "94034", "to": "94016", "value": 149.75919710001847}, {"color": "#4daf4a", "from": "94034", "to": "94065", "value": 407.9115849452}, {"color": "#4daf4a", "from": "94034", "to": "94054", "value": 153.0170137694132}, {"color": "#e41a1c", "from": "94034", "to": "75113", "value": 286.88019494757884}, {"color": "#e41a1c", "from": "94034", "to": "75114", "value": 204.59478936682547}, {"color": "#984ea3", "from": "94034", "to": "91689", "value": 183.69804596687652}, {"color": "#4daf4a", "from": "94044", "to": "94041", "value": 168.06188450355805}, {"color": "#4daf4a", "from": "94044", "to": "94054", "value": 147.11238472042217}, {"color": "#e41a1c", "from": "94044", "to": "75112", "value": 368.9138494356045}, {"color": "#e41a1c", "from": "94044", "to": "75113", "value": 267.00736897078406}, {"color": "#e41a1c", "from": "94044", "to": "75108", "value": 261.51295721805644}, {"color": "#e41a1c", "from": "94044", "to": "75115", "value": 261.7622818057396}, {"color": "#e41a1c", "from": "94044", "to": "75116", "value": 141.32300726917202}, {"color": "#4daf4a", "from": "94044", "to": "94065", "value": 156.32356787131604}, {"color": "#4daf4a", "from": "94044", "to": "94068", "value": 297.1506967538365}, {"color": "#4daf4a", "from": "94044", "to": "94071", "value": 211.68603119597844}, {"color": "#4daf4a", "from": "94044", "to": "94017", "value": 162.23835643153484}, {"color": "#4daf4a", "from": "94044", "to": "94081", "value": 203.01457400034758}, {"color": "#4daf4a", "from": "94044", "to": "94046", "value": 157.11796654660856}, {"color": "#4daf4a", "from": "91689", "to": "94054", "value": 369.5096440903377}, {"color": "#e41a1c", "from": "91689", "to": "75115", "value": 229.76882160284873}, {"color": "#984ea3", "from": "91689", "to": "91692", "value": 123.64569086641154}, {"color": "#e41a1c", "from": "91689", "to": "75112", "value": 154.57734163951284}, {"color": "#e41a1c", "from": "91689", "to": "75114", "value": 178.11482404275583}, {"color": "#e41a1c", "from": "91689", "to": "75108", "value": 173.14269918687998}, {"color": "#984ea3", "from": "91689", "to": "91345", "value": 170.6691592684915}, {"color": "#4daf4a", "from": "91689", "to": "94065", "value": 449.0233021070311}, {"color": "#ff7f00", "from": "93047", "to": "93005", "value": 126.24928709929443}, {"color": "#ff7f00", "from": "93047", "to": "93010", "value": 132.8964055579711}, {"color": "#ff7f00", "from": "93047", "to": "93048", "value": 171.96963233793403}, {"color": "#ff7f00", "from": "93047", "to": "93050", "value": 130.51147553445765}, {"color": "#a65628", "from": "93047", "to": "95527", "value": 295.81765931993607}, {"color": "#e41a1c", "from": "93047", "to": "75115", "value": 169.04945929530123}, {"color": "#ff7f00", "from": "93047", "to": "93033", "value": 251.67062060439093}, {"color": "#e41a1c", "from": "93047", "to": "75108", "value": 191.94043885062922}, {"color": "#e41a1c", "from": "93047", "to": "75110", "value": 132.8474449607921}, {"color": "#e41a1c", "from": "93047", "to": "75112", "value": 123.787152295433}, {"color": "#ff7f00", "from": "93047", "to": "93051", "value": 169.52272678299306}, {"color": "#ff7f00", "from": "93047", "to": "93008", "value": 243.1854026044887}, {"color": "#ff7f00", "from": "93047", "to": "93055", "value": 122.98109531935668}, {"color": "#ff7f00", "from": "93047", "to": "93057", "value": 121.9481115842264}, {"color": "#ff7f00", "from": "93047", "to": "93064", "value": 143.7706297632634}, {"color": "#ff7f00", "from": "93047", "to": "93066", "value": 133.26788419055325}, {"color": "#e41a1c", "from": "93047", "to": "75119", "value": 154.8025855088244}, {"color": "#e41a1c", "from": "92075", "to": "75119", "value": 153.68202066096384}, {"color": "#377eb8", "from": "92075", "to": "92050", "value": 121.7624669102668}, {"color": "#377eb8", "from": "92075", "to": "92062", "value": 209.03768217952964}, {"color": "#e41a1c", "from": "92075", "to": "75102", "value": 173.74991811227005}, {"color": "#377eb8", "from": "92075", "to": "92012", "value": 584.1793894251164}, {"color": "#e41a1c", "from": "92075", "to": "75106", "value": 194.32106444175992}, {"color": "#e41a1c", "from": "92075", "to": "75107", "value": 317.1041230401834}, {"color": "#e41a1c", "from": "92075", "to": "75108", "value": 414.78309048011397}, {"color": "#377eb8", "from": "92075", "to": "92026", "value": 193.68312362089063}, {"color": "#e41a1c", "from": "92075", "to": "75105", "value": 145.63259187662683}, {"color": "#e41a1c", "from": "92075", "to": "75101", "value": 159.02703097091376}, {"color": "#ffff33", "from": "92075", "to": "78640", "value": 179.84350024623149}, {"color": "#e41a1c", "from": "92075", "to": "75109", "value": 380.23711598821376}, {"color": "#e41a1c", "from": "92075", "to": "75112", "value": 195.059044311832}, {"color": "#e41a1c", "from": "92075", "to": "75113", "value": 352.1525467158083}, {"color": "#e41a1c", "from": "92075", "to": "75111", "value": 158.72163033712076}, {"color": "#377eb8", "from": "92075", "to": "92044", "value": 132.95999902094184}, {"color": "#e41a1c", "from": "92075", "to": "75116", "value": 392.08191886759676}, {"color": "#e41a1c", "from": "92075", "to": "75117", "value": 207.8194849786805}, {"color": "#4daf4a", "from": "91286", "to": "94054", "value": 233.3936280882478}, {"color": "#e41a1c", "from": "91286", "to": "75115", "value": 204.12098953243665}, {"color": "#984ea3", "from": "91286", "to": "91689", "value": 125.17309291107281}, {"color": "#ffff33", "from": "91122", "to": "78640", "value": 272.6314558477613}, {"color": "#e41a1c", "from": "91122", "to": "75115", "value": 217.1324836116018}, {"color": "#e41a1c", "from": "91122", "to": "75105", "value": 137.37126077757605}, {"color": "#984ea3", "from": "91122", "to": "91692", "value": 518.5160422629907}, {"color": "#984ea3", "from": "91122", "to": "91666", "value": 276.6822186247357}, {"color": "#e41a1c", "from": "91122", "to": "75108", "value": 141.21473718578164}, {"color": "#984ea3", "from": "91122", "to": "91272", "value": 763.3788048972066}, {"color": "#ffff33", "from": "91122", "to": "78297", "value": 188.2264039884439}, {"color": "#e41a1c", "from": "94071", "to": "75109", "value": 157.53121604379695}, {"color": "#e41a1c", "from": "94071", "to": "75111", "value": 124.55620361772888}, {"color": "#e41a1c", "from": "94071", "to": "75108", "value": 268.07444970264794}, {"color": "#4daf4a", "from": "94071", "to": "94046", "value": 136.42996902816827}, {"color": "#4daf4a", "from": "94071", "to": "94042", "value": 138.931086682849}, {"color": "#e41a1c", "from": "94071", "to": "75112", "value": 368.6849241546128}, {"color": "#e41a1c", "from": "94071", "to": "75113", "value": 166.38143282130756}, {"color": "#e41a1c", "from": "94071", "to": "75115", "value": 209.88599220822766}, {"color": "#4daf4a", "from": "94071", "to": "94033", "value": 127.45992185107555}, {"color": "#ff7f00", "from": "94071", "to": "93048", "value": 167.98215397234134}, {"color": "#a65628", "from": "93013", "to": "95277", "value": 173.25452105963905}, {"color": "#a65628", "from": "93013", "to": "95527", "value": 403.5583208518349}, {"color": "#e41a1c", "from": "93013", "to": "75118", "value": 149.89198624218014}, {"color": "#e41a1c", "from": "93013", "to": "75120", "value": 121.26041960821631}, {"color": "#e41a1c", "from": "93013", "to": "75119", "value": 177.61010004278512}, {"color": "#ff7f00", "from": "93013", "to": "93008", "value": 199.52082356251316}, {"color": "#e41a1c", "from": "93013", "to": "75108", "value": 240.32146056632126}, {"color": "#e41a1c", "from": "93013", "to": "75109", "value": 158.684597860047}, {"color": "#e41a1c", "from": "93013", "to": "75110", "value": 175.19587886933007}, {"color": "#e41a1c", "from": "93013", "to": "75112", "value": 158.23273682874938}, {"color": "#e41a1c", "from": "93013", "to": "75113", "value": 157.0909361990469}, {"color": "#e41a1c", "from": "93013", "to": "75114", "value": 120.16281733999969}, {"color": "#e41a1c", "from": "93013", "to": "75115", "value": 243.3034778636178}, {"color": "#e41a1c", "from": "93013", "to": "75116", "value": 146.36958594717595}, {"color": "#e41a1c", "from": "93013", "to": "75117", "value": 130.81011478888738}, {"color": "#ff7f00", "from": "93013", "to": "93055", "value": 123.31734840523028}, {"color": "#a65628", "from": "77514", "to": "95277", "value": 139.5141393488783}, {"color": "#f781bf", "from": "77514", "to": "77294", "value": 609.1738609042555}, {"color": "#f781bf", "from": "77514", "to": "77517", "value": 282.22434804484743}, {"color": "#f781bf", "from": "77514", "to": "77108", "value": 151.36180689022478}, {"color": "#e41a1c", "from": "77514", "to": "75117", "value": 138.7586516515598}, {"color": "#e41a1c", "from": "77514", "to": "75108", "value": 214.47255465114466}, {"color": "#e41a1c", "from": "77514", "to": "75110", "value": 128.05275990036353}, {"color": "#e41a1c", "from": "77514", "to": "75112", "value": 136.98681522409117}, {"color": "#e41a1c", "from": "77514", "to": "75115", "value": 152.18787761616724}, {"color": "#e41a1c", "from": "77514", "to": "75119", "value": 133.84387959010658}, {"color": "#ff7f00", "from": "77514", "to": "93046", "value": 281.2640561173555}, {"color": "#ff7f00", "from": "77514", "to": "93005", "value": 354.12734052763795}, {"color": "#ff7f00", "from": "77514", "to": "93008", "value": 163.13056021941048}, {"color": "#ff7f00", "from": "77514", "to": "93078", "value": 282.93513016463163}, {"color": "#e41a1c", "from": "77514", "to": "75118", "value": 124.52154825207586}, {"color": "#a65628", "from": "77514", "to": "95527", "value": 770.0777728213733}, {"color": "#ff7f00", "from": "77514", "to": "93074", "value": 124.70218137303516}, {"color": "#ff7f00", "from": "77514", "to": "93071", "value": 148.10555489945997}, {"color": "#ff7f00", "from": "77514", "to": "93066", "value": 200.79672557470292}, {"color": "#e41a1c", "from": "95607", "to": "75112", "value": 128.26567497015043}, {"color": "#377eb8", "from": "95607", "to": "92025", "value": 158.50321450468886}, {"color": "#377eb8", "from": "95607", "to": "92026", "value": 151.78364310736754}, {"color": "#377eb8", "from": "95607", "to": "92050", "value": 208.86951312146277}, {"color": "#e41a1c", "from": "95607", "to": "75108", "value": 214.26670510483945}, {"color": "#e41a1c", "from": "95607", "to": "75109", "value": 216.81901753801864}, {"color": "#a65628", "from": "95607", "to": "95527", "value": 142.51595783681014}, {"color": "#a65628", "from": "95607", "to": "95306", "value": 188.73279413644985}, {"color": "#ff7f00", "from": "95607", "to": "93066", "value": 266.17823972511576}, {"color": "#e41a1c", "from": "95607", "to": "75119", "value": 122.88051106700239}, {"color": "#e41a1c", "from": "95607", "to": "75117", "value": 171.75811689703806}, {"color": "#377eb8", "from": "95607", "to": "92044", "value": 141.7825053784442}, {"color": "#377eb8", "from": "95607", "to": "92036", "value": 331.3237655356728}, {"color": "#a65628", "from": "95607", "to": "95491", "value": 271.36749853982064}, {"color": "#a65628", "from": "95607", "to": "95598", "value": 143.43298408184262}, {"color": "#a65628", "from": "95607", "to": "95424", "value": 183.64315203191575}, {"color": "#a65628", "from": "95607", "to": "95488", "value": 293.9429277875042}, {"color": "#a65628", "from": "95607", "to": "95018", "value": 348.26875954443784}, {"color": "#a65628", "from": "95607", "to": "95203", "value": 247.70381081762045}, {"color": "#e41a1c", "from": "95607", "to": "75115", "value": 221.52602439778605}, {"color": "#e41a1c", "from": "95607", "to": "75118", "value": 160.12326794010698}, {"color": "#377eb8", "from": "95607", "to": "92024", "value": 164.50841315933275}, {"color": "#377eb8", "from": "95582", "to": "92036", "value": 330.2459969404247}, {"color": "#377eb8", "from": "95582", "to": "92044", "value": 184.74812428725377}, {"color": "#ff7f00", "from": "95582", "to": "93070", "value": 140.7385440440556}, {"color": "#a65628", "from": "95582", "to": "95527", "value": 128.97919586395986}, {"color": "#ff7f00", "from": "95582", "to": "93066", "value": 311.9616676570095}, {"color": "#e41a1c", "from": "95582", "to": "75108", "value": 442.2636330758393}, {"color": "#e41a1c", "from": "95582", "to": "75109", "value": 266.58981384269254}, {"color": "#e41a1c", "from": "95582", "to": "75102", "value": 148.92670084475745}, {"color": "#e41a1c", "from": "95582", "to": "75112", "value": 152.3659051352322}, {"color": "#377eb8", "from": "95582", "to": "92050", "value": 472.6744536289572}, {"color": "#377eb8", "from": "95582", "to": "92026", "value": 242.82829385287187}, {"color": "#377eb8", "from": "95582", "to": "92004", "value": 122.11358701806483}, {"color": "#377eb8", "from": "95582", "to": "92024", "value": 194.66097723506303}, {"color": "#377eb8", "from": "95582", "to": "92025", "value": 280.37392189263585}, {"color": "#e41a1c", "from": "95582", "to": "75116", "value": 173.91792530364947}, {"color": "#e41a1c", "from": "95582", "to": "75117", "value": 216.27827520912174}, {"color": "#377eb8", "from": "95582", "to": "92062", "value": 239.60459667178714}, {"color": "#e41a1c", "from": "95582", "to": "75115", "value": 201.29689340323594}, {"color": "#a65628", "from": "95582", "to": "95203", "value": 139.26468549057316}, {"color": "#e41a1c", "from": "95582", "to": "75118", "value": 165.89619813526264}, {"color": "#a65628", "from": "95488", "to": "95491", "value": 125.7883102049573}, {"color": "#a65628", "from": "95488", "to": "95353", "value": 157.57806305366216}, {"color": "#a65628", "from": "95488", "to": "95424", "value": 160.943105776092}, {"color": "#a65628", "from": "95488", "to": "95018", "value": 378.91972009315646}, {"color": "#377eb8", "from": "95488", "to": "92050", "value": 130.0321538065343}, {"color": "#e41a1c", "from": "95488", "to": "75108", "value": 245.74913636200154}, {"color": "#e41a1c", "from": "95488", "to": "75109", "value": 163.2405561414291}, {"color": "#e41a1c", "from": "95488", "to": "75115", "value": 230.38954653911213}, {"color": "#e41a1c", "from": "95488", "to": "75116", "value": 166.42690371709347}, {"color": "#e41a1c", "from": "95488", "to": "75117", "value": 140.21655610243886}, {"color": "#e41a1c", "from": "95488", "to": "75118", "value": 140.7787049513002}, {"color": "#e41a1c", "from": "95488", "to": "75119", "value": 125.70086995200273}, {"color": "#377eb8", "from": "95488", "to": "92036", "value": 219.54876162998892}, {"color": "#377eb8", "from": "95488", "to": "92044", "value": 177.92155968973296}, {"color": "#377eb8", "from": "95488", "to": "92025", "value": 172.1178438886388}, {"color": "#377eb8", "from": "95488", "to": "92026", "value": 228.35094386812048}, {"color": "#a65628", "from": "95488", "to": "95203", "value": 189.27969426125435}, {"color": "#ff7f00", "from": "95488", "to": "93066", "value": 156.07945043669378}, {"color": "#e41a1c", "from": "92033", "to": "75102", "value": 126.75679846160757}, {"color": "#e41a1c", "from": "92033", "to": "75108", "value": 531.8563846275445}, {"color": "#e41a1c", "from": "92033", "to": "75115", "value": 335.7106992173714}, {"color": "#e41a1c", "from": "92033", "to": "75116", "value": 341.7861286499988}, {"color": "#e41a1c", "from": "92033", "to": "75117", "value": 252.1502252157105}, {"color": "#ffff33", "from": "92033", "to": "78297", "value": 163.6795085353576}, {"color": "#377eb8", "from": "92033", "to": "92062", "value": 344.0762351784588}, {"color": "#377eb8", "from": "92033", "to": "92051", "value": 189.8593756878872}, {"color": "#377eb8", "from": "92033", "to": "92040", "value": 224.94687311606262}, {"color": "#377eb8", "from": "92033", "to": "92044", "value": 198.06391466533756}, {"color": "#377eb8", "from": "92033", "to": "92026", "value": 343.9860766658463}, {"color": "#ffff33", "from": "92033", "to": "78640", "value": 136.07980879984962}, {"color": "#e41a1c", "from": "92033", "to": "75109", "value": 292.3534022799324}, {"color": "#377eb8", "from": "95176", "to": "92025", "value": 262.71940222469846}, {"color": "#e41a1c", "from": "95176", "to": "75101", "value": 123.7235340853101}, {"color": "#e41a1c", "from": "95176", "to": "75102", "value": 125.45752826236748}, {"color": "#e41a1c", "from": "95176", "to": "75107", "value": 122.47681108558028}, {"color": "#e41a1c", "from": "95176", "to": "75108", "value": 471.01180007171445}, {"color": "#e41a1c", "from": "95176", "to": "75109", "value": 264.8192465287166}, {"color": "#377eb8", "from": "95176", "to": "92012", "value": 120.63092083418972}, {"color": "#377eb8", "from": "95176", "to": "92026", "value": 301.32297257214}, {"color": "#377eb8", "from": "95176", "to": "92036", "value": 278.1849231846152}, {"color": "#e41a1c", "from": "95176", "to": "75115", "value": 305.0832076108406}, {"color": "#e41a1c", "from": "95176", "to": "75116", "value": 125.26474947718727}, {"color": "#e41a1c", "from": "95176", "to": "75117", "value": 220.24124353856564}, {"color": "#e41a1c", "from": "95176", "to": "75118", "value": 136.68742650076706}, {"color": "#377eb8", "from": "95176", "to": "92044", "value": 174.06412071720987}, {"color": "#377eb8", "from": "95176", "to": "92050", "value": 417.3436202251452}, {"color": "#377eb8", "from": "95176", "to": "92051", "value": 124.83838636875568}, {"color": "#377eb8", "from": "95176", "to": "92062", "value": 250.32480518018244}, {"color": "#377eb8", "from": "95176", "to": "92063", "value": 124.60721070912084}, {"color": "#a65628", "from": "95176", "to": "95063", "value": 191.2033669511433}, {"color": "#e41a1c", "from": "95176", "to": "75112", "value": 188.03163322070566}, {"color": "#ff7f00", "from": "95176", "to": "93066", "value": 155.07321338134173}, {"color": "#e41a1c", "from": "95176", "to": "75113", "value": 129.65193790719124}, {"color": "#ffff33", "from": "95176", "to": "78418", "value": 160.152360849647}, {"color": "#e41a1c", "from": "95277", "to": "75109", "value": 167.58875231717911}, {"color": "#a65628", "from": "95277", "to": "95527", "value": 775.8691689746771}, {"color": "#e41a1c", "from": "95277", "to": "75112", "value": 122.48489377531732}, {"color": "#e41a1c", "from": "95277", "to": "75115", "value": 161.22171553477278}, {"color": "#e41a1c", "from": "95277", "to": "75116", "value": 130.66333197192887}, {"color": "#e41a1c", "from": "95277", "to": "75108", "value": 177.72571832019813}, {"color": "#e41a1c", "from": "95277", "to": "75117", "value": 168.97750666656523}, {"color": "#a65628", "from": "95277", "to": "95088", "value": 213.75649924873773}, {"color": "#ff7f00", "from": "95277", "to": "93066", "value": 229.871371700088}, {"color": "#377eb8", "from": "95203", "to": "92036", "value": 281.89841777676264}, {"color": "#377eb8", "from": "95203", "to": "92044", "value": 137.04458828012042}, {"color": "#e41a1c", "from": "95203", "to": "75110", "value": 176.57243812500502}, {"color": "#e41a1c", "from": "95203", "to": "75108", "value": 368.16777789322146}, {"color": "#e41a1c", "from": "95203", "to": "75115", "value": 258.7537753879069}, {"color": "#e41a1c", "from": "95203", "to": "75116", "value": 148.6754664326909}, {"color": "#377eb8", "from": "95203", "to": "92024", "value": 178.6815681637944}, {"color": "#377eb8", "from": "95203", "to": "92062", "value": 165.61185647638936}, {"color": "#377eb8", "from": "95203", "to": "92050", "value": 207.51395010782875}, {"color": "#ff7f00", "from": "95203", "to": "93066", "value": 401.8269479120221}, {"color": "#ff7f00", "from": "95203", "to": "93070", "value": 193.23920983648063}, {"color": "#e41a1c", "from": "95203", "to": "75117", "value": 169.9347442436004}, {"color": "#a65628", "from": "95203", "to": "95555", "value": 133.8631104048633}, {"color": "#e41a1c", "from": "95203", "to": "75113", "value": 140.8673047840056}, {"color": "#e41a1c", "from": "95203", "to": "75112", "value": 150.0988114059229}, {"color": "#e41a1c", "from": "95203", "to": "75118", "value": 161.08115954494235}, {"color": "#e41a1c", "from": "95203", "to": "75119", "value": 130.14221418962993}, {"color": "#a65628", "from": "95203", "to": "95369", "value": 146.75256931738113}, {"color": "#377eb8", "from": "95203", "to": "92025", "value": 127.44101842696772}, {"color": "#377eb8", "from": "95203", "to": "92026", "value": 244.6341408923824}, {"color": "#e41a1c", "from": "95203", "to": "75109", "value": 274.3007793508879}, {"color": "#377eb8", "from": "91114", "to": "92062", "value": 126.07542202247978}, {"color": "#984ea3", "from": "91114", "to": "91421", "value": 264.4175651153631}, {"color": "#4daf4a", "from": "91114", "to": "94047", "value": 159.74470434476146}, {"color": "#4daf4a", "from": "91114", "to": "94028", "value": 300.5460078161049}, {"color": "#4daf4a", "from": "91114", "to": "94078", "value": 241.99660387848803}, {"color": "#984ea3", "from": "91114", "to": "91228", "value": 210.92267734894835}, {"color": "#e41a1c", "from": "91114", "to": "75108", "value": 259.88154842830585}, {"color": "#e41a1c", "from": "91114", "to": "75109", "value": 173.68982160403723}, {"color": "#e41a1c", "from": "91114", "to": "75112", "value": 324.8121584876348}, {"color": "#e41a1c", "from": "91114", "to": "75113", "value": 251.7075166243391}, {"color": "#e41a1c", "from": "91114", "to": "75115", "value": 231.9439844622335}, {"color": "#e41a1c", "from": "91114", "to": "75107", "value": 123.89554509759876}, {"color": "#984ea3", "from": "91114", "to": "91191", "value": 124.56531898685108}, {"color": "#f781bf", "from": "77083", "to": "77121", "value": 156.22005043489247}, {"color": "#e41a1c", "from": "77083", "to": "75117", "value": 127.22145828040766}, {"color": "#e41a1c", "from": "77083", "to": "75119", "value": 139.30893031997098}, {"color": "#e41a1c", "from": "77083", "to": "75113", "value": 198.81673497557458}, {"color": "#f781bf", "from": "77083", "to": "77468", "value": 140.54756739711686}, {"color": "#ff7f00", "from": "77083", "to": "93066", "value": 125.85254245149187}, {"color": "#e41a1c", "from": "77083", "to": "75108", "value": 205.57035901888224}, {"color": "#e41a1c", "from": "77083", "to": "75115", "value": 211.45300349934485}, {"color": "#e41a1c", "from": "77083", "to": "75116", "value": 152.69710846716436}, {"color": "#f781bf", "from": "77083", "to": "77258", "value": 288.7490034710134}, {"color": "#4daf4a", "from": "77083", "to": "94033", "value": 192.61739530013205}, {"color": "#e41a1c", "from": "77083", "to": "75109", "value": 161.46726957548395}, {"color": "#e41a1c", "from": "77083", "to": "75112", "value": 261.81877262141205}, {"color": "#e41a1c", "from": "92032", "to": "75114", "value": 334.7438226451133}, {"color": "#e41a1c", "from": "92032", "to": "75115", "value": 536.0308758330748}, {"color": "#e41a1c", "from": "92032", "to": "75116", "value": 144.75951413710558}, {"color": "#ffff33", "from": "92032", "to": "78640", "value": 199.393278465373}, {"color": "#e41a1c", "from": "92032", "to": "75108", "value": 258.37783051798834}, {"color": "#e41a1c", "from": "92032", "to": "75109", "value": 148.62658077211537}, {"color": "#e41a1c", "from": "92032", "to": "75112", "value": 149.75068679467466}, {"color": "#e41a1c", "from": "92032", "to": "75101", "value": 131.28021128715497}, {"color": "#377eb8", "from": "92032", "to": "92040", "value": 291.1105783292209}, {"color": "#377eb8", "from": "92032", "to": "92026", "value": 139.21286941984806}, {"color": "#377eb8", "from": "92032", "to": "92012", "value": 203.35151157191555}, {"color": "#377eb8", "from": "92032", "to": "92014", "value": 121.87813430230982}, {"color": "#377eb8", "from": "92032", "to": "92062", "value": 123.32011835404344}, {"color": "#377eb8", "from": "92032", "to": "92071", "value": 240.1486418771411}, {"color": "#377eb8", "from": "92032", "to": "92048", "value": 138.05570018868374}, {"color": "#4daf4a", "from": "92032", "to": "94003", "value": 152.88588022609565}, {"color": "#e41a1c", "from": "92032", "to": "75106", "value": 124.73214837279555}, {"color": "#e41a1c", "from": "92032", "to": "75107", "value": 123.35376352287078}, {"color": "#e41a1c", "from": "92032", "to": "75113", "value": 217.03234082043534}, {"color": "#e41a1c", "from": "91692", "to": "75115", "value": 140.35113223352405}, {"color": "#ffff33", "from": "91692", "to": "78640", "value": 162.56327332235972}, {"color": "#ffff33", "from": "91692", "to": "78646", "value": 122.43247088107647}, {"color": "#984ea3", "from": "91692", "to": "91666", "value": 292.49569514429845}, {"color": "#984ea3", "from": "91692", "to": "91272", "value": 349.3966418324328}, {"color": "#e41a1c", "from": "95353", "to": "75109", "value": 211.5524517573241}, {"color": "#e41a1c", "from": "95353", "to": "75108", "value": 291.5719815414057}, {"color": "#377eb8", "from": "95353", "to": "92062", "value": 168.1412175906635}, {"color": "#377eb8", "from": "95353", "to": "92063", "value": 121.43275249516043}, {"color": "#377eb8", "from": "95353", "to": "92026", "value": 195.1015686029954}, {"color": "#e41a1c", "from": "95353", "to": "75115", "value": 180.65636423380002}, {"color": "#e41a1c", "from": "95353", "to": "75117", "value": 149.56995807813738}, {"color": "#a65628", "from": "95353", "to": "95176", "value": 123.79807392233133}, {"color": "#a65628", "from": "95353", "to": "95018", "value": 291.9196212023}, {"color": "#377eb8", "from": "95353", "to": "92050", "value": 301.90130376516566}, {"color": "#ff7f00", "from": "95353", "to": "93066", "value": 184.6360827942151}, {"color": "#377eb8", "from": "95353", "to": "92036", "value": 170.35696276640493}, {"color": "#e41a1c", "from": "95353", "to": "75118", "value": 142.99579636016819}, {"color": "#e41a1c", "from": "92078", "to": "75115", "value": 299.03723312672616}, {"color": "#377eb8", "from": "92078", "to": "92044", "value": 164.33696539274925}, {"color": "#e41a1c", "from": "92078", "to": "75112", "value": 149.82086664206403}, {"color": "#e41a1c", "from": "92078", "to": "75109", "value": 142.61336132849164}, {"color": "#e41a1c", "from": "92078", "to": "75108", "value": 195.24496029089389}, {"color": "#e41a1c", "from": "92078", "to": "75116", "value": 159.26738243934415}, {"color": "#e41a1c", "from": "92078", "to": "75117", "value": 209.3922216233366}, {"color": "#377eb8", "from": "92078", "to": "92062", "value": 138.18112189918372}, {"color": "#377eb8", "from": "92078", "to": "92026", "value": 210.76211538484245}, {"color": "#e41a1c", "from": "92078", "to": "75119", "value": 150.2102021557075}, {"color": "#e41a1c", "from": "92078", "to": "75118", "value": 189.3608598363531}, {"color": "#a65628", "from": "95491", "to": "95306", "value": 123.2730413073646}, {"color": "#377eb8", "from": "95491", "to": "92026", "value": 156.5820531008436}, {"color": "#377eb8", "from": "95491", "to": "92036", "value": 293.21848205967456}, {"color": "#377eb8", "from": "95491", "to": "92044", "value": 153.62418313406556}, {"color": "#a65628", "from": "95491", "to": "95203", "value": 236.81547239798758}, {"color": "#a65628", "from": "95491", "to": "95527", "value": 148.75735403301132}, {"color": "#a65628", "from": "95491", "to": "95582", "value": 127.0626401993879}, {"color": "#a65628", "from": "95491", "to": "95018", "value": 339.0957781558084}, {"color": "#ff7f00", "from": "95491", "to": "93066", "value": 287.80821262673095}, {"color": "#e41a1c", "from": "95491", "to": "75115", "value": 209.71791314449757}, {"color": "#e41a1c", "from": "95491", "to": "75116", "value": 148.9384459143092}, {"color": "#e41a1c", "from": "95491", "to": "75117", "value": 198.5548152138148}, {"color": "#377eb8", "from": "95491", "to": "92062", "value": 131.46108478735835}, {"color": "#e41a1c", "from": "95491", "to": "75110", "value": 160.45955588302476}, {"color": "#377eb8", "from": "95491", "to": "92050", "value": 289.1192363399445}, {"color": "#e41a1c", "from": "95491", "to": "75119", "value": 130.100379333906}, {"color": "#e41a1c", "from": "95491", "to": "75108", "value": 282.03183616274134}, {"color": "#e41a1c", "from": "95491", "to": "75109", "value": 186.42034985608396}, {"color": "#a65628", "from": "95491", "to": "95598", "value": 195.2199163256144}, {"color": "#4daf4a", "from": "94043", "to": "94003", "value": 203.88556721371495}, {"color": "#ff7f00", "from": "94043", "to": "93048", "value": 124.65126043384089}, {"color": "#e41a1c", "from": "94043", "to": "75101", "value": 179.42682744589501}, {"color": "#e41a1c", "from": "94043", "to": "75102", "value": 217.08473172254807}, {"color": "#e41a1c", "from": "94043", "to": "75108", "value": 338.6259754988719}, {"color": "#e41a1c", "from": "94043", "to": "75109", "value": 275.472303315217}, {"color": "#e41a1c", "from": "94043", "to": "75110", "value": 173.28695464133358}, {"color": "#e41a1c", "from": "94043", "to": "75111", "value": 151.09942369038004}, {"color": "#e41a1c", "from": "94043", "to": "75116", "value": 167.88451373712357}, {"color": "#4daf4a", "from": "94043", "to": "94028", "value": 141.64342547147774}, {"color": "#377eb8", "from": "94043", "to": "92040", "value": 123.69301913612361}, {"color": "#e41a1c", "from": "94043", "to": "75105", "value": 295.553266437671}, {"color": "#e41a1c", "from": "94043", "to": "75106", "value": 130.12806182629362}, {"color": "#e41a1c", "from": "94043", "to": "75107", "value": 229.36670288950674}, {"color": "#e41a1c", "from": "94043", "to": "75117", "value": 168.70128153301084}, {"color": "#4daf4a", "from": "94054", "to": "94077", "value": 152.49882156908805}, {"color": "#e41a1c", "from": "94054", "to": "75108", "value": 209.29817196044928}, {"color": "#e41a1c", "from": "94054", "to": "75112", "value": 174.43723386215933}, {"color": "#e41a1c", "from": "94054", "to": "75114", "value": 159.71711879399814}, {"color": "#e41a1c", "from": "94054", "to": "75116", "value": 132.39553984929344}, {"color": "#4daf4a", "from": "94054", "to": "94065", "value": 405.17921380983853}, {"color": "#e41a1c", "from": "91421", "to": "75115", "value": 228.73994418676645}, {"color": "#e41a1c", "from": "91421", "to": "75119", "value": 121.53392561460274}, {"color": "#984ea3", "from": "91421", "to": "91228", "value": 226.80125400136308}, {"color": "#e41a1c", "from": "91421", "to": "75108", "value": 245.14340610157535}, {"color": "#e41a1c", "from": "91421", "to": "75109", "value": 180.5878646593294}, {"color": "#e41a1c", "from": "91421", "to": "75110", "value": 136.148051182294}, {"color": "#e41a1c", "from": "91421", "to": "75112", "value": 292.56475430675306}, {"color": "#e41a1c", "from": "91421", "to": "75113", "value": 228.36281001328757}, {"color": "#4daf4a", "from": "91421", "to": "94078", "value": 231.63367555505656}, {"color": "#4daf4a", "from": "91421", "to": "94028", "value": 255.91955154846022}, {"color": "#4daf4a", "from": "91421", "to": "94065", "value": 129.71448972551624}, {"color": "#e41a1c", "from": "91421", "to": "75101", "value": 147.54951391624974}, {"color": "#a65628", "from": "93057", "to": "95527", "value": 210.47603038370733}, {"color": "#e41a1c", "from": "93057", "to": "75120", "value": 150.99663864675136}, {"color": "#ff7f00", "from": "93057", "to": "93008", "value": 406.44055248250834}, {"color": "#ff7f00", "from": "93057", "to": "93064", "value": 178.5123130509144}, {"color": "#ff7f00", "from": "93057", "to": "93066", "value": 148.94034222268962}, {"color": "#ff7f00", "from": "93057", "to": "93055", "value": 189.24484046015792}, {"color": "#ff7f00", "from": "93057", "to": "93053", "value": 128.72116655003884}, {"color": "#e41a1c", "from": "93057", "to": "75108", "value": 248.68625424404348}, {"color": "#e41a1c", "from": "93057", "to": "75109", "value": 255.52766451876397}, {"color": "#ff7f00", "from": "93057", "to": "93048", "value": 201.9893205322234}, {"color": "#e41a1c", "from": "93057", "to": "75110", "value": 163.1803276642626}, {"color": "#e41a1c", "from": "93057", "to": "75112", "value": 218.34267617934756}, {"color": "#e41a1c", "from": "93057", "to": "75115", "value": 188.21002463299826}, {"color": "#e41a1c", "from": "93057", "to": "75117", "value": 145.98482843249812}, {"color": "#e41a1c", "from": "93057", "to": "75118", "value": 138.78028662956882}, {"color": "#e41a1c", "from": "93057", "to": "75119", "value": 238.33793835786776}, {"color": "#e41a1c", "from": "93057", "to": "75111", "value": 217.18391330769165}, {"color": "#e41a1c", "from": "94047", "to": "75108", "value": 168.50925235036175}, {"color": "#4daf4a", "from": "94047", "to": "94078", "value": 190.43775354649878}, {"color": "#e41a1c", "from": "94047", "to": "75112", "value": 226.40000042749537}, {"color": "#e41a1c", "from": "94047", "to": "75113", "value": 147.22878012257956}, {"color": "#e41a1c", "from": "94047", "to": "75115", "value": 155.33891062046808}, {"color": "#4daf4a", "from": "94047", "to": "94068", "value": 211.08693273123063}, {"color": "#4daf4a", "from": "94047", "to": "94081", "value": 120.90609374824896}, {"color": "#4daf4a", "from": "94047", "to": "94044", "value": 219.42719734918384}, {"color": "#4daf4a", "from": "94047", "to": "94011", "value": 339.1304782445188}, {"color": "#4daf4a", "from": "94047", "to": "94071", "value": 189.94078075815406}, {"color": "#4daf4a", "from": "94047", "to": "94028", "value": 1027.9697666108925}, {"color": "#ff7f00", "from": "93045", "to": "93008", "value": 172.50936637653314}, {"color": "#e41a1c", "from": "93045", "to": "75108", "value": 377.35001569734067}, {"color": "#e41a1c", "from": "93045", "to": "75109", "value": 316.65620848235363}, {"color": "#e41a1c", "from": "93045", "to": "75110", "value": 299.2820799841915}, {"color": "#e41a1c", "from": "93045", "to": "75111", "value": 240.8670458407878}, {"color": "#e41a1c", "from": "93045", "to": "75112", "value": 261.6825049778253}, {"color": "#e41a1c", "from": "93045", "to": "75113", "value": 250.8950694643676}, {"color": "#e41a1c", "from": "93045", "to": "75117", "value": 258.6934240758407}, {"color": "#e41a1c", "from": "93045", "to": "75118", "value": 159.25585694801225}, {"color": "#e41a1c", "from": "93045", "to": "75119", "value": 502.69713935522395}, {"color": "#ff7f00", "from": "93045", "to": "93001", "value": 251.6080109822388}, {"color": "#e41a1c", "from": "93045", "to": "75103", "value": 155.76673521849196}, {"color": "#e41a1c", "from": "93045", "to": "75104", "value": 122.9258474861226}, {"color": "#e41a1c", "from": "93045", "to": "75105", "value": 143.42070055529788}, {"color": "#e41a1c", "from": "93045", "to": "75101", "value": 184.93728499078244}, {"color": "#e41a1c", "from": "93045", "to": "75102", "value": 251.07685807442013}, {"color": "#e41a1c", "from": "93045", "to": "75114", "value": 154.64308926351453}, {"color": "#e41a1c", "from": "93045", "to": "75115", "value": 360.2217403494509}, {"color": "#e41a1c", "from": "93045", "to": "75116", "value": 163.93723377023804}, {"color": "#e41a1c", "from": "93045", "to": "75107", "value": 179.5232583855117}, {"color": "#ff7f00", "from": "93045", "to": "93066", "value": 183.86352881240103}, {"color": "#e41a1c", "from": "78358", "to": "75109", "value": 349.8555285929439}, {"color": "#377eb8", "from": "78358", "to": "92050", "value": 406.41091947595817}, {"color": "#377eb8", "from": "78358", "to": "92044", "value": 206.89911611298865}, {"color": "#ff7f00", "from": "78358", "to": "93066", "value": 138.43960120923407}, {"color": "#377eb8", "from": "78358", "to": "92051", "value": 162.92302814219795}, {"color": "#377eb8", "from": "78358", "to": "92062", "value": 523.4172000760108}, {"color": "#e41a1c", "from": "78358", "to": "75107", "value": 135.94494176734204}, {"color": "#e41a1c", "from": "78358", "to": "75108", "value": 578.8918703280749}, {"color": "#377eb8", "from": "78358", "to": "92012", "value": 155.5276746155183}, {"color": "#e41a1c", "from": "78358", "to": "75112", "value": 151.39074993064636}, {"color": "#377eb8", "from": "78358", "to": "92026", "value": 539.4994239887075}, {"color": "#e41a1c", "from": "78358", "to": "75102", "value": 165.07000759598677}, {"color": "#e41a1c", "from": "78358", "to": "75115", "value": 240.7627820224846}, {"color": "#e41a1c", "from": "78358", "to": "75116", "value": 250.07811064781853}, {"color": "#e41a1c", "from": "78358", "to": "75117", "value": 212.89577712413754}, {"color": "#e41a1c", "from": "78358", "to": "75101", "value": 197.05212753671813}, {"color": "#e41a1c", "from": "78358", "to": "75113", "value": 159.02987788362572}, {"color": "#ffff33", "from": "92072", "to": "78297", "value": 131.20429515636883}, {"color": "#e41a1c", "from": "92072", "to": "75108", "value": 376.13106556180986}, {"color": "#e41a1c", "from": "92072", "to": "75109", "value": 238.53963304345112}, {"color": "#e41a1c", "from": "92072", "to": "75116", "value": 412.5244219546137}, {"color": "#e41a1c", "from": "92072", "to": "75117", "value": 174.4035013879188}, {"color": "#377eb8", "from": "92072", "to": "92044", "value": 127.93708972536113}, {"color": "#377eb8", "from": "92072", "to": "92050", "value": 249.84346350609695}, {"color": "#377eb8", "from": "92072", "to": "92051", "value": 124.54136427105577}, {"color": "#377eb8", "from": "92072", "to": "92064", "value": 204.08803763840984}, {"color": "#377eb8", "from": "92072", "to": "92073", "value": 123.93366959456714}, {"color": "#377eb8", "from": "92072", "to": "92022", "value": 134.756640464031}, {"color": "#377eb8", "from": "92072", "to": "92062", "value": 277.9256119965233}, {"color": "#377eb8", "from": "92072", "to": "92026", "value": 290.5130384925647}, {"color": "#e41a1c", "from": "92072", "to": "75107", "value": 137.05587953929876}, {"color": "#e41a1c", "from": "92072", "to": "75113", "value": 121.51325631079922}, {"color": "#ffff33", "from": "92072", "to": "78640", "value": 329.3884184764332}, {"color": "#377eb8", "from": "78640", "to": "92022", "value": 127.28603013616375}, {"color": "#e41a1c", "from": "78640", "to": "75108", "value": 151.62771421432558}, {"color": "#ffff33", "from": "78640", "to": "78686", "value": 156.1131511479269}, {"color": "#ffff33", "from": "78640", "to": "78620", "value": 239.04042282693916}, {"color": "#e41a1c", "from": "77390", "to": "75112", "value": 256.0950819350613}, {"color": "#e41a1c", "from": "77390", "to": "75113", "value": 189.33881140592123}, {"color": "#e41a1c", "from": "77390", "to": "75115", "value": 204.80476819719442}, {"color": "#e41a1c", "from": "77390", "to": "75116", "value": 126.44827008460699}, {"color": "#4daf4a", "from": "77390", "to": "94028", "value": 173.3164026703502}, {"color": "#4daf4a", "from": "77390", "to": "94033", "value": 147.07430339288655}, {"color": "#ff7f00", "from": "77390", "to": "93051", "value": 294.798493043879}, {"color": "#4daf4a", "from": "77390", "to": "94019", "value": 235.91816389074307}, {"color": "#f781bf", "from": "77390", "to": "77258", "value": 244.3516469951852}, {"color": "#f781bf", "from": "77390", "to": "77350", "value": 208.57165561699128}, {"color": "#f781bf", "from": "77390", "to": "77121", "value": 214.47676006519802}, {"color": "#e41a1c", "from": "77390", "to": "75108", "value": 236.97043640932748}, {"color": "#e41a1c", "from": "77390", "to": "75109", "value": 147.60246343321867}, {"color": "#a65628", "from": "77468", "to": "95527", "value": 131.87042707096745}, {"color": "#4daf4a", "from": "77468", "to": "94033", "value": 123.29485200197983}, {"color": "#f781bf", "from": "77468", "to": "77438", "value": 145.58387754954614}, {"color": "#f781bf", "from": "77468", "to": "77258", "value": 295.7792664362353}, {"color": "#e41a1c", "from": "77468", "to": "75108", "value": 195.426320708968}, {"color": "#e41a1c", "from": "77468", "to": "75109", "value": 154.42555635808205}, {"color": "#f781bf", "from": "77468", "to": "77121", "value": 265.9411332469631}, {"color": "#e41a1c", "from": "77468", "to": "75113", "value": 168.12753075343582}, {"color": "#e41a1c", "from": "77468", "to": "75115", "value": 161.56686503764024}, {"color": "#e41a1c", "from": "77468", "to": "75112", "value": 271.24834654870386}, {"color": "#377eb8", "from": "95424", "to": "92062", "value": 124.4050192005305}, {"color": "#ff7f00", "from": "95424", "to": "93066", "value": 153.56182386998051}, {"color": "#377eb8", "from": "95424", "to": "92024", "value": 120.1981589503227}, {"color": "#377eb8", "from": "95424", "to": "92026", "value": 139.05261457150698}, {"color": "#e41a1c", "from": "95424", "to": "75117", "value": 150.67317993060036}, {"color": "#377eb8", "from": "95424", "to": "92036", "value": 214.24597999732012}, {"color": "#377eb8", "from": "95424", "to": "92050", "value": 160.51503647523535}, {"color": "#e41a1c", "from": "95424", "to": "75108", "value": 169.73235030946455}, {"color": "#e41a1c", "from": "95424", "to": "75109", "value": 128.06957564449584}, {"color": "#a65628", "from": "95424", "to": "95018", "value": 355.50631942382}, {"color": "#a65628", "from": "95424", "to": "95176", "value": 204.62127757775295}, {"color": "#e41a1c", "from": "95424", "to": "75115", "value": 181.26199968298155}, {"color": "#ffff33", "from": "95424", "to": "78586", "value": 133.57112591926443}, {"color": "#f781bf", "from": "77258", "to": "77121", "value": 302.3604436751192}, {"color": "#e41a1c", "from": "77258", "to": "75108", "value": 226.844848452685}, {"color": "#e41a1c", "from": "77258", "to": "75109", "value": 181.19669819299043}, {"color": "#e41a1c", "from": "77258", "to": "75101", "value": 126.25947556721748}, {"color": "#e41a1c", "from": "77258", "to": "75119", "value": 127.08075939610731}, {"color": "#e41a1c", "from": "77258", "to": "75110", "value": 130.15094491365778}, {"color": "#e41a1c", "from": "77258", "to": "75111", "value": 128.41105709507295}, {"color": "#e41a1c", "from": "77258", "to": "75112", "value": 358.2706386269331}, {"color": "#e41a1c", "from": "77258", "to": "75113", "value": 305.05939750176213}, {"color": "#e41a1c", "from": "77258", "to": "75114", "value": 142.16536221701483}, {"color": "#e41a1c", "from": "77258", "to": "75115", "value": 270.24324667432086}, {"color": "#e41a1c", "from": "77258", "to": "75116", "value": 140.91631708377918}, {"color": "#4daf4a", "from": "77258", "to": "94033", "value": 195.83131495609877}, {"color": "#ff7f00", "from": "77258", "to": "93048", "value": 157.55125067966867}, {"color": "#a65628", "from": "77258", "to": "95527", "value": 200.89907953736147}, {"color": "#e41a1c", "from": "95197", "to": "75107", "value": 129.95608962934543}, {"color": "#e41a1c", "from": "95197", "to": "75108", "value": 359.2888282389377}, {"color": "#e41a1c", "from": "95197", "to": "75109", "value": 245.24874128602985}, {"color": "#e41a1c", "from": "95197", "to": "75110", "value": 281.54676231772345}, {"color": "#e41a1c", "from": "95197", "to": "75101", "value": 151.1122866885995}, {"color": "#e41a1c", "from": "95197", "to": "75102", "value": 123.87731822714449}, {"color": "#e41a1c", "from": "95197", "to": "75112", "value": 167.1309313632088}, {"color": "#a65628", "from": "95197", "to": "95527", "value": 130.79084552451997}, {"color": "#a65628", "from": "95197", "to": "95598", "value": 319.4270355707992}, {"color": "#a65628", "from": "95197", "to": "95585", "value": 160.12659136421846}, {"color": "#a65628", "from": "95197", "to": "95203", "value": 120.3567734283134}, {"color": "#ff7f00", "from": "95197", "to": "93070", "value": 142.14331741027817}, {"color": "#377eb8", "from": "95197", "to": "92026", "value": 188.30975654139283}, {"color": "#ff7f00", "from": "95197", "to": "93066", "value": 515.464806405336}, {"color": "#ff7f00", "from": "95197", "to": "93031", "value": 172.41761674989613}, {"color": "#e41a1c", "from": "95197", "to": "75116", "value": 169.5182366401245}, {"color": "#e41a1c", "from": "95197", "to": "75117", "value": 155.38510993182285}, {"color": "#e41a1c", "from": "95197", "to": "75118", "value": 170.57204013362764}, {"color": "#e41a1c", "from": "95197", "to": "75119", "value": 153.69121064857293}, {"color": "#377eb8", "from": "95197", "to": "92036", "value": 197.42103686579543}, {"color": "#377eb8", "from": "95197", "to": "92050", "value": 212.28175675383673}, {"color": "#e41a1c", "from": "95197", "to": "75115", "value": 230.23010113243893}, {"color": "#e41a1c", "from": "94067", "to": "75106", "value": 125.60526535193283}, {"color": "#e41a1c", "from": "94067", "to": "75108", "value": 573.758155748715}, {"color": "#e41a1c", "from": "94067", "to": "75109", "value": 289.1930778270628}, {"color": "#e41a1c", "from": "94067", "to": "75111", "value": 283.2470604735098}, {"color": "#e41a1c", "from": "94067", "to": "75114", "value": 177.0107866048712}, {"color": "#377eb8", "from": "94067", "to": "92062", "value": 126.63670809098676}, {"color": "#377eb8", "from": "94067", "to": "92012", "value": 145.44345630821442}, {"color": "#e41a1c", "from": "94067", "to": "75118", "value": 147.67442616669285}, {"color": "#e41a1c", "from": "94067", "to": "75101", "value": 229.83141437008695}, {"color": "#e41a1c", "from": "94067", "to": "75119", "value": 158.30182108812065}, {"color": "#e41a1c", "from": "94067", "to": "75102", "value": 200.5196169157831}, {"color": "#377eb8", "from": "94067", "to": "92026", "value": 146.0382481386693}, {"color": "#e41a1c", "from": "94067", "to": "75105", "value": 120.14792088417884}, {"color": "#e41a1c", "from": "94067", "to": "75115", "value": 360.6914304133451}, {"color": "#e41a1c", "from": "94067", "to": "75116", "value": 180.52120867187998}, {"color": "#e41a1c", "from": "94067", "to": "75117", "value": 207.7749309494149}, {"color": "#e41a1c", "from": "94067", "to": "75104", "value": 141.0357347999815}, {"color": "#e41a1c", "from": "94067", "to": "75110", "value": 146.65163789612322}, {"color": "#e41a1c", "from": "94067", "to": "75107", "value": 201.25211632420925}, {"color": "#e41a1c", "from": "94003", "to": "75108", "value": 199.8813929752168}, {"color": "#e41a1c", "from": "94003", "to": "75109", "value": 156.19350720017925}, {"color": "#e41a1c", "from": "94003", "to": "75110", "value": 124.64217649917173}, {"color": "#e41a1c", "from": "94003", "to": "75101", "value": 130.96734796162204}, {"color": "#e41a1c", "from": "94003", "to": "75105", "value": 195.4169266052866}, {"color": "#e41a1c", "from": "94003", "to": "75106", "value": 138.92977099327683}, {"color": "#e41a1c", "from": "94003", "to": "75107", "value": 156.08965554054942}, {"color": "#e41a1c", "from": "94003", "to": "75116", "value": 171.99008548675815}, {"color": "#e41a1c", "from": "95428", "to": "75117", "value": 173.32818045591736}, {"color": "#377eb8", "from": "95428", "to": "92036", "value": 172.81838032291657}, {"color": "#e41a1c", "from": "95428", "to": "75112", "value": 150.05035447826265}, {"color": "#377eb8", "from": "95428", "to": "92050", "value": 124.24404059677296}, {"color": "#ff7f00", "from": "95428", "to": "93066", "value": 391.6407134007368}, {"color": "#e41a1c", "from": "95428", "to": "75108", "value": 257.29478341377865}, {"color": "#e41a1c", "from": "95428", "to": "75109", "value": 192.29034110147177}, {"color": "#377eb8", "from": "95428", "to": "92026", "value": 152.88553771797825}, {"color": "#a65628", "from": "95428", "to": "95197", "value": 121.99610540773365}, {"color": "#a65628", "from": "95428", "to": "95018", "value": 183.7826644970499}, {"color": "#a65628", "from": "95428", "to": "95203", "value": 153.7868276589335}, {"color": "#a65628", "from": "95428", "to": "95527", "value": 198.12121623155323}, {"color": "#e41a1c", "from": "95428", "to": "75119", "value": 128.96726178133957}, {"color": "#e41a1c", "from": "95428", "to": "75110", "value": 127.82432504455456}, {"color": "#e41a1c", "from": "78005", "to": "75108", "value": 313.96881729164}, {"color": "#e41a1c", "from": "78005", "to": "75117", "value": 125.87930766955778}, {"color": "#ffff33", "from": "78005", "to": "78358", "value": 250.3466270277578}, {"color": "#ffff33", "from": "78005", "to": "78418", "value": 148.22524662956852}, {"color": "#377eb8", "from": "78005", "to": "92062", "value": 252.84372917561547}, {"color": "#377eb8", "from": "78005", "to": "92050", "value": 417.1346041660126}, {"color": "#ffff33", "from": "78005", "to": "78551", "value": 492.601224785499}, {"color": "#ffff33", "from": "78005", "to": "78571", "value": 122.94756478014352}, {"color": "#e41a1c", "from": "78005", "to": "75116", "value": 128.79653361980482}, {"color": "#377eb8", "from": "78005", "to": "92044", "value": 143.62837187162185}, {"color": "#e41a1c", "from": "78005", "to": "75109", "value": 192.71058377856414}, {"color": "#e41a1c", "from": "78005", "to": "75115", "value": 134.90221143721584}, {"color": "#377eb8", "from": "78005", "to": "92026", "value": 300.0355023254029}, {"color": "#ffff33", "from": "91272", "to": "78640", "value": 234.91119208284593}, {"color": "#e41a1c", "from": "91272", "to": "75115", "value": 154.49783316377085}, {"color": "#984ea3", "from": "91272", "to": "91228", "value": 138.15849333865867}, {"color": "#ffff33", "from": "91272", "to": "78646", "value": 144.7533332368106}, {"color": "#984ea3", "from": "91272", "to": "91666", "value": 132.4489855096485}, {"color": "#ffff33", "from": "91272", "to": "78620", "value": 157.53234891720803}, {"color": "#ffff33", "from": "91272", "to": "78297", "value": 258.4180254495168}, {"color": "#4daf4a", "from": "94077", "to": "94022", "value": 176.88609419693344}, {"color": "#4daf4a", "from": "94077", "to": "94028", "value": 352.54008943715223}, {"color": "#e41a1c", "from": "94077", "to": "75107", "value": 126.8091024512652}, {"color": "#e41a1c", "from": "94077", "to": "75108", "value": 121.36835245956617}, {"color": "#e41a1c", "from": "94077", "to": "75109", "value": 133.0778145220492}, {"color": "#e41a1c", "from": "94077", "to": "75112", "value": 151.2102797755797}, {"color": "#e41a1c", "from": "94077", "to": "75115", "value": 258.4208875421441}, {"color": "#e41a1c", "from": "94077", "to": "75116", "value": 141.07190541499094}, {"color": "#4daf4a", "from": "94077", "to": "94081", "value": 238.64255952610625}, {"color": "#4daf4a", "from": "94077", "to": "94073", "value": 181.54734808442146}, {"color": "#4daf4a", "from": "94077", "to": "94065", "value": 288.35602291893963}, {"color": "#4daf4a", "from": "94077", "to": "94041", "value": 218.00692347241744}, {"color": "#e41a1c", "from": "94077", "to": "75113", "value": 211.3624097589286}, {"color": "#984ea3", "from": "91570", "to": "91136", "value": 147.5211373077297}, {"color": "#984ea3", "from": "91570", "to": "91191", "value": 187.6190601141949}, {"color": "#e41a1c", "from": "91570", "to": "75112", "value": 154.04018875884677}, {"color": "#e41a1c", "from": "91570", "to": "75113", "value": 168.54381663069265}, {"color": "#4daf4a", "from": "91570", "to": "94054", "value": 124.994985885237}, {"color": "#984ea3", "from": "91570", "to": "91687", "value": 127.68530908252961}, {"color": "#984ea3", "from": "91570", "to": "91377", "value": 203.68707012568382}, {"color": "#984ea3", "from": "91570", "to": "91228", "value": 343.18261927178315}, {"color": "#e41a1c", "from": "91570", "to": "75115", "value": 224.8410833686819}, {"color": "#e41a1c", "from": "91570", "to": "75108", "value": 165.4305060759726}, {"color": "#e41a1c", "from": "75102", "to": "75101", "value": 374.44112513805266}, {"color": "#984ea3", "from": "91345", "to": "91228", "value": 152.30659899520157}, {"color": "#e41a1c", "from": "91345", "to": "75115", "value": 169.39746762647164}, {"color": "#984ea3", "from": "91345", "to": "91692", "value": 180.24694779404393}, {"color": "#377eb8", "from": "91345", "to": "92002", "value": 346.7233544152408}, {"color": "#e41a1c", "from": "91345", "to": "75112", "value": 136.01711247921213}, {"color": "#e41a1c", "from": "91345", "to": "75113", "value": 124.79423281410162}, {"color": "#4daf4a", "from": "91345", "to": "94065", "value": 199.68401264793596}, {"color": "#377eb8", "from": "92014", "to": "92026", "value": 155.8732066547234}, {"color": "#4daf4a", "from": "92014", "to": "94003", "value": 144.4663049574669}, {"color": "#377eb8", "from": "92014", "to": "92012", "value": 126.12840006243336}, {"color": "#e41a1c", "from": "92014", "to": "75108", "value": 263.5551436721837}, {"color": "#e41a1c", "from": "92014", "to": "75109", "value": 215.7646389388653}, {"color": "#e41a1c", "from": "92014", "to": "75114", "value": 306.4832203377105}, {"color": "#e41a1c", "from": "92014", "to": "75101", "value": 126.55415324633587}, {"color": "#e41a1c", "from": "92014", "to": "75102", "value": 121.7258547910203}, {"color": "#377eb8", "from": "92014", "to": "92071", "value": 155.26472874984623}, {"color": "#377eb8", "from": "92014", "to": "92060", "value": 127.85269147749862}, {"color": "#e41a1c", "from": "92014", "to": "75115", "value": 367.59360157041556}, {"color": "#e41a1c", "from": "92014", "to": "75113", "value": 283.78837576179416}, {"color": "#e41a1c", "from": "92014", "to": "75105", "value": 185.4682835936567}, {"color": "#e41a1c", "from": "92014", "to": "75106", "value": 120.0507569642963}, {"color": "#984ea3", "from": "92014", "to": "91377", "value": 167.20154325893415}, {"color": "#e41a1c", "from": "92014", "to": "75116", "value": 158.20954262754123}, {"color": "#e41a1c", "from": "92014", "to": "75112", "value": 176.87012602338126}, {"color": "#984ea3", "from": "92014", "to": "91477", "value": 128.15639821280973}, {"color": "#377eb8", "from": "92014", "to": "92049", "value": 210.28682667966126}, {"color": "#4daf4a", "from": "93049", "to": "94033", "value": 316.2538339740107}, {"color": "#377eb8", "from": "93049", "to": "92026", "value": 164.18661574580622}, {"color": "#4daf4a", "from": "93049", "to": "94028", "value": 126.46199991392776}, {"color": "#ff7f00", "from": "93049", "to": "93064", "value": 229.99785270887685}, {"color": "#e41a1c", "from": "93049", "to": "75112", "value": 378.2294310258399}, {"color": "#e41a1c", "from": "93049", "to": "75117", "value": 141.6900477170223}, {"color": "#e41a1c", "from": "93049", "to": "75118", "value": 137.66714110412434}, {"color": "#e41a1c", "from": "93049", "to": "75119", "value": 144.2407513326343}, {"color": "#ff7f00", "from": "93049", "to": "93048", "value": 334.19750176973395}, {"color": "#e41a1c", "from": "93049", "to": "75113", "value": 207.48087548646865}, {"color": "#e41a1c", "from": "93049", "to": "75115", "value": 246.93842427470986}, {"color": "#e41a1c", "from": "93049", "to": "75116", "value": 149.2936379857958}, {"color": "#e41a1c", "from": "93049", "to": "75120", "value": 138.19893432182724}, {"color": "#e41a1c", "from": "93049", "to": "75111", "value": 130.77672936265793}, {"color": "#e41a1c", "from": "93049", "to": "75102", "value": 129.21695543417138}, {"color": "#e41a1c", "from": "93049", "to": "75110", "value": 187.03209642228433}, {"color": "#e41a1c", "from": "93049", "to": "75108", "value": 350.30848542692905}, {"color": "#e41a1c", "from": "93049", "to": "75109", "value": 135.550613383816}, {"color": "#4daf4a", "from": "93049", "to": "94058", "value": 131.86338568556815}, {"color": "#e41a1c", "from": "95555", "to": "75108", "value": 242.39139053209988}, {"color": "#e41a1c", "from": "95555", "to": "75115", "value": 221.15336522607655}, {"color": "#377eb8", "from": "95555", "to": "92024", "value": 172.07966508312703}, {"color": "#377eb8", "from": "95555", "to": "92025", "value": 126.97601977199106}, {"color": "#e41a1c", "from": "95555", "to": "75116", "value": 186.6132435431607}, {"color": "#e41a1c", "from": "95555", "to": "75117", "value": 207.69580959250675}, {"color": "#e41a1c", "from": "95555", "to": "75110", "value": 141.25754375948353}, {"color": "#a65628", "from": "95555", "to": "95018", "value": 323.75678141161234}, {"color": "#377eb8", "from": "95555", "to": "92062", "value": 161.30395963076276}, {"color": "#e41a1c", "from": "95555", "to": "75109", "value": 172.4712432352139}, {"color": "#377eb8", "from": "95555", "to": "92026", "value": 134.71989227193015}, {"color": "#ff7f00", "from": "95555", "to": "93066", "value": 207.07674546406597}, {"color": "#ff7f00", "from": "95555", "to": "93070", "value": 163.21663353176137}, {"color": "#377eb8", "from": "95555", "to": "92036", "value": 259.8440987438545}, {"color": "#377eb8", "from": "95555", "to": "92044", "value": 162.35885821111697}, {"color": "#377eb8", "from": "95555", "to": "92050", "value": 181.25395727573715}, {"color": "#4daf4a", "from": "77350", "to": "94033", "value": 168.0339909686723}, {"color": "#f781bf", "from": "77350", "to": "77258", "value": 132.73035877012097}, {"color": "#e41a1c", "from": "77350", "to": "75108", "value": 129.32172428905048}, {"color": "#4daf4a", "from": "77350", "to": "94017", "value": 135.07707436848762}, {"color": "#e41a1c", "from": "77350", "to": "75112", "value": 161.0808449336806}, {"color": "#4daf4a", "from": "77350", "to": "94019", "value": 220.14598969977473}, {"color": "#e41a1c", "from": "77350", "to": "75115", "value": 160.2037020402263}, {"color": "#4daf4a", "from": "77350", "to": "94028", "value": 159.25319508238715}, {"color": "#f781bf", "from": "77350", "to": "77121", "value": 159.78312835968364}, {"color": "#ff7f00", "from": "77350", "to": "93051", "value": 170.2469606832749}, {"color": "#f781bf", "from": "77294", "to": "77517", "value": 242.60146634664864}, {"color": "#f781bf", "from": "77294", "to": "77291", "value": 138.83479867435906}, {"color": "#e41a1c", "from": "77294", "to": "75112", "value": 135.88734570381393}, {"color": "#e41a1c", "from": "77294", "to": "75108", "value": 125.84646925867263}, {"color": "#ff7f00", "from": "77294", "to": "93066", "value": 152.66986817094573}, {"color": "#ff7f00", "from": "77294", "to": "93008", "value": 120.48718831073242}, {"color": "#a65628", "from": "77294", "to": "95527", "value": 493.28036608964254}, {"color": "#377eb8", "from": "78545", "to": "92026", "value": 198.7826668355699}, {"color": "#ffff33", "from": "78545", "to": "78372", "value": 126.70181093512565}, {"color": "#ffff33", "from": "78545", "to": "78423", "value": 465.4865799527503}, {"color": "#377eb8", "from": "78545", "to": "92012", "value": 222.09651594766416}, {"color": "#377eb8", "from": "78545", "to": "92050", "value": 136.9766549959002}, {"color": "#e41a1c", "from": "78545", "to": "75108", "value": 131.04560560659812}, {"color": "#ffff33", "from": "78545", "to": "78158", "value": 272.432305328543}, {"color": "#e41a1c", "from": "78545", "to": "75115", "value": 418.595149570126}, {"color": "#ffff33", "from": "78545", "to": "78620", "value": 164.3143500144456}, {"color": "#ffff33", "from": "78545", "to": "78640", "value": 400.2685566250872}, {"color": "#377eb8", "from": "78545", "to": "92040", "value": 189.63172483174506}, {"color": "#377eb8", "from": "78545", "to": "92062", "value": 125.15327638878777}, {"color": "#ffff33", "from": "78545", "to": "78297", "value": 474.87913196204397}, {"color": "#ffff33", "from": "92022", "to": "78646", "value": 369.5682979842784}, {"color": "#e41a1c", "from": "92022", "to": "75109", "value": 147.6847613868023}, {"color": "#e41a1c", "from": "92022", "to": "75107", "value": 168.9437420204909}, {"color": "#e41a1c", "from": "92022", "to": "75108", "value": 318.31907403640605}, {"color": "#377eb8", "from": "92022", "to": "92048", "value": 184.07516701687385}, {"color": "#377eb8", "from": "92022", "to": "92050", "value": 250.74782226604268}, {"color": "#377eb8", "from": "92022", "to": "92026", "value": 323.1483080045748}, {"color": "#377eb8", "from": "92022", "to": "92012", "value": 672.144897831163}, {"color": "#377eb8", "from": "92022", "to": "92064", "value": 158.5945477397338}, {"color": "#ffff33", "from": "92022", "to": "78686", "value": 130.20784827972795}, {"color": "#e41a1c", "from": "92022", "to": "75115", "value": 493.3764336434713}, {"color": "#e41a1c", "from": "92022", "to": "75116", "value": 247.3117503734291}, {"color": "#377eb8", "from": "92022", "to": "92040", "value": 322.34789939271167}, {"color": "#ffff33", "from": "92022", "to": "78297", "value": 192.68421854126876}, {"color": "#377eb8", "from": "92022", "to": "92062", "value": 311.2758119834277}, {"color": "#e41a1c", "from": "92022", "to": "75113", "value": 130.73831331549178}, {"color": "#e41a1c", "from": "92022", "to": "75114", "value": 122.64504481967415}, {"color": "#e41a1c", "from": "92022", "to": "75117", "value": 137.14632921337045}, {"color": "#377eb8", "from": "78126", "to": "92073", "value": 133.71868534052487}, {"color": "#377eb8", "from": "78126", "to": "92064", "value": 169.5180037262721}, {"color": "#377eb8", "from": "78126", "to": "92063", "value": 348.6281028627812}, {"color": "#ffff33", "from": "78126", "to": "78297", "value": 148.6702232812889}, {"color": "#ffff33", "from": "78126", "to": "78158", "value": 362.9381264424273}, {"color": "#ffff33", "from": "78126", "to": "78646", "value": 357.6094217665209}, {"color": "#377eb8", "from": "78126", "to": "92050", "value": 254.33649561502043}, {"color": "#e41a1c", "from": "78126", "to": "75112", "value": 129.42862245896936}, {"color": "#e41a1c", "from": "78126", "to": "75108", "value": 348.19640514138706}, {"color": "#e41a1c", "from": "78126", "to": "75117", "value": 147.6550579856733}, {"color": "#377eb8", "from": "78126", "to": "92062", "value": 272.3123736548389}, {"color": "#e41a1c", "from": "78126", "to": "75115", "value": 220.74321549611733}, {"color": "#e41a1c", "from": "78126", "to": "75116", "value": 193.77255295399843}, {"color": "#377eb8", "from": "78126", "to": "92012", "value": 289.0285323300528}, {"color": "#377eb8", "from": "78126", "to": "92026", "value": 248.21768877514896}, {"color": "#377eb8", "from": "78126", "to": "92033", "value": 204.1289989815072}, {"color": "#e41a1c", "from": "94021", "to": "75114", "value": 188.63467293698528}, {"color": "#e41a1c", "from": "94021", "to": "75115", "value": 217.70716881959626}, {"color": "#4daf4a", "from": "94021", "to": "94043", "value": 191.20874350308722}, {"color": "#4daf4a", "from": "94021", "to": "94054", "value": 209.84430094195724}, {"color": "#4daf4a", "from": "94021", "to": "94003", "value": 122.38515915868082}, {"color": "#4daf4a", "from": "94021", "to": "94065", "value": 359.59502967440045}, {"color": "#e41a1c", "from": "94021", "to": "75105", "value": 126.31246770261316}, {"color": "#e41a1c", "from": "94021", "to": "75108", "value": 163.66036662331837}, {"color": "#4daf4a", "from": "94021", "to": "94028", "value": 180.82335961390618}, {"color": "#e41a1c", "from": "94021", "to": "75112", "value": 156.71354987309743}, {"color": "#e41a1c", "from": "94021", "to": "75113", "value": 353.37918757076716}, {"color": "#ffff33", "from": "92071", "to": "78640", "value": 197.0335500402592}, {"color": "#e41a1c", "from": "92071", "to": "75107", "value": 163.41861032647026}, {"color": "#e41a1c", "from": "92071", "to": "75108", "value": 207.9971221037962}, {"color": "#e41a1c", "from": "92071", "to": "75109", "value": 129.93285785574787}, {"color": "#377eb8", "from": "92071", "to": "92026", "value": 142.15215228979378}, {"color": "#377eb8", "from": "92071", "to": "92049", "value": 158.2164323410736}, {"color": "#377eb8", "from": "92071", "to": "92040", "value": 121.09736979641895}, {"color": "#4daf4a", "from": "92071", "to": "94003", "value": 128.0392427764096}, {"color": "#e41a1c", "from": "92071", "to": "75115", "value": 316.55332753494133}, {"color": "#e41a1c", "from": "92071", "to": "75116", "value": 153.4358021874885}, {"color": "#e41a1c", "from": "92071", "to": "75113", "value": 226.7468636467467}, {"color": "#e41a1c", "from": "92071", "to": "75114", "value": 211.91987061401542}, {"color": "#e41a1c", "from": "92071", "to": "75105", "value": 155.91121960288416}, {"color": "#e41a1c", "from": "91434", "to": "75112", "value": 138.02944489631818}, {"color": "#984ea3", "from": "91434", "to": "91228", "value": 308.94091210160104}, {"color": "#984ea3", "from": "91434", "to": "91191", "value": 238.6735523432659}, {"color": "#984ea3", "from": "91434", "to": "91521", "value": 126.5921410107947}, {"color": "#984ea3", "from": "91434", "to": "91687", "value": 239.94079200095732}, {"color": "#984ea3", "from": "91434", "to": "91345", "value": 123.45200385057012}, {"color": "#984ea3", "from": "91434", "to": "91377", "value": 203.73011908922848}, {"color": "#4daf4a", "from": "91434", "to": "94054", "value": 152.3913969543281}, {"color": "#4daf4a", "from": "91434", "to": "94065", "value": 205.11235083681566}, {"color": "#984ea3", "from": "91434", "to": "91689", "value": 265.4636368987717}, {"color": "#984ea3", "from": "91434", "to": "91136", "value": 227.4486524607307}, {"color": "#984ea3", "from": "91434", "to": "91589", "value": 158.67742444245076}, {"color": "#e41a1c", "from": "91434", "to": "75113", "value": 203.29836234754148}, {"color": "#e41a1c", "from": "91434", "to": "75115", "value": 162.56673574183554}, {"color": "#377eb8", "from": "78688", "to": "92060", "value": 146.96257698232353}, {"color": "#377eb8", "from": "78688", "to": "92012", "value": 132.44964327592302}, {"color": "#ffff33", "from": "78688", "to": "78406", "value": 121.37531533730143}, {"color": "#ffff33", "from": "78688", "to": "78620", "value": 332.0971184586699}, {"color": "#ffff33", "from": "78688", "to": "78640", "value": 507.0912246620637}, {"color": "#e41a1c", "from": "78688", "to": "75115", "value": 130.0278212115424}, {"color": "#377eb8", "from": "78190", "to": "92050", "value": 470.3107270179273}, {"color": "#377eb8", "from": "78190", "to": "92051", "value": 162.78436573158655}, {"color": "#377eb8", "from": "78190", "to": "92062", "value": 324.47168376737375}, {"color": "#377eb8", "from": "78190", "to": "92063", "value": 511.91522705863156}, {"color": "#377eb8", "from": "78190", "to": "92026", "value": 370.30775426567675}, {"color": "#377eb8", "from": "78190", "to": "92012", "value": 208.26737192329688}, {"color": "#377eb8", "from": "78190", "to": "92073", "value": 178.53010507473314}, {"color": "#e41a1c", "from": "78190", "to": "75108", "value": 327.92348202495566}, {"color": "#e41a1c", "from": "78190", "to": "75109", "value": 146.4847436932379}, {"color": "#ffff33", "from": "78190", "to": "78551", "value": 143.55024132093328}, {"color": "#ffff33", "from": "78190", "to": "78646", "value": 144.8613237075199}, {"color": "#e41a1c", "from": "78190", "to": "75115", "value": 196.43958626301372}, {"color": "#e41a1c", "from": "78190", "to": "75116", "value": 195.69294449558407}, {"color": "#e41a1c", "from": "78190", "to": "75117", "value": 164.91986121282827}, {"color": "#a65628", "from": "95678", "to": "95018", "value": 170.62064425396335}, {"color": "#a65628", "from": "95678", "to": "95488", "value": 231.56467681104888}, {"color": "#377eb8", "from": "95678", "to": "92036", "value": 186.04001811808257}, {"color": "#a65628", "from": "95678", "to": "95219", "value": 120.77862943132091}, {"color": "#a65628", "from": "95678", "to": "95229", "value": 126.7557778631244}, {"color": "#ff7f00", "from": "95678", "to": "93066", "value": 231.89228339700173}, {"color": "#a65628", "from": "95678", "to": "95585", "value": 126.23730386224956}, {"color": "#a65628", "from": "95678", "to": "95527", "value": 167.78180942087158}, {"color": "#a65628", "from": "95678", "to": "95607", "value": 186.09396932650537}, {"color": "#377eb8", "from": "78620", "to": "92012", "value": 165.2839748499325}, {"color": "#377eb8", "from": "78620", "to": "92062", "value": 135.8710706738598}, {"color": "#377eb8", "from": "78620", "to": "92040", "value": 161.58268854321167}, {"color": "#377eb8", "from": "78686", "to": "92072", "value": 121.99517154603483}, {"color": "#377eb8", "from": "78686", "to": "92050", "value": 163.9537867716908}, {"color": "#377eb8", "from": "78686", "to": "92012", "value": 271.24248257514364}, {"color": "#377eb8", "from": "78686", "to": "92062", "value": 192.13996878501683}, {"color": "#e41a1c", "from": "78686", "to": "75107", "value": 149.52576535598524}, {"color": "#e41a1c", "from": "78686", "to": "75108", "value": 309.97961745560434}, {"color": "#e41a1c", "from": "78686", "to": "75115", "value": 412.0457945208536}, {"color": "#e41a1c", "from": "78686", "to": "75116", "value": 156.45614960697998}, {"color": "#377eb8", "from": "78686", "to": "92040", "value": 189.44309212297333}, {"color": "#ffff33", "from": "78686", "to": "78297", "value": 217.3954424473634}, {"color": "#377eb8", "from": "78686", "to": "92026", "value": 271.2829572749456}, {"color": "#e41a1c", "from": "78686", "to": "75109", "value": 171.43290414997892}, {"color": "#377eb8", "from": "78686", "to": "92048", "value": 138.73191740012027}, {"color": "#a65628", "from": "95351", "to": "95277", "value": 309.18310596906554}, {"color": "#a65628", "from": "95351", "to": "95280", "value": 277.88345042557324}, {"color": "#e41a1c", "from": "95351", "to": "75117", "value": 124.22238741709461}, {"color": "#ff7f00", "from": "95351", "to": "93073", "value": 188.49594642492247}, {"color": "#a65628", "from": "95351", "to": "95527", "value": 850.7231664374889}, {"color": "#e41a1c", "from": "95351", "to": "75110", "value": 125.53075437302289}, {"color": "#377eb8", "from": "95351", "to": "92050", "value": 127.54873040885339}, {"color": "#ff7f00", "from": "95351", "to": "93066", "value": 295.40375558563227}, {"color": "#a65628", "from": "95091", "to": "95527", "value": 146.86248240192506}, {"color": "#ff7f00", "from": "95091", "to": "93066", "value": 175.8066770379354}, {"color": "#377eb8", "from": "95091", "to": "92036", "value": 130.42902185928745}, {"color": "#e41a1c", "from": "95091", "to": "75108", "value": 151.41804635895502}, {"color": "#e41a1c", "from": "95091", "to": "75117", "value": 121.0977472246415}, {"color": "#a65628", "from": "95091", "to": "95203", "value": 238.50289950277914}, {"color": "#a65628", "from": "95091", "to": "95219", "value": 155.83976829861314}, {"color": "#e41a1c", "from": "95088", "to": "75115", "value": 141.98405822583962}, {"color": "#ff7f00", "from": "95088", "to": "93066", "value": 257.64148799466886}, {"color": "#a65628", "from": "95088", "to": "95527", "value": 253.5791564608104}, {"color": "#984ea3", "from": "91339", "to": "91136", "value": 248.06303350738673}, {"color": "#984ea3", "from": "91339", "to": "91228", "value": 122.18423161419966}, {"color": "#984ea3", "from": "91339", "to": "91692", "value": 222.75399116314418}, {"color": "#377eb8", "from": "91339", "to": "92002", "value": 154.56138724428655}, {"color": "#e41a1c", "from": "91339", "to": "75115", "value": 129.67094801332644}, {"color": "#984ea3", "from": "91339", "to": "91666", "value": 213.56293276356658}, {"color": "#984ea3", "from": "91339", "to": "91345", "value": 159.09246831237897}, {"color": "#984ea3", "from": "91339", "to": "91377", "value": 241.7763991582001}, {"color": "#984ea3", "from": "91339", "to": "91477", "value": 132.87673408337383}, {"color": "#984ea3", "from": "91339", "to": "91549", "value": 154.29924089764575}, {"color": "#ffff33", "from": "91666", "to": "78640", "value": 132.69570535844392}, {"color": "#ff7f00", "from": "77517", "to": "93078", "value": 122.96491462330498}, {"color": "#ff7f00", "from": "77517", "to": "93005", "value": 164.5177110946447}, {"color": "#a65628", "from": "77517", "to": "95527", "value": 454.51999495985353}, {"color": "#e41a1c", "from": "92077", "to": "75116", "value": 162.7889120976417}, {"color": "#377eb8", "from": "92077", "to": "92050", "value": 132.06773844908355}, {"color": "#377eb8", "from": "92077", "to": "92012", "value": 303.60081588843593}, {"color": "#377eb8", "from": "92077", "to": "92072", "value": 123.50745011840726}, {"color": "#377eb8", "from": "92077", "to": "92062", "value": 124.6240433798659}, {"color": "#377eb8", "from": "92077", "to": "92064", "value": 171.06129047042816}, {"color": "#ffff33", "from": "92077", "to": "78646", "value": 139.4463695122888}, {"color": "#377eb8", "from": "92077", "to": "92026", "value": 204.5842159678206}, {"color": "#377eb8", "from": "92077", "to": "92033", "value": 130.69918493725413}, {"color": "#377eb8", "from": "92077", "to": "92040", "value": 171.4984291751725}, {"color": "#e41a1c", "from": "92077", "to": "75108", "value": 261.97321620547257}, {"color": "#e41a1c", "from": "92077", "to": "75117", "value": 138.79397959560094}, {"color": "#e41a1c", "from": "92077", "to": "75115", "value": 209.08864143854768}, {"color": "#ff7f00", "from": "93074", "to": "93078", "value": 172.18887930231534}, {"color": "#ff7f00", "from": "93074", "to": "93005", "value": 228.69734150877048}, {"color": "#a65628", "from": "93074", "to": "95527", "value": 203.31894353539283}, {"color": "#ff7f00", "from": "93074", "to": "93046", "value": 131.9242997355309}, {"color": "#a65628", "from": "77249", "to": "95527", "value": 149.43689330656252}, {"color": "#4daf4a", "from": "77249", "to": "94019", "value": 174.28079656131393}, {"color": "#4daf4a", "from": "77249", "to": "94028", "value": 236.40467445671192}, {"color": "#f781bf", "from": "77249", "to": "77373", "value": 155.0263933412673}, {"color": "#377eb8", "from": "78571", "to": "92026", "value": 127.17283913278354}, {"color": "#e41a1c", "from": "78571", "to": "75108", "value": 122.01192234959501}, {"color": "#ff7f00", "from": "95369", "to": "93066", "value": 153.8979110024797}, {"color": "#a65628", "from": "95369", "to": "95598", "value": 203.38142543775353}, {"color": "#a65628", "from": "77139", "to": "95527", "value": 121.67441906196538}, {"color": "#ff7f00", "from": "77438", "to": "93051", "value": 158.8559956218708}, {"color": "#ffff33", "from": "78406", "to": "78297", "value": 226.1398625958741}, {"color": "#984ea3", "from": "78406", "to": "91272", "value": 131.79727715493115}, {"color": "#a65628", "from": "95612", "to": "95277", "value": 177.19654961656607}, {"color": "#a65628", "from": "95612", "to": "95527", "value": 201.9775849139205}]);
nodeColors = {};
allNodes = nodes.get({ returnType: "Object" });
for (nodeId in allNodes) {
nodeColors[nodeId] = allNodes[nodeId].color;
}
allEdges = edges.get({ returnType: "Object" });
// adding nodes and edges to the graph
data = {nodes: nodes, edges: edges};
var options = {
"configure": {
"enabled": false
},
"edges": {
"color": {
"inherit": true
},
"smooth": {
"enabled": true,
"type": "dynamic"
}
},
"interaction": {
"dragNodes": true,
"hideEdgesOnDrag": false,
"hideNodesOnDrag": false
},
"physics": {
"enabled": true,
"forceAtlas2Based": {
"avoidOverlap": 0,
"centralGravity": 0.01,
"damping": 0.4,
"gravitationalConstant": -50,
"springConstant": 0.08,
"springLength": 100
},
"solver": "forceAtlas2Based",
"stabilization": {
"enabled": true,
"fit": true,
"iterations": 1000,
"onlyDynamicEdges": false,
"updateInterval": 50
}
}
};
network = new vis.Network(container, data, options);
network.on("stabilizationProgress", function(params) {
document.getElementById('loadingBar').removeAttribute("style");
var maxWidth = 496;
var minWidth = 20;
var widthFactor = params.iterations/params.total;
var width = Math.max(minWidth,maxWidth * widthFactor);
document.getElementById('bar').style.width = width + 'px';
document.getElementById('text').innerHTML = Math.round(widthFactor*100) + '%';
});
network.once("stabilizationIterationsDone", function() {
document.getElementById('text').innerHTML = '100%';
document.getElementById('bar').style.width = '496px';
document.getElementById('loadingBar').style.opacity = 0;
// really clean the dom element
setTimeout(function () {document.getElementById('loadingBar').style.display = 'none';}, 500);
});
return network;
}
drawGraph();
</script>
</body>
</html>