Plots List
Plots
This endpoint handles manipulation of Plotly plot files.
Reference
Authorization
Any user with or without a Plotly account may view public plots. For private plots, see authentication.
Actions
list
Listing all public plots can be done via a GET request to this endpoint.
By default, plots will be listed in order of date created. The order_by
query parameter is accepted at this endpoint. Currently, only ordering by
views
is supported. It is possible to filter the plots by quality
with min_quality
or max_quality
as query parameter.
Example:
// GET https://api.plotly.com/v2/plots/ ---> 200
// GET https://api.plotly.com/v2/plots/?order_by=-views ---> 200
// GET https://api.plotly.com/v2/plots/?min_quality=5 ---> 200
// GET https://api.plotly.com/v2/plots/?max_quality=5 ---> 200
feed
Listing all handpicked feed plots can be done via a GET request to this endpoint. By default, plots will be listed in a random order.
Example:
// GET https://api.plotly.com/v2/plots/feed ---> 200
create
You can create new plot resources here. The only required field is 'figure'. Currently, the figure is restricted to only contain references to grid data. That is, this will fail if raw data arrays are passed in. To create and manipulate underlying grids for plots, see the grids endpoint.
Example:
// This fails because a figure field is required.
// POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{}
// This fails because the figure has raw data
//POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{
"figure": {"data": [{"y": ['this', 'is', 'raw', 'data']}]}
}
// This succeeds because the figure has src keys, not raw data.
//POST https://api.plotly.com/v2/plots ---> 200 OK
{
"figure": {"data": [{"ysrc": "sven:88:u8nd62"}]}
}
When creating a grid, you can optionally specify a source_fid to specify where a plot has come from:
- source_fid: the fid of a plot that was copied (and presumably edited) to produce this one
detail
There is a lot of meta information stored about plot files including filename, title, share_url, and content_url to name a few.
This information can only be reached with a GET to this endpoint.
Example:
// GET https://api.plotly.com/v2/plots/iheartgraphs:90
content
The contents of a plot can be downloaded via the content resource. The plot
content contains referenced grid/column data by default. If you wish to
return the raw grid/column data, the inline_data=true
query must be included
in the request url. The Content-Type header will be appropriately set for the
response body.
Alternatively, you can set ?map_data=unreadable
to append a mapping of
sources to data that belongs to grids which are unreadable for the
requestor. This is useful when you have read access to another users plot,
but that plot contains grid references which you don't have access to.
Examples:
// Returns referenced grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content ---> 200 OK
// Returns full grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?inline_data=true ---> 200 OK
// Returns full grid/column data when requestor doesn't have permission
// to read the referenced grid.
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?map_data=unreadable ---> 200 OK
GET /v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xOCswMSUzQTUxJTNBMTkuNzc2MzA4JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE4KzAxJTNBNTIlM0EyOC42MjUxOTYlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xOCswMiUzQTI2JTNBNTQuNjY0ODQzJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-18T02:26:54.664843Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~elijao/779.embed", "fid": "elijao:779", "filename": "Plotly Playground 2019-06-17 22:26:52", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/elijao/779/9_OIPWXLBQN1EHRWW3DH81ZRANQE06NH.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/elijao/779/2_WY0K9NUMM1DCYM78KNQOIXN9AVESTC.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/elijao/779/8_8HT3KPGJGTCRCWV0J4O8FA73IBS85R.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/elijao/779/9_OIPWXLBQN1EHRWW3DH81ZRANQE06NH.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/elijao:779", "plots": "https://api.plotly.com/v2/plots/elijao:779", "parent": "https://api.plotly.com/v2/folders/home?user=elijao" }, "owner": "elijao", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "{'font': {'color': '#4D5663'}}", "views": 5, "web_url": "https://chart-studio.plotly.com/~elijao/779/font-color-4d5663/", "world_readable": true, "date_modified": "2019-06-18T02:26:55.233Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~elijao/779/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "f537f2c8-e36b-4fee-a301-ae446b8b0fcd", "line": { "dash": "solid", "color": "rgba(255, 153, 51, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "USDTW", "text": "", "type": "scatter", "xsrc": "elijao:780:25a86d", "ysrc": "elijao:780:79cd44" } ], "layout": { "title": { "font": { "color": "#4D5663" } }, "xaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~elijao", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-11-07 19:57:16", "mapbox_access_tokens": null, "has_password": null, "username": "elijao", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-18T02:25:39.442647Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Bangda/6.embed", "fid": "Bangda:6", "filename": "centrality", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Bangda/6/9_GACTT69D23EOEA6EQEWD6U1B8PNES9.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Bangda/6/2_030OKEYOEBQCQBCFA5HO14D2DYTOAY.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Bangda/6/8_OMAFQ7CE6G8ZU8FS1HVQU1JHZ8O65B.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Bangda/6/9_GACTT69D23EOEA6EQEWD6U1B8PNES9.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Bangda:6", "plots": "https://api.plotly.com/v2/plots/Bangda:6", "parent": "https://api.plotly.com/v2/folders/home?user=Bangda" }, "owner": "Bangda", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "top centrality measures", "views": 31, "web_url": "https://chart-studio.plotly.com/~Bangda/6/top-centrality-measures/", "world_readable": true, "date_modified": "2019-08-05T09:11:07.066Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Bangda/6/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c8551028-0151-46b4-a787-9aa2f1bc064f", "name": "Degree Centrality", "type": "bar", "xsrc": "Bangda:7:d797a0", "ysrc": "Bangda:7:7714a0", "xaxis": "x", "yaxis": "y", "orientation": "h" }, { "uid": "1ea89bde-18ee-4b47-b465-7616cbf11cda", "name": "Betweenness Centrality", "type": "bar", "xsrc": "Bangda:7:a7c823", "ysrc": "Bangda:7:c1a09f", "xaxis": "x2", "yaxis": "y2", "orientation": "h" }, { "uid": "203d58b6-3b5e-457b-b63b-1309e61fb114", "name": "Eigenvector Centrality", "type": "bar", "xsrc": "Bangda:7:d5a0a0", "ysrc": "Bangda:7:7714a0", "xaxis": "x3", "yaxis": "y3", "orientation": "h" } ], "layout": { "title": { "text": "top centrality measures" }, "xaxis": { "anchor": "y", "domain": [ 0.0, 1.0 ], "showgrid": true, "showline": false, "zeroline": false, "showticklabels": true }, "yaxis": { "anchor": "x", "domain": [ 0.7333333333333333, 1.0 ], "showgrid": false, "showline": false, "autorange": "reversed", "showticklabels": true }, "margin": { "b": 70, "l": 200, "r": 20, "t": 70 }, "xaxis2": { "anchor": "y2", "domain": [ 0.0, 1.0 ] }, "xaxis3": { "anchor": "y3", "domain": [ 0.0, 1.0 ] }, "yaxis2": { "anchor": "x2", "domain": [ 0.36666666666666664, 0.6333333333333333 ], "showgrid": false, "showline": false, "autorange": "reversed", "showticklabels": true }, "yaxis3": { "anchor": "x3", "domain": [ 0.0, 0.26666666666666666 ], "showgrid": false, "showline": false, "autorange": "reversed", "showticklabels": true } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Bangda", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/94.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-13 08:47:47", "mapbox_access_tokens": null, "has_password": null, "username": "Bangda", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-18T02:20:23.253842Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ddlesk/8.embed", "fid": "ddlesk:8", "filename": "plot from API (4)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/ddlesk:8/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/ddlesk:8/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/ddlesk:8/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/ddlesk:8/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ddlesk:8", "plots": "https://api.plotly.com/v2/plots/ddlesk:8", "parent": "https://api.plotly.com/v2/folders/home?user=ddlesk" }, "owner": "ddlesk", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "-0.6384066939353943, -0.6380488276481628, -0.6370804309844971, -0.63138747215271, -0.6255452036857605, -0.6253528594970703, -0.6217296719551086, -0.6172851324081421, -0.6073020696640015, -0.6011690497398376, -0.5976871252059937, -0.5955267548561096, -0.5918959379196167, -0.5903337597846985, -0.586995542049408, -0.5794273018836975, -0.5772272944450378, -0.5677489638328552, -0.5666775703430176, -0.5425382256507874, -0.5424162745475769, -0.5407060980796814, -0.5386886596679688, -0.5381633043289185, -0.5377130508422852, -0.5375590920448303, -0.537473201751709, -0.525955319404602, -0.5153469443321228, -0.5125454068183899, -0.5120738744735718, -0.5018685460090637, -0.5002040863037109, -0.4995871782302856, -0.4937509894371033, -0.491497278213501, -0.4898673892021179, -0.4815772771835327, -0.4671263992786407, -0.4591222703456879, -0.4561367332935333, -0.4554788768291473, -0.4493393898010254, -0.4420737028121948, -0.4379155039787292, -0.4342619180679321, -0.4331792891025543, -0.4290147721767426, -0.417440801858902, -0.4112533330917358, -0.4107978940010071, -0.4059897661209106, -0.4037857055664062, -0.3992869257926941, -0.3986921608448029, -0.3888928294181824, -0.3887733817100525, -0.3870809376239777, -0.3798151612281799, -0.3767770230770111, -0.3751627206802368, -0.3736133873462677, -0.3726697862148285, -0.3704513311386108, -0.3678846061229706, -0.3670820295810699, -0.3663956224918365, -0.3635799288749695, -0.3581498265266418, -0.3550593852996826, -0.3528966903686523, -0.3525057435035706, -0.3523187339305878, -0.3519936203956604, -0.3501151204109192, -0.3457000255584717, -0.3451685607433319, -0.3444302380084991, -0.3419612646102905, -0.3384695053100586, -0.3379434049129486, -0.337902843952179, -0.3360866606235504, -0.3347152471542358, -0.3340156376361847, -0.3339020311832428, -0.3326623439788818, -0.3325568735599518, -0.3320285677909851, -0.3299538493156433, -0.3275384902954102, -0.3269500136375427, -0.3262210488319397, -0.3259406983852386, -0.3242964148521423, -0.3227468729019165, -0.3200134336948395, -0.319155752658844, -0.319075345993042, -0.3189215660095215, -0.3188146352767944, -0.3182842135429382, -0.3176862299442291, -0.3156638443470001, -0.3155553340911865, -0.3146666884422302, -0.3137840032577515, -0.3107366561889648, -0.3107122182846069, -0.309883326292038, -0.3093216121196747, -0.3083423376083374, -0.3081815242767334, -0.3071181774139404, -0.3068896532058716, -0.306535005569458, -0.3034326732158661, -0.3031571507453918, -0.3024689555168152, -0.3023499846458435, -0.3019199967384338, -0.2996057271957397, -0.2989521026611328, -0.2977259159088135, -0.2911874949932098, -0.2886402606964111, -0.2885703444480896, -0.2882204949855804, -0.2875097990036011, -0.2861109375953674, -0.2851909101009369, -0.2851777672767639, -0.2844873666763306, -0.2822393774986267, -0.2820830941200256, -0.2803071439266205, -0.2781233191490173, -0.2757160067558289, -0.274671733379364, -0.273354172706604, -0.2705322504043579, -0.2677270174026489, -0.2645764648914337, -0.2636451721191406, -0.2623546719551086, -0.2621921002864838, -0.2616411745548248, -0.2612537145614624, -0.2611928582191467, -0.2610872685909271, -0.26071497797966, -0.2606459259986877, -0.2588063776493073, -0.2587032318115234, -0.2580230832099915, -0.2573176324367523, -0.2562370896339417, -0.2548576891422272, -0.2546641230583191, -0.2544980347156525, -0.2540140748023987, -0.2535594701766968, -0.2525777518749237, -0.2520865499973297, -0.2497171312570572, -0.2489192187786102, -0.2480232417583466, -0.247749924659729, -0.2477133423089981, -0.2476187944412231, -0.2460370361804962, -0.2438337653875351, -0.2434272617101669, -0.242850661277771, -0.24208664894104, -0.2413333356380463, -0.2410479187965393, -0.2391897439956665, -0.2382358908653259, -0.2377837598323822, -0.2374026924371719, -0.2360079288482666, -0.2353866696357727, -0.2334659993648529, -0.2331181913614273, -0.2324815690517426, -0.2321880161762238, -0.2292518466711044, -0.2289171814918518, -0.2288312464952469, -0.2281588017940521, -0.2279656231403351, -0.2276960909366608, -0.2273627519607544, -0.2272263020277023, -0.2270365059375763, -0.2261160165071487, -0.2241067588329315, -0.2228199988603592, -0.2223701775074005, -0.2215070426464081, -0.2200747281312943, -0.2196018397808075, -0.219365119934082, -0.2184545546770096, -0.2178535759449005, -0.2152099758386612, -0.2140699923038483, -0.2134599834680557, -0.2119916677474976, -0.2102444469928741, -0.2099649906158447, -0.2092511653900146, -0.2092285603284836, -0.2090464234352112, -0.2090096473693848, -0.2085718661546707, -0.2076291739940643, -0.2071909010410309, -0.2071818113327026, -0.2056952267885208, -0.2038031220436096, -0.2036499977111816, -0.2031613290309906, -0.2000869065523148, -0.1995139569044113, -0.1994117796421051, -0.1988098323345184, -0.1970371454954147, -0.1965983062982559, -0.1965490579605103, -0.1956470608711243, -0.1953383833169937, -0.1943519413471222, -0.19420525431633, -0.1940797120332718, -0.1940088123083115, -0.1924274861812592, -0.1916399896144867, -0.1915696859359741, -0.1895703673362732, -0.1891745328903198, -0.1866579651832581, -0.1861056387424469, -0.1859666556119919, -0.184869796037674, -0.1840614378452301, -0.183985710144043, -0.1833813786506653, -0.1827166527509689, -0.1827030777931213, -0.1811678856611252, -0.1791723966598511, -0.178729772567749, -0.1784409135580063, -0.178213506937027, -0.1781718730926514, -0.1778271496295929, -0.1776314228773117, -0.1771333366632462, -0.1765249967575073, -0.175784170627594, -0.1756000071763992, -0.1749391257762909, -0.1718071401119232, -0.1713098436594009, -0.1709576845169067, -0.1695461571216583, -0.169299989938736, -0.1689321398735046, -0.168726921081543, -0.1682658493518829, -0.1679577678442001, -0.1676307022571564, -0.1667166650295258, -0.1660774648189545, -0.1655814051628113, -0.1646956205368042, -0.1642947793006897, -0.1641957312822342, -0.1628678441047668, -0.1627525091171265, -0.1625897437334061, -0.1611444354057312, -0.1607467532157898, -0.1605545282363892, -0.1597999930381775, -0.1597758680582047, -0.1597346365451813, -0.159272238612175, -0.1583866775035858, -0.1582265198230743, -0.1581707298755646, -0.1581388860940933, -0.1577385812997818, -0.1575434803962708, -0.1553444266319275, -0.1549930274486542, -0.1546307802200317, -0.1544071435928345, -0.1543815433979034, -0.1526911854743958, -0.1526413708925247, -0.1524666547775269, -0.152153491973877, -0.1515965461730957, -0.1501518040895462, -0.1495666652917862, -0.1491447240114212, -0.1485621631145477, -0.1477692127227783, -0.1476509422063828, -0.1464661806821823, -0.1453840434551239, -0.1440437436103821, -0.1440300345420837, -0.1437488496303558, -0.1433190554380417, -0.1419518291950226, -0.1417468637228012, -0.1402897238731384, -0.1396766602993011, -0.1396105289459229, -0.1393720805644989, -0.1391105353832245, -0.138891190290451, -0.1388627886772156, -0.1387888789176941, -0.1374422162771225, -0.1373457610607147, -0.1350904703140259, -0.1349308788776398, -0.1330739110708237, -0.132444441318512, -0.1322038471698761, -0.1321698725223541, -0.1319921612739563, -0.1311697661876678, -0.13068887591362, -0.1295951902866364, -0.1292437613010406, -0.1289127320051193, -0.1282199919223785, -0.1276193559169769, -0.1268714219331741, -0.1261875033378601, -0.1255405247211456, -0.1252346038818359, -0.1252318173646927, -0.1238333359360695, -0.1233076751232147, -0.1225628927350044, -0.1217032372951508, -0.1216799914836884, -0.1216199919581413, -0.1212082058191299, -0.1209083199501038, -0.1208147034049034, -0.120485708117485, -0.1186999976634979, -0.1183517128229141, -0.1178423687815666, -0.1175179332494736, -0.1172522604465485, -0.1169911175966263, -0.1169764697551727, -0.1169382184743881, -0.1169000044465065, -0.1163742691278458, -0.1159333288669586, -0.1153864562511444, -0.115208774805069, -0.1151545494794846, -0.1145306080579758, -0.1137000024318695, -0.113192617893219, -0.1130582541227341, -0.1129399836063385, -0.1124020516872406, -0.1119189262390137, -0.1115023195743561, -0.1113853603601456, -0.1113071143627167, -0.1112041771411896, -0.1103285700082779, -0.1103147864341736, -0.1099842041730881, -0.1096799969673157, -0.1092678532004356, -0.1092140376567841, -0.1082586199045181, -0.107367143034935, -0.105826660990715, -0.1056902408599854, -0.1054728776216507, -0.1052909046411514, -0.1049583256244659, -0.1049218028783798, -0.1048819422721863, -0.1045551672577858, -0.1041346192359924, -0.1023958921432495, -0.1018204689025879, -0.1017244905233383, -0.101720929145813, -0.100801557302475, -0.1006941199302673, -0.09979230165481567, -0.09868775308132172, -0.0979333370923996, -0.0978204607963562, -0.09772521257400513, -0.09617254137992859, -0.0961478129029274, -0.09490697085857391, -0.09474998712539673, -0.09461110830307007, -0.09319818019866943, -0.0930069088935852, -0.09271308779716492, -0.0915369987487793, -0.09059089422225952, -0.09001144766807556, -0.0897267758846283, -0.08970000594854355, -0.08838124573230743, -0.08462664484977722, -0.083669513463974, -0.08261477947235107, -0.08126333355903625, -0.08120307326316833, -0.08116772770881653, -0.08089248836040497, -0.08025951683521271, -0.0800529420375824, -0.07978123426437378, -0.07971269637346268, -0.07910001277923584, -0.07908965647220612, -0.0788615420460701, -0.0782288908958435, -0.07800944149494171, -0.07768180966377258, -0.07618372142314911, -0.07569999992847443, -0.075529545545578, -0.07540556788444519, -0.07307806611061096, -0.07239574193954468, -0.07171668112277985, -0.07101739943027496, -0.07076400518417358, -0.06924998760223389, -0.06876882910728455, -0.06875808537006378, -0.06858569383621216, -0.06837543845176697, -0.06768804788589478, -0.06757977604866028, -0.06563861668109894, -0.06497141718864441, -0.06472940742969513, -0.06374046206474304, -0.0631018579006195, -0.06273114681243896, -0.06175613403320312, -0.0607897937297821, -0.06020909547805786, -0.05946807563304901, -0.0592074990272522, -0.05886122584342957, -0.05879271030426025, -0.05834001302719116, -0.05564069747924805, -0.05544614791870117, -0.05416953563690186, -0.05388852953910828, -0.05388295650482178, -0.05362415313720703, -0.05328750610351562, -0.05207365751266479, -0.05179557204246521, -0.05174890160560608, -0.051157146692276, -0.05012404918670654, -0.050061896443367, -0.04959201812744141, -0.04873864352703094, -0.04872104525566101, -0.0484558641910553, -0.04805633425712585, -0.04805392026901245, -0.04784655570983887, -0.04602307081222534, -0.04581767320632935, -0.04527010023593903, -0.04513521492481232, -0.04417143762111664, -0.04327709972858429, -0.04260003566741943, -0.04231175780296326, -0.04212400317192078, -0.0420818142592907, -0.04173870384693146, -0.04126784205436707, -0.04047016799449921, -0.03986141085624695, -0.0387437492609024, -0.03813189268112183, -0.03810769319534302, -0.03794333338737488, -0.03741997480392456, -0.03724999725818634, -0.03635239601135254, -0.03388333320617676, -0.03370650112628937, -0.03367915749549866, -0.03333017230033875, -0.03295600041747093, -0.03281763195991516, -0.03273868560791016, -0.03240779787302017, -0.03141364455223083, -0.03124146163463593, -0.03061416745185852, -0.03015819191932678, -0.02983042597770691, -0.02961799502372742, -0.02932760119438171, -0.02925880253314972, -0.02898445725440979, -0.0281524658203125, -0.02806499600410461, -0.02805183827877045, -0.02761906385421753, -0.02752742171287537, -0.02717795968055725, -0.02713491022586823, -0.02697999775409698, -0.02614894509315491, -0.02573570609092712, -0.02444838732481003, -0.023908331990242, -0.02276428788900375, -0.02222438156604767, -0.02182528376579285, -0.02161252498626709, -0.02161243557929993, -0.02127653360366821, -0.02124524116516113, -0.0206911712884903, -0.02064883708953857, -0.01999642699956894, -0.01953929662704468, -0.019178107380867, -0.01873207092285156, -0.01750859618186951, -0.01690977811813354, -0.01588854193687439, -0.01509678363800049, -0.01509356498718262, -0.01439999788999557, -0.01376482844352722, -0.0133032500743866, -0.01318547129631042, -0.01281142234802246, -0.01267743110656738, -0.01266457140445709, -0.01198980212211609, -0.01167082786560059, -0.01148511469364166, -0.01137435436248779, -0.01123455166816711, -0.01098443567752838, -0.01090234518051147, -0.01049616932868958, -0.01015001535415649, -0.009555555880069733, -0.007544130086898804, -0.006841868162155151, -0.006774991750717163, -0.006500035524368286, -0.006354361772537231, -0.005934091284871101, -0.004331231117248535, -0.003686696290969849, -0.001729041337966919, -0.001646667718887329, -0.001514285802841187, -0.001119494438171387, -0.0007910728454589844, -0.0007071495056152344, 0.0004724860191345215, 0.000849992036819458, 0.001027941703796387, 0.00184333324432373, 0.002102598547935486, 0.002227678894996643, 0.002519444562494755, 0.005370587110519409, 0.005591988563537598, 0.005941689014434814, 0.006133317947387695, 0.007656127214431763, 0.008475720882415771, 0.008692856878042221, 0.009147077798843384, 0.00930000003427267, 0.009315386414527893, 0.009649991989135742, 0.009920522570610046, 0.01044999994337559, 0.0105145275592804, 0.01235625147819519, 0.01392859220504761, 0.01418666634708643, 0.01443439722061157, 0.01452068984508514, 0.01478572189807892, 0.01504164934158325, 0.01539582014083862, 0.01602289080619812, 0.01714516058564186, 0.01729387044906616, 0.01762500405311584, 0.01800212264060974, 0.01829120516777039, 0.01927333325147629, 0.01958334445953369, 0.01969286799430847, 0.02035713195800781, 0.02051427960395813, 0.02055142819881439, 0.0207151472568512, 0.02098536491394043, 0.02143329381942749, 0.02166594564914703, 0.02184322476387024, 0.02188774943351746, 0.02214828133583069, 0.02229702472686768, 0.02289760112762451, 0.0233364999294281, 0.02388608455657959, 0.02403748035430908, 0.02436444163322449, 0.02464199066162109, 0.02473807334899902, 0.02484571374952793, 0.02568000555038452, 0.0266040712594986, 0.02679035067558289, 0.02689999341964722, 0.02906206250190735, 0.02907940745353699, 0.02914318442344666, 0.02997186779975891, 0.03029239177703857, 0.03055937588214874, 0.03112858533859253, 0.03320133686065674, 0.0335666686296463, 0.03401161730289459, 0.03406060487031937, 0.03458282351493835, 0.03480000048875809, 0.0348791629076004, 0.03490225970745087, 0.03521665930747986, 0.03538763523101807, 0.03586223721504211, 0.03596478700637817, 0.03603523969650269, 0.03794389963150024, 0.03890836238861084, 0.03909075260162354, 0.0393509566783905, 0.03941470384597778, 0.03987812623381615, 0.04001063108444214, 0.04041111096739769, 0.04049098491668701, 0.04081454873085022, 0.04139310121536255, 0.04198384284973145, 0.04254254698753357, 0.04255587980151176, 0.04362580180168152, 0.0437450110912323, 0.04404285550117493, 0.04439032077789307, 0.04443846270442009, 0.04444801807403564, 0.04458529129624367, 0.04510249197483063, 0.04595161229372025, 0.04611748456954956, 0.04619878530502319, 0.04645517095923424, 0.04725795984268188, 0.04732286930084229, 0.04757854342460632, 0.04759165644645691, 0.0480954647064209, 0.04828249663114548, 0.04884284734725952, 0.04928591847419739, 0.04953336715698242, 0.04957419261336327, 0.04962188005447388, 0.04972666501998901, 0.05021935328841209, 0.0510174036026001, 0.05154117941856384, 0.05155172199010849, 0.05168408155441284, 0.05242666602134705, 0.052590012550354, 0.05267560482025146, 0.05270567536354065, 0.05282607674598694, 0.05306451395153999, 0.05404695868492126, 0.05432665348052979, 0.0551486611366272, 0.05628147721290588, 0.05704999715089798, 0.05807499587535858, 0.05862554907798767, 0.0588238537311554, 0.05906271934509277, 0.05960294604301453, 0.05989265441894531, 0.0599481463432312, 0.06009999662637711, 0.06026666611433029, 0.06202572584152222, 0.06238529086112976, 0.06248605251312256, 0.06454896926879883, 0.0651717334985733, 0.06541836261749268, 0.06644666194915771, 0.06664545089006424, 0.06724444776773453, 0.06815937161445618, 0.06958571076393127, 0.06961286067962646, 0.07028061151504517, 0.07149213552474976, 0.07199442386627197, 0.07252570986747742, 0.07273584604263306, 0.07349655032157898, 0.07397094368934631, 0.07424867153167725, 0.07451599836349487, 0.07566428184509277, 0.07637076824903488, 0.07665598392486572, 0.07679241895675659, 0.07679331302642822, 0.07679998874664307, 0.07709118723869324, 0.07709444314241409, 0.07739266753196716, 0.07768058776855469, 0.07784998416900635, 0.07843026518821716, 0.07886818051338196, 0.07886886596679688, 0.07973414659500122, 0.08020000159740448, 0.08026999235153198, 0.08044545352458954, 0.08053822815418243, 0.08092045783996582, 0.08251512050628662, 0.08324230462312698, 0.08367907255887985, 0.08410477638244629, 0.08417333662509918, 0.08445501327514648, 0.08625580370426178, 0.08638148009777069, 0.08664000034332275, 0.08695626258850098, 0.08700000494718552, 0.0870952382683754, 0.08744615316390991, 0.08783529698848724, 0.08985453844070435, 0.09007057547569275, 0.09307142347097397, 0.09356030821800232, 0.0937822163105011, 0.09561198949813843, 0.09561431407928467, 0.09578627347946167, 0.09620526432991028, 0.09718234837055206, 0.09746000170707703, 0.09815263748168945, 0.09901395440101624, 0.09922954440116882, 0.09953334927558899, 0.1002110838890076, 0.1005062460899353, 0.1011333465576172, 0.101840004324913, 0.1020319759845734, 0.1023833304643631, 0.1036545038223267, 0.1043999791145325, 0.1047595143318176, 0.1053031235933304, 0.1057299971580505, 0.1063055694103241, 0.1064780652523041, 0.1070785820484161, 0.1073181629180908, 0.1075999736785889, 0.1090324521064758, 0.1095239147543907, 0.1100788116455078, 0.1105940937995911, 0.1114285588264465, 0.1115880012512207, 0.1116901338100433, 0.1124857068061829, 0.1127803921699524, 0.1130173057317734, 0.1133416667580605, 0.1164676547050476, 0.1177470535039902, 0.1179652214050293, 0.1181199923157692, 0.1187062487006187, 0.1189600080251694, 0.1190414428710938, 0.1196653842926025, 0.1201230734586716, 0.1204153895378113, 0.1207624673843384, 0.1217066645622253, 0.1217714250087738, 0.1218205839395523, 0.1218209564685822, 0.1219071447849274, 0.1224106550216675, 0.1226333379745483, 0.1238066852092743, 0.1243714094161987, 0.126094251871109, 0.1262896955013275, 0.1276572793722153, 0.1281624883413315, 0.1287714242935181, 0.1306294798851013, 0.1333231031894684, 0.13345767557621, 0.1340163350105286, 0.1347800195217133, 0.1349015533924103, 0.1353418529033661, 0.1359789669513702, 0.1360999941825867, 0.1372088193893433, 0.1375142931938171, 0.1387937366962433, 0.1387969553470612, 0.1389183700084686, 0.1397659033536911, 0.1398347020149231, 0.1401138603687286, 0.1404131799936295, 0.1409411728382111, 0.1417912989854813, 0.1427090764045715, 0.142960250377655, 0.1432499885559082, 0.1444384455680847, 0.1447761952877045, 0.1459571421146393, 0.146802693605423, 0.1479148864746094, 0.1483301967382431, 0.1502658128738403, 0.1510117650032043, 0.1513452976942062, 0.1516152918338776, 0.1516289114952087, 0.1554295420646667, 0.1585666537284851, 0.1591633558273315, 0.1601257920265198, 0.1604728996753693, 0.1625024974346161, 0.1634519398212433, 0.1640026271343231, 0.1652257144451141, 0.1661060750484467, 0.1693888902664185, 0.1696178615093231, 0.1704263091087341, 0.171052098274231, 0.1711930334568024, 0.1723529398441315, 0.1723763048648834, 0.1738941222429276, 0.1739457100629807, 0.1741465628147125, 0.1743333637714386, 0.1744941174983978, 0.1752333343029022, 0.1758289635181427, 0.176153838634491, 0.1800287663936615, 0.1802535653114319, 0.1805237829685211, 0.1807402670383453, 0.1817830204963684, 0.1828196346759796, 0.1828829646110535, 0.1829593181610107, 0.1842341423034668, 0.1847050040960312, 0.1859388947486877, 0.1866666376590729, 0.1870894730091095, 0.1878707110881805, 0.1891250014305115, 0.1918156147003174, 0.1929333209991455, 0.1929547488689423, 0.193060576915741, 0.1932999938726425, 0.1936119943857193, 0.1938339173793793, 0.19398333132267, 0.1950333416461945, 0.1970499753952026, 0.2000600099563599, 0.2045416533946991, 0.2046566903591156, 0.2048255205154419, 0.205762505531311, 0.2064785659313202, 0.2070812284946442, 0.2072540819644928, 0.2087031900882721, 0.2089062333106995, 0.2089845985174179, 0.2095931023359299, 0.2113935351371765, 0.2122279107570648, 0.2124375849962234, 0.2126100957393646, 0.2127761840820312, 0.2130758464336395, 0.2131536602973938, 0.2140703797340393, 0.2144569903612137, 0.2158345580101013, 0.2163432836532593, 0.2166599929332733, 0.2176905572414398, 0.2191234827041626, 0.2203703224658966, 0.2204000353813171, 0.2213146984577179, 0.221508651971817, 0.2221380919218063, 0.2225152254104614, 0.2229709625244141, 0.2234705835580826, 0.2237032204866409, 0.2255249917507172, 0.2257124781608582, 0.226184606552124, 0.2264490127563477, 0.2291353046894073, 0.2299333214759827, 0.2308816909790039, 0.2329333126544952, 0.2330977320671082, 0.2333526611328125, 0.2343928813934326, 0.2350585460662842, 0.2384471893310547, 0.2386638820171356, 0.2400818318128586, 0.2404650151729584, 0.240740031003952, 0.2411960363388062, 0.2423636019229889, 0.2444645911455154, 0.2451362609863281, 0.2461715489625931, 0.2467948645353317, 0.2493115067481995, 0.2495068907737732, 0.2531043291091919, 0.2564650177955627, 0.2568356990814209, 0.2584149837493896, 0.2594285607337952, 0.2599647045135498, 0.261694997549057, 0.2618456184864044, 0.2630975544452667, 0.2645841240882874, 0.264758974313736, 0.2650250196456909, 0.2657677531242371, 0.2662142813205719, 0.2669333219528198, 0.2678526043891907, 0.2688060998916626, 0.2688964009284973, 0.2689275443553925, 0.2691622972488403, 0.2709395885467529, 0.270977258682251, 0.2715466618537903, 0.2717487812042236, 0.2742072641849518, 0.2762526273727417, 0.2770188450813293, 0.2782235145568848, 0.2782764434814453, 0.2784267961978912, 0.2799999713897705, 0.2801346480846405, 0.282233327627182, 0.2833357155323029, 0.2835826873779297, 0.2837757766246796, 0.283950001001358, 0.285940021276474, 0.2872782349586487, 0.2875272631645203, 0.2916034162044525, 0.2919454872608185, 0.2925592660903931, 0.2927857041358948, 0.2945111095905304, 0.2952840924263, 0.2959028482437134, 0.2987207770347595, 0.2995927035808563, 0.3002108633518219, 0.3009653985500336, 0.3011999726295471, 0.3012823760509491, 0.3026444315910339, 0.303272008895874, 0.3045418858528137, 0.3049204349517822, 0.3058781325817108, 0.3072700202465057, 0.3083148300647736, 0.3094325661659241, 0.3100282847881317, 0.3102268278598785, 0.3102499842643738, 0.3104204535484314, 0.3105594515800476, 0.3120071291923523, 0.3132017254829407, 0.3141971528530121, 0.3143765926361084, 0.3171559870243073, 0.3191117346286774, 0.3192681670188904, 0.3198233246803284, 0.3207656145095825, 0.3216348588466644, 0.3220764696598053, 0.3229122459888458, 0.32328000664711, 0.3235333263874054, 0.3257285952568054, 0.3273324072360992, 0.3286584913730621, 0.3298677504062653, 0.3304499983787537, 0.3309980928897858, 0.3320877850055695, 0.3324432671070099, 0.3330754935741425, 0.3342060446739197, 0.3352117538452148, 0.3354767858982086, 0.3364028334617615, 0.3379386961460114, 0.3385950028896332, 0.3398596942424774, 0.3400066792964935, 0.3412302136421204, 0.3436018824577332, 0.343859076499939, 0.3479558825492859, 0.3513030111789703, 0.3513068556785583, 0.3515562415122986, 0.3516921103000641, 0.3528499901294708, 0.3555537164211273, 0.3562801480293274, 0.3566315770149231, 0.3590034544467926, 0.3633725643157959, 0.3635478019714355, 0.3656199872493744, 0.3657315671443939, 0.366654247045517, 0.3681117594242096, 0.3683778047561646, 0.3686193823814392, 0.3702795803546906, 0.3731235861778259, 0.3770249783992767, 0.379123330116272, 0.380116194486618, 0.3801948726177216, 0.3806439340114594, 0.381963312625885, 0.3830105662345886, 0.3862205743789673, 0.3889916837215424, 0.3892859220504761, 0.3904321193695068, 0.3914037048816681, 0.3960863351821899, 0.3980781137943268, 0.401622474193573, 0.4032832980155945, 0.4048083126544952, 0.4052640795707703, 0.4115291237831116, 0.4136999845504761, 0.4140960872173309, 0.4141058921813965, 0.4153672456741333, 0.4159923195838928, 0.4165434539318085, 0.4173531830310822, 0.4177307486534119, 0.4201159179210663, 0.4206358790397644, 0.420718789100647, 0.4208627641201019, 0.4258194267749786, 0.426186203956604, 0.4264451563358307, 0.4270427525043488, 0.4280452132225037, 0.4291824400424957, 0.4298249781131744, 0.4303370118141174, 0.4304702579975128, 0.4305640757083893, 0.4307532906532288, 0.4323307573795319, 0.4324733018875122, 0.4351406693458557, 0.4355755150318146, 0.4362666606903076, 0.4379333257675171, 0.4395580887794495, 0.4431879222393036, 0.4469366073608398, 0.447464257478714, 0.4513882994651794, 0.4539234042167664, 0.4556713700294495, 0.4588680565357208, 0.4591137766838074, 0.4592233300209045, 0.4596344530582428, 0.4618764519691467, 0.4621698260307312, 0.4624636471271515, 0.4630798697471619, 0.4680454432964325, 0.469692587852478, 0.4712772369384766, 0.4718679785728455, 0.4721937775611877, 0.4724339246749878, 0.4749952554702759, 0.4765428602695465, 0.4787153601646423, 0.480136901140213, 0.4803829789161682, 0.4805999994277954, 0.481416642665863, 0.4826379418373108, 0.4873452186584473, 0.4883149862289429, 0.4898546934127808, 0.4904166758060455, 0.4906345307826996, 0.4923856854438782, 0.4936026930809021, 0.4971719682216644, 0.4989014565944672, 0.5002378821372986, 0.5015702843666077, 0.5021187663078308, 0.5025267601013184, 0.5035666227340698, 0.5073143243789673, 0.5074372887611389, 0.5082937479019165, 0.5106616020202637, 0.5124449729919434, 0.5137499570846558, 0.515749990940094, 0.5162028074264526, 0.5163461565971375, 0.5164999961853027, 0.5169399976730347, 0.5176479816436768, 0.5177736282348633, 0.5181653499603271, 0.518408477306366, 0.5212933421134949, 0.5231190919876099, 0.5238624811172485, 0.5241951942443848, 0.5281615257263184, 0.5287622809410095, 0.5308507680892944, 0.5309714078903198, 0.5337033271789551, 0.533887505531311, 0.5347227454185486, 0.5347449779510498, 0.5387187600135803, 0.5417864918708801, 0.5442054867744446, 0.5500545501708984, 0.5510500073432922, 0.5511699914932251, 0.551539957523346, 0.5547809600830078, 0.5604000091552734, 0.560919463634491, 0.563746452331543, 0.5645361542701721, 0.5656703114509583, 0.5662042498588562, 0.5704424381256104, 0.5720025897026062, 0.5720370411872864, 0.5754162073135376, 0.5755046606063843, 0.5757431387901306, 0.5760549902915955, 0.577133297920227, 0.5806195735931396, 0.5825999975204468, 0.5829249620437622, 0.5842083096504211, 0.5849000215530396, 0.5852534770965576, 0.5856187343597412, 0.5933847427368164, 0.5949172377586365, 0.5951374769210815, 0.5957403779029846, 0.598734438419342, 0.6003526449203491, 0.602295994758606, 0.602400004863739, 0.6040999889373779, 0.6052113771438599, 0.6058599948883057, 0.6062039732933044, 0.6069292426109314, 0.6084499955177307, 0.6093766689300537, 0.6099709868431091, 0.6133651733398438, 0.6151999831199646, 0.616140604019165, 0.6161812543869019, 0.6164000034332275, 0.6185999512672424, 0.6196999549865723, 0.6207489371299744, 0.6218612194061279, 0.6219621896743774, 0.6276451349258423, 0.6277239918708801, 0.6285800337791443, 0.6288838982582092, 0.6298636198043823, 0.630313515663147, 0.6313969492912292, 0.6314713954925537, 0.6378512382507324, 0.637989342212677, 0.6386399865150452, 0.6392487287521362, 0.6436260938644409, 0.6438499689102173, 0.645746111869812, 0.6461555361747742, 0.6478531360626221, 0.6484922766685486, 0.649222195148468, 0.6492267847061157, 0.6505999565124512, 0.6524395942687988, 0.6535841822624207, 0.6536999940872192, 0.6540291905403137, 0.6552761793136597, 0.6562333106994629, 0.6574274897575378, 0.6588666439056396, 0.658884584903717, 0.659354567527771, 0.6631515622138977, 0.6634249687194824, 0.6643499732017517, 0.667118489742279, 0.6676179766654968, 0.6685840487480164, 0.6700977683067322, 0.6716955304145813, 0.673554539680481, 0.6737115979194641, 0.6752249598503113, 0.6760128736495972, 0.6794512867927551, 0.6833799481391907, 0.6846731901168823, 0.685200035572052, 0.6870999932289124, 0.687195897102356, 0.6882039308547974, 0.689481794834137, 0.6895774602890015, 0.6896619200706482, 0.6913249492645264, 0.6949488520622253, 0.6974037885665894, 0.6982900500297546, 0.6984513998031616, 0.6987999677658081, 0.7029749751091003, 0.7056000232696533, 0.7056044340133667, 0.7086090445518494, 0.7092628479003906, 0.7095299959182739, 0.7108461260795593, 0.7109532952308655, 0.7115749716758728, 0.7122054100036621, 0.7123043537139893, 0.7123422026634216, 0.7153693437576294, 0.7154678106307983, 0.7173689603805542, 0.7176405191421509, 0.718305230140686, 0.7221208214759827, 0.7271875143051147, 0.731744110584259, 0.7343594431877136, 0.7367860674858093, 0.7375767827033997, 0.7419261336326599, 0.7424666881561279, 0.744563639163971, 0.7464050054550171, 0.7464942336082458, 0.7469186782836914, 0.7500749826431274, 0.7523332834243774, 0.7528730630874634, 0.7556749582290649, 0.7580333352088928, 0.7593423128128052, 0.7610570788383484, 0.7661999464035034, 0.7674592137336731, 0.7699285745620728, 0.7701250314712524, 0.772575855255127, 0.7730743288993835, 0.7731368541717529, 0.7750096321105957, 0.775910496711731, 0.7803466320037842, 0.7816720008850098, 0.783083975315094, 0.7903437614440918, 0.7908896207809448, 0.792190432548523, 0.8134541511535645, US Counties", "views": 0, "web_url": "https://chart-studio.plotly.com/~ddlesk/8/-06384066939353943-06380488276481628-06370804309844971-063138747215271-062554520/", "world_readable": true, "date_modified": "2019-06-18T02:20:25.978Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ddlesk/8/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "768e6e59-0505-4fe7-9e85-6e360d6785c3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.6384066939353943", "type": "scatter", "xsrc": "ddlesk:9:81ee96", "ysrc": "ddlesk:9:e4d514", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "b74d6eb3-a142-4a7d-8469-1a08d9b8433e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.6380488276481628", "type": "scatter", "xsrc": "ddlesk:9:8ac6ba", "ysrc": "ddlesk:9:938e0d", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "bb1c967d-34d4-4a06-8a54-61b4437c084f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.6370804309844971", "type": "scatter", "xsrc": "ddlesk:9:536365", "ysrc": "ddlesk:9:628f22", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "68b0ac4c-0889-4221-b377-4e61752f51d9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.63138747215271", "type": "scatter", "xsrc": "ddlesk:9:f89701", "ysrc": "ddlesk:9:c4c8cc", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "46f611a0-b14d-4ef9-be5a-b308f40d8ca4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.6255452036857605", "type": "scatter", "xsrc": "ddlesk:9:1012bd", "ysrc": "ddlesk:9:2a492a", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "b7ee7413-14af-4ac1-bbef-7b1f65f5b966", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.6253528594970703", "type": "scatter", "xsrc": "ddlesk:9:2091b0", "ysrc": "ddlesk:9:b3d559", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "c90e9b77-a13e-48b4-ab3b-0fbe5c1dc02b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.6217296719551086", "type": "scatter", "xsrc": "ddlesk:9:c00072", "ysrc": "ddlesk:9:b553d4", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "05f438c2-b847-4ceb-8147-fc54d1f50d14", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.6172851324081421", "type": "scatter", "xsrc": "ddlesk:9:8d2076", "ysrc": "ddlesk:9:c10596", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "82fbc472-67c9-445c-b106-21709925b169", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.6073020696640015", "type": "scatter", "xsrc": "ddlesk:9:1cfbd4", "ysrc": "ddlesk:9:412c65", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "41dd6bd1-8033-4126-886b-c90a699e21fd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.6011690497398376", "type": "scatter", "xsrc": "ddlesk:9:30d47b", "ysrc": "ddlesk:9:833777", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "0e4aaab8-39eb-42eb-97df-a9a2b117fd13", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.5976871252059937", "type": "scatter", "xsrc": "ddlesk:9:4578ed", "ysrc": "ddlesk:9:ddf974", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "7d69821f-f755-48b5-925e-6f64a5c52110", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.5955267548561096", "type": "scatter", "xsrc": "ddlesk:9:cd6e58", "ysrc": "ddlesk:9:84f2fa", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "715c035b-e103-4d66-982b-23c9548d8314", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.5918959379196167", "type": "scatter", "xsrc": "ddlesk:9:a39de6", "ysrc": "ddlesk:9:636f6c", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "a5ecc866-46a5-41a2-9885-6022b27cfb30", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.5903337597846985", "type": "scatter", "xsrc": "ddlesk:9:472292", "ysrc": "ddlesk:9:1687e1", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "19da3303-19c7-470d-b528-2305e9143d7f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.586995542049408", "type": "scatter", "xsrc": "ddlesk:9:bcc913", "ysrc": "ddlesk:9:bb23cb", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "6e28a85a-88ad-4f66-a76c-ead0fdcef135", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.5794273018836975", "type": "scatter", "xsrc": "ddlesk:9:d6dff9", "ysrc": "ddlesk:9:f912a8", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "22619b37-e59c-4817-987c-7e2a0c4e208b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.5772272944450378", "type": "scatter", "xsrc": "ddlesk:9:ec99d1", "ysrc": "ddlesk:9:f98124", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "2066d8fb-1442-4be9-8a47-6b6cb09de9a8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.5677489638328552", "type": "scatter", "xsrc": "ddlesk:9:3154c9", "ysrc": "ddlesk:9:f474c6", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "2bdf12fb-3e0e-43dd-be0d-a7d0955ef22d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.5666775703430176", "type": "scatter", "xsrc": "ddlesk:9:ae41b0", "ysrc": "ddlesk:9:e4d361", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "5a15b2c8-3c82-4b4b-ac4a-44c67519d88c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.5425382256507874", "type": "scatter", "xsrc": "ddlesk:9:cfe9a9", "ysrc": "ddlesk:9:1b5885", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "56f59b87-eb93-4aff-98c0-f770a649bae1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.5424162745475769", "type": "scatter", "xsrc": "ddlesk:9:f58736", "ysrc": "ddlesk:9:ab477e", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "20b10359-c60a-408b-9d3c-355294ab0f89", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.5407060980796814", "type": "scatter", "xsrc": "ddlesk:9:13535a", "ysrc": "ddlesk:9:32919e", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "d2a96c91-2d09-44ec-bf5d-cec03e5789db", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.5386886596679688", "type": "scatter", "xsrc": "ddlesk:9:d185bb", "ysrc": "ddlesk:9:abbeb2", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "16e0aef3-2595-4f15-8c3a-a34146c3eb1d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.5381633043289185", "type": "scatter", "xsrc": "ddlesk:9:273863", "ysrc": "ddlesk:9:b6ee21", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "dac0810c-8827-458c-bfd5-6c1931c9601b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.5377130508422852", "type": "scatter", "xsrc": "ddlesk:9:b5d79e", "ysrc": "ddlesk:9:75e0b0", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "c06cb3f2-d5f4-46cf-9b67-48672d1e4999", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.5375590920448303", "type": "scatter", "xsrc": "ddlesk:9:1ae09d", "ysrc": "ddlesk:9:4a7d62", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "d959c451-a777-483d-bbd1-11eb1132d9f9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.537473201751709", "type": "scatter", "xsrc": "ddlesk:9:1683ee", "ysrc": "ddlesk:9:c891a8", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "a16c18ee-033d-487a-8725-6c847277558f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.525955319404602", "type": "scatter", "xsrc": "ddlesk:9:ed3573", "ysrc": "ddlesk:9:3fc61a", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "72310c73-9265-4ee3-bc7a-781d2cf6c911", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.5153469443321228", "type": "scatter", "xsrc": "ddlesk:9:26f10b", "ysrc": "ddlesk:9:f573b7", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "b3bba033-2a62-441b-b6f5-749be51ce452", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.5125454068183899", "type": "scatter", "xsrc": "ddlesk:9:99db6d", "ysrc": "ddlesk:9:8e1290", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "a2376d69-90c7-4539-a9b4-7c7e5f0e655d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.5120738744735718", "type": "scatter", "xsrc": "ddlesk:9:9df520", "ysrc": "ddlesk:9:af878d", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "98cc1158-78d5-4522-8dab-9367fa3aea17", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.5018685460090637", "type": "scatter", "xsrc": "ddlesk:9:43253e", "ysrc": "ddlesk:9:62d343", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "3325aca4-ebcf-440e-aa83-16f3a062ae69", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.5002040863037109", "type": "scatter", "xsrc": "ddlesk:9:f22bb9", "ysrc": "ddlesk:9:98bb4f", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "92d52a0d-7dbc-4f7a-9445-a0f61fd7996d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.4995871782302856", "type": "scatter", "xsrc": "ddlesk:9:135aa3", "ysrc": "ddlesk:9:eea5f6", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "71e75d16-0f02-4a59-ba29-98b1b8a7cde3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.4937509894371033", "type": "scatter", "xsrc": "ddlesk:9:cdc874", "ysrc": "ddlesk:9:6302ee", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "f82e8824-0614-4855-85d4-ecc69ef60f2e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.491497278213501", "type": "scatter", "xsrc": "ddlesk:9:a2a020", "ysrc": "ddlesk:9:4d24f6", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "baf0be98-a7da-45d1-9ab9-23e95edb538c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.4898673892021179", "type": "scatter", "xsrc": "ddlesk:9:bbc724", "ysrc": "ddlesk:9:d4c136", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "6efec088-3169-411c-b4af-336a92582e97", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.4815772771835327", "type": "scatter", "xsrc": "ddlesk:9:525151", "ysrc": "ddlesk:9:23699b", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "7d55d0d4-cf22-4d56-9de9-5f3a361ced4c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.4671263992786407", "type": "scatter", "xsrc": "ddlesk:9:ed5229", "ysrc": "ddlesk:9:386e73", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "629291f4-56ce-42de-a625-2db81ca8777d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.4591222703456879", "type": "scatter", "xsrc": "ddlesk:9:a32d1e", "ysrc": "ddlesk:9:3bf555", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "ca2dc05b-7d7c-4a7c-bfed-892ce7a0568c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.4561367332935333", "type": "scatter", "xsrc": "ddlesk:9:54c121", "ysrc": "ddlesk:9:a77120", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "cfec96f8-1003-49d4-826f-275c42e4f1a0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.4554788768291473", "type": "scatter", "xsrc": "ddlesk:9:ff3bc5", "ysrc": "ddlesk:9:29cd9d", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "dc978007-7800-4c97-813d-234f676a25f3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.4493393898010254", "type": "scatter", "xsrc": "ddlesk:9:bebc37", "ysrc": "ddlesk:9:c184cb", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "a518940b-0924-4e22-9c72-7aec731ef3e5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.4420737028121948", "type": "scatter", "xsrc": "ddlesk:9:c682e8", "ysrc": "ddlesk:9:02bd1e", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "4a233ae6-49c8-4962-b8ce-1d65ef74631b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.4379155039787292", "type": "scatter", "xsrc": "ddlesk:9:eaa6e0", "ysrc": "ddlesk:9:905add", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "6897643e-a941-4e47-a63b-11470d8d3fc4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.4342619180679321", "type": "scatter", "xsrc": "ddlesk:9:c4b7ff", "ysrc": "ddlesk:9:6f717c", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "100cede7-198d-465e-9a85-8739c1806018", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.4331792891025543", "type": "scatter", "xsrc": "ddlesk:9:8233e8", "ysrc": "ddlesk:9:c149de", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "e4e6541d-67ef-44b3-b0aa-264b1e5badfd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.4290147721767426", "type": "scatter", "xsrc": "ddlesk:9:71af14", "ysrc": "ddlesk:9:1a6f6a", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "755cfcd6-6109-4823-9722-29d5bb5930a9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.417440801858902", "type": "scatter", "xsrc": "ddlesk:9:79f734", "ysrc": "ddlesk:9:b9da01", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "c90dc753-a9ff-4237-a700-c61d3fd955ea", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.4112533330917358", "type": "scatter", "xsrc": "ddlesk:9:6624bc", "ysrc": "ddlesk:9:dc3eea", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "14136383-eb9f-420b-acd3-fc6a339c01af", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.4107978940010071", "type": "scatter", "xsrc": "ddlesk:9:f36e7f", "ysrc": "ddlesk:9:3c9061", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "deb61789-9253-4be2-8b1d-fef2e81fc8bc", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.4059897661209106", "type": "scatter", "xsrc": "ddlesk:9:ddc4cd", "ysrc": "ddlesk:9:b54b91", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "c4ecd057-4638-4ec7-ab90-9688d91f9320", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.4037857055664062", "type": "scatter", "xsrc": "ddlesk:9:9b9d2d", "ysrc": "ddlesk:9:5f9e4a", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "5e2c58ff-bea1-47b9-8c79-1ae339405488", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3992869257926941", "type": "scatter", "xsrc": "ddlesk:9:563eda", "ysrc": "ddlesk:9:96cbcf", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "aa749f8c-4f27-49a8-b34c-d454385e9bc1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3986921608448029", "type": "scatter", "xsrc": "ddlesk:9:60559e", "ysrc": "ddlesk:9:03e330", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "148416bb-09cf-42a7-926e-729bf7f3452f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3888928294181824", "type": "scatter", "xsrc": "ddlesk:9:62fea3", "ysrc": "ddlesk:9:01b855", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "dc341445-cf6e-40e8-a047-f5a9c09c6335", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3887733817100525", "type": "scatter", "xsrc": "ddlesk:9:58c9f8", "ysrc": "ddlesk:9:c375a3", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "a70f3b65-4787-4d28-bc91-792c11c28cfe", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3870809376239777", "type": "scatter", "xsrc": "ddlesk:9:899a9d", "ysrc": "ddlesk:9:ee9114", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "1802c89c-3c65-4d5a-8af7-f39da0664dc9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3798151612281799", "type": "scatter", "xsrc": "ddlesk:9:c5c1aa", "ysrc": "ddlesk:9:c75c3e", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "ab4c5057-3d26-48a7-b2ca-63cf8e10b396", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3767770230770111", "type": "scatter", "xsrc": "ddlesk:9:040101", "ysrc": "ddlesk:9:890a4f", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "dec01ac5-5b5d-4591-989e-e9145e89f41d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3751627206802368", "type": "scatter", "xsrc": "ddlesk:9:b3497c", "ysrc": "ddlesk:9:622dda", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "2f049da5-d634-42d3-b9c5-419145d59e7b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3736133873462677", "type": "scatter", "xsrc": "ddlesk:9:af32dd", "ysrc": "ddlesk:9:610e3f", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "6ab3b1e7-b8c0-463c-b2c2-f188d2c71a82", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3726697862148285", "type": "scatter", "xsrc": "ddlesk:9:896236", "ysrc": "ddlesk:9:eaa26f", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "39967919-8ba4-4187-8406-06621a850b4e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3704513311386108", "type": "scatter", "xsrc": "ddlesk:9:615cd7", "ysrc": "ddlesk:9:768862", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "3d4f555f-c681-4128-92dc-e8a22c40b5d6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3678846061229706", "type": "scatter", "xsrc": "ddlesk:9:a7e413", "ysrc": "ddlesk:9:a2752b", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "32b92842-1450-4073-9c19-a7fab23eddaf", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3670820295810699", "type": "scatter", "xsrc": "ddlesk:9:a658f3", "ysrc": "ddlesk:9:e12376", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "6c4ef07a-22a2-445a-b64c-3b2e9d053920", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3663956224918365", "type": "scatter", "xsrc": "ddlesk:9:3c011e", "ysrc": "ddlesk:9:1da69e", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "88e0e1b2-cf4c-45b0-8891-273f88529ba6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3635799288749695", "type": "scatter", "xsrc": "ddlesk:9:8cffeb", "ysrc": "ddlesk:9:fb0976", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "bdae96bd-7fb0-43b1-9ce7-44cec644c17f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3581498265266418", "type": "scatter", "xsrc": "ddlesk:9:8ff804", "ysrc": "ddlesk:9:75070f", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "f4d2cabe-0f7a-46e9-af9c-0d18921eec0a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3550593852996826", "type": "scatter", "xsrc": "ddlesk:9:036a98", "ysrc": "ddlesk:9:f6f02b", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "a1a8ad64-5858-4867-b6c4-0a0fe76e107e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3528966903686523", "type": "scatter", "xsrc": "ddlesk:9:c2464e", "ysrc": "ddlesk:9:52711e", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "0262cd16-6534-4491-bf17-1da6473c759d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3525057435035706", "type": "scatter", "xsrc": "ddlesk:9:ae7acc", "ysrc": "ddlesk:9:fca17b", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "cd33c3bd-e46a-4abb-9ef0-98f132b83655", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3523187339305878", "type": "scatter", "xsrc": "ddlesk:9:06d2ea", "ysrc": "ddlesk:9:120535", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "c9326a97-225e-4f90-ab7f-228a39604526", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3519936203956604", "type": "scatter", "xsrc": "ddlesk:9:7b4e69", "ysrc": "ddlesk:9:2e0959", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "2e635789-d3e5-4c9c-9b95-f98f284704aa", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3501151204109192", "type": "scatter", "xsrc": "ddlesk:9:600016", "ysrc": "ddlesk:9:fb24a8", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "70289f31-0d95-4c69-9804-d14f5ae9eec4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3457000255584717", "type": "scatter", "xsrc": "ddlesk:9:ed79de", "ysrc": "ddlesk:9:ba41da", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "12d91f01-14e1-401b-8a67-b15031aea29e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3451685607433319", "type": "scatter", "xsrc": "ddlesk:9:263a10", "ysrc": "ddlesk:9:a0a918", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "ae516745-aeb1-4e98-9f18-b0fd29db40d7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3444302380084991", "type": "scatter", "xsrc": "ddlesk:9:95d0bf", "ysrc": "ddlesk:9:4b5bf4", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "e3a45f97-8512-4acf-a52d-5a6986775a10", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3419612646102905", "type": "scatter", "xsrc": "ddlesk:9:497e43", "ysrc": "ddlesk:9:3d7c0f", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "268e392c-d676-440c-9b15-41af70d219cc", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3384695053100586", "type": "scatter", "xsrc": "ddlesk:9:5d7354", "ysrc": "ddlesk:9:29c1d8", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "4c8ce7be-97f2-4a94-b48e-2ba076834fe6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3379434049129486", "type": "scatter", "xsrc": "ddlesk:9:dcce9b", "ysrc": "ddlesk:9:1a883d", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "be73b986-a0ba-4484-84bc-506a7b9c09d0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.337902843952179", "type": "scatter", "xsrc": "ddlesk:9:3a3c40", "ysrc": "ddlesk:9:13412f", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "ec557c14-b207-447b-8e57-9ff250ac7573", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3360866606235504", "type": "scatter", "xsrc": "ddlesk:9:10853e", "ysrc": "ddlesk:9:01f4e3", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "4197886e-bb75-47e9-805a-3bc376c9aa1e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3347152471542358", "type": "scatter", "xsrc": "ddlesk:9:0d03e8", "ysrc": "ddlesk:9:24391e", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "b5e54ee7-6a85-4c28-aba9-fe4e10c3d0e3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3340156376361847", "type": "scatter", "xsrc": "ddlesk:9:029c9b", "ysrc": "ddlesk:9:e09d8c", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "23369cfc-42d8-4c25-b1fc-e3aaafd7df56", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3339020311832428", "type": "scatter", "xsrc": "ddlesk:9:0cde76", "ysrc": "ddlesk:9:7a11ae", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "e64bdc71-0216-4e9c-a011-4b6454a1880b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3326623439788818", "type": "scatter", "xsrc": "ddlesk:9:f0975a", "ysrc": "ddlesk:9:4bf79a", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "9e840e7a-f822-472e-8736-2fe64316d7f7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3325568735599518", "type": "scatter", "xsrc": "ddlesk:9:435b93", "ysrc": "ddlesk:9:5c3c2f", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "0e71a422-b2f7-4b57-be93-3598f23193f5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3320285677909851", "type": "scatter", "xsrc": "ddlesk:9:2f1c0f", "ysrc": "ddlesk:9:223549", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "d4544220-77c9-4f06-acd7-0bac24f92af1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3299538493156433", "type": "scatter", "xsrc": "ddlesk:9:29b92a", "ysrc": "ddlesk:9:92415b", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "b031e6d7-e5d7-46e5-9218-5705af7ce470", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3275384902954102", "type": "scatter", "xsrc": "ddlesk:9:02bd24", "ysrc": "ddlesk:9:6360bd", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "df5aec7d-9bc5-4474-83ea-3eb74964d560", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3269500136375427", "type": "scatter", "xsrc": "ddlesk:9:e5ccf1", "ysrc": "ddlesk:9:341c02", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "2d2ee918-689e-484a-9bf8-3a31f0c680c9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3262210488319397", "type": "scatter", "xsrc": "ddlesk:9:583a98", "ysrc": "ddlesk:9:3d6b39", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "08fce348-79bd-4fea-b1ae-f03969c78476", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3259406983852386", "type": "scatter", "xsrc": "ddlesk:9:45e856", "ysrc": "ddlesk:9:b98d38", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "4eb2152e-b98a-4b8f-8dd1-aa89ddab98a0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3242964148521423", "type": "scatter", "xsrc": "ddlesk:9:dab56d", "ysrc": "ddlesk:9:6e1315", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "90990199-ee8e-45d4-b3d6-69aa5c4011f5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3227468729019165", "type": "scatter", "xsrc": "ddlesk:9:bc050c", "ysrc": "ddlesk:9:fdb370", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "4dfabb6e-fb58-4f4d-86ea-35e913221e76", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3200134336948395", "type": "scatter", "xsrc": "ddlesk:9:68ef0c", "ysrc": "ddlesk:9:980a78", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "c4ca7507-32b5-471e-ab98-86368ac445c7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.319155752658844", "type": "scatter", "xsrc": "ddlesk:9:bf009b", "ysrc": "ddlesk:9:d007cb", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "d7167ab5-9c59-4f97-9fcd-86dfce75da0e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.319075345993042", "type": "scatter", "xsrc": "ddlesk:9:2e066e", "ysrc": "ddlesk:9:bac309", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "2150db23-d588-451f-a0b6-4e4e133a3eff", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3189215660095215", "type": "scatter", "xsrc": "ddlesk:9:28565d", "ysrc": "ddlesk:9:8cba8b", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "ceccf5f1-c942-4dc0-b104-47935ca255dc", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3188146352767944", "type": "scatter", "xsrc": "ddlesk:9:9abd00", "ysrc": "ddlesk:9:075f08", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "37123125-0a5c-4c96-bbda-e432c6845248", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3182842135429382", "type": "scatter", "xsrc": "ddlesk:9:2171b6", "ysrc": "ddlesk:9:9d1142", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "b9c11e77-b7b9-45fb-a4bf-eefcdac33780", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3176862299442291", "type": "scatter", "xsrc": "ddlesk:9:d3f141", "ysrc": "ddlesk:9:94ba08", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "f24dde63-66d1-4f05-ab60-4e663daf5c90", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3156638443470001", "type": "scatter", "xsrc": "ddlesk:9:c13816", "ysrc": "ddlesk:9:79c2f1", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "6701a429-3f5a-4613-8c37-4f04b24e9d81", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3155553340911865", "type": "scatter", "xsrc": "ddlesk:9:ce33bc", "ysrc": "ddlesk:9:3da167", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "92b577ea-95d2-43cd-abc4-bcf27b735280", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3146666884422302", "type": "scatter", "xsrc": "ddlesk:9:f07a0c", "ysrc": "ddlesk:9:9b04c9", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "767ed745-a2fc-46d5-ad7c-343126c13ae4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3137840032577515", "type": "scatter", "xsrc": "ddlesk:9:96d173", "ysrc": "ddlesk:9:3a6a69", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "9845a9c9-a6ec-4b2d-b420-294f622afb83", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3107366561889648", "type": "scatter", "xsrc": "ddlesk:9:f8caad", "ysrc": "ddlesk:9:231235", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "26d35010-a16e-4ac9-b6d5-00ad7030fa3a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3107122182846069", "type": "scatter", "xsrc": "ddlesk:9:a425c6", "ysrc": "ddlesk:9:60cb24", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "cb5a8562-a9db-4a18-9e74-00321f061256", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.309883326292038", "type": "scatter", "xsrc": "ddlesk:9:6706eb", "ysrc": "ddlesk:9:ebb206", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "639fa822-2c3e-4bb3-b426-ef242c2f21ab", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3093216121196747", "type": "scatter", "xsrc": "ddlesk:9:46ea0b", "ysrc": "ddlesk:9:50e7b5", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "2535f613-0ff9-480b-97f0-b7ee4025162f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3083423376083374", "type": "scatter", "xsrc": "ddlesk:9:f98aed", "ysrc": "ddlesk:9:fd03af", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "f5da789c-f5fe-49b8-99e7-143acca59c61", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3081815242767334", "type": "scatter", "xsrc": "ddlesk:9:9a0a71", "ysrc": "ddlesk:9:8062d3", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "4878cc52-e45b-4383-9b64-871a5bf95d93", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3071181774139404", "type": "scatter", "xsrc": "ddlesk:9:0bf2a2", "ysrc": "ddlesk:9:338479", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "713803e2-60a9-42ad-b48f-a6302021858e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3068896532058716", "type": "scatter", "xsrc": "ddlesk:9:a53cc0", "ysrc": "ddlesk:9:fa1680", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "653f7338-95f2-485c-8ef0-3838885b66e9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.306535005569458", "type": "scatter", "xsrc": "ddlesk:9:79c678", "ysrc": "ddlesk:9:599ce0", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "813f3ffc-4c39-49a9-b064-a062a132a84e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3034326732158661", "type": "scatter", "xsrc": "ddlesk:9:2913a3", "ysrc": "ddlesk:9:8526a0", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "9185b570-4a43-42a5-a217-7b7c383682f5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3031571507453918", "type": "scatter", "xsrc": "ddlesk:9:b08c18", "ysrc": "ddlesk:9:f7d09d", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "a7069b61-b4cd-4550-ad37-5cec9ac5144d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3024689555168152", "type": "scatter", "xsrc": "ddlesk:9:e26913", "ysrc": "ddlesk:9:00c1fd", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "f3dc08b8-5758-468e-82a3-edb8e35038b1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3023499846458435", "type": "scatter", "xsrc": "ddlesk:9:88ea45", "ysrc": "ddlesk:9:01c9b3", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "fda1cb8e-b3a1-46b5-9ac1-e9c96ea6c67b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.3019199967384338", "type": "scatter", "xsrc": "ddlesk:9:cb0b16", "ysrc": "ddlesk:9:f1a6a4", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "78a5163b-51ad-4d47-ac06-6896158cf770", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2996057271957397", "type": "scatter", "xsrc": "ddlesk:9:6bd748", "ysrc": "ddlesk:9:12ed5c", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "fe050ce1-5007-4e08-945c-f710cc57c62f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2989521026611328", "type": "scatter", "xsrc": "ddlesk:9:877385", "ysrc": "ddlesk:9:d10ede", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "e6c904ea-2022-40d6-ba2a-c2633a4aba50", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2977259159088135", "type": "scatter", "xsrc": "ddlesk:9:59401b", "ysrc": "ddlesk:9:2b79ba", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "9ab2ff47-077b-4776-ae62-87d6d39a6d00", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2911874949932098", "type": "scatter", "xsrc": "ddlesk:9:9065d0", "ysrc": "ddlesk:9:829900", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "651034cf-5c02-4b6c-bf6b-d393fda653a1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2886402606964111", "type": "scatter", "xsrc": "ddlesk:9:3e5ce8", "ysrc": "ddlesk:9:7b9291", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "db96311b-86b3-4daf-a6c9-6e01e0e894d1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2885703444480896", "type": "scatter", "xsrc": "ddlesk:9:863f09", "ysrc": "ddlesk:9:ab5023", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "2df078c3-1424-4228-a134-a9b04a1b01cb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2882204949855804", "type": "scatter", "xsrc": "ddlesk:9:3f6c8e", "ysrc": "ddlesk:9:95f3e8", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "676fe7ca-de68-4d22-9fd9-c126916f42d5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2875097990036011", "type": "scatter", "xsrc": "ddlesk:9:b84088", "ysrc": "ddlesk:9:66d6d4", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "c4f2836a-6cd3-4003-8188-1a70836abcb2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2861109375953674", "type": "scatter", "xsrc": "ddlesk:9:0e8098", "ysrc": "ddlesk:9:3a6bbf", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "ef3fde46-afaa-49fd-aa95-ed6bd1791a7d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2851909101009369", "type": "scatter", "xsrc": "ddlesk:9:b0464c", "ysrc": "ddlesk:9:1735f3", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "3f98a959-9939-42fb-8f3e-070d0f7ef83d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2851777672767639", "type": "scatter", "xsrc": "ddlesk:9:543491", "ysrc": "ddlesk:9:faa4cc", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "e2ad78a5-ed59-4b6e-a21b-7ac43e3e6fc4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2844873666763306", "type": "scatter", "xsrc": "ddlesk:9:31b5e9", "ysrc": "ddlesk:9:3fb1f8", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "36e75a75-dae9-4537-ae0e-355cd2447971", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2822393774986267", "type": "scatter", "xsrc": "ddlesk:9:730f26", "ysrc": "ddlesk:9:5f9726", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "28077736-c968-48e0-bdca-0b7c781a2801", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2820830941200256", "type": "scatter", "xsrc": "ddlesk:9:57f1ea", "ysrc": "ddlesk:9:b8cd5e", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "fe7362ba-c7ec-44a9-8ddb-552e01d7ecc1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2803071439266205", "type": "scatter", "xsrc": "ddlesk:9:d270c5", "ysrc": "ddlesk:9:1f00d7", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "25e04d12-aef9-410e-a1e6-1b922a35b95e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2781233191490173", "type": "scatter", "xsrc": "ddlesk:9:d25817", "ysrc": "ddlesk:9:0d0e59", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "43467dba-3574-43d4-9b2f-ae1af98d9a3b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2757160067558289", "type": "scatter", "xsrc": "ddlesk:9:f896f4", "ysrc": "ddlesk:9:9c1845", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "3b172c53-f1c2-4064-b437-22e34b5d3441", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.274671733379364", "type": "scatter", "xsrc": "ddlesk:9:ee340c", "ysrc": "ddlesk:9:72f6fd", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "b9406bf1-fb0d-4bb3-a49b-487c872af08a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.273354172706604", "type": "scatter", "xsrc": "ddlesk:9:e784ff", "ysrc": "ddlesk:9:429de7", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "93f42f67-2012-41d8-a129-158d0c743e64", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2705322504043579", "type": "scatter", "xsrc": "ddlesk:9:95b4ab", "ysrc": "ddlesk:9:2009ca", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "d0ad5132-f7ce-48d4-9e80-21095cf464e0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2677270174026489", "type": "scatter", "xsrc": "ddlesk:9:e0fff5", "ysrc": "ddlesk:9:b521dc", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "accefa67-b353-44e5-8c51-2094b3603638", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2645764648914337", "type": "scatter", "xsrc": "ddlesk:9:33326a", "ysrc": "ddlesk:9:ecbe86", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "a826fb06-142c-4a6a-b1f4-eb4d59d15934", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2636451721191406", "type": "scatter", "xsrc": "ddlesk:9:31c5c9", "ysrc": "ddlesk:9:7f7100", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "06f35810-6d23-43f3-bdee-963cfe32a62c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2623546719551086", "type": "scatter", "xsrc": "ddlesk:9:bf97fd", "ysrc": "ddlesk:9:018bce", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "62e077e8-22cf-434b-8bc6-5ef468279037", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2621921002864838", "type": "scatter", "xsrc": "ddlesk:9:089a4d", "ysrc": "ddlesk:9:4db4f5", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "1e73f89b-31cc-4362-9e14-12194625deca", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2616411745548248", "type": "scatter", "xsrc": "ddlesk:9:49ab67", "ysrc": "ddlesk:9:dc8471", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "cc108403-16bf-421a-95fc-63b1db9f7fe0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2612537145614624", "type": "scatter", "xsrc": "ddlesk:9:b64bfb", "ysrc": "ddlesk:9:601133", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "95870b81-69de-4efc-ab31-a86a3ff1cf07", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2611928582191467", "type": "scatter", "xsrc": "ddlesk:9:56292e", "ysrc": "ddlesk:9:5062d7", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "ee98d482-d918-46d5-8d86-4c7982517a2a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2610872685909271", "type": "scatter", "xsrc": "ddlesk:9:45c1d5", "ysrc": "ddlesk:9:115c0b", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "c189a29f-054f-4045-9a87-73bb952e4696", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.26071497797966", "type": "scatter", "xsrc": "ddlesk:9:5fcc3f", "ysrc": "ddlesk:9:93040b", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "22d402dd-d58a-478b-93c1-087047ac27cf", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2606459259986877", "type": "scatter", "xsrc": "ddlesk:9:2f75f6", "ysrc": "ddlesk:9:1677dc", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "64089ad9-c909-4d58-9d7f-32f44d380b59", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2588063776493073", "type": "scatter", "xsrc": "ddlesk:9:1838da", "ysrc": "ddlesk:9:dd1b5b", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "fbdbaec8-e889-4a8c-8d1a-b3e68cf123a4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2587032318115234", "type": "scatter", "xsrc": "ddlesk:9:91d620", "ysrc": "ddlesk:9:d07389", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "85c37f07-a565-4437-8a06-98336aa63f18", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2580230832099915", "type": "scatter", "xsrc": "ddlesk:9:6c7b9b", "ysrc": "ddlesk:9:4be6f8", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "d3b7786a-ab8f-46a9-ac2c-c8f75a387948", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2573176324367523", "type": "scatter", "xsrc": "ddlesk:9:95cec8", "ysrc": "ddlesk:9:3460d5", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "ea2cddfa-f010-4d28-887c-d7abe63fd9cf", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2562370896339417", "type": "scatter", "xsrc": "ddlesk:9:a670a4", "ysrc": "ddlesk:9:315f25", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "d69c1267-6348-48d8-8f73-17b4ccea1579", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2548576891422272", "type": "scatter", "xsrc": "ddlesk:9:3a2a9a", "ysrc": "ddlesk:9:7129c4", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "db3c22e5-9a7a-4470-88e3-4bd639bf618e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2546641230583191", "type": "scatter", "xsrc": "ddlesk:9:c57e78", "ysrc": "ddlesk:9:2bdd26", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "4913e2f3-479a-4005-8a70-3a345c1f7843", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2544980347156525", "type": "scatter", "xsrc": "ddlesk:9:94da9f", "ysrc": "ddlesk:9:1503e3", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "10d5d81f-6f26-4bad-9c32-6e44b76071da", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2540140748023987", "type": "scatter", "xsrc": "ddlesk:9:757400", "ysrc": "ddlesk:9:48779a", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "9cbadd4b-8ef7-452b-8cd4-9505ec9abc78", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2535594701766968", "type": "scatter", "xsrc": "ddlesk:9:c590d0", "ysrc": "ddlesk:9:ae3e25", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "de800ec0-c770-4dc6-8ebc-b49489cddd8c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2525777518749237", "type": "scatter", "xsrc": "ddlesk:9:fdc013", "ysrc": "ddlesk:9:287ec9", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "237d04e7-77ba-4334-8267-b6c05c55ee9a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2520865499973297", "type": "scatter", "xsrc": "ddlesk:9:4d9d5e", "ysrc": "ddlesk:9:fb9588", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "32ac1ec2-71db-46f1-8668-88a605372301", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2497171312570572", "type": "scatter", "xsrc": "ddlesk:9:a5d048", "ysrc": "ddlesk:9:959cc0", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "42f54a97-a719-4821-a085-f09377f0222d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2489192187786102", "type": "scatter", "xsrc": "ddlesk:9:2be3f9", "ysrc": "ddlesk:9:c5862c", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "699be98c-ef27-4db8-92e7-90f2a55268f4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2480232417583466", "type": "scatter", "xsrc": "ddlesk:9:a8aec5", "ysrc": "ddlesk:9:40e2f7", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "7867b474-d3f6-49a8-b110-28191cd0eeea", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.247749924659729", "type": "scatter", "xsrc": "ddlesk:9:617398", "ysrc": "ddlesk:9:f4c4c6", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "42672e63-8fc6-445a-b9f0-4aad3041be55", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2477133423089981", "type": "scatter", "xsrc": "ddlesk:9:d058b4", "ysrc": "ddlesk:9:8725aa", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "703c3629-e8e9-4d0f-a6fc-33bc058dec2a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2476187944412231", "type": "scatter", "xsrc": "ddlesk:9:717b03", "ysrc": "ddlesk:9:9d691d", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "676f9bd6-29de-49db-87a2-cca7410197ef", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2460370361804962", "type": "scatter", "xsrc": "ddlesk:9:5181e5", "ysrc": "ddlesk:9:aeea73", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "3c5f49cb-687f-40c6-a86d-2e93628558a2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2438337653875351", "type": "scatter", "xsrc": "ddlesk:9:afe5d8", "ysrc": "ddlesk:9:8af660", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "c6a03893-7dbd-4720-8a9e-fc4e835da90d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2434272617101669", "type": "scatter", "xsrc": "ddlesk:9:79affc", "ysrc": "ddlesk:9:b806e2", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "5abbcd2c-7d16-4ddd-b641-75d8abcb01c1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.242850661277771", "type": "scatter", "xsrc": "ddlesk:9:4a6f4c", "ysrc": "ddlesk:9:ac0b39", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "52f051bb-eff3-497f-9568-8a7284c2c018", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.24208664894104", "type": "scatter", "xsrc": "ddlesk:9:9519c9", "ysrc": "ddlesk:9:62a3ad", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "d9a87165-4025-4594-bb15-cfabf1bb678b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2413333356380463", "type": "scatter", "xsrc": "ddlesk:9:2d62dd", "ysrc": "ddlesk:9:92ca60", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "c33f8cc1-a0bb-4e57-8b07-382aaecfc2ce", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2410479187965393", "type": "scatter", "xsrc": "ddlesk:9:ca443c", "ysrc": "ddlesk:9:eb9bc9", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "7f2cc80b-3e60-4729-82cf-3e8bf61156c9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2391897439956665", "type": "scatter", "xsrc": "ddlesk:9:a744c3", "ysrc": "ddlesk:9:ecb77f", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "b4e6836f-4b93-4587-8168-2de801e6a752", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2382358908653259", "type": "scatter", "xsrc": "ddlesk:9:5e2caa", "ysrc": "ddlesk:9:7cb528", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "d020df9c-77f7-4209-9f24-262b73722bd5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2377837598323822", "type": "scatter", "xsrc": "ddlesk:9:ff777c", "ysrc": "ddlesk:9:12cb3c", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "07b3901c-f215-43f7-8331-451984b20187", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2374026924371719", "type": "scatter", "xsrc": "ddlesk:9:a03a2f", "ysrc": "ddlesk:9:740e7b", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "6d54f451-dab8-4706-9320-cc13149c2d08", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2360079288482666", "type": "scatter", "xsrc": "ddlesk:9:a6a366", "ysrc": "ddlesk:9:4fb5fc", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "a970a3a1-920e-4729-870b-0b51e9beb307", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2353866696357727", "type": "scatter", "xsrc": "ddlesk:9:4c4edb", "ysrc": "ddlesk:9:f493ad", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "e3916d92-d0e9-4340-9fae-7af9107b9077", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2334659993648529", "type": "scatter", "xsrc": "ddlesk:9:553b4f", "ysrc": "ddlesk:9:c5dbae", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "738911e5-4c5e-4a93-8adb-f3579132c11f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2331181913614273", "type": "scatter", "xsrc": "ddlesk:9:4d0287", "ysrc": "ddlesk:9:dc352e", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "76aff8f8-c199-4764-a1a8-44180441e508", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2324815690517426", "type": "scatter", "xsrc": "ddlesk:9:25f12f", "ysrc": "ddlesk:9:b65870", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "2f33f1c0-cbcc-47d6-99a9-46d2009c72eb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2321880161762238", "type": "scatter", "xsrc": "ddlesk:9:a592e7", "ysrc": "ddlesk:9:5b6ead", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "3f854df9-6786-4856-8bdd-2a3fdd601edb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2292518466711044", "type": "scatter", "xsrc": "ddlesk:9:9460d5", "ysrc": "ddlesk:9:ce005c", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "b4a1a6e3-2a2c-4e9e-8777-5fd5984eb37c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2289171814918518", "type": "scatter", "xsrc": "ddlesk:9:4f5cd4", "ysrc": "ddlesk:9:4c1531", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "0731074c-11c8-4281-b7e6-92cd00fba560", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2288312464952469", "type": "scatter", "xsrc": "ddlesk:9:c16b50", "ysrc": "ddlesk:9:df79ac", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "aa7db50a-f247-4b33-b4b0-694449315948", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2281588017940521", "type": "scatter", "xsrc": "ddlesk:9:26e1dd", "ysrc": "ddlesk:9:40e694", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "8d58eeae-549e-496f-870a-c556e3485b55", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2279656231403351", "type": "scatter", "xsrc": "ddlesk:9:7bc99d", "ysrc": "ddlesk:9:0dbe1d", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "5d8f84df-18e4-4d82-a891-b166f63e7a94", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2276960909366608", "type": "scatter", "xsrc": "ddlesk:9:d488ed", "ysrc": "ddlesk:9:a14422", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "9c53b76e-7f3f-43d2-8aad-95b66b4c8cb5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2273627519607544", "type": "scatter", "xsrc": "ddlesk:9:3f2865", "ysrc": "ddlesk:9:437980", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "b6035a4a-c4ca-482f-80c7-46afaec6caee", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2272263020277023", "type": "scatter", "xsrc": "ddlesk:9:4c2d2e", "ysrc": "ddlesk:9:a5da1e", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "f8179139-ad13-4958-9114-f82b43512b36", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2270365059375763", "type": "scatter", "xsrc": "ddlesk:9:008782", "ysrc": "ddlesk:9:e3be71", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "2f42cf5e-5e95-4e55-ade9-2cd7579c3ea5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2261160165071487", "type": "scatter", "xsrc": "ddlesk:9:0fca64", "ysrc": "ddlesk:9:9bc6f9", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "47f1e4e7-5afe-4683-be60-aa4c0008c65f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2241067588329315", "type": "scatter", "xsrc": "ddlesk:9:a47751", "ysrc": "ddlesk:9:7768d4", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "5150aa26-f393-4818-921c-a1cdea8fa43f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2228199988603592", "type": "scatter", "xsrc": "ddlesk:9:5fef84", "ysrc": "ddlesk:9:d329b9", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "5f69787c-30b9-4d18-966f-0c360d38ae04", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2223701775074005", "type": "scatter", "xsrc": "ddlesk:9:e492ed", "ysrc": "ddlesk:9:0f1f7f", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "3f21f49a-967e-492e-9acb-0e85c199b2ec", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2215070426464081", "type": "scatter", "xsrc": "ddlesk:9:d6b3a9", "ysrc": "ddlesk:9:67dabb", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "4d7dc9de-e42d-4a34-bdcf-2a564a825e28", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2200747281312943", "type": "scatter", "xsrc": "ddlesk:9:cf7706", "ysrc": "ddlesk:9:74cf44", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "42d4f6ab-ddda-495f-ae7e-b875982c4f6e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2196018397808075", "type": "scatter", "xsrc": "ddlesk:9:42d69e", "ysrc": "ddlesk:9:54cd4f", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "ffa8a68b-8c95-4dbc-878b-2b3455257cac", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.219365119934082", "type": "scatter", "xsrc": "ddlesk:9:c61cec", "ysrc": "ddlesk:9:8b2bc6", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "8274e95a-58b8-454b-8e68-9a6eabd6f5af", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2184545546770096", "type": "scatter", "xsrc": "ddlesk:9:d89129", "ysrc": "ddlesk:9:ed1c6b", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "1561351f-8aae-4d78-bbbf-2fd4102ad076", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2178535759449005", "type": "scatter", "xsrc": "ddlesk:9:c9d910", "ysrc": "ddlesk:9:74622d", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "43d601d4-66cc-471b-b117-46e99100150d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2152099758386612", "type": "scatter", "xsrc": "ddlesk:9:d9687c", "ysrc": "ddlesk:9:0fe4e9", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "99bc75f4-877e-4095-bb35-32534e61da95", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2140699923038483", "type": "scatter", "xsrc": "ddlesk:9:2f8d8b", "ysrc": "ddlesk:9:4134f0", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "b91e7664-b2b7-4f6f-b576-221c52af46ff", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2134599834680557", "type": "scatter", "xsrc": "ddlesk:9:e0fdfb", "ysrc": "ddlesk:9:2f523e", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "3998dd99-627d-4559-9884-f15fcf64f514", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2119916677474976", "type": "scatter", "xsrc": "ddlesk:9:acf5de", "ysrc": "ddlesk:9:54b9b5", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "d8488b3f-6662-4d56-a4c9-e5ebc2110b9c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2102444469928741", "type": "scatter", "xsrc": "ddlesk:9:3f4ad3", "ysrc": "ddlesk:9:1134b5", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "9fab9a2a-ee7d-4812-b13f-e6476358b8ab", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2099649906158447", "type": "scatter", "xsrc": "ddlesk:9:7cf285", "ysrc": "ddlesk:9:7b95f0", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "9d6df7ba-e294-4ab9-b19c-bcd50f0dee92", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2092511653900146", "type": "scatter", "xsrc": "ddlesk:9:037fda", "ysrc": "ddlesk:9:922086", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "9cbfe573-9b88-428c-9773-0e452cb46bc2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2092285603284836", "type": "scatter", "xsrc": "ddlesk:9:d1c526", "ysrc": "ddlesk:9:be911a", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "338a62dc-1d26-4612-a903-980bed1353e3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2090464234352112", "type": "scatter", "xsrc": "ddlesk:9:fd94bf", "ysrc": "ddlesk:9:ddbbdc", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "ff06d658-e8c6-4c11-a292-95c15a58be5e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2090096473693848", "type": "scatter", "xsrc": "ddlesk:9:ede465", "ysrc": "ddlesk:9:b11aea", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "f5a7a1b1-4846-4f54-bac0-0ff355c44799", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2085718661546707", "type": "scatter", "xsrc": "ddlesk:9:9c0adc", "ysrc": "ddlesk:9:552b26", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "262a05cf-8d70-4236-979a-b455eeb605f4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2076291739940643", "type": "scatter", "xsrc": "ddlesk:9:cf2a21", "ysrc": "ddlesk:9:b0eff9", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "b82dc1c7-20ee-489b-acf7-867ba0c80945", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2071909010410309", "type": "scatter", "xsrc": "ddlesk:9:4ee6f9", "ysrc": "ddlesk:9:813a45", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "af0d47ff-c357-43f0-908e-6af6fa638849", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2071818113327026", "type": "scatter", "xsrc": "ddlesk:9:2eeb99", "ysrc": "ddlesk:9:8a86b7", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "2b33389c-07ed-4ef6-8a28-a073a4dfd3db", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2056952267885208", "type": "scatter", "xsrc": "ddlesk:9:d8f189", "ysrc": "ddlesk:9:9d8f76", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "7d379558-5520-472e-8b2d-e18fa9d9098b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2038031220436096", "type": "scatter", "xsrc": "ddlesk:9:0f8053", "ysrc": "ddlesk:9:2fe219", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "1c1d3b25-385d-43f8-a6c1-487cc30ea996", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2036499977111816", "type": "scatter", "xsrc": "ddlesk:9:368749", "ysrc": "ddlesk:9:1a8f85", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "4fe1a77f-a95a-44d4-a7d9-6352ebe83fba", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2031613290309906", "type": "scatter", "xsrc": "ddlesk:9:4f212e", "ysrc": "ddlesk:9:ddb261", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "fba7844b-6f09-4080-90f9-5dbcf5319c7a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.2000869065523148", "type": "scatter", "xsrc": "ddlesk:9:f28780", "ysrc": "ddlesk:9:21e54d", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "3e3c4358-f058-4de9-891a-bacb875b39a3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1995139569044113", "type": "scatter", "xsrc": "ddlesk:9:f575eb", "ysrc": "ddlesk:9:a42ab3", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "a7f6a289-d769-44f4-9bd3-4237a808e8ac", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1994117796421051", "type": "scatter", "xsrc": "ddlesk:9:95b585", "ysrc": "ddlesk:9:11f496", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "4a7cd6de-f579-43b6-9913-0a6295ffb275", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1988098323345184", "type": "scatter", "xsrc": "ddlesk:9:810bab", "ysrc": "ddlesk:9:65a201", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "6f0938fa-0b17-4e57-b9b9-de0b1446eb3f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1970371454954147", "type": "scatter", "xsrc": "ddlesk:9:bd686b", "ysrc": "ddlesk:9:21f189", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "5752f8d8-e068-47de-8fe8-03802135098f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1965983062982559", "type": "scatter", "xsrc": "ddlesk:9:569db6", "ysrc": "ddlesk:9:11f4c3", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "484e3ae9-1b5a-4ed4-a417-a23ce7ba7f6b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1965490579605103", "type": "scatter", "xsrc": "ddlesk:9:9f70ff", "ysrc": "ddlesk:9:5a5dd6", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "823d65f3-1c53-406a-9004-de99815ebb3c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1956470608711243", "type": "scatter", "xsrc": "ddlesk:9:656781", "ysrc": "ddlesk:9:d1914d", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "1068e60c-f3f5-4b7c-991c-d4b387434c68", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1953383833169937", "type": "scatter", "xsrc": "ddlesk:9:6c9a93", "ysrc": "ddlesk:9:383d30", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "b1f788fd-aa57-490d-b00f-47acd8ff4e64", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1943519413471222", "type": "scatter", "xsrc": "ddlesk:9:011f74", "ysrc": "ddlesk:9:92dc47", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "dd464470-89d9-4755-9779-d3133690c164", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.19420525431633", "type": "scatter", "xsrc": "ddlesk:9:37831b", "ysrc": "ddlesk:9:a01227", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "e4c8ce01-392b-41c4-8bc9-c575488c0252", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1940797120332718", "type": "scatter", "xsrc": "ddlesk:9:1484ec", "ysrc": "ddlesk:9:5dfff2", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "29ed024c-57ab-4b96-91b2-e6b4e8f0b064", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1940088123083115", "type": "scatter", "xsrc": "ddlesk:9:7fbc6a", "ysrc": "ddlesk:9:57a5ea", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "e9f597ef-640e-4b5f-8470-336f3b1843c7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1924274861812592", "type": "scatter", "xsrc": "ddlesk:9:aa1e76", "ysrc": "ddlesk:9:6c5f63", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "6414e035-23ed-4228-9e47-bfc7b5970539", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1916399896144867", "type": "scatter", "xsrc": "ddlesk:9:328c22", "ysrc": "ddlesk:9:93d786", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "5d97e7ed-0e33-4128-8e2e-ed25ba9ca7a5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1915696859359741", "type": "scatter", "xsrc": "ddlesk:9:f1d19d", "ysrc": "ddlesk:9:e76501", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "4578c0b0-e67d-4758-a7d0-89b5d1c95c9b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1895703673362732", "type": "scatter", "xsrc": "ddlesk:9:42e14b", "ysrc": "ddlesk:9:d7abe4", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "81e7c5c5-ced1-4b43-b27a-8780f83b61ff", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1891745328903198", "type": "scatter", "xsrc": "ddlesk:9:593d62", "ysrc": "ddlesk:9:f48ff4", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "153932fa-ee25-47d1-ab93-928fff502e07", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1866579651832581", "type": "scatter", "xsrc": "ddlesk:9:1c58c7", "ysrc": "ddlesk:9:ce868c", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "ae400453-7ffa-4256-9ef8-39ba00951715", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1861056387424469", "type": "scatter", "xsrc": "ddlesk:9:08653a", "ysrc": "ddlesk:9:b473a1", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "72f554d8-870c-4a6d-86b7-b28583238da6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1859666556119919", "type": "scatter", "xsrc": "ddlesk:9:5aaccc", "ysrc": "ddlesk:9:c3599f", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "b908d063-e33b-49e6-9d74-a2d50122bb03", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.184869796037674", "type": "scatter", "xsrc": "ddlesk:9:8c3a5f", "ysrc": "ddlesk:9:4e3d50", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "1e809b43-7e96-44e4-bf3b-bf0fe74f122b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1840614378452301", "type": "scatter", "xsrc": "ddlesk:9:c09a08", "ysrc": "ddlesk:9:06a1cd", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "2e372e30-0ef5-4fc5-945b-c6fc07361b75", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.183985710144043", "type": "scatter", "xsrc": "ddlesk:9:d4a27c", "ysrc": "ddlesk:9:065db3", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "d87cf084-c775-4b2e-9fc6-09aca1da7af8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1833813786506653", "type": "scatter", "xsrc": "ddlesk:9:cb6355", "ysrc": "ddlesk:9:a1b34e", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "7bd1e0a3-6946-4428-92d7-f801b2c424f2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1827166527509689", "type": "scatter", "xsrc": "ddlesk:9:8c9c2b", "ysrc": "ddlesk:9:d56477", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "d029260a-1669-412b-b7c2-0da3059b1313", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1827030777931213", "type": "scatter", "xsrc": "ddlesk:9:aee7cf", "ysrc": "ddlesk:9:b1f26b", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "9de7b4da-3bb9-4a8a-8c08-ada086548da0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1811678856611252", "type": "scatter", "xsrc": "ddlesk:9:5be5cb", "ysrc": "ddlesk:9:312cfe", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "80bdc5fd-6a67-4528-95f1-31333d4b33f9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1791723966598511", "type": "scatter", "xsrc": "ddlesk:9:b783b8", "ysrc": "ddlesk:9:7b5ed4", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "ed24ceb7-2804-49a1-bdba-f574fd59d117", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.178729772567749", "type": "scatter", "xsrc": "ddlesk:9:cf75b8", "ysrc": "ddlesk:9:8ffbdc", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "a50aa7e7-5148-4a92-8a96-6a994905a4c8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1784409135580063", "type": "scatter", "xsrc": "ddlesk:9:e230f2", "ysrc": "ddlesk:9:75234e", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "5fa67d35-d568-436b-bbfc-6cc7d92be977", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.178213506937027", "type": "scatter", "xsrc": "ddlesk:9:91ba90", "ysrc": "ddlesk:9:b5e9bd", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "0809db9f-3f87-4942-b76a-d04958e3aad4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1781718730926514", "type": "scatter", "xsrc": "ddlesk:9:aba434", "ysrc": "ddlesk:9:cc61a8", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "49be0309-86c7-4775-a292-89632d8cc2a6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1778271496295929", "type": "scatter", "xsrc": "ddlesk:9:127fd0", "ysrc": "ddlesk:9:fe2904", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "1a79c4ec-1509-4c16-96ae-3a289b03309c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1776314228773117", "type": "scatter", "xsrc": "ddlesk:9:62a9e6", "ysrc": "ddlesk:9:d9729a", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "c1b84670-fa9c-4a17-8269-a8fc579df6f4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1771333366632462", "type": "scatter", "xsrc": "ddlesk:9:72a7da", "ysrc": "ddlesk:9:60429e", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "94a0f494-ce6c-4610-9b94-869dd0f6e66f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1765249967575073", "type": "scatter", "xsrc": "ddlesk:9:3dbee0", "ysrc": "ddlesk:9:c05189", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "33500e30-8174-44b4-8120-6a1d08300aba", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.175784170627594", "type": "scatter", "xsrc": "ddlesk:9:f7c66b", "ysrc": "ddlesk:9:2cebcd", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "31980e2b-243d-499b-b804-d0e68e266f3f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1756000071763992", "type": "scatter", "xsrc": "ddlesk:9:95deba", "ysrc": "ddlesk:9:816620", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "eeedea60-0065-45ec-a2ec-39b2ac54bd27", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1749391257762909", "type": "scatter", "xsrc": "ddlesk:9:c49177", "ysrc": "ddlesk:9:98cea3", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "dad849c8-5703-430f-88bb-36c46a5e36e5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1718071401119232", "type": "scatter", "xsrc": "ddlesk:9:6194a0", "ysrc": "ddlesk:9:3050e9", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "711e317e-64d4-42f6-80b6-f6bafb73e0b2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1713098436594009", "type": "scatter", "xsrc": "ddlesk:9:cc14ba", "ysrc": "ddlesk:9:29ac6f", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "632c0668-c003-4017-b2d8-e1ed318e4c2d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1709576845169067", "type": "scatter", "xsrc": "ddlesk:9:33721b", "ysrc": "ddlesk:9:d7e59f", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "303a8778-14dc-4d39-9613-4a0820d1bc65", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1695461571216583", "type": "scatter", "xsrc": "ddlesk:9:ad22f9", "ysrc": "ddlesk:9:ed8fea", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "3cb5b1d8-a767-4046-b8ab-d89da4718995", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.169299989938736", "type": "scatter", "xsrc": "ddlesk:9:9a3568", "ysrc": "ddlesk:9:10ecaa", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "d9ffb729-7d17-4502-a8b1-2920cf86dc5a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1689321398735046", "type": "scatter", "xsrc": "ddlesk:9:7815a7", "ysrc": "ddlesk:9:2ed635", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "6fa9b819-1535-4390-9cf1-f5d5d0be54d1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.168726921081543", "type": "scatter", "xsrc": "ddlesk:9:134bbf", "ysrc": "ddlesk:9:dbac13", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "c3efd36f-c312-4d45-b9fd-d548d83e1b5b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1682658493518829", "type": "scatter", "xsrc": "ddlesk:9:faa73b", "ysrc": "ddlesk:9:265a02", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "ce0e7df2-880d-4a24-901b-560fcce05577", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1679577678442001", "type": "scatter", "xsrc": "ddlesk:9:c21683", "ysrc": "ddlesk:9:d9e1c1", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "62d5efed-cbf5-47f0-9331-287e854edbfc", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1676307022571564", "type": "scatter", "xsrc": "ddlesk:9:165b0d", "ysrc": "ddlesk:9:d36252", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "052939b6-de66-4b8e-a624-69d2179aa9b1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1667166650295258", "type": "scatter", "xsrc": "ddlesk:9:da94f7", "ysrc": "ddlesk:9:546ef9", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "04138e69-3caa-4632-a787-3ed37f0f8618", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1660774648189545", "type": "scatter", "xsrc": "ddlesk:9:38c620", "ysrc": "ddlesk:9:e1a8b2", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "94aa4cc9-7728-4c01-b3c6-3f79237c9634", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1655814051628113", "type": "scatter", "xsrc": "ddlesk:9:1f1d1f", "ysrc": "ddlesk:9:bd5b46", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "1f35f407-7672-4e16-ad4a-13f7cac7db12", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1646956205368042", "type": "scatter", "xsrc": "ddlesk:9:887d6a", "ysrc": "ddlesk:9:bf9299", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "91b54dd3-d7eb-40f9-baec-1190ef07a91e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1642947793006897", "type": "scatter", "xsrc": "ddlesk:9:ea433c", "ysrc": "ddlesk:9:cc9830", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "bf115acb-a1c0-461c-8cf7-50d00de4e2d1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1641957312822342", "type": "scatter", "xsrc": "ddlesk:9:5bcedc", "ysrc": "ddlesk:9:0e2fba", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "a069ff53-f7d4-4724-aad7-a1776726883d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1628678441047668", "type": "scatter", "xsrc": "ddlesk:9:a8e22f", "ysrc": "ddlesk:9:12ab30", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "a70da74e-6840-455c-8513-e22d1ed25d9d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1627525091171265", "type": "scatter", "xsrc": "ddlesk:9:6e8300", "ysrc": "ddlesk:9:b64680", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "be0ee12d-3a05-4c52-a521-719e308cb7f1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1625897437334061", "type": "scatter", "xsrc": "ddlesk:9:1db563", "ysrc": "ddlesk:9:0859ff", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "2716d695-e817-4aad-a7cb-34c5f7d6f921", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1611444354057312", "type": "scatter", "xsrc": "ddlesk:9:057ca1", "ysrc": "ddlesk:9:d2d390", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "33c3e764-53df-4544-8204-21e511606af8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1607467532157898", "type": "scatter", "xsrc": "ddlesk:9:257281", "ysrc": "ddlesk:9:a2faf8", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "67151279-99a4-4997-8319-5b8cc5d0a2c5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1605545282363892", "type": "scatter", "xsrc": "ddlesk:9:64153d", "ysrc": "ddlesk:9:5098d0", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "9c534ab4-dc8d-450a-997a-400b19293f10", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1597999930381775", "type": "scatter", "xsrc": "ddlesk:9:a08cf9", "ysrc": "ddlesk:9:03a07c", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "8d3d2078-1358-4613-b3ad-14efb8a419ec", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1597758680582047", "type": "scatter", "xsrc": "ddlesk:9:b71a10", "ysrc": "ddlesk:9:035c61", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "2d56f342-0313-4245-9562-5cb7430e7456", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1597346365451813", "type": "scatter", "xsrc": "ddlesk:9:58347d", "ysrc": "ddlesk:9:307c86", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "8459c975-f07a-4aeb-abac-e6361e7c14f6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.159272238612175", "type": "scatter", "xsrc": "ddlesk:9:495dba", "ysrc": "ddlesk:9:cee437", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "82f5d77f-1501-4c04-a5af-f4202f9c5b15", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1583866775035858", "type": "scatter", "xsrc": "ddlesk:9:001cff", "ysrc": "ddlesk:9:b3455f", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "c259c69a-0c78-4ed4-9fc1-8ee2569eea9d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1582265198230743", "type": "scatter", "xsrc": "ddlesk:9:f5a15c", "ysrc": "ddlesk:9:2e6da0", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "00887d28-de87-4609-8cf8-30b7c5be107f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1581707298755646", "type": "scatter", "xsrc": "ddlesk:9:9b8666", "ysrc": "ddlesk:9:12ff3b", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "26891d78-20d5-43bb-b0a0-722afdf7fc87", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1581388860940933", "type": "scatter", "xsrc": "ddlesk:9:6a6aca", "ysrc": "ddlesk:9:1d9d21", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "7a0964a9-1e03-439a-b857-5e5e722a37e6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1577385812997818", "type": "scatter", "xsrc": "ddlesk:9:18af5b", "ysrc": "ddlesk:9:58510e", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "46902dfa-cb45-485c-bf9c-5932ed6318cd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1575434803962708", "type": "scatter", "xsrc": "ddlesk:9:52259b", "ysrc": "ddlesk:9:4fa7c8", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "81c00a36-1c2f-4b6f-9333-7ee890cca4eb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1553444266319275", "type": "scatter", "xsrc": "ddlesk:9:617bce", "ysrc": "ddlesk:9:ab462e", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "a054ea64-d9ca-44be-a88d-b13d4a245a5a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1549930274486542", "type": "scatter", "xsrc": "ddlesk:9:bf972e", "ysrc": "ddlesk:9:739446", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "0eb25508-373e-4140-a13a-6029cdaccab0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1546307802200317", "type": "scatter", "xsrc": "ddlesk:9:9e2816", "ysrc": "ddlesk:9:4b0361", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "3ca20172-742a-4716-83f8-e893029f91fa", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1544071435928345", "type": "scatter", "xsrc": "ddlesk:9:64d955", "ysrc": "ddlesk:9:bb1a43", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "e09b865b-d725-4240-a4ee-5d39e8ebce08", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1543815433979034", "type": "scatter", "xsrc": "ddlesk:9:42ebc9", "ysrc": "ddlesk:9:ea5762", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "dca8c9d6-f8a6-40db-ab75-331d107047c0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1526911854743958", "type": "scatter", "xsrc": "ddlesk:9:23a784", "ysrc": "ddlesk:9:5a9e8f", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "a80d0313-83c7-484b-90a8-d5cbda6d1caa", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1526413708925247", "type": "scatter", "xsrc": "ddlesk:9:56080f", "ysrc": "ddlesk:9:606f39", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "8fb1a10d-587e-45eb-ac8b-78feca2be04d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1524666547775269", "type": "scatter", "xsrc": "ddlesk:9:c14d7b", "ysrc": "ddlesk:9:385a61", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "eedcf2c3-fbe6-442c-ade0-190755fa4104", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.152153491973877", "type": "scatter", "xsrc": "ddlesk:9:fa3f22", "ysrc": "ddlesk:9:3062fb", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "f28f667a-2c95-4b0a-9d4a-9e98ad32aaec", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1515965461730957", "type": "scatter", "xsrc": "ddlesk:9:695df4", "ysrc": "ddlesk:9:418e79", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "57c6befa-f5d6-44d2-92af-b375d4869cc2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1501518040895462", "type": "scatter", "xsrc": "ddlesk:9:90cda5", "ysrc": "ddlesk:9:f36df2", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "0ab275fb-eaf2-4ac1-b6a8-53c80329ac4e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1495666652917862", "type": "scatter", "xsrc": "ddlesk:9:2543e5", "ysrc": "ddlesk:9:1cf51e", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "66aeb0e0-203a-4d54-8250-e704c6a5b398", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1491447240114212", "type": "scatter", "xsrc": "ddlesk:9:8048f0", "ysrc": "ddlesk:9:acb367", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "9b2fc735-24d0-45fa-8268-82852a51026e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1485621631145477", "type": "scatter", "xsrc": "ddlesk:9:831014", "ysrc": "ddlesk:9:9a9353", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "99cdb226-050d-44f8-b9ff-ea84f426f548", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1477692127227783", "type": "scatter", "xsrc": "ddlesk:9:c95290", "ysrc": "ddlesk:9:0cfc20", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "11a643fa-5a29-4eeb-a88a-a10e2ccfdb41", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1476509422063828", "type": "scatter", "xsrc": "ddlesk:9:eef0c9", "ysrc": "ddlesk:9:a5c5a0", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "817b4b66-c1a7-4828-84b0-bfb2cbcc1cf4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1464661806821823", "type": "scatter", "xsrc": "ddlesk:9:0339e9", "ysrc": "ddlesk:9:e7d952", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "ab3dc37a-e79b-428e-bd81-0834d3517f8d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1453840434551239", "type": "scatter", "xsrc": "ddlesk:9:85e964", "ysrc": "ddlesk:9:91978e", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "db35ae10-060b-4e38-8a02-672dbe975364", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1440437436103821", "type": "scatter", "xsrc": "ddlesk:9:5430c5", "ysrc": "ddlesk:9:a4390b", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "9c433d85-86f4-4e60-9335-7d92a677164d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1440300345420837", "type": "scatter", "xsrc": "ddlesk:9:a6029b", "ysrc": "ddlesk:9:af2da1", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "ee4e2bad-d5f3-4caf-9f9b-529aa77c9754", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1437488496303558", "type": "scatter", "xsrc": "ddlesk:9:73aab8", "ysrc": "ddlesk:9:6e3d82", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "988e3428-c47e-4258-9580-2f830be35758", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1433190554380417", "type": "scatter", "xsrc": "ddlesk:9:721308", "ysrc": "ddlesk:9:bcca72", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "0381defc-3679-4d20-938d-f743391ec89a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1419518291950226", "type": "scatter", "xsrc": "ddlesk:9:e479b8", "ysrc": "ddlesk:9:9c2e4a", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "7df69528-b949-4f54-b452-911e5cc4df76", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1417468637228012", "type": "scatter", "xsrc": "ddlesk:9:b56ad2", "ysrc": "ddlesk:9:b2b427", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "f2f55ad9-6635-4221-8f18-683aee0c5827", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1402897238731384", "type": "scatter", "xsrc": "ddlesk:9:c0a587", "ysrc": "ddlesk:9:a99837", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "bda1cd64-434d-4921-96dc-abb092eaac56", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1396766602993011", "type": "scatter", "xsrc": "ddlesk:9:718f02", "ysrc": "ddlesk:9:e2e5f4", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "a86251e8-9437-4e2e-aeaa-c3fe2649b47b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1396105289459229", "type": "scatter", "xsrc": "ddlesk:9:1d75ea", "ysrc": "ddlesk:9:23a788", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "2932a018-224b-4b7a-827d-e38135e3eb95", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1393720805644989", "type": "scatter", "xsrc": "ddlesk:9:983277", "ysrc": "ddlesk:9:a8af42", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "dcc5c3b1-bebb-4a9a-9c3e-157bc8cca95e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1391105353832245", "type": "scatter", "xsrc": "ddlesk:9:7af125", "ysrc": "ddlesk:9:2237a5", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "db313d99-94de-4d21-b96f-d9d10a190875", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.138891190290451", "type": "scatter", "xsrc": "ddlesk:9:c2d079", "ysrc": "ddlesk:9:fda631", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "34889770-06cd-43e6-8072-381f92f1cc88", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1388627886772156", "type": "scatter", "xsrc": "ddlesk:9:664ffc", "ysrc": "ddlesk:9:0da8b7", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "7a111981-b490-48a1-8b9e-58adccbf7015", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1387888789176941", "type": "scatter", "xsrc": "ddlesk:9:1b3f45", "ysrc": "ddlesk:9:cd196f", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "e8572be7-d8a1-406a-b256-cfbdb6f10c96", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1374422162771225", "type": "scatter", "xsrc": "ddlesk:9:ecb813", "ysrc": "ddlesk:9:674860", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "c62d8ba7-35ce-4c80-8f7e-12860ee88cf0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1373457610607147", "type": "scatter", "xsrc": "ddlesk:9:0775b1", "ysrc": "ddlesk:9:c40129", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "efb00597-da4e-4b65-98c8-f3106d7b1faa", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1350904703140259", "type": "scatter", "xsrc": "ddlesk:9:b88b1c", "ysrc": "ddlesk:9:1d22aa", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "667e827a-a4cc-435a-a0e4-1179b54a5ef5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1349308788776398", "type": "scatter", "xsrc": "ddlesk:9:b078fe", "ysrc": "ddlesk:9:98e314", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "a9ca54d7-ad69-44ce-9389-d41f2857d6b6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1330739110708237", "type": "scatter", "xsrc": "ddlesk:9:0e0956", "ysrc": "ddlesk:9:851914", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "c903f9be-8de6-4941-9851-94ac3b787d46", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.132444441318512", "type": "scatter", "xsrc": "ddlesk:9:26e8a0", "ysrc": "ddlesk:9:ac84bf", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "7f7dd092-399c-4439-a23f-aab76d0b1aa6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1322038471698761", "type": "scatter", "xsrc": "ddlesk:9:162978", "ysrc": "ddlesk:9:0f25a2", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "4d7d9ca7-1e76-4960-b1cb-9dddbb6d1070", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1321698725223541", "type": "scatter", "xsrc": "ddlesk:9:9d3556", "ysrc": "ddlesk:9:5a3a68", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "c62aec50-02a7-4668-be85-f31b750e6de8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1319921612739563", "type": "scatter", "xsrc": "ddlesk:9:fab1e7", "ysrc": "ddlesk:9:5cd1c2", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "ba6f7270-ac5c-4766-9b9b-2890c3045719", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1311697661876678", "type": "scatter", "xsrc": "ddlesk:9:191eb9", "ysrc": "ddlesk:9:f2fc7d", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "d248cd34-6bc7-4b8f-9a0c-75f3d131df0c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.13068887591362", "type": "scatter", "xsrc": "ddlesk:9:787680", "ysrc": "ddlesk:9:b4fbdc", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "d9ae97db-4ebe-4412-9a51-e52b2c1dcdd3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1295951902866364", "type": "scatter", "xsrc": "ddlesk:9:24492a", "ysrc": "ddlesk:9:4606e5", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "61dbbb2f-d474-405d-afd5-9d69708ce854", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1292437613010406", "type": "scatter", "xsrc": "ddlesk:9:eeb63e", "ysrc": "ddlesk:9:d307ca", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "fea62e77-b1c5-41a5-aab6-31bb5daba5f0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1289127320051193", "type": "scatter", "xsrc": "ddlesk:9:72846d", "ysrc": "ddlesk:9:c901aa", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "b6db4d35-d81b-4f01-b8c2-8e45c1b26458", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1282199919223785", "type": "scatter", "xsrc": "ddlesk:9:eb0c23", "ysrc": "ddlesk:9:23223f", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "30ea19ee-1a1f-4400-9bb9-d0390b6be806", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1276193559169769", "type": "scatter", "xsrc": "ddlesk:9:d03067", "ysrc": "ddlesk:9:a21270", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "bfcbc956-6091-487c-8eb4-b165304b504d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1268714219331741", "type": "scatter", "xsrc": "ddlesk:9:770cb9", "ysrc": "ddlesk:9:36d7f4", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "32c9babb-2b92-447a-a8d6-313067398bb3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1261875033378601", "type": "scatter", "xsrc": "ddlesk:9:c32ff4", "ysrc": "ddlesk:9:11b56a", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "bf3a4118-67bc-4d6a-ac22-63fe4a10038e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1255405247211456", "type": "scatter", "xsrc": "ddlesk:9:4c79cf", "ysrc": "ddlesk:9:acdd54", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "8c90613e-2586-403a-882d-f1dd7eb5e0a7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1252346038818359", "type": "scatter", "xsrc": "ddlesk:9:991894", "ysrc": "ddlesk:9:3c3b78", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "5790cd54-e2a9-4b75-91d9-4616a7cd3f86", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1252318173646927", "type": "scatter", "xsrc": "ddlesk:9:240e16", "ysrc": "ddlesk:9:67ade6", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "259684ee-57ff-4448-b302-7891c3d4a0c5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1238333359360695", "type": "scatter", "xsrc": "ddlesk:9:6d744d", "ysrc": "ddlesk:9:7a8885", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "dde01562-3580-4027-a158-e1d93d5f1036", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1233076751232147", "type": "scatter", "xsrc": "ddlesk:9:c47e07", "ysrc": "ddlesk:9:a5f3db", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "1c2dd161-fdd4-42fd-b137-50363e89d9e6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1225628927350044", "type": "scatter", "xsrc": "ddlesk:9:6ff560", "ysrc": "ddlesk:9:801adb", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "19065e52-6bd1-4289-a588-61651ad4d489", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1217032372951508", "type": "scatter", "xsrc": "ddlesk:9:a4f03f", "ysrc": "ddlesk:9:6e0715", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "8d52269e-728b-4d2c-8036-b44044ef2527", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1216799914836884", "type": "scatter", "xsrc": "ddlesk:9:05d870", "ysrc": "ddlesk:9:301b62", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "0161abed-1ecc-441a-8ba3-8014eed1e1ec", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1216199919581413", "type": "scatter", "xsrc": "ddlesk:9:4333c4", "ysrc": "ddlesk:9:64e744", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "e982d6a5-345e-4aba-ad0f-f5fcc4c6cfa5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1212082058191299", "type": "scatter", "xsrc": "ddlesk:9:7877b6", "ysrc": "ddlesk:9:50beec", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "01036661-f73a-46b8-aecd-a0ece0912912", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1209083199501038", "type": "scatter", "xsrc": "ddlesk:9:da480c", "ysrc": "ddlesk:9:975a89", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "69984bf4-676c-442b-88d5-d3dc027f99d3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1208147034049034", "type": "scatter", "xsrc": "ddlesk:9:c5be0d", "ysrc": "ddlesk:9:244f85", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "17029861-3087-4b4f-9950-4e7d88e46c60", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.120485708117485", "type": "scatter", "xsrc": "ddlesk:9:823fcc", "ysrc": "ddlesk:9:97ce2e", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "1c12a250-de0e-41d0-8589-688382c220d3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1186999976634979", "type": "scatter", "xsrc": "ddlesk:9:b5f1c4", "ysrc": "ddlesk:9:7a591b", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "61dc3c42-d5c5-49d6-a43d-e024adb518bb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1183517128229141", "type": "scatter", "xsrc": "ddlesk:9:9e7371", "ysrc": "ddlesk:9:45d1cc", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "08f4247d-0eef-4796-af9a-21576be24bd1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1178423687815666", "type": "scatter", "xsrc": "ddlesk:9:7b806e", "ysrc": "ddlesk:9:b33585", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "9b3dd1ea-7e71-4b6f-ba52-4ac8a0315ce2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1175179332494736", "type": "scatter", "xsrc": "ddlesk:9:dc352c", "ysrc": "ddlesk:9:a8cb1c", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "e7cf4d11-802d-42c0-b401-e2cadfc913eb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1172522604465485", "type": "scatter", "xsrc": "ddlesk:9:ac23ba", "ysrc": "ddlesk:9:8264ad", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "f2712df4-c207-4de2-b3c9-dd8dd5a0d622", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1169911175966263", "type": "scatter", "xsrc": "ddlesk:9:2e1a8d", "ysrc": "ddlesk:9:b94d2b", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "c462122d-51de-410a-a08a-4fa29f1af4fa", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1169764697551727", "type": "scatter", "xsrc": "ddlesk:9:6265a2", "ysrc": "ddlesk:9:6924f6", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "a55d5f5b-02ac-4dd2-8821-421d541efeac", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1169382184743881", "type": "scatter", "xsrc": "ddlesk:9:6e6c1c", "ysrc": "ddlesk:9:ac535f", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "6fe22226-8bc8-430a-a3e2-601d98d16bca", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1169000044465065", "type": "scatter", "xsrc": "ddlesk:9:dd854a", "ysrc": "ddlesk:9:c89091", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "acd24462-7bf8-4e65-870a-0bafa49143b9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1163742691278458", "type": "scatter", "xsrc": "ddlesk:9:f8d01c", "ysrc": "ddlesk:9:e25ee1", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "03c48bbd-8fa4-4d0c-8589-3c0d142eecdd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1159333288669586", "type": "scatter", "xsrc": "ddlesk:9:249df3", "ysrc": "ddlesk:9:e72230", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "82fe3ff7-2f3d-4c23-b68a-cc8d4a4f5dbf", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1153864562511444", "type": "scatter", "xsrc": "ddlesk:9:4dfc3b", "ysrc": "ddlesk:9:37854a", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "7df33ca0-45a5-4706-ac77-47dc77b2d07e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.115208774805069", "type": "scatter", "xsrc": "ddlesk:9:91e763", "ysrc": "ddlesk:9:8e259d", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "0ec4fa61-b1be-421a-be69-080cc3165c8e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1151545494794846", "type": "scatter", "xsrc": "ddlesk:9:4efd7f", "ysrc": "ddlesk:9:914939", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "aa0bac7c-3cf5-4212-a4c1-05851a9cbc6e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1145306080579758", "type": "scatter", "xsrc": "ddlesk:9:8d95f8", "ysrc": "ddlesk:9:bba506", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "bee8c9b8-7d44-4f8f-ae08-4b61c298dbf4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1137000024318695", "type": "scatter", "xsrc": "ddlesk:9:3fba27", "ysrc": "ddlesk:9:bca72d", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "48a0a0fb-82bf-424a-970c-47ae6131f40e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.113192617893219", "type": "scatter", "xsrc": "ddlesk:9:e86aaf", "ysrc": "ddlesk:9:fef943", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "bab3f928-2505-4ea3-8d09-5efdb7138814", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1130582541227341", "type": "scatter", "xsrc": "ddlesk:9:46f475", "ysrc": "ddlesk:9:b2fcaa", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "ef7ee3d4-67d9-42b8-b423-f8bc96cbe6d3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1129399836063385", "type": "scatter", "xsrc": "ddlesk:9:101cf8", "ysrc": "ddlesk:9:4bf55d", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "d3a585bc-ece0-4541-9b9c-3bb05644529a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1124020516872406", "type": "scatter", "xsrc": "ddlesk:9:d6a05c", "ysrc": "ddlesk:9:a65d62", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "2502e861-1ae3-4251-bd47-d8a7e3976a8d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1119189262390137", "type": "scatter", "xsrc": "ddlesk:9:9a8e36", "ysrc": "ddlesk:9:096508", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "c582c582-302e-4030-b20a-751ee11da7fa", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1115023195743561", "type": "scatter", "xsrc": "ddlesk:9:e95b61", "ysrc": "ddlesk:9:ebbb91", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "7f0ada9c-3833-4cbb-a04b-2069930f863b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1113853603601456", "type": "scatter", "xsrc": "ddlesk:9:4d00c1", "ysrc": "ddlesk:9:5fa638", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "9bbd6d0f-6355-4170-9b66-03aeb380754b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1113071143627167", "type": "scatter", "xsrc": "ddlesk:9:5ca87c", "ysrc": "ddlesk:9:3f9aee", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "9cc940c5-62ba-4a27-bbbf-33d42f843e30", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1112041771411896", "type": "scatter", "xsrc": "ddlesk:9:1ca33c", "ysrc": "ddlesk:9:9b1a38", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "41216746-357d-44b6-9cb3-5c5c5494d6bb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1103285700082779", "type": "scatter", "xsrc": "ddlesk:9:da2cdd", "ysrc": "ddlesk:9:9635cd", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "7af0678d-7120-4002-bf43-aaee262cb061", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1103147864341736", "type": "scatter", "xsrc": "ddlesk:9:a20f0e", "ysrc": "ddlesk:9:78b62a", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "de17587f-8fd4-48e9-a444-868aa1c1d8b1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1099842041730881", "type": "scatter", "xsrc": "ddlesk:9:4e6d3f", "ysrc": "ddlesk:9:ccba28", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "f838bee3-1256-48bc-8805-c883219f510b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1096799969673157", "type": "scatter", "xsrc": "ddlesk:9:172251", "ysrc": "ddlesk:9:d1bc92", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "bbb39c38-8b0d-4941-8e5c-de25ee41edc4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1092678532004356", "type": "scatter", "xsrc": "ddlesk:9:490c24", "ysrc": "ddlesk:9:9f3bec", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "9cb008d2-090d-404a-ab72-549af7bb1e16", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1092140376567841", "type": "scatter", "xsrc": "ddlesk:9:41d458", "ysrc": "ddlesk:9:24054c", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "b03042be-66e4-42a1-84b3-bd797895d159", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1082586199045181", "type": "scatter", "xsrc": "ddlesk:9:417f61", "ysrc": "ddlesk:9:46eb09", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "38d2f30b-58ac-41ca-b92a-cbe14d17e291", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.107367143034935", "type": "scatter", "xsrc": "ddlesk:9:1044cb", "ysrc": "ddlesk:9:f7dce9", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "8fc5c742-7766-473f-8560-b6d0de93266f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.105826660990715", "type": "scatter", "xsrc": "ddlesk:9:eea01c", "ysrc": "ddlesk:9:088237", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "5ed60024-5f05-46b1-a811-bd7c34eabe18", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1056902408599854", "type": "scatter", "xsrc": "ddlesk:9:c1f5f4", "ysrc": "ddlesk:9:fb7d8d", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "79320dde-141b-4542-b826-a0fc2b2ef402", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1054728776216507", "type": "scatter", "xsrc": "ddlesk:9:93144d", "ysrc": "ddlesk:9:06ba3a", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "f4720053-a7cd-44b7-97dc-ab434e37c5b9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1052909046411514", "type": "scatter", "xsrc": "ddlesk:9:c30704", "ysrc": "ddlesk:9:812bd2", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "9657a003-0ded-4562-a7da-7513f740fab8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1049583256244659", "type": "scatter", "xsrc": "ddlesk:9:03145c", "ysrc": "ddlesk:9:3ab3e8", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "62f55eb5-0917-4788-a7c8-8c5ba5836d0b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1049218028783798", "type": "scatter", "xsrc": "ddlesk:9:5bbbb8", "ysrc": "ddlesk:9:86e6a8", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "b8d91225-fa33-41dd-919f-5fe0d327b2e0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1048819422721863", "type": "scatter", "xsrc": "ddlesk:9:f2141c", "ysrc": "ddlesk:9:9dc14b", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "7986defa-f113-413d-8918-3b657a80c6ec", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1045551672577858", "type": "scatter", "xsrc": "ddlesk:9:ac2a78", "ysrc": "ddlesk:9:e0ff44", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "3f53dcbf-f9a9-407d-b8fc-8baa39b35fd1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1041346192359924", "type": "scatter", "xsrc": "ddlesk:9:4d8dea", "ysrc": "ddlesk:9:832ce7", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "9effb973-0e41-46b2-a109-fedae15716f7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1023958921432495", "type": "scatter", "xsrc": "ddlesk:9:52607a", "ysrc": "ddlesk:9:630dfa", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "da1823e3-89a2-495b-83f1-9461c46863c8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1018204689025879", "type": "scatter", "xsrc": "ddlesk:9:0be906", "ysrc": "ddlesk:9:31bf1a", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "adaf7de0-9a32-4c20-b9ce-eab13f407e98", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1017244905233383", "type": "scatter", "xsrc": "ddlesk:9:01bca3", "ysrc": "ddlesk:9:00f709", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "ac3415b0-9a5b-48e6-9113-17e3738546e8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.101720929145813", "type": "scatter", "xsrc": "ddlesk:9:127053", "ysrc": "ddlesk:9:fc5b5f", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "4c387021-872a-445b-89e1-e4438f96c0c0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.100801557302475", "type": "scatter", "xsrc": "ddlesk:9:6fb7df", "ysrc": "ddlesk:9:83ac55", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "1ada0584-6687-4697-aebd-23427bf8623b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.1006941199302673", "type": "scatter", "xsrc": "ddlesk:9:d13e3a", "ysrc": "ddlesk:9:a79766", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "d53bf122-fc6f-4f87-86f2-27d5d6caf9b2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.09979230165481567", "type": "scatter", "xsrc": "ddlesk:9:f9c9ea", "ysrc": "ddlesk:9:993f90", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "a091d592-05c3-4960-8284-e47e63ffb0fc", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.09868775308132172", "type": "scatter", "xsrc": "ddlesk:9:a7fcd8", "ysrc": "ddlesk:9:da0386", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "3b50aba0-f603-4233-b0b9-8f25fb7a4aa6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.0979333370923996", "type": "scatter", "xsrc": "ddlesk:9:906a7c", "ysrc": "ddlesk:9:40e950", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "6eedcf3c-9b3b-448b-bf66-851a8463f30f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.0978204607963562", "type": "scatter", "xsrc": "ddlesk:9:3dc2d0", "ysrc": "ddlesk:9:7c7b60", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "c3f713de-6a0b-4dfb-8b27-ace381d7006e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.09772521257400513", "type": "scatter", "xsrc": "ddlesk:9:2e7685", "ysrc": "ddlesk:9:c67d50", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "f4dedde7-751b-40d7-838e-35f7754ac2c7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.09617254137992859", "type": "scatter", "xsrc": "ddlesk:9:92f0b7", "ysrc": "ddlesk:9:c7d1ec", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "f80577ff-d632-42fd-adfe-78ec3e88af10", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.0961478129029274", "type": "scatter", "xsrc": "ddlesk:9:10d58a", "ysrc": "ddlesk:9:3fcba4", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "51f4e1ad-87b5-458d-90f0-749be6e9e4b8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.09490697085857391", "type": "scatter", "xsrc": "ddlesk:9:bc02e2", "ysrc": "ddlesk:9:628366", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "616d565a-bcd6-4281-b720-d45beece130a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.09474998712539673", "type": "scatter", "xsrc": "ddlesk:9:f28865", "ysrc": "ddlesk:9:1fb355", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "614208f4-6dff-4b2b-a9cb-d936c480b6fe", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.09461110830307007", "type": "scatter", "xsrc": "ddlesk:9:54ee98", "ysrc": "ddlesk:9:25f4a0", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "999deada-ff2b-46a2-a863-1f7cf6bbab73", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.09319818019866943", "type": "scatter", "xsrc": "ddlesk:9:982ba6", "ysrc": "ddlesk:9:4a9b42", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "c4cf59e5-acdd-46ae-ba37-8ec5a1ebb0a7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.0930069088935852", "type": "scatter", "xsrc": "ddlesk:9:9a975d", "ysrc": "ddlesk:9:3473bd", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "01b4a0e0-bec8-44c8-85f7-90395f51209e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.09271308779716492", "type": "scatter", "xsrc": "ddlesk:9:79a9f4", "ysrc": "ddlesk:9:3cd3a1", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "b0cac391-29bf-414a-a31a-3bb0a9a2c170", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.0915369987487793", "type": "scatter", "xsrc": "ddlesk:9:9d2448", "ysrc": "ddlesk:9:1f3ad2", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "c44f2b98-cfc1-4d13-accf-2f6dbb43c2ef", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.09059089422225952", "type": "scatter", "xsrc": "ddlesk:9:b80fe1", "ysrc": "ddlesk:9:674f6f", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "c9544d64-0e6f-4678-b87e-e87367893770", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.09001144766807556", "type": "scatter", "xsrc": "ddlesk:9:9dbae7", "ysrc": "ddlesk:9:2dc141", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "4d621eef-f29d-44d5-8d8b-13371ed9b0dc", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.0897267758846283", "type": "scatter", "xsrc": "ddlesk:9:1e4389", "ysrc": "ddlesk:9:9d9f96", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "ed331000-8414-4498-b8ba-490242bf5b28", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.08970000594854355", "type": "scatter", "xsrc": "ddlesk:9:362231", "ysrc": "ddlesk:9:312b6e", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "fa0a319e-671e-45fc-aed8-fc648de57f9a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.08838124573230743", "type": "scatter", "xsrc": "ddlesk:9:04c2e6", "ysrc": "ddlesk:9:252249", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "58440533-e9d8-4347-b4da-0412c5180cb3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.08462664484977722", "type": "scatter", "xsrc": "ddlesk:9:cb2a56", "ysrc": "ddlesk:9:7f919b", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "02a81805-04d5-4e10-82b4-acfc7be6ecac", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.083669513463974", "type": "scatter", "xsrc": "ddlesk:9:c352b5", "ysrc": "ddlesk:9:11fecc", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "538828d6-3e46-4a57-8376-9ea3492ed2ca", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.08261477947235107", "type": "scatter", "xsrc": "ddlesk:9:2a80fb", "ysrc": "ddlesk:9:b4df81", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "aa997d7d-7803-4086-925d-75a7340a22bf", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.08126333355903625", "type": "scatter", "xsrc": "ddlesk:9:fb3321", "ysrc": "ddlesk:9:984d2e", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "a545776c-928a-4246-aed3-d10f2af2efb7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.08120307326316833", "type": "scatter", "xsrc": "ddlesk:9:f83d80", "ysrc": "ddlesk:9:205888", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "a64339ed-7243-41ee-9e28-0f71d921404f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.08116772770881653", "type": "scatter", "xsrc": "ddlesk:9:ffec8a", "ysrc": "ddlesk:9:929d91", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "41256736-75b0-43bb-8f71-0fff78d12919", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.08089248836040497", "type": "scatter", "xsrc": "ddlesk:9:63c7cf", "ysrc": "ddlesk:9:f4e474", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "b7b219f2-9a01-40cf-8d45-28bdedf1fd1e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.08025951683521271", "type": "scatter", "xsrc": "ddlesk:9:b0c37f", "ysrc": "ddlesk:9:45722c", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "b6ec6f38-49ca-4fac-ae2b-96a8cda952b2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.0800529420375824", "type": "scatter", "xsrc": "ddlesk:9:03e862", "ysrc": "ddlesk:9:0c1903", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "f74474d5-1e6e-4371-b185-92fece937c3a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.07978123426437378", "type": "scatter", "xsrc": "ddlesk:9:701759", "ysrc": "ddlesk:9:15e4c5", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "52c5d02e-12fc-4247-9929-11f71212723d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.07971269637346268", "type": "scatter", "xsrc": "ddlesk:9:764a6f", "ysrc": "ddlesk:9:ffedb9", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "ab699e1d-2c25-4e45-a2af-1937288887b4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.07910001277923584", "type": "scatter", "xsrc": "ddlesk:9:0278fa", "ysrc": "ddlesk:9:27c668", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "a5dd963c-1394-4179-be35-94ce6336b9dd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.07908965647220612", "type": "scatter", "xsrc": "ddlesk:9:21b2cc", "ysrc": "ddlesk:9:cdc34f", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "951abac7-b436-476b-9e74-2f0b90802760", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.0788615420460701", "type": "scatter", "xsrc": "ddlesk:9:38e5a9", "ysrc": "ddlesk:9:7b1367", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "90efca65-90d8-444a-99ba-a62f093b2dbb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.0782288908958435", "type": "scatter", "xsrc": "ddlesk:9:f57d23", "ysrc": "ddlesk:9:12c2a0", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "46a169b2-2233-41ee-908c-cbdbac48e8ad", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.07800944149494171", "type": "scatter", "xsrc": "ddlesk:9:6194b7", "ysrc": "ddlesk:9:cc2537", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "0b934ca4-130e-4d61-a4f9-35f7798be1e7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.07768180966377258", "type": "scatter", "xsrc": "ddlesk:9:58e1a3", "ysrc": "ddlesk:9:564a18", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "3e86f077-2c8a-43fd-9658-24b234596278", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.07618372142314911", "type": "scatter", "xsrc": "ddlesk:9:6350bf", "ysrc": "ddlesk:9:c7f779", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "3631c309-16f8-4be5-9980-299dcb23964f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.07569999992847443", "type": "scatter", "xsrc": "ddlesk:9:4e4cfb", "ysrc": "ddlesk:9:0513df", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "0dac4eec-d8d5-422a-8b3a-3614bdc1eb8b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.075529545545578", "type": "scatter", "xsrc": "ddlesk:9:2d0ea5", "ysrc": "ddlesk:9:2c6ae3", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "b680f7e0-fef5-4d6f-b3ec-6930717c7e95", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.07540556788444519", "type": "scatter", "xsrc": "ddlesk:9:058252", "ysrc": "ddlesk:9:458308", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "e0409b3d-206f-4260-9eab-45c596fa83ed", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.07307806611061096", "type": "scatter", "xsrc": "ddlesk:9:4a6ff1", "ysrc": "ddlesk:9:6fe384", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "aab94a1d-cfd9-48f7-b536-a4d48984f0f7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.07239574193954468", "type": "scatter", "xsrc": "ddlesk:9:6145db", "ysrc": "ddlesk:9:b0628b", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "6e59bc36-223e-41f2-8968-eba99b7cca90", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.07171668112277985", "type": "scatter", "xsrc": "ddlesk:9:7b6d01", "ysrc": "ddlesk:9:5e7454", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "9b222971-988a-468c-9e9b-fca968217c28", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.07101739943027496", "type": "scatter", "xsrc": "ddlesk:9:4ec8f3", "ysrc": "ddlesk:9:428a40", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "7c8350b0-0c08-4cb7-bcf2-7072f819a246", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.07076400518417358", "type": "scatter", "xsrc": "ddlesk:9:922a61", "ysrc": "ddlesk:9:1659cd", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "d070a2bb-a524-4324-9fc3-00861f2d9a84", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.06924998760223389", "type": "scatter", "xsrc": "ddlesk:9:88e3e9", "ysrc": "ddlesk:9:292b65", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "164839a7-9a5b-463d-b017-7449b85c3aef", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.06876882910728455", "type": "scatter", "xsrc": "ddlesk:9:826d25", "ysrc": "ddlesk:9:18d496", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "06787b8c-b781-43a3-80c2-0c1eeb988931", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.06875808537006378", "type": "scatter", "xsrc": "ddlesk:9:cffb07", "ysrc": "ddlesk:9:1304ae", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "44b345e6-666e-4b94-945b-7bb3dc8844ab", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.06858569383621216", "type": "scatter", "xsrc": "ddlesk:9:99d27c", "ysrc": "ddlesk:9:c30d66", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "db24452b-c93f-42fc-9b32-7d9bc5bdf4a9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.06837543845176697", "type": "scatter", "xsrc": "ddlesk:9:982fba", "ysrc": "ddlesk:9:2e3d55", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "9ef84d9c-9a33-4eb2-b78b-f2b0a3f39151", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.06768804788589478", "type": "scatter", "xsrc": "ddlesk:9:593e65", "ysrc": "ddlesk:9:d0389a", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "d9561380-7396-4923-8e36-4f046da2c65b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.06757977604866028", "type": "scatter", "xsrc": "ddlesk:9:df9448", "ysrc": "ddlesk:9:327255", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "c7b983d5-fbd5-4130-a72b-3bdf0803c7a7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.06563861668109894", "type": "scatter", "xsrc": "ddlesk:9:2d1c6d", "ysrc": "ddlesk:9:6c8a29", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "3b37330d-036e-40a3-827a-e55567c2f1ef", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.06497141718864441", "type": "scatter", "xsrc": "ddlesk:9:ca87b9", "ysrc": "ddlesk:9:a859ac", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "eccc464b-62ff-42ac-8332-3e0933026526", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.06472940742969513", "type": "scatter", "xsrc": "ddlesk:9:ef1fb3", "ysrc": "ddlesk:9:048b59", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "5d44b371-f85b-4059-a71f-e08351b025e6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.06374046206474304", "type": "scatter", "xsrc": "ddlesk:9:a8180a", "ysrc": "ddlesk:9:934821", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "66142a82-5d43-4002-9f9a-b886e68d376f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.0631018579006195", "type": "scatter", "xsrc": "ddlesk:9:3b6c28", "ysrc": "ddlesk:9:a85570", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "5c079ee3-9910-4a5f-b57c-4e2140ba8061", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.06273114681243896", "type": "scatter", "xsrc": "ddlesk:9:04ce9f", "ysrc": "ddlesk:9:221f01", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "f62756ca-1114-4d2f-8b85-cf545156e5ec", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.06175613403320312", "type": "scatter", "xsrc": "ddlesk:9:5d45e7", "ysrc": "ddlesk:9:3be5a6", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "a730b2cc-997d-4d34-b201-4a1f5875ac10", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.0607897937297821", "type": "scatter", "xsrc": "ddlesk:9:a4fa98", "ysrc": "ddlesk:9:af82e9", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "d1246da4-4be2-4241-aaae-9cd185dd22a8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.06020909547805786", "type": "scatter", "xsrc": "ddlesk:9:b888fd", "ysrc": "ddlesk:9:9fb272", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "513ff349-1c7c-4362-8323-d2df8c5355cc", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.05946807563304901", "type": "scatter", "xsrc": "ddlesk:9:5e7f92", "ysrc": "ddlesk:9:5211b7", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "2d074d02-1c4a-41c0-8c0a-33aa367fbce3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.0592074990272522", "type": "scatter", "xsrc": "ddlesk:9:4bad9b", "ysrc": "ddlesk:9:3f78d4", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "c7d889a6-60f3-41f5-bfc4-a50f0a87ccba", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.05886122584342957", "type": "scatter", "xsrc": "ddlesk:9:fa91cb", "ysrc": "ddlesk:9:c9a165", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "a2f61aa6-090d-499e-8550-8aaa565921f7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.05879271030426025", "type": "scatter", "xsrc": "ddlesk:9:7620e7", "ysrc": "ddlesk:9:4ab4c5", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "6428824a-e91b-4378-99cd-d8a00ff3b852", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.05834001302719116", "type": "scatter", "xsrc": "ddlesk:9:346874", "ysrc": "ddlesk:9:089db8", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "dea43a42-f7a9-4857-bfce-91fc5cedd596", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.05564069747924805", "type": "scatter", "xsrc": "ddlesk:9:12f743", "ysrc": "ddlesk:9:a44e36", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "63b07964-fe55-4d28-84ad-9d05bd9b58d1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.05544614791870117", "type": "scatter", "xsrc": "ddlesk:9:2647d4", "ysrc": "ddlesk:9:2c7de8", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "c3036ec6-428c-46af-8fa5-ea250ff1c1c1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.05416953563690186", "type": "scatter", "xsrc": "ddlesk:9:2e5253", "ysrc": "ddlesk:9:f60efb", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "6e1c2075-c3e3-4ff7-af47-32e2100c1544", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.05388852953910828", "type": "scatter", "xsrc": "ddlesk:9:f1f337", "ysrc": "ddlesk:9:3748e5", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "2e91a07b-b0bf-4e8e-97a0-cc37f8208852", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.05388295650482178", "type": "scatter", "xsrc": "ddlesk:9:31b589", "ysrc": "ddlesk:9:49dc9f", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "a4c14c3d-63ce-4b9d-b73c-4d71b50525c5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.05362415313720703", "type": "scatter", "xsrc": "ddlesk:9:5a2697", "ysrc": "ddlesk:9:ff0963", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "44bea09b-8349-4c09-829f-63c233b69d9b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.05328750610351562", "type": "scatter", "xsrc": "ddlesk:9:736bec", "ysrc": "ddlesk:9:5881da", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "e1ba1487-d7fb-4064-ad51-de5a7f18caf8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.05207365751266479", "type": "scatter", "xsrc": "ddlesk:9:a48892", "ysrc": "ddlesk:9:7fbf25", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "851f4e4c-843a-4d9e-ab57-8eb026b99b02", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.05179557204246521", "type": "scatter", "xsrc": "ddlesk:9:597fda", "ysrc": "ddlesk:9:498195", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "9800db9f-a591-4eb3-a867-845022557294", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.05174890160560608", "type": "scatter", "xsrc": "ddlesk:9:7c07e0", "ysrc": "ddlesk:9:3c7540", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "9ed4b0c2-57b8-44ad-9203-8c4ec3eddd10", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.051157146692276", "type": "scatter", "xsrc": "ddlesk:9:b7e498", "ysrc": "ddlesk:9:198549", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "ff4c92e2-9932-42fe-8b85-6c1b7a291dd9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.05012404918670654", "type": "scatter", "xsrc": "ddlesk:9:9d3b87", "ysrc": "ddlesk:9:5d2789", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "248d679b-82f1-40cb-9807-3450c619c8fb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.050061896443367", "type": "scatter", "xsrc": "ddlesk:9:c69062", "ysrc": "ddlesk:9:08a71e", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "76c009ec-24ff-41db-95a6-a0194bd65b1e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.04959201812744141", "type": "scatter", "xsrc": "ddlesk:9:36dcd3", "ysrc": "ddlesk:9:34a5d5", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "619db934-52d2-4bd5-8197-fd4629ed2e8d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.04873864352703094", "type": "scatter", "xsrc": "ddlesk:9:285e43", "ysrc": "ddlesk:9:3eaec6", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "6de890ee-d3c0-4e7a-baa7-fd812f16cd29", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.04872104525566101", "type": "scatter", "xsrc": "ddlesk:9:82e138", "ysrc": "ddlesk:9:3c60db", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "3a964cab-9c9a-48f0-82cc-8e852e80e660", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.0484558641910553", "type": "scatter", "xsrc": "ddlesk:9:318ca7", "ysrc": "ddlesk:9:1fe431", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "6058b2f0-5179-4f03-8d39-d830c1c7fcde", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.04805633425712585", "type": "scatter", "xsrc": "ddlesk:9:360749", "ysrc": "ddlesk:9:b6559a", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "1e1a3217-b841-4770-b9e5-a81aa73ce978", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.04805392026901245", "type": "scatter", "xsrc": "ddlesk:9:32da73", "ysrc": "ddlesk:9:255f3b", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "b1a11c48-b5ce-4f59-a07a-260c0c6c378c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.04784655570983887", "type": "scatter", "xsrc": "ddlesk:9:7c58fe", "ysrc": "ddlesk:9:a3f572", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "7399d9eb-1642-4dfc-859e-4e9ddf70c610", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.04602307081222534", "type": "scatter", "xsrc": "ddlesk:9:6c39ee", "ysrc": "ddlesk:9:2f5209", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "700f7761-7fc4-4ad0-970c-20c96bc86875", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.04581767320632935", "type": "scatter", "xsrc": "ddlesk:9:cd2dd5", "ysrc": "ddlesk:9:eaf502", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "8863de0b-3b6a-4377-88f9-4f66c673a72d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.04527010023593903", "type": "scatter", "xsrc": "ddlesk:9:e3e4de", "ysrc": "ddlesk:9:edea76", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "ce263825-d402-4c4c-b5a6-4f6a07312983", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.04513521492481232", "type": "scatter", "xsrc": "ddlesk:9:5b71b6", "ysrc": "ddlesk:9:04eab9", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "97e646eb-81fa-4dc4-a1d6-3936c8b29dba", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.04417143762111664", "type": "scatter", "xsrc": "ddlesk:9:05972b", "ysrc": "ddlesk:9:04d626", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "3295d3b1-7199-4ff9-8e92-31adf8d039f0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.04327709972858429", "type": "scatter", "xsrc": "ddlesk:9:64b438", "ysrc": "ddlesk:9:25ca74", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "5dd24252-d84b-4f42-98b3-ca5fbcbd722b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.04260003566741943", "type": "scatter", "xsrc": "ddlesk:9:7a4b7a", "ysrc": "ddlesk:9:25227c", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "1dfab2fe-a848-4168-9b57-4e4ee613bd50", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.04231175780296326", "type": "scatter", "xsrc": "ddlesk:9:1a82c2", "ysrc": "ddlesk:9:c200f5", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "a16c6a17-7183-4b36-9a9d-2058c9f1d8a7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.04212400317192078", "type": "scatter", "xsrc": "ddlesk:9:b0f15c", "ysrc": "ddlesk:9:b3212b", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "b5c10796-3372-4655-9afb-9b4df498debe", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.0420818142592907", "type": "scatter", "xsrc": "ddlesk:9:d22463", "ysrc": "ddlesk:9:4df835", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "092b5c89-e329-4788-8005-d31ae339860b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.04173870384693146", "type": "scatter", "xsrc": "ddlesk:9:82895e", "ysrc": "ddlesk:9:ab4ef2", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "198be131-31a3-4a97-9156-ad696fabe584", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.04126784205436707", "type": "scatter", "xsrc": "ddlesk:9:9b30be", "ysrc": "ddlesk:9:b37145", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "0d4bc6f7-033d-4a27-92d8-8bd98a1fe06c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.04047016799449921", "type": "scatter", "xsrc": "ddlesk:9:46572b", "ysrc": "ddlesk:9:af634b", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "7ab5cd0f-0129-45ad-8a1e-82a81b3551ea", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.03986141085624695", "type": "scatter", "xsrc": "ddlesk:9:b42a17", "ysrc": "ddlesk:9:9647fd", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "2c4b6927-a413-48fd-bc47-205c5bcb561a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.0387437492609024", "type": "scatter", "xsrc": "ddlesk:9:558085", "ysrc": "ddlesk:9:0ccd56", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "a3290ab8-160c-4272-af52-e8c511da9f04", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.03813189268112183", "type": "scatter", "xsrc": "ddlesk:9:a80ac6", "ysrc": "ddlesk:9:76e65e", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "0abf1210-71fe-4d1e-8a6d-1e1f466af460", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.03810769319534302", "type": "scatter", "xsrc": "ddlesk:9:64cb3a", "ysrc": "ddlesk:9:6bb40d", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "9ca03db6-4e1f-4618-baf1-0f69b6a2dc4b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.03794333338737488", "type": "scatter", "xsrc": "ddlesk:9:9c95c6", "ysrc": "ddlesk:9:86d07b", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "63a0e467-edca-4133-952d-cc1d1093d4ee", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.03741997480392456", "type": "scatter", "xsrc": "ddlesk:9:bd090b", "ysrc": "ddlesk:9:6ef80f", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "6f77e1be-ed8c-4c89-bc5b-1506665bda45", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.03724999725818634", "type": "scatter", "xsrc": "ddlesk:9:801b78", "ysrc": "ddlesk:9:1ead6f", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "94e475e6-08a8-4333-9705-72f2735a5ee4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.03635239601135254", "type": "scatter", "xsrc": "ddlesk:9:f22a76", "ysrc": "ddlesk:9:72ccb9", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "29bd289a-9239-4e6d-ac8c-121237d49cf9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.03388333320617676", "type": "scatter", "xsrc": "ddlesk:9:8fb66a", "ysrc": "ddlesk:9:80cf24", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "54587df7-24ea-464b-8c84-3f80884aa36e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.03370650112628937", "type": "scatter", "xsrc": "ddlesk:9:2ee1f5", "ysrc": "ddlesk:9:c5204a", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "7400e5bc-f24f-4e19-b894-8916cf17665e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.03367915749549866", "type": "scatter", "xsrc": "ddlesk:9:415f2b", "ysrc": "ddlesk:9:9a0b0c", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "81928d1e-4e4d-4f28-8f12-9f2bc8e24c83", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.03333017230033875", "type": "scatter", "xsrc": "ddlesk:9:140f13", "ysrc": "ddlesk:9:d5d06a", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "296475aa-5bf7-4b8d-93b9-c5bf3c0f6502", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.03295600041747093", "type": "scatter", "xsrc": "ddlesk:9:2530df", "ysrc": "ddlesk:9:3d4b75", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "3d0047aa-b0bf-4ba7-9eb1-c47c352f5538", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.03281763195991516", "type": "scatter", "xsrc": "ddlesk:9:8c8040", "ysrc": "ddlesk:9:789773", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "6513d25b-802a-4be9-a15c-4a69a2b413e0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.03273868560791016", "type": "scatter", "xsrc": "ddlesk:9:2583ca", "ysrc": "ddlesk:9:7f6a09", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "60ec5bf2-46ff-44aa-8835-a87026a3a0b6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.03240779787302017", "type": "scatter", "xsrc": "ddlesk:9:bb2226", "ysrc": "ddlesk:9:61432b", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "ca52441f-bba2-47c3-8551-73b6c885e863", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.03141364455223083", "type": "scatter", "xsrc": "ddlesk:9:d277b8", "ysrc": "ddlesk:9:47c0ba", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "d9e90c84-bc47-4055-899e-22fb8c3cb7ba", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.03124146163463593", "type": "scatter", "xsrc": "ddlesk:9:209217", "ysrc": "ddlesk:9:03146b", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "72c52c9d-e23b-4f22-9da4-901709627cbf", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.03061416745185852", "type": "scatter", "xsrc": "ddlesk:9:dbb9c6", "ysrc": "ddlesk:9:e6641a", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "bef8b7de-c824-49f3-a58d-a5ef3c967878", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.03015819191932678", "type": "scatter", "xsrc": "ddlesk:9:67e62b", "ysrc": "ddlesk:9:3f3498", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "a02dd4bd-ec93-49a3-931b-324797a0338e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02983042597770691", "type": "scatter", "xsrc": "ddlesk:9:4c034e", "ysrc": "ddlesk:9:ce3634", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "c251fdae-e64f-432d-8114-38d0ccdc02ed", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02961799502372742", "type": "scatter", "xsrc": "ddlesk:9:837731", "ysrc": "ddlesk:9:42a2b2", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "4b699347-f3a5-4c6a-9487-d6042a2375c8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02932760119438171", "type": "scatter", "xsrc": "ddlesk:9:fbc24a", "ysrc": "ddlesk:9:eb9f18", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "a5bfd27f-ddb7-4fd7-8a7b-c2a76cb16c4a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02925880253314972", "type": "scatter", "xsrc": "ddlesk:9:cc9a47", "ysrc": "ddlesk:9:8803e8", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "9bf30ed7-a9a5-4f94-a48f-20b9a4e0b4f2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02898445725440979", "type": "scatter", "xsrc": "ddlesk:9:6eb8af", "ysrc": "ddlesk:9:27c84a", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "55cf30f7-bf36-4588-be38-3a5ccba384fc", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.0281524658203125", "type": "scatter", "xsrc": "ddlesk:9:27a7c1", "ysrc": "ddlesk:9:11d9a1", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "2173fa87-7797-4b26-818c-b68ed29628e1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02806499600410461", "type": "scatter", "xsrc": "ddlesk:9:90f69e", "ysrc": "ddlesk:9:e01cfb", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "3d726636-4e20-4557-8165-1f86c7744b1c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02805183827877045", "type": "scatter", "xsrc": "ddlesk:9:3d231f", "ysrc": "ddlesk:9:c4814b", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "184194c6-118b-4c8d-aa7d-99890fbb41d8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02761906385421753", "type": "scatter", "xsrc": "ddlesk:9:1c59cb", "ysrc": "ddlesk:9:54dcd2", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "6128f22f-5b45-4257-a325-09117b9e3ee9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02752742171287537", "type": "scatter", "xsrc": "ddlesk:9:4a075b", "ysrc": "ddlesk:9:a9fc9b", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "f7801524-08bc-400e-a62e-111752d9bbc6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02717795968055725", "type": "scatter", "xsrc": "ddlesk:9:b7298b", "ysrc": "ddlesk:9:34f3a9", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "fc5925ad-f6f1-48bf-828f-cc0a7831ba4b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02713491022586823", "type": "scatter", "xsrc": "ddlesk:9:20ab13", "ysrc": "ddlesk:9:042c8c", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "6e6b2d42-8c03-4912-8c9b-7e8192e1c098", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02697999775409698", "type": "scatter", "xsrc": "ddlesk:9:4de063", "ysrc": "ddlesk:9:bc290a", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "50a27b0b-2299-4bcf-aff4-7ceef59ead71", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02614894509315491", "type": "scatter", "xsrc": "ddlesk:9:e8d91f", "ysrc": "ddlesk:9:5967ed", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "4416ec30-3e81-474a-835b-25bfaba4f2cf", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02573570609092712", "type": "scatter", "xsrc": "ddlesk:9:9118ae", "ysrc": "ddlesk:9:ae65c4", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "fd9e0a71-3740-4815-a7bb-3e08525709f1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02444838732481003", "type": "scatter", "xsrc": "ddlesk:9:89bf22", "ysrc": "ddlesk:9:a63855", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "05e327ff-5d95-44c2-a905-55c00d5aa1b3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.023908331990242", "type": "scatter", "xsrc": "ddlesk:9:e269d8", "ysrc": "ddlesk:9:e2f394", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "ae48e051-a565-45b1-b04d-18a85205d050", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02276428788900375", "type": "scatter", "xsrc": "ddlesk:9:713cb5", "ysrc": "ddlesk:9:388208", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "71e9aa78-1335-4c62-b832-2233e39cf4c4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02222438156604767", "type": "scatter", "xsrc": "ddlesk:9:0c37c5", "ysrc": "ddlesk:9:a0160f", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "910360f0-aebb-4af8-b677-129033753299", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02182528376579285", "type": "scatter", "xsrc": "ddlesk:9:69d5a4", "ysrc": "ddlesk:9:144968", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "94296bf3-ffb9-4728-8d85-b7c352a04e97", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02161252498626709", "type": "scatter", "xsrc": "ddlesk:9:a92f52", "ysrc": "ddlesk:9:39b5f5", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "ed764725-cac6-461f-b7cd-d2bfb65e7c80", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02161243557929993", "type": "scatter", "xsrc": "ddlesk:9:ebfd5b", "ysrc": "ddlesk:9:a98590", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "0e88edd3-c0ab-40f0-8031-abe1aa25c48b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02127653360366821", "type": "scatter", "xsrc": "ddlesk:9:7c2024", "ysrc": "ddlesk:9:612fed", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "004be961-0a77-431c-9af6-577256fb0839", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02124524116516113", "type": "scatter", "xsrc": "ddlesk:9:91c870", "ysrc": "ddlesk:9:a2f65f", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "95a4e369-43d0-4325-aeeb-76897af0582c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.0206911712884903", "type": "scatter", "xsrc": "ddlesk:9:247777", "ysrc": "ddlesk:9:1391f0", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "448aef09-564a-4b6b-8daf-be07ce527272", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.02064883708953857", "type": "scatter", "xsrc": "ddlesk:9:145562", "ysrc": "ddlesk:9:4135ca", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "bdf8359d-37d3-4860-a802-7e8431949259", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01999642699956894", "type": "scatter", "xsrc": "ddlesk:9:9eb3dd", "ysrc": "ddlesk:9:920ab5", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "ccb3f806-3e33-4297-ab73-8ffd6cdb1eef", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01953929662704468", "type": "scatter", "xsrc": "ddlesk:9:b64149", "ysrc": "ddlesk:9:afef3a", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "ee936c6a-6a40-4c4e-a533-d69b861f1144", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.019178107380867", "type": "scatter", "xsrc": "ddlesk:9:a02871", "ysrc": "ddlesk:9:6567e4", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "c1c0ebff-7e7a-49a4-a1e4-85ca49a39cf5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01873207092285156", "type": "scatter", "xsrc": "ddlesk:9:dd19b0", "ysrc": "ddlesk:9:6e73b3", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "185ca539-c13f-4ab1-8c84-6ee3a2350e00", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01750859618186951", "type": "scatter", "xsrc": "ddlesk:9:638940", "ysrc": "ddlesk:9:20bbf2", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "df82c105-d5cd-4657-b09b-1b3605a0c023", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01690977811813354", "type": "scatter", "xsrc": "ddlesk:9:472b23", "ysrc": "ddlesk:9:417ebe", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "05505acf-a47c-4154-b97a-cff68ac1b34d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01588854193687439", "type": "scatter", "xsrc": "ddlesk:9:316324", "ysrc": "ddlesk:9:5164e7", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "7f45cc30-7d13-4384-ac15-2a518f48e6e5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01509678363800049", "type": "scatter", "xsrc": "ddlesk:9:9646fd", "ysrc": "ddlesk:9:c131f1", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "bc9a4ec7-2ca0-4554-9fab-16261836de6c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01509356498718262", "type": "scatter", "xsrc": "ddlesk:9:c2f132", "ysrc": "ddlesk:9:feed59", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "7ce1111a-f956-40e1-8161-e9ca73705bfb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01439999788999557", "type": "scatter", "xsrc": "ddlesk:9:eb2be5", "ysrc": "ddlesk:9:a2e132", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "a8d65343-c92c-4ad5-b50f-e8847c29e595", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01376482844352722", "type": "scatter", "xsrc": "ddlesk:9:daa05e", "ysrc": "ddlesk:9:0e7a46", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "486f300d-0f8a-4253-9ce2-ae855e9399b7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.0133032500743866", "type": "scatter", "xsrc": "ddlesk:9:848838", "ysrc": "ddlesk:9:3fba32", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "0dd08725-8ba5-443a-8d30-a69519559fa1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01318547129631042", "type": "scatter", "xsrc": "ddlesk:9:f21686", "ysrc": "ddlesk:9:1eacc8", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "ee491794-5f1c-4e11-a68f-b752ea4fd91c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01281142234802246", "type": "scatter", "xsrc": "ddlesk:9:61be2b", "ysrc": "ddlesk:9:2b93d1", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "b52a0dbd-db44-4ec8-a82c-c08fad0b2535", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01267743110656738", "type": "scatter", "xsrc": "ddlesk:9:bb2d1a", "ysrc": "ddlesk:9:9f6f08", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "1e79f01d-eb3b-4ad1-a31b-dac63ab5e521", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01266457140445709", "type": "scatter", "xsrc": "ddlesk:9:65dc8c", "ysrc": "ddlesk:9:a44b64", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "256ccd5a-2ee0-4049-8b53-1903503de2da", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01198980212211609", "type": "scatter", "xsrc": "ddlesk:9:541f85", "ysrc": "ddlesk:9:704c9f", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "ca7969d7-ecab-4659-bd6e-a547c638662d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01167082786560059", "type": "scatter", "xsrc": "ddlesk:9:c65569", "ysrc": "ddlesk:9:205c53", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "d7c3def7-adc2-469f-86f1-0b6269fd88e5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01148511469364166", "type": "scatter", "xsrc": "ddlesk:9:3c93e6", "ysrc": "ddlesk:9:e6e0e8", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "5ae413f4-7503-4fae-90a4-b9ea196f244e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01137435436248779", "type": "scatter", "xsrc": "ddlesk:9:9a28c0", "ysrc": "ddlesk:9:fee22d", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "1734e71f-7f18-4554-9baf-73c35313bbc6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01123455166816711", "type": "scatter", "xsrc": "ddlesk:9:748a57", "ysrc": "ddlesk:9:cbbe39", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "9a37efb3-1d37-4375-9d68-32c459441d7c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01098443567752838", "type": "scatter", "xsrc": "ddlesk:9:d44087", "ysrc": "ddlesk:9:4abfcb", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "c569c271-5990-4b55-be35-bdd1542284f9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01090234518051147", "type": "scatter", "xsrc": "ddlesk:9:8c16e9", "ysrc": "ddlesk:9:f28a15", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "b98ab87b-dfc6-4773-bf98-3720b9cf5903", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01049616932868958", "type": "scatter", "xsrc": "ddlesk:9:e5cdad", "ysrc": "ddlesk:9:e47911", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "439c2d96-5b9f-483c-b028-cdf0344eb9be", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.01015001535415649", "type": "scatter", "xsrc": "ddlesk:9:cb1c62", "ysrc": "ddlesk:9:94fc47", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "72f751bf-93cf-478e-9f4a-07c9873251a5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.009555555880069733", "type": "scatter", "xsrc": "ddlesk:9:adbfb1", "ysrc": "ddlesk:9:0e5a2e", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "ee82ea0d-1a54-4369-9a33-10bc72635065", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.007544130086898804", "type": "scatter", "xsrc": "ddlesk:9:b96e15", "ysrc": "ddlesk:9:279f53", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "cfcfa70a-e5ec-430a-9529-420e93d153b1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.006841868162155151", "type": "scatter", "xsrc": "ddlesk:9:d83fcc", "ysrc": "ddlesk:9:b36fc7", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "78fd3486-d0d1-4713-b241-a2c199d34858", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.006774991750717163", "type": "scatter", "xsrc": "ddlesk:9:a2948d", "ysrc": "ddlesk:9:9ce4f4", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "4ecea12e-abea-4e5a-80a2-5a0cbcbe3073", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.006500035524368286", "type": "scatter", "xsrc": "ddlesk:9:7643db", "ysrc": "ddlesk:9:458841", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "07796005-bfcf-4fc9-8bb8-24390b36db0e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.006354361772537231", "type": "scatter", "xsrc": "ddlesk:9:5ca46f", "ysrc": "ddlesk:9:c0cbb7", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "2aad7719-fab0-4b4f-8d23-0202726d19cd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.005934091284871101", "type": "scatter", "xsrc": "ddlesk:9:6f3f1b", "ysrc": "ddlesk:9:dba071", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "baefa48c-d369-4d69-b6cf-434d9fe984f9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.004331231117248535", "type": "scatter", "xsrc": "ddlesk:9:ca554f", "ysrc": "ddlesk:9:fb8524", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "82e7dc4e-395d-4d0c-bdb8-528330f1d782", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.003686696290969849", "type": "scatter", "xsrc": "ddlesk:9:da6478", "ysrc": "ddlesk:9:267e3c", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "0420309d-e6e2-4d55-ae07-2cd00ee08e57", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.001729041337966919", "type": "scatter", "xsrc": "ddlesk:9:65b83c", "ysrc": "ddlesk:9:45630b", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "84cb107f-027c-4153-b142-fbba9d9df7df", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.001646667718887329", "type": "scatter", "xsrc": "ddlesk:9:481323", "ysrc": "ddlesk:9:7f20c9", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "a4f903e7-a16f-431f-add5-e7b844d6bbf6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.001514285802841187", "type": "scatter", "xsrc": "ddlesk:9:0b3f3e", "ysrc": "ddlesk:9:a76e69", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "4667a2a7-b343-444f-aa26-927aecff34eb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.001119494438171387", "type": "scatter", "xsrc": "ddlesk:9:1adf2d", "ysrc": "ddlesk:9:73308b", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "f66cc49a-9a0a-4b84-8fe3-6f59c28b4a59", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.0007910728454589844", "type": "scatter", "xsrc": "ddlesk:9:fa9ce2", "ysrc": "ddlesk:9:1404de", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "3a8564aa-7e16-4888-8dfb-1b1ac38e846d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "-0.0007071495056152344", "type": "scatter", "xsrc": "ddlesk:9:9d7f3d", "ysrc": "ddlesk:9:6929ff", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "7dd29aeb-ddbd-4a62-b253-8e590d2197d1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.0004724860191345215", "type": "scatter", "xsrc": "ddlesk:9:cad5e4", "ysrc": "ddlesk:9:0a0731", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "065fefde-2c62-468e-a346-03462833d9fe", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.000849992036819458", "type": "scatter", "xsrc": "ddlesk:9:89f45e", "ysrc": "ddlesk:9:a1b230", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "47493fe9-6480-4a7f-bfe3-6e46eca247ee", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.001027941703796387", "type": "scatter", "xsrc": "ddlesk:9:6d0517", "ysrc": "ddlesk:9:85e03c", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "cd73104c-c638-41db-984e-a1c0b0285e9e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.00184333324432373", "type": "scatter", "xsrc": "ddlesk:9:ca3a7f", "ysrc": "ddlesk:9:1a6108", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "d5c3a0e7-fa6b-46bd-9283-fcbac022e9d1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.002102598547935486", "type": "scatter", "xsrc": "ddlesk:9:3e0dbe", "ysrc": "ddlesk:9:bb7a00", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "f55c4f04-92dc-4e56-9a47-ffd9b7de6e2d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.002227678894996643", "type": "scatter", "xsrc": "ddlesk:9:01ea31", "ysrc": "ddlesk:9:cca0f5", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "72d4cc03-4000-4fcb-bca5-d7a64fc9bc02", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.002519444562494755", "type": "scatter", "xsrc": "ddlesk:9:90109f", "ysrc": "ddlesk:9:e38234", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "8b45d0c1-9c5c-4f72-b0e1-68c3878b9f93", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.005370587110519409", "type": "scatter", "xsrc": "ddlesk:9:118b13", "ysrc": "ddlesk:9:e06be0", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "bff16f1a-43a0-4f73-867e-7dd98d744929", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.005591988563537598", "type": "scatter", "xsrc": "ddlesk:9:7afd37", "ysrc": "ddlesk:9:3014b0", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "b5492af8-cf01-42de-a5c6-e5b7f876fc26", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.005941689014434814", "type": "scatter", "xsrc": "ddlesk:9:c09734", "ysrc": "ddlesk:9:53cab1", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "1eeb2923-d45d-430d-9e95-bc07da796f75", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.006133317947387695", "type": "scatter", "xsrc": "ddlesk:9:c64b7d", "ysrc": "ddlesk:9:0a656b", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "e93a0511-ebd4-43df-bf65-51d622c338b9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.007656127214431763", "type": "scatter", "xsrc": "ddlesk:9:ac0835", "ysrc": "ddlesk:9:db4d86", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "85b21c5a-1ec3-463f-9aad-c6fbd7377baf", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.008475720882415771", "type": "scatter", "xsrc": "ddlesk:9:2119eb", "ysrc": "ddlesk:9:9e1ced", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "b53918ea-56a7-40a3-8848-0a2a4986c6c7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.008692856878042221", "type": "scatter", "xsrc": "ddlesk:9:cd7b65", "ysrc": "ddlesk:9:3e90f9", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "b53bda4c-9407-4777-ba0a-df07f0195ad9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.009147077798843384", "type": "scatter", "xsrc": "ddlesk:9:850458", "ysrc": "ddlesk:9:b8a131", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "18f2c463-18f2-4bf4-a698-a8357723a6a3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.00930000003427267", "type": "scatter", "xsrc": "ddlesk:9:8958da", "ysrc": "ddlesk:9:deb816", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "a4085277-4d8b-4a37-9059-fe35be83f1f6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.009315386414527893", "type": "scatter", "xsrc": "ddlesk:9:b7a9d8", "ysrc": "ddlesk:9:f6bc20", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "5fd9f7eb-4f3f-4c0c-84a4-6e8c4c39ffc0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.009649991989135742", "type": "scatter", "xsrc": "ddlesk:9:5fab9a", "ysrc": "ddlesk:9:f682ac", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "5c468e44-8dd1-4ca8-851e-f77a9294e52f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.009920522570610046", "type": "scatter", "xsrc": "ddlesk:9:b94f0c", "ysrc": "ddlesk:9:5b557a", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "c99c1cde-62d9-4567-927b-28de44cb4cdf", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.01044999994337559", "type": "scatter", "xsrc": "ddlesk:9:49eea3", "ysrc": "ddlesk:9:c6f144", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "6872db2d-ddb5-47a0-9d67-808d6d34477f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.0105145275592804", "type": "scatter", "xsrc": "ddlesk:9:fb892b", "ysrc": "ddlesk:9:7db02c", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "5e70a1bd-3305-4f7c-adf8-aef64cb6d47f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.01235625147819519", "type": "scatter", "xsrc": "ddlesk:9:95ae86", "ysrc": "ddlesk:9:e748fc", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "55af6eb5-57ea-4238-a504-0b430224dde2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.01392859220504761", "type": "scatter", "xsrc": "ddlesk:9:0175f4", "ysrc": "ddlesk:9:aff8c1", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "49708f2c-03a6-4958-b398-13c6e408b85e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.01418666634708643", "type": "scatter", "xsrc": "ddlesk:9:cec369", "ysrc": "ddlesk:9:929b93", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "f4b52a90-ce1b-4662-915f-ba9c5eb6a39d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.01443439722061157", "type": "scatter", "xsrc": "ddlesk:9:c61546", "ysrc": "ddlesk:9:985b51", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "d11c7721-3422-4e77-84c2-2bd5a33a23b0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.01452068984508514", "type": "scatter", "xsrc": "ddlesk:9:c93f3e", "ysrc": "ddlesk:9:c32d0b", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "fa26e712-990d-41e4-8f6e-8412af78fc53", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.01478572189807892", "type": "scatter", "xsrc": "ddlesk:9:cb88da", "ysrc": "ddlesk:9:19e9f3", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "a2f6b12f-120f-4744-b332-220de6a4f128", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.01504164934158325", "type": "scatter", "xsrc": "ddlesk:9:6d609f", "ysrc": "ddlesk:9:575061", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "821d59f4-b560-4a4e-851a-dde65797496e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.01539582014083862", "type": "scatter", "xsrc": "ddlesk:9:c576d1", "ysrc": "ddlesk:9:752a45", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "166ae261-dc06-4953-b2f9-3727f16fb9bd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.01602289080619812", "type": "scatter", "xsrc": "ddlesk:9:37841b", "ysrc": "ddlesk:9:e1cd00", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "089445a8-9277-48cd-b80a-27e8311818a7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.01714516058564186", "type": "scatter", "xsrc": "ddlesk:9:bc1d81", "ysrc": "ddlesk:9:92a150", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "4454e642-e54d-42ab-b750-c7688a05a3dd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.01729387044906616", "type": "scatter", "xsrc": "ddlesk:9:ee4adf", "ysrc": "ddlesk:9:ac7afb", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "9031be13-e77c-45b5-ba41-f74833182302", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.01762500405311584", "type": "scatter", "xsrc": "ddlesk:9:01aed2", "ysrc": "ddlesk:9:3fc1a6", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "ca9f2c36-fcfd-4c77-8dd4-f918662ec3b2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.01800212264060974", "type": "scatter", "xsrc": "ddlesk:9:fc885a", "ysrc": "ddlesk:9:b6ac78", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "e36267ee-ffbf-4043-ac29-05ec4e8b2cfd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.01829120516777039", "type": "scatter", "xsrc": "ddlesk:9:bf8aff", "ysrc": "ddlesk:9:473a89", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "51564ec6-3147-4565-bcb1-c799cc6b9908", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.01927333325147629", "type": "scatter", "xsrc": "ddlesk:9:d584d8", "ysrc": "ddlesk:9:0fcd60", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "4c366cce-b33d-4f11-b9d7-f79640b2dbbb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.01958334445953369", "type": "scatter", "xsrc": "ddlesk:9:bf01b8", "ysrc": "ddlesk:9:d4e70a", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "95270447-fa0d-4467-a4e0-f19578c4715c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.01969286799430847", "type": "scatter", "xsrc": "ddlesk:9:37f227", "ysrc": "ddlesk:9:74e579", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "12ebdee2-7fd0-4318-a166-4b76dcf3c214", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02035713195800781", "type": "scatter", "xsrc": "ddlesk:9:fe99ff", "ysrc": "ddlesk:9:d59466", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "d841d697-da81-4a72-af47-572dce080d17", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02051427960395813", "type": "scatter", "xsrc": "ddlesk:9:0c1472", "ysrc": "ddlesk:9:0a61a6", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "c6ee22b9-f38f-4cb7-b63f-6c160624767c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02055142819881439", "type": "scatter", "xsrc": "ddlesk:9:311774", "ysrc": "ddlesk:9:84c542", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "b860eb02-3d9b-48d0-ae79-2e6e58aa25b4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.0207151472568512", "type": "scatter", "xsrc": "ddlesk:9:20ec1f", "ysrc": "ddlesk:9:2aa807", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "d059c429-32d0-4331-9bdc-d4b0d5dd205e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02098536491394043", "type": "scatter", "xsrc": "ddlesk:9:69d4d0", "ysrc": "ddlesk:9:9a899e", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "09a83f88-a76f-436f-bbdb-a458caaa782e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02143329381942749", "type": "scatter", "xsrc": "ddlesk:9:b4fcb5", "ysrc": "ddlesk:9:fdd609", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "1b7ffa42-dbe3-4c68-8f1c-60ba47881404", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02166594564914703", "type": "scatter", "xsrc": "ddlesk:9:810274", "ysrc": "ddlesk:9:f66154", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "955b2e8e-1dc3-4c4a-9b9e-bb176d5ce1b9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02184322476387024", "type": "scatter", "xsrc": "ddlesk:9:1e5de1", "ysrc": "ddlesk:9:f8407a", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "3ac1bcb8-1709-44c2-8ca3-acd50c470d74", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02188774943351746", "type": "scatter", "xsrc": "ddlesk:9:186559", "ysrc": "ddlesk:9:14d98d", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "af2dae5c-7a80-4d7a-80ab-82ad992b660e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02214828133583069", "type": "scatter", "xsrc": "ddlesk:9:b08391", "ysrc": "ddlesk:9:2eb86c", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "0878067d-9922-4173-b3b0-17ba4bc48a8e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02229702472686768", "type": "scatter", "xsrc": "ddlesk:9:be2bc7", "ysrc": "ddlesk:9:65387d", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "ea2f5287-35ff-4af3-ba96-1c8a0716cf31", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02289760112762451", "type": "scatter", "xsrc": "ddlesk:9:314814", "ysrc": "ddlesk:9:d78ada", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "b67b8156-d549-48f1-a942-40b6abaad851", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.0233364999294281", "type": "scatter", "xsrc": "ddlesk:9:f4edb8", "ysrc": "ddlesk:9:69dc7a", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "186ec57b-2c08-4bda-b1e9-21a470dc283f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02388608455657959", "type": "scatter", "xsrc": "ddlesk:9:597ff0", "ysrc": "ddlesk:9:5d88c2", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "06d2877f-5ed1-481c-9077-137cf78ee878", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02403748035430908", "type": "scatter", "xsrc": "ddlesk:9:5c4059", "ysrc": "ddlesk:9:cb671e", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "cb8cd6a2-db9e-43cf-a446-3c31407a70b2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02436444163322449", "type": "scatter", "xsrc": "ddlesk:9:f5c3ab", "ysrc": "ddlesk:9:c1d2d9", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "d5af661f-345a-4c4a-80aa-ea1e4de8fe6a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02464199066162109", "type": "scatter", "xsrc": "ddlesk:9:391576", "ysrc": "ddlesk:9:ff4e2b", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "fd04818d-488f-4212-ac1d-9fb25b2a27b9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02473807334899902", "type": "scatter", "xsrc": "ddlesk:9:c70870", "ysrc": "ddlesk:9:a0ce7e", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "353c545e-3b90-4c49-843d-fa9f5e99cf92", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02484571374952793", "type": "scatter", "xsrc": "ddlesk:9:16f41d", "ysrc": "ddlesk:9:d8f9eb", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "cd151df1-f44a-49b4-a246-144eee687e95", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02568000555038452", "type": "scatter", "xsrc": "ddlesk:9:27fb01", "ysrc": "ddlesk:9:cf1561", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "dcb1a14e-e212-47fb-843a-0967c3fccc29", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.0266040712594986", "type": "scatter", "xsrc": "ddlesk:9:770186", "ysrc": "ddlesk:9:2a7041", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "dab5e0f6-31dc-42c7-a873-ca81d2cd3a1d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02679035067558289", "type": "scatter", "xsrc": "ddlesk:9:102a87", "ysrc": "ddlesk:9:40a708", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "c0725393-38a8-45db-bd6c-34bab36a159b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02689999341964722", "type": "scatter", "xsrc": "ddlesk:9:429e54", "ysrc": "ddlesk:9:932445", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "f8a188df-b8bd-4396-af24-4c90cdf8de84", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02906206250190735", "type": "scatter", "xsrc": "ddlesk:9:a916d1", "ysrc": "ddlesk:9:d786ed", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "dd360f93-3a1a-4544-9693-7eff5f007db6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02907940745353699", "type": "scatter", "xsrc": "ddlesk:9:0e67a2", "ysrc": "ddlesk:9:85a1ac", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "dc0e75c2-1874-42a3-b384-37c3f690149a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02914318442344666", "type": "scatter", "xsrc": "ddlesk:9:c30bdc", "ysrc": "ddlesk:9:0e7800", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "78dd4988-3459-44f8-8c21-3fcae62e4fec", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.02997186779975891", "type": "scatter", "xsrc": "ddlesk:9:956d7f", "ysrc": "ddlesk:9:a7f2f4", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "06dc5cda-864f-492e-9afd-5f38f4cd1d25", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.03029239177703857", "type": "scatter", "xsrc": "ddlesk:9:7318cc", "ysrc": "ddlesk:9:782962", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "c1ffb5dc-c11c-4783-8371-e708c000521a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.03055937588214874", "type": "scatter", "xsrc": "ddlesk:9:c6a112", "ysrc": "ddlesk:9:e8cd81", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "1e62c4cf-f381-4db0-9319-f07374deb937", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.03112858533859253", "type": "scatter", "xsrc": "ddlesk:9:6cc6bd", "ysrc": "ddlesk:9:e3f8d6", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "84d0dc14-e481-483c-bf6a-05274d83d194", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.03320133686065674", "type": "scatter", "xsrc": "ddlesk:9:c8b690", "ysrc": "ddlesk:9:1b4025", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "0873a87e-9b5a-4d6d-982a-862e985f214c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.0335666686296463", "type": "scatter", "xsrc": "ddlesk:9:f261d7", "ysrc": "ddlesk:9:8e18a7", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "2cd4fa88-31bd-45c6-895c-9b125d19ab5e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.03401161730289459", "type": "scatter", "xsrc": "ddlesk:9:298b11", "ysrc": "ddlesk:9:1caf53", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "d5d94e13-04d9-49bf-821f-f3d813c1b2ef", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.03406060487031937", "type": "scatter", "xsrc": "ddlesk:9:ba059d", "ysrc": "ddlesk:9:be658c", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "da453c75-dc5c-411f-b373-dd7ee3d30d67", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.03458282351493835", "type": "scatter", "xsrc": "ddlesk:9:b0c7b3", "ysrc": "ddlesk:9:785ac9", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "80a04919-0168-44ad-a59f-4f7f78255262", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.03480000048875809", "type": "scatter", "xsrc": "ddlesk:9:3dc466", "ysrc": "ddlesk:9:8df8c8", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "06b675c2-237c-4663-a7bf-157fb4b9fecd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.0348791629076004", "type": "scatter", "xsrc": "ddlesk:9:6666d7", "ysrc": "ddlesk:9:4838bc", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "5dca4421-7c66-45b5-94cc-66c86c9a056d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.03490225970745087", "type": "scatter", "xsrc": "ddlesk:9:b6bcee", "ysrc": "ddlesk:9:7c04e4", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "1936a15e-f63a-47a9-930f-2fdc4c741232", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.03521665930747986", "type": "scatter", "xsrc": "ddlesk:9:766433", "ysrc": "ddlesk:9:5062e0", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "1891b69b-20bc-4526-b5e6-847355106c4b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.03538763523101807", "type": "scatter", "xsrc": "ddlesk:9:4a9af9", "ysrc": "ddlesk:9:aff47c", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "30324aa0-efcf-4d93-a2ee-c5825583f351", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.03586223721504211", "type": "scatter", "xsrc": "ddlesk:9:a93520", "ysrc": "ddlesk:9:1e4a71", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "cd00438c-4e86-4606-915c-1d651cc1859f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.03596478700637817", "type": "scatter", "xsrc": "ddlesk:9:ea2a8d", "ysrc": "ddlesk:9:ea007b", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "c6ba9be9-76a8-463a-bda4-1a790867ac88", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.03603523969650269", "type": "scatter", "xsrc": "ddlesk:9:37e959", "ysrc": "ddlesk:9:29cc43", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "e1e6e42c-1ea9-4d99-8fb5-2ae8c0feddcb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.03794389963150024", "type": "scatter", "xsrc": "ddlesk:9:34adab", "ysrc": "ddlesk:9:b35c73", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "8965f5c0-87e8-4873-9017-96c88307855b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.03890836238861084", "type": "scatter", "xsrc": "ddlesk:9:a3e132", "ysrc": "ddlesk:9:274508", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "21e48d34-bb45-4a94-9bc5-55dd3703487d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.03909075260162354", "type": "scatter", "xsrc": "ddlesk:9:43d442", "ysrc": "ddlesk:9:92564f", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "22a120ef-9491-42dd-bc68-a11cfeb439b6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.0393509566783905", "type": "scatter", "xsrc": "ddlesk:9:60a8e4", "ysrc": "ddlesk:9:9e01c9", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "eb5d5268-f071-4a9b-b5df-307a9c901cd7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.03941470384597778", "type": "scatter", "xsrc": "ddlesk:9:52c4fe", "ysrc": "ddlesk:9:183b10", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "b268fc29-0bef-40d0-aca0-94a27a2d0111", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.03987812623381615", "type": "scatter", "xsrc": "ddlesk:9:908e47", "ysrc": "ddlesk:9:b3dbf8", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "be5bf89b-167d-484d-aef5-de177a4f1672", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04001063108444214", "type": "scatter", "xsrc": "ddlesk:9:762b4c", "ysrc": "ddlesk:9:0a7a89", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "858109c2-8400-4ffe-a71c-0f3e1e28618d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04041111096739769", "type": "scatter", "xsrc": "ddlesk:9:883672", "ysrc": "ddlesk:9:e04f22", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "086baa51-614f-4835-9488-f7eb33a463ac", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04049098491668701", "type": "scatter", "xsrc": "ddlesk:9:5cf444", "ysrc": "ddlesk:9:8a3466", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "bf51fc79-e98b-4d0c-8910-25a14a5ff771", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04081454873085022", "type": "scatter", "xsrc": "ddlesk:9:fb1a7a", "ysrc": "ddlesk:9:03b879", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "6b0bcd91-1154-4c27-a01d-7d1eac9061e6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04139310121536255", "type": "scatter", "xsrc": "ddlesk:9:d7c180", "ysrc": "ddlesk:9:2253f8", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "3aaf16bd-0fb1-4b19-902f-ea09d91952cd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04198384284973145", "type": "scatter", "xsrc": "ddlesk:9:a67e35", "ysrc": "ddlesk:9:9cbae9", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "ccfaa3bc-d481-4bfa-b8a4-6a54ef3ec819", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04254254698753357", "type": "scatter", "xsrc": "ddlesk:9:525b47", "ysrc": "ddlesk:9:aab455", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "c5910e6c-2850-4953-9ebf-993b8d8be295", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04255587980151176", "type": "scatter", "xsrc": "ddlesk:9:ca53e5", "ysrc": "ddlesk:9:dd8f7b", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "97e75592-b56e-461a-b85b-60dfda52a3ff", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04362580180168152", "type": "scatter", "xsrc": "ddlesk:9:bdb446", "ysrc": "ddlesk:9:104266", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "9c4155f4-2a29-4a68-b065-641247a7735f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.0437450110912323", "type": "scatter", "xsrc": "ddlesk:9:5f0088", "ysrc": "ddlesk:9:70a249", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "6b9d56b6-923a-4b2b-8a56-5f2a0bd7d72c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04404285550117493", "type": "scatter", "xsrc": "ddlesk:9:c66d59", "ysrc": "ddlesk:9:a87375", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "eb1e44ff-0a53-470f-8eb0-94ba71779d14", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04439032077789307", "type": "scatter", "xsrc": "ddlesk:9:8f34c0", "ysrc": "ddlesk:9:033854", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "2ce6781c-ed82-4e72-b829-110a75b79553", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04443846270442009", "type": "scatter", "xsrc": "ddlesk:9:7806b3", "ysrc": "ddlesk:9:7963a8", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "fa65dadc-91c9-4da4-a532-e92116b73453", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04444801807403564", "type": "scatter", "xsrc": "ddlesk:9:13ebbd", "ysrc": "ddlesk:9:0d180c", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "03d2da74-c7ee-4a5a-be52-3f563cd19e74", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04458529129624367", "type": "scatter", "xsrc": "ddlesk:9:58d7a6", "ysrc": "ddlesk:9:6ec298", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "ffc3bd18-c88e-42d7-8cab-64ae7df4047c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04510249197483063", "type": "scatter", "xsrc": "ddlesk:9:670cb0", "ysrc": "ddlesk:9:ed93d5", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "9f0c72af-8b67-44c1-8dc5-a5a13e4dafa8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04595161229372025", "type": "scatter", "xsrc": "ddlesk:9:3746ab", "ysrc": "ddlesk:9:44ee0e", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "7d950d02-d37c-4c94-b45f-f993258d8020", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04611748456954956", "type": "scatter", "xsrc": "ddlesk:9:1a8a85", "ysrc": "ddlesk:9:7f35c4", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "dff35374-8bf1-4f35-87f5-f72032d4b4c5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04619878530502319", "type": "scatter", "xsrc": "ddlesk:9:0060be", "ysrc": "ddlesk:9:723068", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "cd5644d3-1a89-4497-a3af-cb820e498877", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04645517095923424", "type": "scatter", "xsrc": "ddlesk:9:6e5e04", "ysrc": "ddlesk:9:51691a", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "64f71f23-6a5b-4f60-8186-c50c2c5a34cf", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04725795984268188", "type": "scatter", "xsrc": "ddlesk:9:63603b", "ysrc": "ddlesk:9:4301f4", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "9da6523c-f010-4d19-8491-14dc0e373af9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04732286930084229", "type": "scatter", "xsrc": "ddlesk:9:d4da10", "ysrc": "ddlesk:9:1cf70b", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "edc86d8d-a4b2-44a6-9caa-3fb176740bf9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04757854342460632", "type": "scatter", "xsrc": "ddlesk:9:8deb35", "ysrc": "ddlesk:9:ba84e4", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "2330d665-fed5-4b2f-bcca-c8c8934fd0be", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04759165644645691", "type": "scatter", "xsrc": "ddlesk:9:673774", "ysrc": "ddlesk:9:adedca", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "4a163089-fe24-42ad-82d6-8d74aefb98aa", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.0480954647064209", "type": "scatter", "xsrc": "ddlesk:9:365590", "ysrc": "ddlesk:9:3117fa", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "91bf321e-3656-4d5d-bbae-387d66a7fb85", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04828249663114548", "type": "scatter", "xsrc": "ddlesk:9:751e94", "ysrc": "ddlesk:9:3a6302", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "a178a3fc-c40a-4950-96f7-dc61526523fa", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04884284734725952", "type": "scatter", "xsrc": "ddlesk:9:e6e868", "ysrc": "ddlesk:9:f3ef1b", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "db92e8f4-7cc8-423a-8e64-19d9745fa40c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04928591847419739", "type": "scatter", "xsrc": "ddlesk:9:32adc5", "ysrc": "ddlesk:9:7ad8bd", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "aecb5255-e3fe-4d61-bb01-e3c4261c35e7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04953336715698242", "type": "scatter", "xsrc": "ddlesk:9:dcc7e5", "ysrc": "ddlesk:9:73096d", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "2fd88973-8a29-41b0-8d96-c8dbb73f94cb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04957419261336327", "type": "scatter", "xsrc": "ddlesk:9:d88d78", "ysrc": "ddlesk:9:0f0f4f", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "bf38908b-0ad7-474b-a801-03fcaa57491f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04962188005447388", "type": "scatter", "xsrc": "ddlesk:9:3fc601", "ysrc": "ddlesk:9:75cf52", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "69d1395c-21fe-4d59-a728-dfaec1efba23", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.04972666501998901", "type": "scatter", "xsrc": "ddlesk:9:2ddc20", "ysrc": "ddlesk:9:595c1e", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "76ecef4c-388a-4005-a3fd-33702cfe90c4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.05021935328841209", "type": "scatter", "xsrc": "ddlesk:9:fec4c2", "ysrc": "ddlesk:9:832dad", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "dd5229cd-e59c-4121-bc7b-6c228bde5761", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.0510174036026001", "type": "scatter", "xsrc": "ddlesk:9:ea61a2", "ysrc": "ddlesk:9:ac1416", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "ffab819b-252a-42a8-94fd-b256d2543f3a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.05154117941856384", "type": "scatter", "xsrc": "ddlesk:9:2637cd", "ysrc": "ddlesk:9:59b01f", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "7bbd9aa7-0238-4cf3-9e4a-d9a1b989113a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.05155172199010849", "type": "scatter", "xsrc": "ddlesk:9:6699c2", "ysrc": "ddlesk:9:8d2cc0", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "e494ea3b-008b-40ab-9891-7dfdbc182923", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.05168408155441284", "type": "scatter", "xsrc": "ddlesk:9:881d4f", "ysrc": "ddlesk:9:6920ac", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "c02d615b-6cda-49cb-8127-f7ede6de6197", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.05242666602134705", "type": "scatter", "xsrc": "ddlesk:9:328a57", "ysrc": "ddlesk:9:972091", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "7321688a-1855-45e0-af36-3470583cc0d2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.052590012550354", "type": "scatter", "xsrc": "ddlesk:9:5348e9", "ysrc": "ddlesk:9:b68840", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "b3b12cf3-f4b0-46ec-8c06-74d3ae3efb15", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.05267560482025146", "type": "scatter", "xsrc": "ddlesk:9:b01216", "ysrc": "ddlesk:9:8d6f54", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "cabb83ad-0b57-4f32-9ac7-f71b7bb31a46", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.05270567536354065", "type": "scatter", "xsrc": "ddlesk:9:88db61", "ysrc": "ddlesk:9:4b2a4c", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "6b7a0f05-355b-4106-bac7-a0a8d4c8d817", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.05282607674598694", "type": "scatter", "xsrc": "ddlesk:9:a6849d", "ysrc": "ddlesk:9:9ced87", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "eeb9818e-90d3-4963-bcf3-a7d1ffc01ea7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.05306451395153999", "type": "scatter", "xsrc": "ddlesk:9:6b463b", "ysrc": "ddlesk:9:18f036", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "231a6e16-a62a-4d00-a751-ac42146a336e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.05404695868492126", "type": "scatter", "xsrc": "ddlesk:9:6e7fdb", "ysrc": "ddlesk:9:766660", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "773a85b6-19b5-4044-82bb-d325cc21fc6c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.05432665348052979", "type": "scatter", "xsrc": "ddlesk:9:a8613d", "ysrc": "ddlesk:9:aff37e", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "5ac44206-a216-4eeb-91e6-6843c7c0ce2e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.0551486611366272", "type": "scatter", "xsrc": "ddlesk:9:a3bb48", "ysrc": "ddlesk:9:418bdb", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "254c2852-3497-474f-8ac8-89f8240d5025", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.05628147721290588", "type": "scatter", "xsrc": "ddlesk:9:84467b", "ysrc": "ddlesk:9:77e566", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "ed4c29ab-9ddc-446a-8f3b-084fe75a046d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.05704999715089798", "type": "scatter", "xsrc": "ddlesk:9:a4bb76", "ysrc": "ddlesk:9:f0abed", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "fe60d7ae-f504-4c92-b81e-dd8667c65c11", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.05807499587535858", "type": "scatter", "xsrc": "ddlesk:9:f1b818", "ysrc": "ddlesk:9:01be00", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "579c12bd-06e9-4ae0-8724-ab7e1c8c6cb5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.05862554907798767", "type": "scatter", "xsrc": "ddlesk:9:f75a74", "ysrc": "ddlesk:9:93639e", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "5cd495d0-565a-45ab-93ec-66d62801e3f9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.0588238537311554", "type": "scatter", "xsrc": "ddlesk:9:94b297", "ysrc": "ddlesk:9:7140a0", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "11f36fba-f787-4add-b2aa-f5a77be9fbd8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.05906271934509277", "type": "scatter", "xsrc": "ddlesk:9:67a38a", "ysrc": "ddlesk:9:d10446", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "fb524440-2f89-4213-b809-626c22313a48", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.05960294604301453", "type": "scatter", "xsrc": "ddlesk:9:c56a66", "ysrc": "ddlesk:9:296153", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "e5b17d70-6af9-4aae-85c0-b25798c98a2e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.05989265441894531", "type": "scatter", "xsrc": "ddlesk:9:4cccea", "ysrc": "ddlesk:9:d1ab33", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "b03e8178-0b0e-4b08-9555-cd1aa8e862df", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.0599481463432312", "type": "scatter", "xsrc": "ddlesk:9:4bbce6", "ysrc": "ddlesk:9:8ee481", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "4e098350-31bf-4ab7-a9b5-d3024d93d42c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.06009999662637711", "type": "scatter", "xsrc": "ddlesk:9:e04594", "ysrc": "ddlesk:9:199104", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "e798dd1b-1a41-4cd4-9eb7-c1034c0bc703", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.06026666611433029", "type": "scatter", "xsrc": "ddlesk:9:20e923", "ysrc": "ddlesk:9:411f0f", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "40a26ad7-b020-45c5-b90b-31256ff30bf1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.06202572584152222", "type": "scatter", "xsrc": "ddlesk:9:fe5028", "ysrc": "ddlesk:9:3fc7d3", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "4efd5f5d-9fa6-4ce4-ad7e-ce07314119ec", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.06238529086112976", "type": "scatter", "xsrc": "ddlesk:9:e3265a", "ysrc": "ddlesk:9:8e5ce7", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "66c7b522-549c-44b8-8e9e-62dafe3a0fcf", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.06248605251312256", "type": "scatter", "xsrc": "ddlesk:9:173ca8", "ysrc": "ddlesk:9:6c3240", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "b909aa30-fc08-45fb-b239-169f1ca031b8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.06454896926879883", "type": "scatter", "xsrc": "ddlesk:9:083b1e", "ysrc": "ddlesk:9:39eefe", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "59c5a4e0-56b0-4c25-b094-e7421a0499bc", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.0651717334985733", "type": "scatter", "xsrc": "ddlesk:9:d936a4", "ysrc": "ddlesk:9:19fa24", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "8fcaba7b-903f-4c24-988c-532f500d1a98", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.06541836261749268", "type": "scatter", "xsrc": "ddlesk:9:52c155", "ysrc": "ddlesk:9:a098f6", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "3c1b6193-106d-4e4d-a868-026033ea21b7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.06644666194915771", "type": "scatter", "xsrc": "ddlesk:9:e2ef61", "ysrc": "ddlesk:9:9902b4", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "ded20df7-4f8c-443b-8f9c-a82843cf7db3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.06664545089006424", "type": "scatter", "xsrc": "ddlesk:9:d444f5", "ysrc": "ddlesk:9:c31294", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "8f67133d-7680-4f5e-800d-77961d447519", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.06724444776773453", "type": "scatter", "xsrc": "ddlesk:9:d090c3", "ysrc": "ddlesk:9:de8016", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "06bfbe25-6192-453f-b7f2-5485cf381837", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.06815937161445618", "type": "scatter", "xsrc": "ddlesk:9:a4ccd4", "ysrc": "ddlesk:9:a073ae", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "8f91ecf0-9754-472b-96fd-bd56fd2fb7ae", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.06958571076393127", "type": "scatter", "xsrc": "ddlesk:9:d61bf8", "ysrc": "ddlesk:9:57636f", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "b993488d-ba91-4e80-883d-c3f3ee5cba21", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.06961286067962646", "type": "scatter", "xsrc": "ddlesk:9:70bd2a", "ysrc": "ddlesk:9:59cb22", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "d2e89974-05a6-4045-8bba-1c835fbfa3a6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07028061151504517", "type": "scatter", "xsrc": "ddlesk:9:2f5360", "ysrc": "ddlesk:9:8b135d", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "20fe3e05-cdb9-4496-914a-c6410f17a90a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07149213552474976", "type": "scatter", "xsrc": "ddlesk:9:d24b0b", "ysrc": "ddlesk:9:7dc2c6", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "c9b981f0-f172-43bf-9623-8553c41c6b18", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07199442386627197", "type": "scatter", "xsrc": "ddlesk:9:61f511", "ysrc": "ddlesk:9:ce02d2", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "65ad257f-a23e-469b-97df-246785d35e2f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07252570986747742", "type": "scatter", "xsrc": "ddlesk:9:43f101", "ysrc": "ddlesk:9:a8bab7", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "529d29da-307f-4701-907a-099559a6c007", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07273584604263306", "type": "scatter", "xsrc": "ddlesk:9:e1ccfd", "ysrc": "ddlesk:9:bff9ea", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "623bb1b9-5b70-4fab-81bb-a6823841a4f8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07349655032157898", "type": "scatter", "xsrc": "ddlesk:9:274637", "ysrc": "ddlesk:9:3cf66c", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "64ea4daa-ee2a-4c6e-8b7f-edd047fcaa89", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07397094368934631", "type": "scatter", "xsrc": "ddlesk:9:f610bb", "ysrc": "ddlesk:9:4c957d", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "6090c287-7442-4525-8a84-7f3e881fa419", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07424867153167725", "type": "scatter", "xsrc": "ddlesk:9:eb46a0", "ysrc": "ddlesk:9:6bd5b0", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "995851b8-dc44-429e-83ac-7d001b53505b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07451599836349487", "type": "scatter", "xsrc": "ddlesk:9:e0a286", "ysrc": "ddlesk:9:914191", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "c7a80f22-9ce9-4a32-9b83-d51d40e65772", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07566428184509277", "type": "scatter", "xsrc": "ddlesk:9:9ee194", "ysrc": "ddlesk:9:1f1823", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "90ceb99f-fbc0-440f-b19a-7a99d7ed2d2c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07637076824903488", "type": "scatter", "xsrc": "ddlesk:9:dd37c8", "ysrc": "ddlesk:9:6a3237", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "4e7745db-0dac-465b-8b8a-1fd9c7364751", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07665598392486572", "type": "scatter", "xsrc": "ddlesk:9:f31988", "ysrc": "ddlesk:9:d81cbc", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "2038de57-289b-44db-881f-576619e9b0e7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07679241895675659", "type": "scatter", "xsrc": "ddlesk:9:cd1b25", "ysrc": "ddlesk:9:2d72ea", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "6788bc38-b504-40d4-a147-35e34c5f2234", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07679331302642822", "type": "scatter", "xsrc": "ddlesk:9:1e62b8", "ysrc": "ddlesk:9:d311ac", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "5fa35842-6217-450e-a711-995e1bbe1732", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07679998874664307", "type": "scatter", "xsrc": "ddlesk:9:635b38", "ysrc": "ddlesk:9:fe85a3", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "17ac22e6-9741-4c6e-8a61-a5a9ba3c3a4b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07709118723869324", "type": "scatter", "xsrc": "ddlesk:9:d19b1e", "ysrc": "ddlesk:9:51f56e", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "62663f7e-0e20-40b3-bbac-fd7c9e94500b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07709444314241409", "type": "scatter", "xsrc": "ddlesk:9:7949b8", "ysrc": "ddlesk:9:5ee72a", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "1b0351c5-ae3d-488f-bdbe-aa6a28bfb15f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07739266753196716", "type": "scatter", "xsrc": "ddlesk:9:412cd2", "ysrc": "ddlesk:9:4ddb84", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "a7044ae5-4891-4c00-af8a-8728edcce619", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07768058776855469", "type": "scatter", "xsrc": "ddlesk:9:823939", "ysrc": "ddlesk:9:352f3d", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "350e7c23-1456-4b5d-b5ef-e7f046d7388d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07784998416900635", "type": "scatter", "xsrc": "ddlesk:9:099462", "ysrc": "ddlesk:9:6fb1b2", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "cb097f58-d7cc-48a4-8873-a72d795a29f7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07843026518821716", "type": "scatter", "xsrc": "ddlesk:9:f83f91", "ysrc": "ddlesk:9:0d65ea", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "3a900f48-4313-4b94-9663-8d1c0818b37e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07886818051338196", "type": "scatter", "xsrc": "ddlesk:9:ccfde9", "ysrc": "ddlesk:9:c1c5a0", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "4037c9ad-1090-40e4-a329-de2bde449684", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07886886596679688", "type": "scatter", "xsrc": "ddlesk:9:401029", "ysrc": "ddlesk:9:63ea76", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "515cb907-7d9d-4eca-901f-1532f63b1c64", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.07973414659500122", "type": "scatter", "xsrc": "ddlesk:9:5cd25b", "ysrc": "ddlesk:9:9ecd21", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "b97ef06d-26a6-4176-9da2-08f0dcd2d501", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.08020000159740448", "type": "scatter", "xsrc": "ddlesk:9:3be365", "ysrc": "ddlesk:9:ca5126", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "5859ec6e-c25f-410a-acba-8ee68e894925", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.08026999235153198", "type": "scatter", "xsrc": "ddlesk:9:7f6095", "ysrc": "ddlesk:9:a399ee", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "f3af5db9-9159-49d7-85d9-ecd55cacb4a4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.08044545352458954", "type": "scatter", "xsrc": "ddlesk:9:1c73be", "ysrc": "ddlesk:9:5169b2", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "ec726cdd-9187-456d-b77b-0e7df2a20faf", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.08053822815418243", "type": "scatter", "xsrc": "ddlesk:9:7799cd", "ysrc": "ddlesk:9:f7baff", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "eca86b2c-f90e-49c8-8ad3-729e649398f3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.08092045783996582", "type": "scatter", "xsrc": "ddlesk:9:17d0e5", "ysrc": "ddlesk:9:7d32f3", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "abc13086-6123-488f-a97a-04b9a5396423", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.08251512050628662", "type": "scatter", "xsrc": "ddlesk:9:13524d", "ysrc": "ddlesk:9:6dbbd2", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "7615a845-1fab-44bd-be76-756818b5a166", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.08324230462312698", "type": "scatter", "xsrc": "ddlesk:9:ed169d", "ysrc": "ddlesk:9:6dec77", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "455e18de-aa78-4200-9762-cd8d61179f99", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.08367907255887985", "type": "scatter", "xsrc": "ddlesk:9:4c9558", "ysrc": "ddlesk:9:22c22f", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "ebd2d484-fc20-4545-95b3-4f22766a636d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.08410477638244629", "type": "scatter", "xsrc": "ddlesk:9:0299aa", "ysrc": "ddlesk:9:2f79ea", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "84c6d4b0-c191-496b-ac34-d4615f3cdef2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.08417333662509918", "type": "scatter", "xsrc": "ddlesk:9:708427", "ysrc": "ddlesk:9:e02d52", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "2aa58136-690a-4ec5-a08a-9102134134e0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.08445501327514648", "type": "scatter", "xsrc": "ddlesk:9:97795f", "ysrc": "ddlesk:9:e84fe5", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "c9f75302-b08a-43cd-b2df-5fc625008e8f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.08625580370426178", "type": "scatter", "xsrc": "ddlesk:9:2f23e8", "ysrc": "ddlesk:9:6ae33c", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "e2fb8aa6-ae16-4e2f-8f56-06a94223768a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.08638148009777069", "type": "scatter", "xsrc": "ddlesk:9:be8063", "ysrc": "ddlesk:9:92a8dd", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "84b1d0f1-b052-46f3-8be7-b304080c0a77", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.08664000034332275", "type": "scatter", "xsrc": "ddlesk:9:07e7c3", "ysrc": "ddlesk:9:e79f44", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "86c9157e-a309-4ef3-9ba2-9db3b7c94f0f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.08695626258850098", "type": "scatter", "xsrc": "ddlesk:9:c4c3f6", "ysrc": "ddlesk:9:a6d7d2", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "eef7e721-97a9-4238-9d80-bc51b88bf3c7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.08700000494718552", "type": "scatter", "xsrc": "ddlesk:9:41d299", "ysrc": "ddlesk:9:83fc0f", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "992eef4c-2bf2-432d-be30-8c364b30cfc5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.0870952382683754", "type": "scatter", "xsrc": "ddlesk:9:9bcafc", "ysrc": "ddlesk:9:3b7f43", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "d73abc0b-9244-4ee6-a4d9-4723e41870b5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.08744615316390991", "type": "scatter", "xsrc": "ddlesk:9:aba5d6", "ysrc": "ddlesk:9:2f6b0a", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "5a6bdb98-b36a-42d6-9349-e2e12a6b3718", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.08783529698848724", "type": "scatter", "xsrc": "ddlesk:9:78df08", "ysrc": "ddlesk:9:918bd4", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "0282f8eb-429c-4ef1-91fc-690eb2566804", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.08985453844070435", "type": "scatter", "xsrc": "ddlesk:9:a598d8", "ysrc": "ddlesk:9:84174f", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "098da69e-5e27-4d61-9a6a-1e971c7d88b2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.09007057547569275", "type": "scatter", "xsrc": "ddlesk:9:fda87f", "ysrc": "ddlesk:9:506471", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "e3e8d51f-0774-4f37-a3eb-0f9008afba3f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.09307142347097397", "type": "scatter", "xsrc": "ddlesk:9:efd02d", "ysrc": "ddlesk:9:22c183", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "120c1047-454e-4e34-ada0-27dc1c17024d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.09356030821800232", "type": "scatter", "xsrc": "ddlesk:9:b59a99", "ysrc": "ddlesk:9:3e2987", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "3cfb4411-2035-4db8-b5cb-98fbbd882336", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.0937822163105011", "type": "scatter", "xsrc": "ddlesk:9:58f456", "ysrc": "ddlesk:9:b87e7f", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "6e76c308-1130-4da6-a22c-a56d62c830ff", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.09561198949813843", "type": "scatter", "xsrc": "ddlesk:9:d1f51d", "ysrc": "ddlesk:9:a5b304", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "9f3d4300-6307-440b-855a-cfeb6407fba8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.09561431407928467", "type": "scatter", "xsrc": "ddlesk:9:d2c33a", "ysrc": "ddlesk:9:a727b4", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "9a4f61b0-2a2c-47f6-8fbe-2c1920d1a2be", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.09578627347946167", "type": "scatter", "xsrc": "ddlesk:9:1d526a", "ysrc": "ddlesk:9:46bb8b", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "d9f810db-6301-4089-8b46-32fd4f7fb64e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.09620526432991028", "type": "scatter", "xsrc": "ddlesk:9:22a1b2", "ysrc": "ddlesk:9:eb9722", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "9268be18-6de5-4f5e-bf83-1def26b23015", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.09718234837055206", "type": "scatter", "xsrc": "ddlesk:9:85a847", "ysrc": "ddlesk:9:a2efde", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "6763c779-d559-44a9-9028-e80510746a55", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.09746000170707703", "type": "scatter", "xsrc": "ddlesk:9:6d11c2", "ysrc": "ddlesk:9:c0c4c9", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "9dcaee83-74b4-45a9-b03a-a2164903f628", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.09815263748168945", "type": "scatter", "xsrc": "ddlesk:9:7ce157", "ysrc": "ddlesk:9:e9ea76", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "4956eb51-abe7-4709-ae21-1acc0278a799", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.09901395440101624", "type": "scatter", "xsrc": "ddlesk:9:1b0988", "ysrc": "ddlesk:9:c075f1", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "5a138219-be0e-4616-9108-cdef19b8b892", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.09922954440116882", "type": "scatter", "xsrc": "ddlesk:9:42f92e", "ysrc": "ddlesk:9:ffec3f", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "43cac669-1e87-48b6-9354-a244ff05c2f2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.09953334927558899", "type": "scatter", "xsrc": "ddlesk:9:6e6d04", "ysrc": "ddlesk:9:8efd09", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "9d69d306-b954-4918-aee4-7c9c691b2c6d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1002110838890076", "type": "scatter", "xsrc": "ddlesk:9:e9e949", "ysrc": "ddlesk:9:1fd5de", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "4a76d3b4-7be7-404d-a4d0-a21249b107a9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1005062460899353", "type": "scatter", "xsrc": "ddlesk:9:da7ab0", "ysrc": "ddlesk:9:b8448d", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "8fb9d4fe-d353-4e90-b7f9-bdefad49cd22", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1011333465576172", "type": "scatter", "xsrc": "ddlesk:9:d8c7d6", "ysrc": "ddlesk:9:ab3e74", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "deb55297-65ec-47dc-a9d6-bcc16841e728", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.101840004324913", "type": "scatter", "xsrc": "ddlesk:9:059347", "ysrc": "ddlesk:9:1404a7", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "fcbf50e4-878e-46b7-b87a-22c356888921", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1020319759845734", "type": "scatter", "xsrc": "ddlesk:9:8ab83f", "ysrc": "ddlesk:9:4106cc", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "de0cefea-c8df-4cf4-8118-2162279b593e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1023833304643631", "type": "scatter", "xsrc": "ddlesk:9:0b0bc0", "ysrc": "ddlesk:9:73d135", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "c0515b96-4d16-4da8-851c-66d541ae2f2c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1036545038223267", "type": "scatter", "xsrc": "ddlesk:9:d1a317", "ysrc": "ddlesk:9:d9e6e0", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "e9a6bd9b-0413-4036-ba4a-d40bd400aa3e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1043999791145325", "type": "scatter", "xsrc": "ddlesk:9:3f648c", "ysrc": "ddlesk:9:03124e", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "31027d80-0c1c-453b-8ba9-10d140dbe150", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1047595143318176", "type": "scatter", "xsrc": "ddlesk:9:de7dba", "ysrc": "ddlesk:9:9113ef", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "d4d601bf-1f1e-4d2c-a896-b9679a2c45b9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1053031235933304", "type": "scatter", "xsrc": "ddlesk:9:df43fd", "ysrc": "ddlesk:9:838009", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "dcce521a-6301-4243-bbc1-a7af3952a2b0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1057299971580505", "type": "scatter", "xsrc": "ddlesk:9:84997e", "ysrc": "ddlesk:9:a66246", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "3d466163-dc7a-4e25-82b4-67ca70e4e299", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1063055694103241", "type": "scatter", "xsrc": "ddlesk:9:1c01a0", "ysrc": "ddlesk:9:29f55d", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "17b335bf-977d-48d3-bb8f-6818d256cdfa", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1064780652523041", "type": "scatter", "xsrc": "ddlesk:9:8c94e4", "ysrc": "ddlesk:9:3dc91a", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "8a653cb8-a8f0-444d-8a09-54aa6fce82e4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1070785820484161", "type": "scatter", "xsrc": "ddlesk:9:44f852", "ysrc": "ddlesk:9:a385ed", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "bb52ce07-2f5c-4a99-b54f-7eee43613846", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1073181629180908", "type": "scatter", "xsrc": "ddlesk:9:2dcbe7", "ysrc": "ddlesk:9:dc4b14", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "bb3c1ad9-37fb-4e37-aff9-8b45e8c36dd1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1075999736785889", "type": "scatter", "xsrc": "ddlesk:9:fb615e", "ysrc": "ddlesk:9:0be3c6", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "602c1f71-c4e9-4ea6-a513-72f0b60fe85a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1090324521064758", "type": "scatter", "xsrc": "ddlesk:9:6d942f", "ysrc": "ddlesk:9:f0159e", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "6c36fce4-9436-4f89-8993-902a47830ec6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1095239147543907", "type": "scatter", "xsrc": "ddlesk:9:acd787", "ysrc": "ddlesk:9:ddb369", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "4105b55a-6408-4b14-b53e-dab1f8927649", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1100788116455078", "type": "scatter", "xsrc": "ddlesk:9:b823b1", "ysrc": "ddlesk:9:e4cf6f", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "4a27ba88-2dd5-420b-ab44-83efe42988ed", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1105940937995911", "type": "scatter", "xsrc": "ddlesk:9:a565ff", "ysrc": "ddlesk:9:64a74a", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "8c74487d-ead9-4295-b0cf-0c3ca2db9710", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1114285588264465", "type": "scatter", "xsrc": "ddlesk:9:af49cf", "ysrc": "ddlesk:9:a05301", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "e4947586-2cc2-468b-8709-41f8399e406d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1115880012512207", "type": "scatter", "xsrc": "ddlesk:9:ab63eb", "ysrc": "ddlesk:9:beed41", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "122ac3dd-4a5c-42c8-8306-6a232879736c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1116901338100433", "type": "scatter", "xsrc": "ddlesk:9:ac6e36", "ysrc": "ddlesk:9:bad816", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "f8722640-a6b8-44a3-af0b-1f0294ea554a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1124857068061829", "type": "scatter", "xsrc": "ddlesk:9:1e69fa", "ysrc": "ddlesk:9:44b392", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "3c085eaf-05e1-4191-a7ea-905002b89512", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1127803921699524", "type": "scatter", "xsrc": "ddlesk:9:a21504", "ysrc": "ddlesk:9:5873d4", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "b42d8607-4ccf-4fd0-8860-9d2d92cbb188", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1130173057317734", "type": "scatter", "xsrc": "ddlesk:9:3df8ac", "ysrc": "ddlesk:9:75ec55", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "e9977fef-dfd6-4594-8983-9d16f0a36aa8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1133416667580605", "type": "scatter", "xsrc": "ddlesk:9:0d41d6", "ysrc": "ddlesk:9:dd2500", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "c623e94c-dda8-45a9-a53c-0c8a89e3f19d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1164676547050476", "type": "scatter", "xsrc": "ddlesk:9:aa6419", "ysrc": "ddlesk:9:46a216", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "852f3543-07ee-488d-9c45-67bc890ac095", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1177470535039902", "type": "scatter", "xsrc": "ddlesk:9:ae914b", "ysrc": "ddlesk:9:fd6a14", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "470db00c-00f1-461e-9790-f69863193d27", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1179652214050293", "type": "scatter", "xsrc": "ddlesk:9:703df3", "ysrc": "ddlesk:9:ba28ae", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "137c5c6f-336e-43fb-89ed-c025a9bf5bc4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1181199923157692", "type": "scatter", "xsrc": "ddlesk:9:b1e821", "ysrc": "ddlesk:9:2d74bf", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "0c56c42d-c390-4cfb-a822-c9c64ee5aa64", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1187062487006187", "type": "scatter", "xsrc": "ddlesk:9:296330", "ysrc": "ddlesk:9:66be47", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "1d656aca-2870-4e09-8a8a-8371dd49f11a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1189600080251694", "type": "scatter", "xsrc": "ddlesk:9:480329", "ysrc": "ddlesk:9:c4e53d", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "45e3a92a-3a8c-4b4b-aaa4-94551de8dac1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1190414428710938", "type": "scatter", "xsrc": "ddlesk:9:1c2f5a", "ysrc": "ddlesk:9:1ec0d9", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "b405647b-b335-4167-9ef9-082d6d4ac5db", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1196653842926025", "type": "scatter", "xsrc": "ddlesk:9:538064", "ysrc": "ddlesk:9:2831c1", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "2203fef0-09e7-4fde-a5d4-cde09cf5e3ae", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1201230734586716", "type": "scatter", "xsrc": "ddlesk:9:0a72ad", "ysrc": "ddlesk:9:b48d3d", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "e9ae0ec7-aa02-4e8d-b86c-e686e79e341c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1204153895378113", "type": "scatter", "xsrc": "ddlesk:9:35cba6", "ysrc": "ddlesk:9:6f660a", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "c7557197-f7c9-471d-a31d-7bbf199069df", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1207624673843384", "type": "scatter", "xsrc": "ddlesk:9:482585", "ysrc": "ddlesk:9:ad4580", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "18d1ce87-97c1-4a9c-9f74-b1f8e5ce7ac4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1217066645622253", "type": "scatter", "xsrc": "ddlesk:9:d6b75b", "ysrc": "ddlesk:9:eb3493", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "98861eaa-d62d-4954-983d-d2442ac35f07", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1217714250087738", "type": "scatter", "xsrc": "ddlesk:9:4d526b", "ysrc": "ddlesk:9:7848d2", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "df048ec8-4ecc-4c4d-b780-d4ebc45fda32", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1218205839395523", "type": "scatter", "xsrc": "ddlesk:9:423312", "ysrc": "ddlesk:9:58232e", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "9fc0e4f1-15ac-4903-9f8f-2719d470a4a1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1218209564685822", "type": "scatter", "xsrc": "ddlesk:9:eb7f7e", "ysrc": "ddlesk:9:5dd80d", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "a8beb3c7-404b-44c2-a9b1-018f519a656d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1219071447849274", "type": "scatter", "xsrc": "ddlesk:9:e3206d", "ysrc": "ddlesk:9:76c0ad", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "f3331739-413b-4b87-a027-3d6357eb90b0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1224106550216675", "type": "scatter", "xsrc": "ddlesk:9:b4dbf9", "ysrc": "ddlesk:9:31b8d0", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "c3c67b87-cf59-4568-92d2-3520249e47f3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1226333379745483", "type": "scatter", "xsrc": "ddlesk:9:ca8579", "ysrc": "ddlesk:9:fe5670", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "18d46c89-bff6-48e2-aa0f-ac0959f3f144", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1238066852092743", "type": "scatter", "xsrc": "ddlesk:9:f568f0", "ysrc": "ddlesk:9:dfbcfb", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "112c896f-fcdc-4bcd-bd57-8d2bdc67624b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1243714094161987", "type": "scatter", "xsrc": "ddlesk:9:9b39b2", "ysrc": "ddlesk:9:dedd92", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "be9d9353-5251-4d67-b6b5-325622b003bc", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.126094251871109", "type": "scatter", "xsrc": "ddlesk:9:3b7b1d", "ysrc": "ddlesk:9:217180", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "30b76885-0b54-48f0-82c4-57d3a2f87f9f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1262896955013275", "type": "scatter", "xsrc": "ddlesk:9:dbbe2b", "ysrc": "ddlesk:9:aa88bc", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "fd89b4fa-eafd-4faf-b3ef-f9dde01a3996", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1276572793722153", "type": "scatter", "xsrc": "ddlesk:9:7e3401", "ysrc": "ddlesk:9:b4da39", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "96555c6e-821f-4b5c-9b0d-29e6ad3e793c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1281624883413315", "type": "scatter", "xsrc": "ddlesk:9:08614f", "ysrc": "ddlesk:9:df28af", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "2dcc4f96-b6bf-48e1-80b9-dc9e83192e4a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1287714242935181", "type": "scatter", "xsrc": "ddlesk:9:b87895", "ysrc": "ddlesk:9:5b8b6d", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "bd84a212-974c-47ce-927b-e846b5f5a4e0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1306294798851013", "type": "scatter", "xsrc": "ddlesk:9:57292d", "ysrc": "ddlesk:9:e6276a", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "1ebbd9bd-c2be-4d12-a185-3f48361165a3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1333231031894684", "type": "scatter", "xsrc": "ddlesk:9:26b59f", "ysrc": "ddlesk:9:30e482", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "c46bd88f-9fa0-44b3-b1ee-19e287ecc9a2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.13345767557621", "type": "scatter", "xsrc": "ddlesk:9:e05a33", "ysrc": "ddlesk:9:a9fad0", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "51dacef9-7a25-4175-bb8e-65cab6b8000b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1340163350105286", "type": "scatter", "xsrc": "ddlesk:9:01ad98", "ysrc": "ddlesk:9:3903a5", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "a85bf83f-675d-42da-9f61-32b803b132d9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1347800195217133", "type": "scatter", "xsrc": "ddlesk:9:8081e4", "ysrc": "ddlesk:9:d7308e", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "45ff08ef-3d6b-47fa-bb5c-aea71a53f15c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1349015533924103", "type": "scatter", "xsrc": "ddlesk:9:35e667", "ysrc": "ddlesk:9:22f4eb", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "b734430a-0315-45c2-8333-a4ea6240926d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1353418529033661", "type": "scatter", "xsrc": "ddlesk:9:627417", "ysrc": "ddlesk:9:8524bc", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "1596567e-8c79-4e5a-930d-b5754306eb4f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1359789669513702", "type": "scatter", "xsrc": "ddlesk:9:c2c729", "ysrc": "ddlesk:9:35d579", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "89e0c4d1-cc7b-499f-b213-7f3db4062f09", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1360999941825867", "type": "scatter", "xsrc": "ddlesk:9:c3100b", "ysrc": "ddlesk:9:2ecd0e", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "be5b5345-d89c-4023-9eb7-fdd8b70ebc94", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1372088193893433", "type": "scatter", "xsrc": "ddlesk:9:b2538d", "ysrc": "ddlesk:9:01b286", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "54821314-96f3-4100-97fd-812cde8d2f0e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1375142931938171", "type": "scatter", "xsrc": "ddlesk:9:6598b4", "ysrc": "ddlesk:9:91b344", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "7e740294-921b-48bf-9b41-2a27c3dc274a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1387937366962433", "type": "scatter", "xsrc": "ddlesk:9:8f6855", "ysrc": "ddlesk:9:698eab", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "d1bb605e-06d8-471a-a04f-78159bf5ac5a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1387969553470612", "type": "scatter", "xsrc": "ddlesk:9:f5e7d1", "ysrc": "ddlesk:9:ed597f", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "86b83801-9c91-430b-ba55-4408769b6fda", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1389183700084686", "type": "scatter", "xsrc": "ddlesk:9:2e8aa6", "ysrc": "ddlesk:9:e6bbca", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "8891fce1-6ce5-4282-b19d-12b36cd1452a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1397659033536911", "type": "scatter", "xsrc": "ddlesk:9:08d8d2", "ysrc": "ddlesk:9:68a58b", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "cf350ac2-524a-4749-9244-66a9e69d5998", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1398347020149231", "type": "scatter", "xsrc": "ddlesk:9:6d9142", "ysrc": "ddlesk:9:a4b9fa", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "fa18b674-6e4b-429b-8646-ce24d6ac1820", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1401138603687286", "type": "scatter", "xsrc": "ddlesk:9:603dda", "ysrc": "ddlesk:9:f1c18f", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "5812bbb7-2cab-4cca-acfc-4bd7f922a43f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1404131799936295", "type": "scatter", "xsrc": "ddlesk:9:91025d", "ysrc": "ddlesk:9:764c38", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "7acce12b-b649-4a1d-a7c9-a6e8d009db2b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1409411728382111", "type": "scatter", "xsrc": "ddlesk:9:8b1068", "ysrc": "ddlesk:9:ffd0c2", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "dbb05379-1683-40aa-979f-a76861fc1639", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1417912989854813", "type": "scatter", "xsrc": "ddlesk:9:4ae45e", "ysrc": "ddlesk:9:16da01", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "9f83636b-6922-40f4-aee8-5def6c2266e6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1427090764045715", "type": "scatter", "xsrc": "ddlesk:9:efd85f", "ysrc": "ddlesk:9:b814b8", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "f2dfba56-95c7-4c05-90e8-ecc6b5634105", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.142960250377655", "type": "scatter", "xsrc": "ddlesk:9:4893d8", "ysrc": "ddlesk:9:c9ecbe", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "db287282-9da4-4e4e-93d2-a892c736fad2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1432499885559082", "type": "scatter", "xsrc": "ddlesk:9:ab5a22", "ysrc": "ddlesk:9:b35038", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "be514462-43ce-4308-945c-8f590322dc09", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1444384455680847", "type": "scatter", "xsrc": "ddlesk:9:81663c", "ysrc": "ddlesk:9:409c01", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "0f03d2f2-77c7-45d7-a80f-4ad519896850", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1447761952877045", "type": "scatter", "xsrc": "ddlesk:9:041b1b", "ysrc": "ddlesk:9:c73dbd", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "dbb339cd-672b-412c-b2a5-0647f3c056c2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1459571421146393", "type": "scatter", "xsrc": "ddlesk:9:4be86a", "ysrc": "ddlesk:9:3bc52f", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "f127022f-1eb1-46e7-b542-92b8cb08a991", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.146802693605423", "type": "scatter", "xsrc": "ddlesk:9:c2ff57", "ysrc": "ddlesk:9:bdd329", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "e7e58be3-dfdd-4c35-9ed9-fac49a184764", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1479148864746094", "type": "scatter", "xsrc": "ddlesk:9:c9f854", "ysrc": "ddlesk:9:2d46a1", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "78f9ccf3-95b7-4523-867a-917af97d6bec", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1483301967382431", "type": "scatter", "xsrc": "ddlesk:9:120e65", "ysrc": "ddlesk:9:80c611", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "71b3b802-ad07-43da-a273-3645291633aa", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1502658128738403", "type": "scatter", "xsrc": "ddlesk:9:e7c6f2", "ysrc": "ddlesk:9:34b556", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "43736ecb-1d86-41b3-9c15-c70fd4219434", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1510117650032043", "type": "scatter", "xsrc": "ddlesk:9:81e60f", "ysrc": "ddlesk:9:ac34be", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "2a10d873-87db-4baa-8cb4-96f40d77b0fc", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1513452976942062", "type": "scatter", "xsrc": "ddlesk:9:f60625", "ysrc": "ddlesk:9:1c97aa", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "b464f54c-c5eb-4525-8103-cad4759af223", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1516152918338776", "type": "scatter", "xsrc": "ddlesk:9:f6c8c5", "ysrc": "ddlesk:9:9cc0fc", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "d1ad0b87-8b37-43ef-95fe-4693107f92c2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1516289114952087", "type": "scatter", "xsrc": "ddlesk:9:6c652f", "ysrc": "ddlesk:9:b4fbaa", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "ac5b91d5-6999-4659-b8b7-bcf79d3a2893", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1554295420646667", "type": "scatter", "xsrc": "ddlesk:9:1b9178", "ysrc": "ddlesk:9:263cbb", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "a0186a49-590f-4511-a543-6a94bfb7f4c7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1585666537284851", "type": "scatter", "xsrc": "ddlesk:9:f0bc81", "ysrc": "ddlesk:9:cb9a39", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "b23136d4-92ff-4e69-a5ed-1e8568148964", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1591633558273315", "type": "scatter", "xsrc": "ddlesk:9:e8115e", "ysrc": "ddlesk:9:e3c0e8", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "d7d04e2d-64ae-471e-8958-ccb45003b0fa", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1601257920265198", "type": "scatter", "xsrc": "ddlesk:9:e74d66", "ysrc": "ddlesk:9:fdbeb7", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "d559538d-0854-403a-9ee1-662df7fefece", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1604728996753693", "type": "scatter", "xsrc": "ddlesk:9:97e800", "ysrc": "ddlesk:9:20b992", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "0ac96db6-ad8a-4cd0-af20-c9f1ae5c0993", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1625024974346161", "type": "scatter", "xsrc": "ddlesk:9:4f7c2e", "ysrc": "ddlesk:9:0beeab", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "53b10658-244d-4f74-bc1f-ca9f60062a21", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1634519398212433", "type": "scatter", "xsrc": "ddlesk:9:761838", "ysrc": "ddlesk:9:9ee83f", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "4924ab4c-ab3e-4eab-ad3a-1b43afbfee45", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1640026271343231", "type": "scatter", "xsrc": "ddlesk:9:4a602a", "ysrc": "ddlesk:9:095e3e", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "015de3ca-8a20-4952-934e-8e7c9ac8a41e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1652257144451141", "type": "scatter", "xsrc": "ddlesk:9:4d3380", "ysrc": "ddlesk:9:a76ed9", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "4f950f17-84ab-4c96-8819-548b5f2dcde7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1661060750484467", "type": "scatter", "xsrc": "ddlesk:9:54f829", "ysrc": "ddlesk:9:e6760d", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "4e19072f-dc16-4528-b57d-1aa1828f4fb4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1693888902664185", "type": "scatter", "xsrc": "ddlesk:9:0f2da8", "ysrc": "ddlesk:9:621bff", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "4dae5ad5-8752-449f-87b6-daa5c692b603", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1696178615093231", "type": "scatter", "xsrc": "ddlesk:9:74c870", "ysrc": "ddlesk:9:a2dcc0", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "424e2655-32b6-47ec-8a16-5d105294a137", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1704263091087341", "type": "scatter", "xsrc": "ddlesk:9:afabee", "ysrc": "ddlesk:9:c6152a", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "6c77f8e8-59ce-43dc-9fee-906b058ee2dc", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.171052098274231", "type": "scatter", "xsrc": "ddlesk:9:ebc762", "ysrc": "ddlesk:9:8c6875", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "f41e0de9-2cd8-41e2-bfb4-220485d1cd4f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1711930334568024", "type": "scatter", "xsrc": "ddlesk:9:0ea6d2", "ysrc": "ddlesk:9:463ea7", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "7ce82e78-13ee-4b17-8277-e2ed83892ffa", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1723529398441315", "type": "scatter", "xsrc": "ddlesk:9:875eb0", "ysrc": "ddlesk:9:e335aa", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "370eaaf8-810f-464b-bf76-644bb0959f0a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1723763048648834", "type": "scatter", "xsrc": "ddlesk:9:751332", "ysrc": "ddlesk:9:1279aa", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "5f64e630-91a5-4b16-84af-68cf236b17ff", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1738941222429276", "type": "scatter", "xsrc": "ddlesk:9:e46063", "ysrc": "ddlesk:9:91a692", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "e3dcaec1-28c2-487c-acbe-77b3ae65688c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1739457100629807", "type": "scatter", "xsrc": "ddlesk:9:a5b357", "ysrc": "ddlesk:9:f0f5b3", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "8aa13d27-4c2d-4cbc-9eee-85ec8f00295d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1741465628147125", "type": "scatter", "xsrc": "ddlesk:9:057ecd", "ysrc": "ddlesk:9:5491cb", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "3726339e-852c-4920-94c9-442838f8b281", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1743333637714386", "type": "scatter", "xsrc": "ddlesk:9:bf0002", "ysrc": "ddlesk:9:e3d3f9", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "a0857634-8b4f-4515-96f6-8ee64ad64996", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1744941174983978", "type": "scatter", "xsrc": "ddlesk:9:789b6a", "ysrc": "ddlesk:9:b1af17", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "c59bf390-85a4-45dc-8017-a1376bf91d73", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1752333343029022", "type": "scatter", "xsrc": "ddlesk:9:387f45", "ysrc": "ddlesk:9:0ec764", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "47c6b021-2c89-4585-8e41-dba5ed5e4b4c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1758289635181427", "type": "scatter", "xsrc": "ddlesk:9:8c3a4c", "ysrc": "ddlesk:9:b2d5bf", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "c292d9fc-9008-4e85-992b-306a98ac78d9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.176153838634491", "type": "scatter", "xsrc": "ddlesk:9:adb8e8", "ysrc": "ddlesk:9:701640", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "94643cb0-7b96-4ffd-b886-a176af94327c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1800287663936615", "type": "scatter", "xsrc": "ddlesk:9:c29657", "ysrc": "ddlesk:9:21cf5d", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "aa980938-0419-4002-9220-e68985f5031b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1802535653114319", "type": "scatter", "xsrc": "ddlesk:9:5ee20c", "ysrc": "ddlesk:9:d4d3a9", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "e9ba7fef-c234-49da-a371-047e33418bbb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1805237829685211", "type": "scatter", "xsrc": "ddlesk:9:e96077", "ysrc": "ddlesk:9:8440d2", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "ba23ad2e-7143-407c-bfdb-a2be9852c8c3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1807402670383453", "type": "scatter", "xsrc": "ddlesk:9:4a5e30", "ysrc": "ddlesk:9:b5a325", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "f9c9f10b-3b21-46e9-b01e-c82b1158e79f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1817830204963684", "type": "scatter", "xsrc": "ddlesk:9:b36a5c", "ysrc": "ddlesk:9:0c9945", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "e820bf92-d3ac-46ac-af7a-146b33a9c00f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1828196346759796", "type": "scatter", "xsrc": "ddlesk:9:19dee9", "ysrc": "ddlesk:9:8f962e", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "f297ff24-54e6-4c79-8115-479cb6fc54ea", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1828829646110535", "type": "scatter", "xsrc": "ddlesk:9:08eedf", "ysrc": "ddlesk:9:51fa10", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "d2324e55-7b43-4656-bf69-ae4bc985ca21", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1829593181610107", "type": "scatter", "xsrc": "ddlesk:9:5b0a5f", "ysrc": "ddlesk:9:c2b4b7", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "5fd60121-fb0b-49c9-bc52-15ca87a28300", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1842341423034668", "type": "scatter", "xsrc": "ddlesk:9:beeeb9", "ysrc": "ddlesk:9:3a424b", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "430bee06-9260-4b75-970a-934631b4d601", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1847050040960312", "type": "scatter", "xsrc": "ddlesk:9:19fbb5", "ysrc": "ddlesk:9:f71963", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "61ea4ee4-86a4-49b9-8234-f79160199c0e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1859388947486877", "type": "scatter", "xsrc": "ddlesk:9:8b92a1", "ysrc": "ddlesk:9:897b63", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "0b308be7-1c59-4d22-8fb8-8020782fe4ab", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1866666376590729", "type": "scatter", "xsrc": "ddlesk:9:0ceae6", "ysrc": "ddlesk:9:bbb691", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "b39d58dd-8ffc-4a4d-80b7-ec07fa47c71a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1870894730091095", "type": "scatter", "xsrc": "ddlesk:9:03fbf1", "ysrc": "ddlesk:9:66956a", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "bc2ad8c1-0149-459d-bd88-16d1c85a7100", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1878707110881805", "type": "scatter", "xsrc": "ddlesk:9:28ce30", "ysrc": "ddlesk:9:42163b", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "03316e34-e55b-43b7-a4ed-09601eacb5ac", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1891250014305115", "type": "scatter", "xsrc": "ddlesk:9:f0e347", "ysrc": "ddlesk:9:9132ec", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "827ded6e-b819-4930-8128-842466594a24", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1918156147003174", "type": "scatter", "xsrc": "ddlesk:9:6999f7", "ysrc": "ddlesk:9:95d091", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "08a2ef9d-c44c-43ef-b039-944a1e5d5fcc", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1929333209991455", "type": "scatter", "xsrc": "ddlesk:9:f7165c", "ysrc": "ddlesk:9:5adabf", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "b04c177e-2f47-40b5-8da3-9f8333bfb43f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1929547488689423", "type": "scatter", "xsrc": "ddlesk:9:c86723", "ysrc": "ddlesk:9:5aabc3", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "c4ef9499-04f5-464b-a6f5-4fdcc36b71fc", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.193060576915741", "type": "scatter", "xsrc": "ddlesk:9:3ecc08", "ysrc": "ddlesk:9:0a8343", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "c9a20e51-1050-4592-96ca-2b256f20c132", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1932999938726425", "type": "scatter", "xsrc": "ddlesk:9:a26f3b", "ysrc": "ddlesk:9:b6429d", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "219ce8b2-c1dc-43a6-8a90-81cb2b123d7c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1936119943857193", "type": "scatter", "xsrc": "ddlesk:9:9a456a", "ysrc": "ddlesk:9:db8ac2", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "48975906-8fbb-44b4-89e4-306eb094718c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1938339173793793", "type": "scatter", "xsrc": "ddlesk:9:83851d", "ysrc": "ddlesk:9:b34db7", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "a8fb83e7-f02f-4868-a216-a2e5331288db", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.19398333132267", "type": "scatter", "xsrc": "ddlesk:9:bdcbad", "ysrc": "ddlesk:9:b2b4d2", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "4cfc6cec-1ac8-4ea7-b812-5f9c8572e391", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1950333416461945", "type": "scatter", "xsrc": "ddlesk:9:a69739", "ysrc": "ddlesk:9:f4738b", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "3b179f60-114c-4ff7-999f-21d0932e3e06", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.1970499753952026", "type": "scatter", "xsrc": "ddlesk:9:1bcbe9", "ysrc": "ddlesk:9:fdfdf4", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "51c9cd42-e860-484f-8207-a8236c2f95cd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2000600099563599", "type": "scatter", "xsrc": "ddlesk:9:677ad2", "ysrc": "ddlesk:9:87bf34", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "c2fd85bc-0db0-45dd-a8c6-83f9f808948a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2045416533946991", "type": "scatter", "xsrc": "ddlesk:9:4332f8", "ysrc": "ddlesk:9:0cf2ae", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "9fe3343d-4245-4aba-8e8c-28fec8a91b29", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2046566903591156", "type": "scatter", "xsrc": "ddlesk:9:ba5c05", "ysrc": "ddlesk:9:860807", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "7b84494d-dd78-416d-b27c-04b09e418c69", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2048255205154419", "type": "scatter", "xsrc": "ddlesk:9:8afa2a", "ysrc": "ddlesk:9:117b4a", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "618bff7a-dae3-4493-9d80-051436c85667", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.205762505531311", "type": "scatter", "xsrc": "ddlesk:9:794577", "ysrc": "ddlesk:9:ae2211", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "1e601bc0-2ffb-4766-ab14-3a0af514ec49", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2064785659313202", "type": "scatter", "xsrc": "ddlesk:9:976bce", "ysrc": "ddlesk:9:76533d", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "29f9f542-e24f-4ca0-8bfb-9ce8e3faf9a9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2070812284946442", "type": "scatter", "xsrc": "ddlesk:9:3304ae", "ysrc": "ddlesk:9:b37e14", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "f9a5475c-0666-405d-a278-30a6b178ced3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2072540819644928", "type": "scatter", "xsrc": "ddlesk:9:0e276c", "ysrc": "ddlesk:9:532a3c", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "73731194-c2d4-4dc9-a75e-76a0bdca9874", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2087031900882721", "type": "scatter", "xsrc": "ddlesk:9:4911c1", "ysrc": "ddlesk:9:07eb4a", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "f467cc34-0f77-45dd-877d-99297de4f580", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2089062333106995", "type": "scatter", "xsrc": "ddlesk:9:04443b", "ysrc": "ddlesk:9:158db4", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "55d0887b-b1b0-4a35-a761-cf89c7ff8226", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2089845985174179", "type": "scatter", "xsrc": "ddlesk:9:d45fc2", "ysrc": "ddlesk:9:83873e", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "9a322514-f90e-431b-bb90-4c8efbf5351c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2095931023359299", "type": "scatter", "xsrc": "ddlesk:9:e646a8", "ysrc": "ddlesk:9:cf5193", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "4754a554-debd-43bc-9ce4-fa0d12dd679d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2113935351371765", "type": "scatter", "xsrc": "ddlesk:9:f1ccc0", "ysrc": "ddlesk:9:b42b37", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "e1fbd931-2946-4310-bcb2-b4fa68163504", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2122279107570648", "type": "scatter", "xsrc": "ddlesk:9:7d91a9", "ysrc": "ddlesk:9:61edb9", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "5031aa3c-4447-44c2-8570-5c1f9040acec", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2124375849962234", "type": "scatter", "xsrc": "ddlesk:9:b92882", "ysrc": "ddlesk:9:b32d66", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "7da9374c-6a03-4c8e-b878-f9a66407f20b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2126100957393646", "type": "scatter", "xsrc": "ddlesk:9:95f747", "ysrc": "ddlesk:9:06f342", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "fead65b7-df3b-4789-bd51-3606ffc5c3b1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2127761840820312", "type": "scatter", "xsrc": "ddlesk:9:499657", "ysrc": "ddlesk:9:bbad9b", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "e43a2f44-a355-4a61-a9fb-833c04d434c9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2130758464336395", "type": "scatter", "xsrc": "ddlesk:9:18753b", "ysrc": "ddlesk:9:26bcb6", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "d42ccda0-2f12-4d31-b52e-af872097278f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2131536602973938", "type": "scatter", "xsrc": "ddlesk:9:8b7c03", "ysrc": "ddlesk:9:311e8f", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "e148b4ba-fe24-49bc-b582-4ca5c2fa1b2a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2140703797340393", "type": "scatter", "xsrc": "ddlesk:9:054683", "ysrc": "ddlesk:9:df7796", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "c2f31432-31af-4721-acdb-2296164f8501", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2144569903612137", "type": "scatter", "xsrc": "ddlesk:9:5e5572", "ysrc": "ddlesk:9:5e5c88", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "81fb39fa-e23f-4bdc-bfe3-93c390666255", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2158345580101013", "type": "scatter", "xsrc": "ddlesk:9:694e93", "ysrc": "ddlesk:9:33d489", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "ca40d19a-75bc-4862-9ed3-3417999def14", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2163432836532593", "type": "scatter", "xsrc": "ddlesk:9:6eb5a0", "ysrc": "ddlesk:9:38e853", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "768ee98b-01b0-428c-9466-8937e9fd54e4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2166599929332733", "type": "scatter", "xsrc": "ddlesk:9:546f83", "ysrc": "ddlesk:9:0ff321", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "47e69688-a100-47ea-8ddd-a98d70339117", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2176905572414398", "type": "scatter", "xsrc": "ddlesk:9:3113af", "ysrc": "ddlesk:9:8083ef", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "a2f79e7b-eb8e-4aa1-a7f4-b9c33f319294", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2191234827041626", "type": "scatter", "xsrc": "ddlesk:9:c06521", "ysrc": "ddlesk:9:dc6bc7", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "31381515-62a4-4019-9515-1be5e1cec6df", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2203703224658966", "type": "scatter", "xsrc": "ddlesk:9:1a184d", "ysrc": "ddlesk:9:d9ed0a", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "accff055-febd-4243-a744-a79b35ba1dc8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2204000353813171", "type": "scatter", "xsrc": "ddlesk:9:b00c72", "ysrc": "ddlesk:9:536f46", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "67dfc3c6-f685-4644-bebc-24538c61bec5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2213146984577179", "type": "scatter", "xsrc": "ddlesk:9:af3c4d", "ysrc": "ddlesk:9:a8c3df", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "c1d43671-348f-4a02-b002-d3f87af5da9f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.221508651971817", "type": "scatter", "xsrc": "ddlesk:9:220784", "ysrc": "ddlesk:9:6cd901", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "67321a17-f49b-4ad0-a22b-222c94e98a6d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2221380919218063", "type": "scatter", "xsrc": "ddlesk:9:b6b488", "ysrc": "ddlesk:9:9166a9", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "d1161580-b77f-4402-9155-1ad0c6e6b1f2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2225152254104614", "type": "scatter", "xsrc": "ddlesk:9:b660f9", "ysrc": "ddlesk:9:3a6729", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "e9781daf-a907-4396-815e-9573f78e4599", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2229709625244141", "type": "scatter", "xsrc": "ddlesk:9:4dea06", "ysrc": "ddlesk:9:6e6a48", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "5a5b2d5b-3d48-4e50-b0a8-54aa7569f03a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2234705835580826", "type": "scatter", "xsrc": "ddlesk:9:409eed", "ysrc": "ddlesk:9:1d9bac", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "d47c2fd3-a5d7-48db-86f6-f49ff55178a6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2237032204866409", "type": "scatter", "xsrc": "ddlesk:9:ad012b", "ysrc": "ddlesk:9:951bcc", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "fdfd5f16-ae94-4303-a6a8-2f10190d8598", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2255249917507172", "type": "scatter", "xsrc": "ddlesk:9:1cefb4", "ysrc": "ddlesk:9:bb8781", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "66741be9-913b-4248-ac5c-0ecf9e311a5a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2257124781608582", "type": "scatter", "xsrc": "ddlesk:9:e4079f", "ysrc": "ddlesk:9:3bbf5a", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "4c2798f5-7409-4ba6-8204-59e2c0f24325", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.226184606552124", "type": "scatter", "xsrc": "ddlesk:9:e86670", "ysrc": "ddlesk:9:e6695a", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "98b4a590-11bc-49bf-9a55-100f404fdbca", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2264490127563477", "type": "scatter", "xsrc": "ddlesk:9:f90df1", "ysrc": "ddlesk:9:2a85d9", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "30322f7b-660a-4daf-b825-220aca1da636", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2291353046894073", "type": "scatter", "xsrc": "ddlesk:9:e376ac", "ysrc": "ddlesk:9:7d7962", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "c43d9d3d-a59d-4a34-a606-a5404f764bbf", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2299333214759827", "type": "scatter", "xsrc": "ddlesk:9:dbd40a", "ysrc": "ddlesk:9:8a7eb4", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "02fcfc35-84ef-4e68-ac99-f917d4e712b2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2308816909790039", "type": "scatter", "xsrc": "ddlesk:9:333bbf", "ysrc": "ddlesk:9:8970c3", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "8067247d-56b9-4c43-9329-5f400db637b4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2329333126544952", "type": "scatter", "xsrc": "ddlesk:9:9cec37", "ysrc": "ddlesk:9:fa02c0", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "06831fd5-b2e7-4545-bf1c-2e920ba6fbd9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2330977320671082", "type": "scatter", "xsrc": "ddlesk:9:8302b1", "ysrc": "ddlesk:9:9dd2ae", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "f96297b5-23cc-4462-bcc5-ba1c22653c00", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2333526611328125", "type": "scatter", "xsrc": "ddlesk:9:964bcf", "ysrc": "ddlesk:9:7e77ea", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "62503940-9580-45a5-9914-db9470b59e60", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2343928813934326", "type": "scatter", "xsrc": "ddlesk:9:dcaf6b", "ysrc": "ddlesk:9:1480b2", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "3b0aff5c-8f13-4bea-b4ff-054dd2dfb449", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2350585460662842", "type": "scatter", "xsrc": "ddlesk:9:dbd5c0", "ysrc": "ddlesk:9:20cecb", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "0359475f-4be7-41c7-a03e-60f7edc2bb15", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2384471893310547", "type": "scatter", "xsrc": "ddlesk:9:7f07a8", "ysrc": "ddlesk:9:3a48c8", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "f539798c-6d0f-4832-9106-9105af645762", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2386638820171356", "type": "scatter", "xsrc": "ddlesk:9:a369dd", "ysrc": "ddlesk:9:db92cc", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "b139d480-8a77-49e6-8030-1f7adadac0b4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2400818318128586", "type": "scatter", "xsrc": "ddlesk:9:c4121b", "ysrc": "ddlesk:9:1384f4", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "192df271-bbde-44c5-9fab-74b5f57a9a90", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2404650151729584", "type": "scatter", "xsrc": "ddlesk:9:e1629a", "ysrc": "ddlesk:9:66d6d5", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "05092811-9558-47e5-9173-3cc57aad9821", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.240740031003952", "type": "scatter", "xsrc": "ddlesk:9:3a5963", "ysrc": "ddlesk:9:6178e9", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "48e5f07b-9af8-4f2d-890e-ad63025c5faf", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2411960363388062", "type": "scatter", "xsrc": "ddlesk:9:80ee12", "ysrc": "ddlesk:9:92fb18", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "ee9c716e-90bd-45f5-8af7-a82f503628e5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2423636019229889", "type": "scatter", "xsrc": "ddlesk:9:59012a", "ysrc": "ddlesk:9:bc10ca", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "18cfd823-4ce7-4084-b77f-ae197aabb816", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2444645911455154", "type": "scatter", "xsrc": "ddlesk:9:26edcf", "ysrc": "ddlesk:9:3aec3a", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "db9798c2-b626-4859-bb3d-159b4136ac72", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2451362609863281", "type": "scatter", "xsrc": "ddlesk:9:78e074", "ysrc": "ddlesk:9:0a2462", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "0fbe4a5c-50e7-4d29-af0a-60badb1ba860", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2461715489625931", "type": "scatter", "xsrc": "ddlesk:9:b4a5c6", "ysrc": "ddlesk:9:883aab", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "3209f657-ded8-4da9-986b-7392c0cfefac", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2467948645353317", "type": "scatter", "xsrc": "ddlesk:9:4c3212", "ysrc": "ddlesk:9:04c0c2", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "23d511ec-43b3-45c7-9a69-776571765433", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2493115067481995", "type": "scatter", "xsrc": "ddlesk:9:f49ed5", "ysrc": "ddlesk:9:0f6890", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "3c6608c1-dedd-4c7f-b322-e765f378a7d3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2495068907737732", "type": "scatter", "xsrc": "ddlesk:9:fbac08", "ysrc": "ddlesk:9:d3739d", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "973b76aa-3a79-4274-905c-c92ce1edff7c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2531043291091919", "type": "scatter", "xsrc": "ddlesk:9:de6927", "ysrc": "ddlesk:9:e0d3e9", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "870ceb59-6aa3-4c3c-be79-f5e921c11fc2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2564650177955627", "type": "scatter", "xsrc": "ddlesk:9:a769a4", "ysrc": "ddlesk:9:bb4b0f", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "a4b6bf54-58ad-4a37-a70b-22db02e80b86", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2568356990814209", "type": "scatter", "xsrc": "ddlesk:9:d1036e", "ysrc": "ddlesk:9:60362c", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "df322e43-41a2-4a70-9b77-1e7152b67971", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2584149837493896", "type": "scatter", "xsrc": "ddlesk:9:cd48b0", "ysrc": "ddlesk:9:df0998", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "6e62d2d2-aa09-4c87-94bd-7fa00ecc3cf5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2594285607337952", "type": "scatter", "xsrc": "ddlesk:9:e201bf", "ysrc": "ddlesk:9:f35f69", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "f911b03c-8381-4c26-a597-ef8bf0f5e6f8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2599647045135498", "type": "scatter", "xsrc": "ddlesk:9:e03d56", "ysrc": "ddlesk:9:c0a973", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "04cae9f8-0fba-47af-8f54-d252cecdbc4a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.261694997549057", "type": "scatter", "xsrc": "ddlesk:9:23d795", "ysrc": "ddlesk:9:18584e", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "fdd16261-c45f-4db6-a8f5-04799e990617", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2618456184864044", "type": "scatter", "xsrc": "ddlesk:9:3eb43f", "ysrc": "ddlesk:9:e9498f", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "13661334-0606-4f4d-8134-5517d2c5c3ed", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2630975544452667", "type": "scatter", "xsrc": "ddlesk:9:df6e30", "ysrc": "ddlesk:9:cb4a97", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "8b022109-3a86-4e92-95ed-5f42c3206f4d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2645841240882874", "type": "scatter", "xsrc": "ddlesk:9:7a0fb9", "ysrc": "ddlesk:9:a40ff4", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "fa813b4c-789c-409b-bd6c-e3ccc46b6e99", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.264758974313736", "type": "scatter", "xsrc": "ddlesk:9:abf920", "ysrc": "ddlesk:9:ef4621", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "3d873dfc-c082-452b-92a5-95959465710a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2650250196456909", "type": "scatter", "xsrc": "ddlesk:9:dd2bc0", "ysrc": "ddlesk:9:9fc725", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "258ca58e-72ee-4b0e-89d2-b464458dd5ed", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2657677531242371", "type": "scatter", "xsrc": "ddlesk:9:3b8a63", "ysrc": "ddlesk:9:61094d", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "ac6e2297-23ee-416f-9d17-20ddf6e1621e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2662142813205719", "type": "scatter", "xsrc": "ddlesk:9:9514ab", "ysrc": "ddlesk:9:3e6cec", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "6db0af7a-747a-4516-9153-a32a49c675f2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2669333219528198", "type": "scatter", "xsrc": "ddlesk:9:05b952", "ysrc": "ddlesk:9:30dabc", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "c015c391-0c5f-4710-a610-07b74a5e691d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2678526043891907", "type": "scatter", "xsrc": "ddlesk:9:1413a1", "ysrc": "ddlesk:9:ae61eb", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "80c0522d-fec5-4988-a285-f0a8dafe2688", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2688060998916626", "type": "scatter", "xsrc": "ddlesk:9:373ae5", "ysrc": "ddlesk:9:4a7df1", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "6a2fa0fe-d804-4edf-9448-f0ee8ee1a960", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2688964009284973", "type": "scatter", "xsrc": "ddlesk:9:6a2b99", "ysrc": "ddlesk:9:23f524", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "fec41615-cf03-4a3b-93d9-11c4cf3b15d3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2689275443553925", "type": "scatter", "xsrc": "ddlesk:9:f51d80", "ysrc": "ddlesk:9:6fe6b0", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "f94444da-88eb-4b2b-923f-d43fb91eb3da", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2691622972488403", "type": "scatter", "xsrc": "ddlesk:9:d53e2b", "ysrc": "ddlesk:9:f2c23f", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "2c5ba9d5-291b-4e43-9227-556aab038cf8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2709395885467529", "type": "scatter", "xsrc": "ddlesk:9:85804e", "ysrc": "ddlesk:9:3c0755", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "bfc17168-ab75-412d-a911-c335ba2924cc", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.270977258682251", "type": "scatter", "xsrc": "ddlesk:9:39fb6a", "ysrc": "ddlesk:9:734321", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "a14e4dbf-80c4-4068-a704-a492fbd34103", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2715466618537903", "type": "scatter", "xsrc": "ddlesk:9:76b567", "ysrc": "ddlesk:9:1ab058", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "7b70c438-55c0-490a-9698-4f7a75257ab1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2717487812042236", "type": "scatter", "xsrc": "ddlesk:9:3850fb", "ysrc": "ddlesk:9:55d98a", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "e71353e5-62a2-4cb2-afe9-07a4e0e06ee2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2742072641849518", "type": "scatter", "xsrc": "ddlesk:9:95091a", "ysrc": "ddlesk:9:42f73a", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "d217a4cd-8176-4fdd-888e-3f0596278c1b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2762526273727417", "type": "scatter", "xsrc": "ddlesk:9:7ffa53", "ysrc": "ddlesk:9:8d0ffb", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "0fe51c15-d91a-4a01-8a35-f92c8919d47a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2770188450813293", "type": "scatter", "xsrc": "ddlesk:9:bbc37c", "ysrc": "ddlesk:9:5fd145", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "84f19b90-3cca-4e93-9923-377ed27aa33e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2782235145568848", "type": "scatter", "xsrc": "ddlesk:9:caf728", "ysrc": "ddlesk:9:ffd004", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "d8f770db-5489-4f72-bc20-fe411ed467e8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2782764434814453", "type": "scatter", "xsrc": "ddlesk:9:0bedad", "ysrc": "ddlesk:9:f86420", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "a61edc7b-4b3b-4c2f-8a99-43c70725eeb0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2784267961978912", "type": "scatter", "xsrc": "ddlesk:9:2b1282", "ysrc": "ddlesk:9:e82721", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "ab8d76db-4250-4dd8-97b4-794272903913", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2799999713897705", "type": "scatter", "xsrc": "ddlesk:9:fc513a", "ysrc": "ddlesk:9:842a09", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "d3a1ecdf-a31c-4e7e-8d01-26a2a14b72f7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2801346480846405", "type": "scatter", "xsrc": "ddlesk:9:f1b256", "ysrc": "ddlesk:9:da22a3", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "cbe03a92-3d5c-4881-aa90-bcae5522201c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.282233327627182", "type": "scatter", "xsrc": "ddlesk:9:314383", "ysrc": "ddlesk:9:d9469c", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "c19d6f1d-7f45-4aac-b730-930a6d2c7bcf", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2833357155323029", "type": "scatter", "xsrc": "ddlesk:9:c0d930", "ysrc": "ddlesk:9:e9acff", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "00ff9360-6287-4e77-adc9-95998476021e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2835826873779297", "type": "scatter", "xsrc": "ddlesk:9:c85516", "ysrc": "ddlesk:9:c7f259", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "489001b5-3d3a-4671-8d6d-f4c83ec94146", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2837757766246796", "type": "scatter", "xsrc": "ddlesk:9:49bc9b", "ysrc": "ddlesk:9:39a533", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "b1dd5a2d-7084-46db-a759-a1d2e8f891a2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.283950001001358", "type": "scatter", "xsrc": "ddlesk:9:4631f5", "ysrc": "ddlesk:9:1ba571", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "8f247fe5-d1e6-400c-86f9-77749cbe35e4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.285940021276474", "type": "scatter", "xsrc": "ddlesk:9:8c8ea9", "ysrc": "ddlesk:9:305b15", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "872a32f3-238d-41de-8883-09f226f0f19a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2872782349586487", "type": "scatter", "xsrc": "ddlesk:9:dd905a", "ysrc": "ddlesk:9:1b2c85", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "9a0128c8-2de5-4952-8b22-2060f563c5e8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2875272631645203", "type": "scatter", "xsrc": "ddlesk:9:a305f4", "ysrc": "ddlesk:9:31b370", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "790b93e3-8ed0-4e19-b82e-4eb21969b1e1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2916034162044525", "type": "scatter", "xsrc": "ddlesk:9:583539", "ysrc": "ddlesk:9:36d426", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "3c4f6baf-ce3a-4e73-864c-c7ed5b0dbc2a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2919454872608185", "type": "scatter", "xsrc": "ddlesk:9:ceaf72", "ysrc": "ddlesk:9:cbfec5", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "6bb479c5-335a-4cdb-9979-421f31ec1e41", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2925592660903931", "type": "scatter", "xsrc": "ddlesk:9:8d5d8e", "ysrc": "ddlesk:9:255701", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "50044749-d7d1-4996-aa55-58ea5cc1f93e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2927857041358948", "type": "scatter", "xsrc": "ddlesk:9:bc86ce", "ysrc": "ddlesk:9:e416c1", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "4c1582fe-c522-40a0-aeaa-61ae43f21a51", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2945111095905304", "type": "scatter", "xsrc": "ddlesk:9:695fb5", "ysrc": "ddlesk:9:a09968", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "5807d1e2-6e1e-433b-85a7-0fe1c5fac5d9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2952840924263", "type": "scatter", "xsrc": "ddlesk:9:ffd7ad", "ysrc": "ddlesk:9:2ca084", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "c73450dc-c371-4337-960c-8e84cad92020", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2959028482437134", "type": "scatter", "xsrc": "ddlesk:9:150528", "ysrc": "ddlesk:9:e5ef73", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "aaa8920b-401a-4650-a27e-7e48947ab6b0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2987207770347595", "type": "scatter", "xsrc": "ddlesk:9:c7cbf3", "ysrc": "ddlesk:9:0e59ef", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "00b2c1b4-f3c1-47c4-bdf3-8beba4ab1f9f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.2995927035808563", "type": "scatter", "xsrc": "ddlesk:9:e9e095", "ysrc": "ddlesk:9:a1a767", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "ee54e436-4a82-41b8-9775-01f34b5ba3e8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3002108633518219", "type": "scatter", "xsrc": "ddlesk:9:4c4b22", "ysrc": "ddlesk:9:137150", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "bab821fb-f9cb-4856-9f3f-4b479b4e943d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3009653985500336", "type": "scatter", "xsrc": "ddlesk:9:7e3950", "ysrc": "ddlesk:9:96129c", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "22d0591c-9505-4766-9a95-6c75968daec7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3011999726295471", "type": "scatter", "xsrc": "ddlesk:9:198603", "ysrc": "ddlesk:9:7816a6", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "c52c19c7-42f1-4610-8876-34393ff50077", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3012823760509491", "type": "scatter", "xsrc": "ddlesk:9:e4973d", "ysrc": "ddlesk:9:9ab278", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "507c2c08-9739-44d6-a6c5-8977e9e4521d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3026444315910339", "type": "scatter", "xsrc": "ddlesk:9:3e9366", "ysrc": "ddlesk:9:5d0797", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "e79e83af-29b6-4ec5-8ec1-faec94c2421c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.303272008895874", "type": "scatter", "xsrc": "ddlesk:9:86b724", "ysrc": "ddlesk:9:feaa90", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "4678a00d-a5d7-429d-97bd-410738f4b1b1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3045418858528137", "type": "scatter", "xsrc": "ddlesk:9:7de7b5", "ysrc": "ddlesk:9:2a5067", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "866473ab-aa77-4944-ab2b-c1f9e0109829", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3049204349517822", "type": "scatter", "xsrc": "ddlesk:9:b293cd", "ysrc": "ddlesk:9:ee42df", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "a6671448-98dc-45f6-b18c-a58b7fdf9ca4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3058781325817108", "type": "scatter", "xsrc": "ddlesk:9:2049a4", "ysrc": "ddlesk:9:89aaa4", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "84b634fa-7440-4d4d-81a2-ec378302f83b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3072700202465057", "type": "scatter", "xsrc": "ddlesk:9:20a085", "ysrc": "ddlesk:9:0fbb48", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "9d49d165-1af1-4646-b0b7-cdce5d2154df", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3083148300647736", "type": "scatter", "xsrc": "ddlesk:9:aa97ff", "ysrc": "ddlesk:9:c194d3", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "28d2c435-77e2-4a36-a01a-1b4f5745176b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3094325661659241", "type": "scatter", "xsrc": "ddlesk:9:e6ff56", "ysrc": "ddlesk:9:6f4f03", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "ddfc5281-932a-4663-91d9-48d94a70f4a1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3100282847881317", "type": "scatter", "xsrc": "ddlesk:9:a4208f", "ysrc": "ddlesk:9:46b8a9", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "e081a31c-5564-4d81-bba8-c02a8ce0249e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3102268278598785", "type": "scatter", "xsrc": "ddlesk:9:013bbd", "ysrc": "ddlesk:9:f68072", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "cbe9a25d-6774-437f-9ec0-b82884fedfd4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3102499842643738", "type": "scatter", "xsrc": "ddlesk:9:a9fc1f", "ysrc": "ddlesk:9:1c65cc", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "feec5928-4cf9-496e-9730-65e424906892", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3104204535484314", "type": "scatter", "xsrc": "ddlesk:9:33e939", "ysrc": "ddlesk:9:afe604", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "ee5a87f6-6a49-422d-9c72-c0e62a19f507", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3105594515800476", "type": "scatter", "xsrc": "ddlesk:9:f6ce12", "ysrc": "ddlesk:9:df10ce", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "23a9708a-38e3-40e7-85f0-4872a8188df7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3120071291923523", "type": "scatter", "xsrc": "ddlesk:9:9b099c", "ysrc": "ddlesk:9:c025b0", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "7a4411b0-5333-4499-b66e-6b6d2a168470", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3132017254829407", "type": "scatter", "xsrc": "ddlesk:9:af89a9", "ysrc": "ddlesk:9:4938cc", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "8e6e1f7d-0423-4aa1-8ff6-ee4386d112f6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3141971528530121", "type": "scatter", "xsrc": "ddlesk:9:075939", "ysrc": "ddlesk:9:57a10f", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "ddea081e-7b5c-4b85-b419-aa0ced6eb22e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3143765926361084", "type": "scatter", "xsrc": "ddlesk:9:179629", "ysrc": "ddlesk:9:b28d85", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "177de95f-fe27-4330-870f-529bd403dcc6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3171559870243073", "type": "scatter", "xsrc": "ddlesk:9:290d03", "ysrc": "ddlesk:9:49524b", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "1538c7a2-e7ee-4ae8-8c92-189583d4eef7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3191117346286774", "type": "scatter", "xsrc": "ddlesk:9:b24f8c", "ysrc": "ddlesk:9:f0c4d0", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "bc7ee374-d21c-48c3-a148-f57310142f75", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3192681670188904", "type": "scatter", "xsrc": "ddlesk:9:fba9fd", "ysrc": "ddlesk:9:a5a338", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "300e32a0-d86f-4ea3-90c4-cad7037f138b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3198233246803284", "type": "scatter", "xsrc": "ddlesk:9:795635", "ysrc": "ddlesk:9:3eea42", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "9d199a88-8bdb-4170-8b3f-2270debb193b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3207656145095825", "type": "scatter", "xsrc": "ddlesk:9:75bf4f", "ysrc": "ddlesk:9:b022f5", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "49d2bd80-a851-46b2-b50c-2737c5627e0e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3216348588466644", "type": "scatter", "xsrc": "ddlesk:9:397997", "ysrc": "ddlesk:9:667796", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "0da2902e-f87e-4662-9f5e-57fff6f24c1d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3220764696598053", "type": "scatter", "xsrc": "ddlesk:9:6c8d7e", "ysrc": "ddlesk:9:d5f95d", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "cf5109ee-4b9d-41ad-9419-50fc038409c7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3229122459888458", "type": "scatter", "xsrc": "ddlesk:9:359225", "ysrc": "ddlesk:9:a96e13", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "77a1c88a-932c-4973-8530-b8e379522763", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.32328000664711", "type": "scatter", "xsrc": "ddlesk:9:71a659", "ysrc": "ddlesk:9:698467", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "a708a9b0-3870-482e-8260-02ed1c432216", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3235333263874054", "type": "scatter", "xsrc": "ddlesk:9:39d0e4", "ysrc": "ddlesk:9:1e59e5", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "b98ea14c-9e91-4b8d-8274-385206a5cac4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3257285952568054", "type": "scatter", "xsrc": "ddlesk:9:2240d8", "ysrc": "ddlesk:9:e5db4f", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "bd34aa14-d71c-4fc0-938d-f4c9e1252213", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3273324072360992", "type": "scatter", "xsrc": "ddlesk:9:fad656", "ysrc": "ddlesk:9:a10e2a", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "33a864eb-f1c7-463a-9f1a-9dd0762a30a1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3286584913730621", "type": "scatter", "xsrc": "ddlesk:9:8cc039", "ysrc": "ddlesk:9:71b5da", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "9fa39d20-5d05-4358-80eb-3d09e4eb8745", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3298677504062653", "type": "scatter", "xsrc": "ddlesk:9:cfefe8", "ysrc": "ddlesk:9:61d3bd", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "cab215d1-31f7-4c93-9940-4838070064a1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3304499983787537", "type": "scatter", "xsrc": "ddlesk:9:def712", "ysrc": "ddlesk:9:d0ec3b", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "b7ac0f47-8653-43a2-89e2-ba4bb04fdf83", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3309980928897858", "type": "scatter", "xsrc": "ddlesk:9:4c3167", "ysrc": "ddlesk:9:fa8e73", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "5aa9aef9-f2c9-47b2-8c41-1773f76c591e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3320877850055695", "type": "scatter", "xsrc": "ddlesk:9:70a256", "ysrc": "ddlesk:9:c2eba7", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "fbbd06f1-9951-4c94-8789-29782cd7d063", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3324432671070099", "type": "scatter", "xsrc": "ddlesk:9:0a57d6", "ysrc": "ddlesk:9:8edb9a", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "849df324-161c-4b0d-b543-265deb55eafe", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3330754935741425", "type": "scatter", "xsrc": "ddlesk:9:793abd", "ysrc": "ddlesk:9:4518bc", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "0953ba31-bef9-4934-bbf7-157c497218ee", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3342060446739197", "type": "scatter", "xsrc": "ddlesk:9:141bfc", "ysrc": "ddlesk:9:9220e6", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "9b4987de-c63d-4e1e-81d0-5b7bfeb0e884", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3352117538452148", "type": "scatter", "xsrc": "ddlesk:9:9b37e1", "ysrc": "ddlesk:9:e6866c", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "6c1dd5b6-d017-4607-b2be-edbbce9321d7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3354767858982086", "type": "scatter", "xsrc": "ddlesk:9:8df521", "ysrc": "ddlesk:9:8124a4", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "25c806b1-c248-49b7-b3cb-9f32be14d6a0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3364028334617615", "type": "scatter", "xsrc": "ddlesk:9:33598b", "ysrc": "ddlesk:9:5bb998", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "5b386b0f-5dd8-457f-aadc-0f618fd2627b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3379386961460114", "type": "scatter", "xsrc": "ddlesk:9:7bda82", "ysrc": "ddlesk:9:2ce2a8", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "706d5670-883e-4262-8e07-447d14a655df", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3385950028896332", "type": "scatter", "xsrc": "ddlesk:9:cbda67", "ysrc": "ddlesk:9:a77b62", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "bb3512b9-2978-4421-bf43-5908004618db", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3398596942424774", "type": "scatter", "xsrc": "ddlesk:9:1192b4", "ysrc": "ddlesk:9:b5415a", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "1c2b6662-8ee2-472e-8dd9-df8602a24d52", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3400066792964935", "type": "scatter", "xsrc": "ddlesk:9:6702f7", "ysrc": "ddlesk:9:832fbf", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "adee3cb1-e72a-416f-a96e-f8d0a5fc590b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3412302136421204", "type": "scatter", "xsrc": "ddlesk:9:cbae8a", "ysrc": "ddlesk:9:ae0144", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "1be79247-c5b0-4429-be0e-c603e9ff8203", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3436018824577332", "type": "scatter", "xsrc": "ddlesk:9:b97f59", "ysrc": "ddlesk:9:92d4f0", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "17f2fe88-73ce-4ebc-bd2e-cd357991d4a6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.343859076499939", "type": "scatter", "xsrc": "ddlesk:9:d96eb0", "ysrc": "ddlesk:9:61b066", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "dea7d58c-6190-403c-9a50-68718d05775d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3479558825492859", "type": "scatter", "xsrc": "ddlesk:9:5364ec", "ysrc": "ddlesk:9:545b68", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "fe77e0c0-4304-4314-b1dd-3514e1350c02", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3513030111789703", "type": "scatter", "xsrc": "ddlesk:9:be64b9", "ysrc": "ddlesk:9:2388f3", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "c94ebb0b-07a8-4972-af3f-9b6ed948c906", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3513068556785583", "type": "scatter", "xsrc": "ddlesk:9:1f5755", "ysrc": "ddlesk:9:dbfc40", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "c3c8c39f-657e-4e06-b4b9-327d08d233d4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3515562415122986", "type": "scatter", "xsrc": "ddlesk:9:7dfae2", "ysrc": "ddlesk:9:b78dc4", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "e48a5395-5f52-4087-b1e6-5dc260b2408e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3516921103000641", "type": "scatter", "xsrc": "ddlesk:9:620995", "ysrc": "ddlesk:9:c3398e", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "6ac2a824-dd09-4a48-978c-16f4e3a48489", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3528499901294708", "type": "scatter", "xsrc": "ddlesk:9:c4c772", "ysrc": "ddlesk:9:c58e47", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "8aa9b1d8-2a0a-4936-85ac-8fedfd9ac689", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3555537164211273", "type": "scatter", "xsrc": "ddlesk:9:79562e", "ysrc": "ddlesk:9:c88652", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "0e82b18b-9f87-47c5-b841-4dd92388da7a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3562801480293274", "type": "scatter", "xsrc": "ddlesk:9:841ec5", "ysrc": "ddlesk:9:5585d0", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "c9740f82-c67f-42d0-9c92-c8c5df35d65a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3566315770149231", "type": "scatter", "xsrc": "ddlesk:9:0a2c1d", "ysrc": "ddlesk:9:781bfb", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "cd66b618-9a51-4ca1-9fe8-94c30890c0b1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3590034544467926", "type": "scatter", "xsrc": "ddlesk:9:e57c58", "ysrc": "ddlesk:9:8606ba", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "20a8c705-b10d-459f-804a-46c649fbeb9b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3633725643157959", "type": "scatter", "xsrc": "ddlesk:9:57b4dc", "ysrc": "ddlesk:9:681c8d", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "4434eb14-e0b0-47d1-82ff-217b6f99d1d4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3635478019714355", "type": "scatter", "xsrc": "ddlesk:9:38c747", "ysrc": "ddlesk:9:732329", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "a99ac142-38e2-475a-88f9-e231120c4364", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3656199872493744", "type": "scatter", "xsrc": "ddlesk:9:be46a6", "ysrc": "ddlesk:9:1f8f2d", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "11180b12-c328-4792-bdcb-8e158d5ace6d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3657315671443939", "type": "scatter", "xsrc": "ddlesk:9:01d9b9", "ysrc": "ddlesk:9:689b39", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "3b876513-5a0b-43d6-9f79-ceace5d862eb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.366654247045517", "type": "scatter", "xsrc": "ddlesk:9:0a6c39", "ysrc": "ddlesk:9:453627", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "4561e02c-ff50-4c63-bc2f-3c4496fa1415", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3681117594242096", "type": "scatter", "xsrc": "ddlesk:9:4887b7", "ysrc": "ddlesk:9:a5482f", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "a29e50f6-593e-49db-82df-1d734e845687", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3683778047561646", "type": "scatter", "xsrc": "ddlesk:9:1333e7", "ysrc": "ddlesk:9:73b358", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "61561012-17a5-41a2-a1e4-f384c28601da", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3686193823814392", "type": "scatter", "xsrc": "ddlesk:9:dd419a", "ysrc": "ddlesk:9:d91ecf", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "7025c622-389d-49b1-92a1-c5601dddff2e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3702795803546906", "type": "scatter", "xsrc": "ddlesk:9:51999d", "ysrc": "ddlesk:9:622d01", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "ea82bd1d-3763-49a4-81ae-35886d17aca8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3731235861778259", "type": "scatter", "xsrc": "ddlesk:9:16d06e", "ysrc": "ddlesk:9:b85275", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "ce714327-1ff1-4179-8d9f-2389c2fe559a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3770249783992767", "type": "scatter", "xsrc": "ddlesk:9:f71dc2", "ysrc": "ddlesk:9:ab3ba7", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "ba2bf71c-0e49-46c2-b75a-860e08921ccf", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.379123330116272", "type": "scatter", "xsrc": "ddlesk:9:1754e4", "ysrc": "ddlesk:9:066424", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "ec58b84b-ab6b-41e5-a4bd-73ed68c0610b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.380116194486618", "type": "scatter", "xsrc": "ddlesk:9:c56f4e", "ysrc": "ddlesk:9:d254e0", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "f3b85edd-87bb-434a-9ecd-27e6baef391c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3801948726177216", "type": "scatter", "xsrc": "ddlesk:9:5bed02", "ysrc": "ddlesk:9:dd5f55", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "e515f602-50f4-4331-bfab-8eb0df0a623d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3806439340114594", "type": "scatter", "xsrc": "ddlesk:9:a3c896", "ysrc": "ddlesk:9:a2b8e6", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "3c0ee5b5-25af-4b4c-b599-90ea51ac9b00", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.381963312625885", "type": "scatter", "xsrc": "ddlesk:9:94ce47", "ysrc": "ddlesk:9:755971", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "4bbb46e9-26ec-46ed-9d82-51e30bc23da6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3830105662345886", "type": "scatter", "xsrc": "ddlesk:9:2a1a65", "ysrc": "ddlesk:9:58fad4", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "dbbd3c58-e798-46ff-8a3c-1e5660ead1cd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3862205743789673", "type": "scatter", "xsrc": "ddlesk:9:37c24b", "ysrc": "ddlesk:9:c87839", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "3ae19bda-e0c4-474b-8554-02f0a79544da", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3889916837215424", "type": "scatter", "xsrc": "ddlesk:9:0dc5fa", "ysrc": "ddlesk:9:511f7b", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "d39f28e5-48b5-4338-87ea-775d6ea53a29", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3892859220504761", "type": "scatter", "xsrc": "ddlesk:9:b4689e", "ysrc": "ddlesk:9:7e69c5", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "167b2c76-863f-436b-bc03-0162495e90db", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3904321193695068", "type": "scatter", "xsrc": "ddlesk:9:ad48e7", "ysrc": "ddlesk:9:2193e6", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "f630b436-f924-446b-8958-92ec8b0e7147", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3914037048816681", "type": "scatter", "xsrc": "ddlesk:9:1ebda3", "ysrc": "ddlesk:9:7859dd", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "441c7127-ac88-40b4-8a6c-fcc4abf3ab41", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3960863351821899", "type": "scatter", "xsrc": "ddlesk:9:f7e848", "ysrc": "ddlesk:9:ad891f", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "1dd1329e-29bf-454d-b2ce-406b7e279504", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.3980781137943268", "type": "scatter", "xsrc": "ddlesk:9:2aecfd", "ysrc": "ddlesk:9:ee5bb4", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "d8802b8b-5e5e-4cf3-b1ed-4112ba1864b7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.401622474193573", "type": "scatter", "xsrc": "ddlesk:9:00e7f7", "ysrc": "ddlesk:9:057844", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "7c830293-0365-4281-87db-23a310732332", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4032832980155945", "type": "scatter", "xsrc": "ddlesk:9:355c8b", "ysrc": "ddlesk:9:5d4203", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "e99acee5-54cf-4ff2-bd72-288c503bb4dd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4048083126544952", "type": "scatter", "xsrc": "ddlesk:9:47ad90", "ysrc": "ddlesk:9:1053a2", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "727ba304-8d45-4f0c-9252-5609ea72bc63", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4052640795707703", "type": "scatter", "xsrc": "ddlesk:9:f805fc", "ysrc": "ddlesk:9:94ae62", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "bf493b57-a368-4d71-bb2f-8b5785d4f0bd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4115291237831116", "type": "scatter", "xsrc": "ddlesk:9:96ca44", "ysrc": "ddlesk:9:88c0c5", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "81e7637c-25fc-4dbf-a68d-b42a0a1ea409", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4136999845504761", "type": "scatter", "xsrc": "ddlesk:9:92a50b", "ysrc": "ddlesk:9:a9b05e", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "0873dfa9-2cc1-4c51-8574-e37af041b94b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4140960872173309", "type": "scatter", "xsrc": "ddlesk:9:b70c1f", "ysrc": "ddlesk:9:60b534", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "0e5f1549-dc99-4b05-a083-a1bbcab67442", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4141058921813965", "type": "scatter", "xsrc": "ddlesk:9:6355e0", "ysrc": "ddlesk:9:97ec6b", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "acf3eb0a-bec0-4afc-8061-15ca4873d32b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4153672456741333", "type": "scatter", "xsrc": "ddlesk:9:0241cf", "ysrc": "ddlesk:9:b3fa47", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "17d3232b-030f-456d-983b-da5536c128ae", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4159923195838928", "type": "scatter", "xsrc": "ddlesk:9:541014", "ysrc": "ddlesk:9:82d9d9", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "1910fc54-e513-480b-8c60-a280ac7e7431", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4165434539318085", "type": "scatter", "xsrc": "ddlesk:9:ca81a0", "ysrc": "ddlesk:9:b1d87b", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "09706c39-a0d8-43c6-b343-a450e39baa52", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4173531830310822", "type": "scatter", "xsrc": "ddlesk:9:1feb69", "ysrc": "ddlesk:9:a9a889", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "f985c59a-bbce-4a65-a678-3f9f0da8dbdd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4177307486534119", "type": "scatter", "xsrc": "ddlesk:9:e6a570", "ysrc": "ddlesk:9:ec56b9", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "f6539515-aeab-4725-8ac6-508ca424db92", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4201159179210663", "type": "scatter", "xsrc": "ddlesk:9:cf2df7", "ysrc": "ddlesk:9:746f49", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "b0ea5eff-aba2-428b-b66c-300702a93ab0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4206358790397644", "type": "scatter", "xsrc": "ddlesk:9:c2658e", "ysrc": "ddlesk:9:ee87f9", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "9af61870-e92a-4ede-9e28-42b2dff77a0e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.420718789100647", "type": "scatter", "xsrc": "ddlesk:9:979b01", "ysrc": "ddlesk:9:cdced0", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "29581173-f158-47c4-820d-659179f30bd8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4208627641201019", "type": "scatter", "xsrc": "ddlesk:9:3e7bef", "ysrc": "ddlesk:9:b24f84", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "42e25c3f-5b5d-4fc1-be99-10719a18933c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4258194267749786", "type": "scatter", "xsrc": "ddlesk:9:6c36c3", "ysrc": "ddlesk:9:01d4a5", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "b7336dba-efdc-4742-9623-6d391afe4dee", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.426186203956604", "type": "scatter", "xsrc": "ddlesk:9:222b7c", "ysrc": "ddlesk:9:7b1b44", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "96910099-eca6-485e-b515-7a22db7e7444", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4264451563358307", "type": "scatter", "xsrc": "ddlesk:9:06677b", "ysrc": "ddlesk:9:a1b00c", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "57f2452b-3dc4-4520-867c-b186757bc4da", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4270427525043488", "type": "scatter", "xsrc": "ddlesk:9:0bc413", "ysrc": "ddlesk:9:2def7b", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "1b521219-a818-4767-be26-1bf1595cbb2d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4280452132225037", "type": "scatter", "xsrc": "ddlesk:9:5b78f4", "ysrc": "ddlesk:9:0f8fb1", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "9d5c5e9e-1ec8-407f-82ae-67d23826f93a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4291824400424957", "type": "scatter", "xsrc": "ddlesk:9:d772f5", "ysrc": "ddlesk:9:ac7d2b", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "c9b8bc20-0a3b-4790-9734-8c5a7758f250", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4298249781131744", "type": "scatter", "xsrc": "ddlesk:9:bf9095", "ysrc": "ddlesk:9:cd118f", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "252d72fa-0513-411c-866b-ad536a770643", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4303370118141174", "type": "scatter", "xsrc": "ddlesk:9:031f83", "ysrc": "ddlesk:9:dec0ff", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "9fda5c0a-6618-4444-8a45-092eb4c496fb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4304702579975128", "type": "scatter", "xsrc": "ddlesk:9:2e4dbe", "ysrc": "ddlesk:9:850001", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "574a64f2-0e9b-49eb-81bd-a4964dffabb8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4305640757083893", "type": "scatter", "xsrc": "ddlesk:9:5425bd", "ysrc": "ddlesk:9:eb619e", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "69cc5ba6-e558-43b8-9358-2e90129c893d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4307532906532288", "type": "scatter", "xsrc": "ddlesk:9:e68350", "ysrc": "ddlesk:9:aa26e0", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "09454982-a9b0-459d-bc0b-dbbcddca3f3e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4323307573795319", "type": "scatter", "xsrc": "ddlesk:9:8a795f", "ysrc": "ddlesk:9:d647a7", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "977464a9-5ecd-4538-99ee-6f7431c6ac0b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4324733018875122", "type": "scatter", "xsrc": "ddlesk:9:fe0b44", "ysrc": "ddlesk:9:21f303", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "29e0d7f3-3fe6-40f4-ad89-a9d64faebf7c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4351406693458557", "type": "scatter", "xsrc": "ddlesk:9:5359ed", "ysrc": "ddlesk:9:f57eaa", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "79b67b7e-89d0-46f4-b517-0ee4ada16455", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4355755150318146", "type": "scatter", "xsrc": "ddlesk:9:e241bd", "ysrc": "ddlesk:9:7ddee6", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "ba5d1d03-032f-43a6-aa99-8481190268b7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4362666606903076", "type": "scatter", "xsrc": "ddlesk:9:11dad7", "ysrc": "ddlesk:9:328262", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "31b445ee-e659-4e5a-9a5e-ec33c705919c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4379333257675171", "type": "scatter", "xsrc": "ddlesk:9:c374ac", "ysrc": "ddlesk:9:e9ef75", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "9df0cff0-cb29-49fe-b97e-30287977cd72", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4395580887794495", "type": "scatter", "xsrc": "ddlesk:9:ebbcaf", "ysrc": "ddlesk:9:4d275e", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "4c9eff14-3094-4f9f-81b9-476ccf361960", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4431879222393036", "type": "scatter", "xsrc": "ddlesk:9:b90337", "ysrc": "ddlesk:9:95f9cb", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "9bb5ef0d-37c5-42b1-a03d-e3c311719942", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4469366073608398", "type": "scatter", "xsrc": "ddlesk:9:0e7892", "ysrc": "ddlesk:9:059f9e", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "cd1368f0-4be6-46d8-9c68-bd45315fa616", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.447464257478714", "type": "scatter", "xsrc": "ddlesk:9:4261d4", "ysrc": "ddlesk:9:f64ff9", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "5a677f18-9224-4f1c-b39b-4a4c1203ff66", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4513882994651794", "type": "scatter", "xsrc": "ddlesk:9:fa96b0", "ysrc": "ddlesk:9:cc4086", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "d517ec0f-cc98-4acb-8f17-fe7f07a14f5b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4539234042167664", "type": "scatter", "xsrc": "ddlesk:9:93d371", "ysrc": "ddlesk:9:330edb", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "b78ff7ca-7ea6-472d-a568-5bd49b85f953", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4556713700294495", "type": "scatter", "xsrc": "ddlesk:9:6196ab", "ysrc": "ddlesk:9:8facaf", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "859b5cc8-8d08-4deb-abbf-67d2620f183f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4588680565357208", "type": "scatter", "xsrc": "ddlesk:9:ed19ac", "ysrc": "ddlesk:9:dc597d", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "49c6d630-a08b-400b-9b42-2849659e3c06", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4591137766838074", "type": "scatter", "xsrc": "ddlesk:9:2cdb5d", "ysrc": "ddlesk:9:7d36e9", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "beda3302-aefb-480c-b04a-62bfc4a81f75", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4592233300209045", "type": "scatter", "xsrc": "ddlesk:9:136c22", "ysrc": "ddlesk:9:0e38ef", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "cbd48d2a-2130-4616-8c9f-74ee569cdcbd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4596344530582428", "type": "scatter", "xsrc": "ddlesk:9:2f99d1", "ysrc": "ddlesk:9:b9dc12", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "dc075bc3-b905-4d83-8b23-acf2177804c4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4618764519691467", "type": "scatter", "xsrc": "ddlesk:9:3d80a1", "ysrc": "ddlesk:9:37bb9d", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "29c056b5-854a-4d3b-b953-6bba6dc6c193", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4621698260307312", "type": "scatter", "xsrc": "ddlesk:9:39c38b", "ysrc": "ddlesk:9:f3c116", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "6eff7df2-e069-45d0-a6f2-48e000168783", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4624636471271515", "type": "scatter", "xsrc": "ddlesk:9:16f87b", "ysrc": "ddlesk:9:70ce1d", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "40d17aa7-d78f-4935-8ab2-d501db1537bb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4630798697471619", "type": "scatter", "xsrc": "ddlesk:9:303514", "ysrc": "ddlesk:9:d0f105", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "10645711-128c-4141-a62a-a1a878cf66ea", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4680454432964325", "type": "scatter", "xsrc": "ddlesk:9:8f7afa", "ysrc": "ddlesk:9:87a4f1", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "918efa63-9cd0-4858-862d-4584dc239d2c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.469692587852478", "type": "scatter", "xsrc": "ddlesk:9:ddf2b3", "ysrc": "ddlesk:9:9db377", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "3af46861-eb5e-4378-ad90-62d7db506872", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4712772369384766", "type": "scatter", "xsrc": "ddlesk:9:1e982a", "ysrc": "ddlesk:9:c8e4a6", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "c3394934-756b-43d6-b2eb-fc4f6947e057", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4718679785728455", "type": "scatter", "xsrc": "ddlesk:9:3245ce", "ysrc": "ddlesk:9:2a7117", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "7c9cc188-856b-4a38-9a87-396a691a624e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4721937775611877", "type": "scatter", "xsrc": "ddlesk:9:07e281", "ysrc": "ddlesk:9:0ccf27", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "07ed34cd-f304-4a10-b508-8ce66b6eb4e8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4724339246749878", "type": "scatter", "xsrc": "ddlesk:9:fd31c4", "ysrc": "ddlesk:9:ebce1b", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "66398eef-bd78-4628-a5f2-a118a26c6f19", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4749952554702759", "type": "scatter", "xsrc": "ddlesk:9:3bb661", "ysrc": "ddlesk:9:bd6797", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "359098d8-bd4d-4a92-85ea-90636ca969fd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4765428602695465", "type": "scatter", "xsrc": "ddlesk:9:c07ff2", "ysrc": "ddlesk:9:46fab6", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "5d861de4-2330-4b71-92de-61406401d5f8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4787153601646423", "type": "scatter", "xsrc": "ddlesk:9:26cb7c", "ysrc": "ddlesk:9:0993d3", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "49c79459-ba3a-423c-a680-88276e509833", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.480136901140213", "type": "scatter", "xsrc": "ddlesk:9:73a56a", "ysrc": "ddlesk:9:5177d8", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "eba8c138-830f-4362-b22f-95b86d5f0d45", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4803829789161682", "type": "scatter", "xsrc": "ddlesk:9:841d71", "ysrc": "ddlesk:9:543910", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "ba2b8918-35d1-47f1-b916-b0ae1e401f29", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4805999994277954", "type": "scatter", "xsrc": "ddlesk:9:2957b9", "ysrc": "ddlesk:9:3e2f61", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "4957d030-7e2c-4593-a331-9435243aaf51", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.481416642665863", "type": "scatter", "xsrc": "ddlesk:9:c4eac1", "ysrc": "ddlesk:9:b4c3e3", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "c12e33d7-4e6b-465b-b7af-90ba9034e075", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4826379418373108", "type": "scatter", "xsrc": "ddlesk:9:c75874", "ysrc": "ddlesk:9:65f393", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "ced846fa-581c-40a9-aa54-164d49c7b275", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4873452186584473", "type": "scatter", "xsrc": "ddlesk:9:fbbf66", "ysrc": "ddlesk:9:e7eb17", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "d82ef6a2-0e23-4ab2-a344-137d81b79bf2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4883149862289429", "type": "scatter", "xsrc": "ddlesk:9:3e86a3", "ysrc": "ddlesk:9:ffcdbf", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "19c13003-0ef1-494d-87d3-d1ee1bb3d120", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4898546934127808", "type": "scatter", "xsrc": "ddlesk:9:d1a1f5", "ysrc": "ddlesk:9:593028", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "724bb357-97a6-475d-8acd-2b4ac5500a97", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4904166758060455", "type": "scatter", "xsrc": "ddlesk:9:2220fb", "ysrc": "ddlesk:9:61a83a", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "3a095fe7-e15c-4d56-a80e-cae2637cbf31", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4906345307826996", "type": "scatter", "xsrc": "ddlesk:9:756538", "ysrc": "ddlesk:9:1dba27", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "417e6cb3-7ba3-449c-a3a3-6214151e538f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4923856854438782", "type": "scatter", "xsrc": "ddlesk:9:c4ec11", "ysrc": "ddlesk:9:a470d0", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "eee275a6-d7ca-4f22-ba99-03f7ee3cd38a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4936026930809021", "type": "scatter", "xsrc": "ddlesk:9:0dd5da", "ysrc": "ddlesk:9:ef75b2", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "575487cc-ea6a-4af1-a441-e40b02cb80a8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4971719682216644", "type": "scatter", "xsrc": "ddlesk:9:3cdb5b", "ysrc": "ddlesk:9:2026ed", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "9cc5ad68-f2c2-46ba-8d6d-dceeca54a5a3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.4989014565944672", "type": "scatter", "xsrc": "ddlesk:9:309129", "ysrc": "ddlesk:9:216949", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "cb53757f-80fa-460f-bbfa-7fe4cc87d928", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5002378821372986", "type": "scatter", "xsrc": "ddlesk:9:ccfd2b", "ysrc": "ddlesk:9:c7442c", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "f81f7349-1e4e-4aee-90aa-e7ac0c79e9fc", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5015702843666077", "type": "scatter", "xsrc": "ddlesk:9:64ce42", "ysrc": "ddlesk:9:c69685", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "09172ad4-3cf1-4cc5-9256-28018ccefd2f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5021187663078308", "type": "scatter", "xsrc": "ddlesk:9:ba9e06", "ysrc": "ddlesk:9:311224", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "13ac60f9-2c44-4acf-a9bf-7ba6dd90a932", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5025267601013184", "type": "scatter", "xsrc": "ddlesk:9:4c19c1", "ysrc": "ddlesk:9:7b89d7", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "697aeb3c-ec82-4f8b-80b8-4357bc180aab", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5035666227340698", "type": "scatter", "xsrc": "ddlesk:9:80c8a8", "ysrc": "ddlesk:9:a55373", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "9db221be-5e8f-4697-a8f5-b994cc2ebd5e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5073143243789673", "type": "scatter", "xsrc": "ddlesk:9:ec933b", "ysrc": "ddlesk:9:0842d2", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "e401b788-7521-4ba7-aec2-88157d4cabe8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5074372887611389", "type": "scatter", "xsrc": "ddlesk:9:206a7b", "ysrc": "ddlesk:9:be89c9", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "abee0689-37b4-4fec-8279-caaeecf6e6f1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5082937479019165", "type": "scatter", "xsrc": "ddlesk:9:3a17e4", "ysrc": "ddlesk:9:f71893", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "c6e7ac24-e2f7-4169-9bf7-43703f9a4840", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5106616020202637", "type": "scatter", "xsrc": "ddlesk:9:6209ee", "ysrc": "ddlesk:9:478cc2", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "ff40933f-3592-40b7-a9a8-76d750c7bbaf", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5124449729919434", "type": "scatter", "xsrc": "ddlesk:9:179c91", "ysrc": "ddlesk:9:6e987b", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "4ce41941-de0d-41ad-8ed7-2b5e9fa5f6cd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5137499570846558", "type": "scatter", "xsrc": "ddlesk:9:1c9486", "ysrc": "ddlesk:9:3db566", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "22e55138-3a9c-4726-9d41-326f93ebcb3b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.515749990940094", "type": "scatter", "xsrc": "ddlesk:9:93e105", "ysrc": "ddlesk:9:488b62", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "727c1fb9-27f3-4df0-b477-27fde1ccb642", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5162028074264526", "type": "scatter", "xsrc": "ddlesk:9:69367b", "ysrc": "ddlesk:9:769bfc", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "5299b185-5f5e-4431-9c92-700eb242dc0c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5163461565971375", "type": "scatter", "xsrc": "ddlesk:9:5803e9", "ysrc": "ddlesk:9:b66450", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "a7206366-0177-49e8-a298-0409e67e02d1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5164999961853027", "type": "scatter", "xsrc": "ddlesk:9:befcdd", "ysrc": "ddlesk:9:49f477", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "d0bef67d-e472-4b0e-86fd-172f539c55aa", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5169399976730347", "type": "scatter", "xsrc": "ddlesk:9:97c6ca", "ysrc": "ddlesk:9:686e5b", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "fef7ff3e-b20f-444b-9264-84c2b4324356", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5176479816436768", "type": "scatter", "xsrc": "ddlesk:9:1cb5fb", "ysrc": "ddlesk:9:b524af", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "aaed9314-dfa0-4e12-a456-40b86814f293", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5177736282348633", "type": "scatter", "xsrc": "ddlesk:9:eb64e5", "ysrc": "ddlesk:9:54f0e9", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "44e18237-8053-4f19-b39e-444ae4481a85", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5181653499603271", "type": "scatter", "xsrc": "ddlesk:9:9b8c32", "ysrc": "ddlesk:9:e95bc6", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "1f4c602f-5096-4f5a-988f-4309305742f2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.518408477306366", "type": "scatter", "xsrc": "ddlesk:9:012fcd", "ysrc": "ddlesk:9:787062", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "bd2cc8a1-a7dd-4db5-87b3-0e44d5b31261", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5212933421134949", "type": "scatter", "xsrc": "ddlesk:9:1be294", "ysrc": "ddlesk:9:e796d6", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "758f9f0e-7c82-43f6-a6ac-62d69f0fd415", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5231190919876099", "type": "scatter", "xsrc": "ddlesk:9:e18829", "ysrc": "ddlesk:9:b9edbe", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "68c9212f-e4ca-4494-ae5f-c8a69301229b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5238624811172485", "type": "scatter", "xsrc": "ddlesk:9:86b07d", "ysrc": "ddlesk:9:7185e8", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "b0735d6f-a84e-4ab3-ab67-06b38026d52d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5241951942443848", "type": "scatter", "xsrc": "ddlesk:9:e4e865", "ysrc": "ddlesk:9:eb4bd5", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "29531bb7-8a4d-4850-87d0-79de0282e709", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5281615257263184", "type": "scatter", "xsrc": "ddlesk:9:65ed2b", "ysrc": "ddlesk:9:58be16", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "1e47b19b-bd11-4b6e-ab4f-0097807bf161", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5287622809410095", "type": "scatter", "xsrc": "ddlesk:9:d47fc4", "ysrc": "ddlesk:9:665e4a", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "32de9d94-9254-4a69-b147-293da7a069b7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5308507680892944", "type": "scatter", "xsrc": "ddlesk:9:5336bc", "ysrc": "ddlesk:9:80ea2e", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "0e90057c-7828-46f5-bf42-4e37508ad2e8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5309714078903198", "type": "scatter", "xsrc": "ddlesk:9:17949d", "ysrc": "ddlesk:9:c522c7", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "1a2fc9f0-fcc9-47be-9709-13a3855d334d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5337033271789551", "type": "scatter", "xsrc": "ddlesk:9:53cfca", "ysrc": "ddlesk:9:ab428e", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "d73fafe2-8271-4bac-af9e-61b259960bad", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.533887505531311", "type": "scatter", "xsrc": "ddlesk:9:3a8572", "ysrc": "ddlesk:9:c82b8e", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "59f7c4d4-2861-44ca-96bf-c5e5e50f6bb9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5347227454185486", "type": "scatter", "xsrc": "ddlesk:9:a6923e", "ysrc": "ddlesk:9:ae1077", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "becacb7b-e02d-4677-acd4-eac6630b5cd7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5347449779510498", "type": "scatter", "xsrc": "ddlesk:9:cc4224", "ysrc": "ddlesk:9:93007b", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "3394f4c4-faf1-49c2-b32c-58b15fc712be", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5387187600135803", "type": "scatter", "xsrc": "ddlesk:9:42e6bc", "ysrc": "ddlesk:9:5a15cd", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "55e0e60b-2155-48d0-9643-4f17e9b92074", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5417864918708801", "type": "scatter", "xsrc": "ddlesk:9:b64a5b", "ysrc": "ddlesk:9:83422c", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "4c04c92a-a396-4820-b563-f40aa5ab2848", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5442054867744446", "type": "scatter", "xsrc": "ddlesk:9:321551", "ysrc": "ddlesk:9:b84e4f", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "119c4756-4283-4e71-8a02-c03b1475d4c5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5500545501708984", "type": "scatter", "xsrc": "ddlesk:9:1795ee", "ysrc": "ddlesk:9:426054", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "93f489ac-3959-4289-b745-bb081330c402", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5510500073432922", "type": "scatter", "xsrc": "ddlesk:9:0b3944", "ysrc": "ddlesk:9:8aff47", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "b0458237-dc95-4a1c-a1d7-2330b5cb6a28", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5511699914932251", "type": "scatter", "xsrc": "ddlesk:9:da2a20", "ysrc": "ddlesk:9:fa36fa", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "f3c0a2a1-568c-4116-b825-ab7aa3db10d9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.551539957523346", "type": "scatter", "xsrc": "ddlesk:9:b7007b", "ysrc": "ddlesk:9:372e99", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "e1ff20df-6a96-44fe-b689-69bdc9b32ebb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5547809600830078", "type": "scatter", "xsrc": "ddlesk:9:a7bc88", "ysrc": "ddlesk:9:7ccca5", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "729f8a19-3b4e-4af1-87c6-b5a4b1d445a5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5604000091552734", "type": "scatter", "xsrc": "ddlesk:9:676936", "ysrc": "ddlesk:9:a9f633", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "23d7c0b2-de2b-4c9a-9d28-e79b95098f45", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.560919463634491", "type": "scatter", "xsrc": "ddlesk:9:38e0c9", "ysrc": "ddlesk:9:de8fb9", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "61cc31cf-df63-438b-b577-4a02dcf5cfb6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.563746452331543", "type": "scatter", "xsrc": "ddlesk:9:fb3854", "ysrc": "ddlesk:9:016e57", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "b0e13068-baa2-4035-9451-61dcad909635", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5645361542701721", "type": "scatter", "xsrc": "ddlesk:9:35fad9", "ysrc": "ddlesk:9:766833", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "7c36a531-cbad-4b86-b012-fa236b472680", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5656703114509583", "type": "scatter", "xsrc": "ddlesk:9:04effd", "ysrc": "ddlesk:9:2275db", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "3328c4ed-e3ba-42f9-87dd-475409119f98", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5662042498588562", "type": "scatter", "xsrc": "ddlesk:9:68faf4", "ysrc": "ddlesk:9:d82570", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "a7cb02f9-243d-4b30-a03b-e792f74edbeb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5704424381256104", "type": "scatter", "xsrc": "ddlesk:9:3519e2", "ysrc": "ddlesk:9:1182df", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "418168b3-8a06-4057-b117-61c9610cd4ea", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5720025897026062", "type": "scatter", "xsrc": "ddlesk:9:683ef8", "ysrc": "ddlesk:9:081fc7", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "017455cb-c867-4ab4-a116-396aa17fbc10", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5720370411872864", "type": "scatter", "xsrc": "ddlesk:9:fcb247", "ysrc": "ddlesk:9:54ed6a", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "c7002097-9720-43c8-a6f9-c7ed2f3de13a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5754162073135376", "type": "scatter", "xsrc": "ddlesk:9:e9d7f2", "ysrc": "ddlesk:9:774ad6", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "ebd72523-b7c7-489c-997e-876208e6e12f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5755046606063843", "type": "scatter", "xsrc": "ddlesk:9:339133", "ysrc": "ddlesk:9:bd7670", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "f7b3afad-c1ae-4547-9c46-16bd891f546d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5757431387901306", "type": "scatter", "xsrc": "ddlesk:9:8b7506", "ysrc": "ddlesk:9:db53de", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "24a00e08-ec2f-437d-a77c-248b67efa246", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5760549902915955", "type": "scatter", "xsrc": "ddlesk:9:0a77d6", "ysrc": "ddlesk:9:0d6964", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "ec8ad5a2-c863-4f36-ab58-a27f76d674f5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.577133297920227", "type": "scatter", "xsrc": "ddlesk:9:59afff", "ysrc": "ddlesk:9:284c32", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "21e0cd5e-2277-43e4-b9f7-96130ed613ed", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5806195735931396", "type": "scatter", "xsrc": "ddlesk:9:1659c1", "ysrc": "ddlesk:9:44d7f1", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "6e7570d7-7459-4899-99f3-6ecb35e15e8b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5825999975204468", "type": "scatter", "xsrc": "ddlesk:9:17e963", "ysrc": "ddlesk:9:100f47", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "7d247c84-db23-4b7d-ab8a-f3a09b3ac295", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5829249620437622", "type": "scatter", "xsrc": "ddlesk:9:67c936", "ysrc": "ddlesk:9:40a001", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "0134e5f9-ce4e-435f-b010-39daaf1e9012", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5842083096504211", "type": "scatter", "xsrc": "ddlesk:9:ca0769", "ysrc": "ddlesk:9:865986", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "27157c06-90d5-46e5-aefb-c26bddff9f09", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5849000215530396", "type": "scatter", "xsrc": "ddlesk:9:975f78", "ysrc": "ddlesk:9:bb486e", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "fb81908a-e3f7-49e8-b489-33927f99a724", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5852534770965576", "type": "scatter", "xsrc": "ddlesk:9:868407", "ysrc": "ddlesk:9:e4b4cc", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "3da27eb0-751e-401a-a199-53cc0b4b87c1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5856187343597412", "type": "scatter", "xsrc": "ddlesk:9:fa4d35", "ysrc": "ddlesk:9:77946f", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "db94db3c-7931-445a-a348-cd9cd182b656", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5933847427368164", "type": "scatter", "xsrc": "ddlesk:9:bee8a3", "ysrc": "ddlesk:9:5d6805", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "55fe2239-46b1-434d-be9c-5fb3f62de0c6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5949172377586365", "type": "scatter", "xsrc": "ddlesk:9:ab7f3b", "ysrc": "ddlesk:9:a8b07f", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "d1e8ed34-f7cd-417d-9b4e-22fa98fe6b7c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5951374769210815", "type": "scatter", "xsrc": "ddlesk:9:998070", "ysrc": "ddlesk:9:f470f0", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "794d5a6d-48cb-4b42-9bd0-77390b501bc5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.5957403779029846", "type": "scatter", "xsrc": "ddlesk:9:383e59", "ysrc": "ddlesk:9:337090", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "f071198b-60a5-400b-887f-41aee2f2a2dd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.598734438419342", "type": "scatter", "xsrc": "ddlesk:9:b9e727", "ysrc": "ddlesk:9:344318", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "5ffdad3d-4084-4b2b-b943-add7fcc8a349", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6003526449203491", "type": "scatter", "xsrc": "ddlesk:9:35a653", "ysrc": "ddlesk:9:d0153f", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "df236d68-2710-4919-bce9-c92cb941d9c3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.602295994758606", "type": "scatter", "xsrc": "ddlesk:9:037668", "ysrc": "ddlesk:9:950d27", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "4fece519-86de-4a49-93f3-8106b62bae02", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.602400004863739", "type": "scatter", "xsrc": "ddlesk:9:40e1b4", "ysrc": "ddlesk:9:e66f0e", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "6701d6cc-9411-41f6-9fd7-2fc632565d3b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6040999889373779", "type": "scatter", "xsrc": "ddlesk:9:496b78", "ysrc": "ddlesk:9:422f5c", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "022708e3-70ce-4247-a13c-a77ba92c8c88", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6052113771438599", "type": "scatter", "xsrc": "ddlesk:9:5f7136", "ysrc": "ddlesk:9:34c970", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "439e6c5f-9fb3-49fc-ac75-e69257bdf27d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6058599948883057", "type": "scatter", "xsrc": "ddlesk:9:d45b29", "ysrc": "ddlesk:9:8619ee", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "f854da9d-1af7-49ab-87c6-d87dde568925", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6062039732933044", "type": "scatter", "xsrc": "ddlesk:9:635cc3", "ysrc": "ddlesk:9:804466", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "9c2a669b-ff4e-4894-ac44-66acb7b98c9e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6069292426109314", "type": "scatter", "xsrc": "ddlesk:9:074b11", "ysrc": "ddlesk:9:4e3367", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "f71ddcb9-fbb8-4fda-8295-3be5cb023f39", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6084499955177307", "type": "scatter", "xsrc": "ddlesk:9:b31deb", "ysrc": "ddlesk:9:98d793", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "01bb8267-d62c-4a55-a7be-24a4d0fc1a1a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6093766689300537", "type": "scatter", "xsrc": "ddlesk:9:3bdb2d", "ysrc": "ddlesk:9:b5d9b9", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "6588b69a-2965-462c-b373-5f864199b748", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6099709868431091", "type": "scatter", "xsrc": "ddlesk:9:11d053", "ysrc": "ddlesk:9:4e6e87", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "f0ef84cd-6c6e-490f-938a-4afb38bff343", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6133651733398438", "type": "scatter", "xsrc": "ddlesk:9:73d9e9", "ysrc": "ddlesk:9:68eca8", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "59ffc70f-f43a-450a-9959-299239681c3d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6151999831199646", "type": "scatter", "xsrc": "ddlesk:9:e9e8e5", "ysrc": "ddlesk:9:a1c357", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "c0299f9e-684b-49aa-9592-ebd3cfdaff0a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.616140604019165", "type": "scatter", "xsrc": "ddlesk:9:1c45b2", "ysrc": "ddlesk:9:554ab7", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "db057a9e-49c8-426c-9ec6-8b82a5529121", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6161812543869019", "type": "scatter", "xsrc": "ddlesk:9:df1cb3", "ysrc": "ddlesk:9:03c659", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "8ef1468c-180d-4cc1-8d99-b71a01b694ed", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6164000034332275", "type": "scatter", "xsrc": "ddlesk:9:f42be5", "ysrc": "ddlesk:9:4c1dc8", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "799a27c8-9785-4bda-bea9-bd3c999aa348", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6185999512672424", "type": "scatter", "xsrc": "ddlesk:9:7ccb46", "ysrc": "ddlesk:9:b621f5", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "5d82796d-b1ca-4b8a-bda8-5089bc945693", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6196999549865723", "type": "scatter", "xsrc": "ddlesk:9:0c52e7", "ysrc": "ddlesk:9:7e4076", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "786c8c27-1293-4f41-85d6-97c937f5163f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6207489371299744", "type": "scatter", "xsrc": "ddlesk:9:cfd4d5", "ysrc": "ddlesk:9:1f14ab", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "40af5ef8-d824-4b80-9377-06d79b6fe1b0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6218612194061279", "type": "scatter", "xsrc": "ddlesk:9:385755", "ysrc": "ddlesk:9:3a0d7e", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "21654e14-82b9-47c1-934b-02eb61f71ad2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6219621896743774", "type": "scatter", "xsrc": "ddlesk:9:a60e4f", "ysrc": "ddlesk:9:8d1352", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "d2813d03-5455-42a9-a984-aa8c2888b392", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6276451349258423", "type": "scatter", "xsrc": "ddlesk:9:2ab57d", "ysrc": "ddlesk:9:177ca7", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "4c51fe31-075b-48f9-9baf-9e6b2bc3c88d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6277239918708801", "type": "scatter", "xsrc": "ddlesk:9:098d3a", "ysrc": "ddlesk:9:caee34", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "7836dfe6-58e7-4f69-bb9a-8ba14d396123", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6285800337791443", "type": "scatter", "xsrc": "ddlesk:9:f57b7f", "ysrc": "ddlesk:9:3f0ef4", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "41318820-a96c-43c6-8ae9-a3cb1552e94f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6288838982582092", "type": "scatter", "xsrc": "ddlesk:9:b394e1", "ysrc": "ddlesk:9:e82273", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "66fbcf2a-b1e9-4ede-9e4d-eb4edecb15d0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6298636198043823", "type": "scatter", "xsrc": "ddlesk:9:159f48", "ysrc": "ddlesk:9:d4f65b", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "972cb833-115d-4cc2-b04e-3ea5a2d21344", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.630313515663147", "type": "scatter", "xsrc": "ddlesk:9:48a617", "ysrc": "ddlesk:9:1d9c40", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "150cef24-20d3-4196-ac0d-30829d2123f5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6313969492912292", "type": "scatter", "xsrc": "ddlesk:9:0a4fc5", "ysrc": "ddlesk:9:8c632d", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "e2c1491d-e25e-4381-9fa3-94685654681a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6314713954925537", "type": "scatter", "xsrc": "ddlesk:9:851a93", "ysrc": "ddlesk:9:2bf99a", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "bb6a8b92-36f5-4772-8f5c-831b3b21b128", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6378512382507324", "type": "scatter", "xsrc": "ddlesk:9:a45932", "ysrc": "ddlesk:9:eaf50b", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "7fd21447-885c-448f-a836-52cc833bd80f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.637989342212677", "type": "scatter", "xsrc": "ddlesk:9:f63501", "ysrc": "ddlesk:9:a52b53", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "000e88ce-5d7c-4545-b90e-92a3a983ba1f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6386399865150452", "type": "scatter", "xsrc": "ddlesk:9:97a92e", "ysrc": "ddlesk:9:48211c", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "80eb1c6a-9258-4138-af8a-806cda012842", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6392487287521362", "type": "scatter", "xsrc": "ddlesk:9:3b86bc", "ysrc": "ddlesk:9:550b15", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "0fda10fb-bcab-426c-8a63-045a77ed9284", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6436260938644409", "type": "scatter", "xsrc": "ddlesk:9:ec00e9", "ysrc": "ddlesk:9:6dfb26", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "0ce50076-f939-4719-a4c6-b35cb10798c9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6438499689102173", "type": "scatter", "xsrc": "ddlesk:9:5375f4", "ysrc": "ddlesk:9:4b512e", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "65c739cd-04d1-4d6e-a380-652209244fdc", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.645746111869812", "type": "scatter", "xsrc": "ddlesk:9:ffd324", "ysrc": "ddlesk:9:88a3e3", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "834ff439-dea8-40a6-ad45-eea5b4c360da", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6461555361747742", "type": "scatter", "xsrc": "ddlesk:9:5671de", "ysrc": "ddlesk:9:82ab94", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "62554250-d96e-4cc2-ab2c-306ce1b8d006", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6478531360626221", "type": "scatter", "xsrc": "ddlesk:9:c86ae0", "ysrc": "ddlesk:9:d5e1eb", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "3dc9b831-51d9-4fdf-a16e-8f3e87919aee", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6484922766685486", "type": "scatter", "xsrc": "ddlesk:9:2b8eac", "ysrc": "ddlesk:9:66626c", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "92fecde1-964b-48f0-838f-9f4521a851a6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.649222195148468", "type": "scatter", "xsrc": "ddlesk:9:e57c83", "ysrc": "ddlesk:9:e30e87", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "8ce65ba4-303f-4cb8-a2e4-a6fc0d9cb416", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6492267847061157", "type": "scatter", "xsrc": "ddlesk:9:d44a4b", "ysrc": "ddlesk:9:0ff1d4", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "3664b807-8ece-46bc-aa27-1af47d204af6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6505999565124512", "type": "scatter", "xsrc": "ddlesk:9:452dd8", "ysrc": "ddlesk:9:eba4aa", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "d66e1bff-a22d-487f-834a-9e90fd7d99a5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6524395942687988", "type": "scatter", "xsrc": "ddlesk:9:19397e", "ysrc": "ddlesk:9:754ffd", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "f8779805-a2e6-46a6-bf39-d2857f233be5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6535841822624207", "type": "scatter", "xsrc": "ddlesk:9:30a939", "ysrc": "ddlesk:9:73f498", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "5d1a2781-56da-44d5-a63f-69ac72535c5d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6536999940872192", "type": "scatter", "xsrc": "ddlesk:9:debf1f", "ysrc": "ddlesk:9:778e14", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "db8c9bbd-d142-4a49-8485-a52a565874a9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6540291905403137", "type": "scatter", "xsrc": "ddlesk:9:ac5bbf", "ysrc": "ddlesk:9:e32944", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "4d82368c-19a9-44d9-9f18-8c7be39db864", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6552761793136597", "type": "scatter", "xsrc": "ddlesk:9:dbbfe5", "ysrc": "ddlesk:9:e2b57d", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "13c4f254-675f-45a5-b9f7-5f0986a2a268", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6562333106994629", "type": "scatter", "xsrc": "ddlesk:9:64d3db", "ysrc": "ddlesk:9:1e8f87", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "7ed569b6-1125-4a4f-a4cd-58fb65586ded", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6574274897575378", "type": "scatter", "xsrc": "ddlesk:9:31c0cb", "ysrc": "ddlesk:9:41f044", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "f5f15488-db27-479d-b28a-2ae6e959a17e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6588666439056396", "type": "scatter", "xsrc": "ddlesk:9:2c427f", "ysrc": "ddlesk:9:6e9712", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "33bfb1eb-b4cd-4907-8a3d-f07d80e721b6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.658884584903717", "type": "scatter", "xsrc": "ddlesk:9:9c4b32", "ysrc": "ddlesk:9:bcf5a7", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "72cafdea-57b9-4d9e-8311-d595024aaad7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.659354567527771", "type": "scatter", "xsrc": "ddlesk:9:908604", "ysrc": "ddlesk:9:023597", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "2362d132-7533-4c7e-9e16-ea2b80bbac42", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6631515622138977", "type": "scatter", "xsrc": "ddlesk:9:e602d2", "ysrc": "ddlesk:9:bd719a", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "df1d59ce-e43c-42ee-9456-37a123b8d314", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6634249687194824", "type": "scatter", "xsrc": "ddlesk:9:b46e57", "ysrc": "ddlesk:9:753986", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "52ff335c-751d-4b52-b552-b2fa4e93a1fb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6643499732017517", "type": "scatter", "xsrc": "ddlesk:9:829fe7", "ysrc": "ddlesk:9:51c7fa", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "d9ad53a0-86f0-4e63-ab3e-4b36545fcf02", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.667118489742279", "type": "scatter", "xsrc": "ddlesk:9:8f9977", "ysrc": "ddlesk:9:6c59d9", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "a000cb3a-309a-4b63-b88f-b1a51a633aa9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6676179766654968", "type": "scatter", "xsrc": "ddlesk:9:2a0714", "ysrc": "ddlesk:9:29dae4", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "2556d4a0-564e-4d9d-bbd7-7b89ff647876", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6685840487480164", "type": "scatter", "xsrc": "ddlesk:9:573f65", "ysrc": "ddlesk:9:66ec98", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "b6c910c5-8d1e-48b9-ba13-cbba154381e2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6700977683067322", "type": "scatter", "xsrc": "ddlesk:9:a62b0d", "ysrc": "ddlesk:9:6c2fa2", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "9831af15-e8bb-43b5-932e-18460abe9f13", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6716955304145813", "type": "scatter", "xsrc": "ddlesk:9:526add", "ysrc": "ddlesk:9:f49776", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "a403e2bf-627a-4291-b877-c534717e459a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.673554539680481", "type": "scatter", "xsrc": "ddlesk:9:bbcd87", "ysrc": "ddlesk:9:242a24", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "53daaa8b-1029-4827-bdb8-5fca4cb83e80", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6737115979194641", "type": "scatter", "xsrc": "ddlesk:9:6fb0a0", "ysrc": "ddlesk:9:833866", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "223665f0-848e-41ff-b5d1-cc9eee258a95", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6752249598503113", "type": "scatter", "xsrc": "ddlesk:9:756770", "ysrc": "ddlesk:9:80cecd", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "24d7893a-afed-4df3-ab61-5fb1a8cdea5d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6760128736495972", "type": "scatter", "xsrc": "ddlesk:9:708061", "ysrc": "ddlesk:9:50b86e", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "44443e76-1f71-44f7-a504-06f2274c3775", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6794512867927551", "type": "scatter", "xsrc": "ddlesk:9:bd15b3", "ysrc": "ddlesk:9:e35b4c", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "adefe72b-fd2f-49df-94d4-1cbc11005cae", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6833799481391907", "type": "scatter", "xsrc": "ddlesk:9:a4c089", "ysrc": "ddlesk:9:0ff33c", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "6a833f36-b370-4c65-a294-dbe7abf81970", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6846731901168823", "type": "scatter", "xsrc": "ddlesk:9:b9542b", "ysrc": "ddlesk:9:96db97", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "e4365426-b0f0-4297-8c10-3e5401e5256e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.685200035572052", "type": "scatter", "xsrc": "ddlesk:9:1bf7b4", "ysrc": "ddlesk:9:125b31", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "998e2bdc-a8fa-4e50-9395-4811b821b0f0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6870999932289124", "type": "scatter", "xsrc": "ddlesk:9:d20bfe", "ysrc": "ddlesk:9:dd6680", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "bfbd9141-615e-4e1a-b573-ee75b7f90685", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.687195897102356", "type": "scatter", "xsrc": "ddlesk:9:5df888", "ysrc": "ddlesk:9:4fc3b8", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "5465f804-06ce-451c-98eb-5d9e41d89061", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6882039308547974", "type": "scatter", "xsrc": "ddlesk:9:bb2e56", "ysrc": "ddlesk:9:820c4c", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "ab6b2e49-1efb-4cf2-95f6-03352c93d2d8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.689481794834137", "type": "scatter", "xsrc": "ddlesk:9:05e0cb", "ysrc": "ddlesk:9:880dd8", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "897ae57d-d6f5-498c-9164-641cb969aa7f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6895774602890015", "type": "scatter", "xsrc": "ddlesk:9:ac4f7e", "ysrc": "ddlesk:9:27a586", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "82064a54-86e6-425e-a138-12a7f643ba70", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6896619200706482", "type": "scatter", "xsrc": "ddlesk:9:efa7f9", "ysrc": "ddlesk:9:a491b1", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "7206c19a-2b1e-49e9-9869-66082959c246", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6913249492645264", "type": "scatter", "xsrc": "ddlesk:9:7f5761", "ysrc": "ddlesk:9:12b2fa", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "94e693d4-63f2-41af-b986-3cc10e73fa49", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6949488520622253", "type": "scatter", "xsrc": "ddlesk:9:8224c7", "ysrc": "ddlesk:9:03427b", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "2d0aeb6c-373f-4115-bd0f-f14dde34237e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6974037885665894", "type": "scatter", "xsrc": "ddlesk:9:98665f", "ysrc": "ddlesk:9:16e71b", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "326244cb-da57-4d88-9060-6da3eed9d6fa", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6982900500297546", "type": "scatter", "xsrc": "ddlesk:9:7fcd6d", "ysrc": "ddlesk:9:712804", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "7d03ac83-4fc0-46b3-b393-d35f57a29885", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6984513998031616", "type": "scatter", "xsrc": "ddlesk:9:62dd3b", "ysrc": "ddlesk:9:65d588", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "4e2b47d4-3572-46bb-b3e2-5cc02ee7acb7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.6987999677658081", "type": "scatter", "xsrc": "ddlesk:9:3e10c5", "ysrc": "ddlesk:9:b2e155", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "4b284f4c-0b21-480c-99c1-785384d48784", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7029749751091003", "type": "scatter", "xsrc": "ddlesk:9:6f382b", "ysrc": "ddlesk:9:f57641", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "17b032ca-7e4b-44a5-af8a-dfaffe792490", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7056000232696533", "type": "scatter", "xsrc": "ddlesk:9:f07c55", "ysrc": "ddlesk:9:972df9", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "67b570be-60fb-4308-bdcf-e615e5babcb2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7056044340133667", "type": "scatter", "xsrc": "ddlesk:9:ee73c7", "ysrc": "ddlesk:9:60d8c8", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "aa642c79-07ec-4a52-83fb-c661cad0d285", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7086090445518494", "type": "scatter", "xsrc": "ddlesk:9:772f17", "ysrc": "ddlesk:9:efef45", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "6db60298-b6e2-4399-a438-0501ca29d9d8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7092628479003906", "type": "scatter", "xsrc": "ddlesk:9:bebcbd", "ysrc": "ddlesk:9:d35377", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "a7c8c113-adc5-482b-8b27-b4e75230d32e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7095299959182739", "type": "scatter", "xsrc": "ddlesk:9:b01afd", "ysrc": "ddlesk:9:0054dc", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "674003d6-ffa5-4334-b2d0-a926bb4266c2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7108461260795593", "type": "scatter", "xsrc": "ddlesk:9:d3c551", "ysrc": "ddlesk:9:356fe5", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "03c781c3-030c-42c4-a5c9-28f357e8b21c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7109532952308655", "type": "scatter", "xsrc": "ddlesk:9:ac0bef", "ysrc": "ddlesk:9:760410", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "2ee48d38-1c44-4d57-a916-67950ee3569f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7115749716758728", "type": "scatter", "xsrc": "ddlesk:9:a911a7", "ysrc": "ddlesk:9:d28448", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "e316f2fa-64b6-47a4-8902-b3eda343c828", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7122054100036621", "type": "scatter", "xsrc": "ddlesk:9:c692f4", "ysrc": "ddlesk:9:d6cd2c", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "b7e9060c-ef5e-47dd-a403-8d981a07c9c9", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7123043537139893", "type": "scatter", "xsrc": "ddlesk:9:cd90d2", "ysrc": "ddlesk:9:7b350b", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "07ba4335-87c4-41c7-aedc-be349e9eccb3", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7123422026634216", "type": "scatter", "xsrc": "ddlesk:9:5ea266", "ysrc": "ddlesk:9:f44d2b", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "043ac273-c2c5-45f3-9616-8f19c256c019", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7153693437576294", "type": "scatter", "xsrc": "ddlesk:9:6e872b", "ysrc": "ddlesk:9:51b744", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "b8656f43-ba39-4645-b362-9dea1936676f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7154678106307983", "type": "scatter", "xsrc": "ddlesk:9:7702d0", "ysrc": "ddlesk:9:aed7ff", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "bad5a81a-95af-44fa-9f81-45da74dd4c99", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7173689603805542", "type": "scatter", "xsrc": "ddlesk:9:e22256", "ysrc": "ddlesk:9:b60fb0", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "7b18663b-ea38-4225-ae08-e7b8a8d2e75a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7176405191421509", "type": "scatter", "xsrc": "ddlesk:9:52c11b", "ysrc": "ddlesk:9:548328", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "a75978d4-a661-44e1-a972-2b1b19c90b6f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.718305230140686", "type": "scatter", "xsrc": "ddlesk:9:c5fb7a", "ysrc": "ddlesk:9:184514", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "153b7c95-bf2c-4533-a436-3fdf21af2094", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7221208214759827", "type": "scatter", "xsrc": "ddlesk:9:8d4029", "ysrc": "ddlesk:9:19d2e9", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "a33d679d-95a0-40db-ad01-88e32a2ddacd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7271875143051147", "type": "scatter", "xsrc": "ddlesk:9:af8a35", "ysrc": "ddlesk:9:2cf552", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "fffe1a17-dfe6-4324-b452-25587fa6b04b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.731744110584259", "type": "scatter", "xsrc": "ddlesk:9:611006", "ysrc": "ddlesk:9:a8e6f4", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "ab0851aa-543d-440a-9a10-1c6ba5aea5a7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7343594431877136", "type": "scatter", "xsrc": "ddlesk:9:3c7ea1", "ysrc": "ddlesk:9:9e2eda", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "33f3f614-c15f-4f12-8dbb-6f2139fb9cee", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7367860674858093", "type": "scatter", "xsrc": "ddlesk:9:135a53", "ysrc": "ddlesk:9:15d38e", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "55394e30-6444-4a9e-a059-8839711159e1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7375767827033997", "type": "scatter", "xsrc": "ddlesk:9:239e2b", "ysrc": "ddlesk:9:6a688c", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "d8836505-9c2b-47f7-81fd-b6894628d94d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7419261336326599", "type": "scatter", "xsrc": "ddlesk:9:f9ccb5", "ysrc": "ddlesk:9:9ca5e2", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "3af1c9b3-b687-4aae-bc12-ded2bbcbdb54", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7424666881561279", "type": "scatter", "xsrc": "ddlesk:9:cbb690", "ysrc": "ddlesk:9:659575", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "eadb934d-d913-4e35-b20e-5a50720bc0ea", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.744563639163971", "type": "scatter", "xsrc": "ddlesk:9:b4a923", "ysrc": "ddlesk:9:770b20", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "b07c123d-844b-4a3f-9b6c-3a4791d80dbc", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7464050054550171", "type": "scatter", "xsrc": "ddlesk:9:35cca6", "ysrc": "ddlesk:9:00eb5b", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "495f7785-90ff-4830-8d52-ae254675d170", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7464942336082458", "type": "scatter", "xsrc": "ddlesk:9:61160b", "ysrc": "ddlesk:9:063d3e", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "8640833d-35f6-4479-896f-d572d563ea9f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7469186782836914", "type": "scatter", "xsrc": "ddlesk:9:5da9cb", "ysrc": "ddlesk:9:3b2ad8", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "7d1d6d85-7bb4-4adb-80d4-f3e195246ca7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7500749826431274", "type": "scatter", "xsrc": "ddlesk:9:1d777c", "ysrc": "ddlesk:9:95d905", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "c32acbaa-54da-4a6c-9d4c-56557d843059", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7523332834243774", "type": "scatter", "xsrc": "ddlesk:9:cd6ed6", "ysrc": "ddlesk:9:9b44b3", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "9e3b7bd1-23c5-40ac-b9df-e05734424bec", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7528730630874634", "type": "scatter", "xsrc": "ddlesk:9:6f795f", "ysrc": "ddlesk:9:aad22f", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "f61266e0-8a24-459f-9bbf-b50a28f54b52", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7556749582290649", "type": "scatter", "xsrc": "ddlesk:9:a4010c", "ysrc": "ddlesk:9:7ddcb8", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "d489521e-32d7-44f0-88ea-2b9bb0fdc36a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7580333352088928", "type": "scatter", "xsrc": "ddlesk:9:a0a9c8", "ysrc": "ddlesk:9:72ed3d", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "595b6dc9-cf35-4c24-a3a0-1f5befe3b642", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7593423128128052", "type": "scatter", "xsrc": "ddlesk:9:c8d6ba", "ysrc": "ddlesk:9:46e45e", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "e4505609-b1e5-4ee6-9eeb-1a87ebb2d609", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7610570788383484", "type": "scatter", "xsrc": "ddlesk:9:374f5c", "ysrc": "ddlesk:9:546d99", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "871f0310-2416-4eea-9c97-1f010c2d1aaf", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7661999464035034", "type": "scatter", "xsrc": "ddlesk:9:689ea9", "ysrc": "ddlesk:9:5bcd0b", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "ee7d11e5-4286-4f86-8e17-dd0c21d60e39", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7674592137336731", "type": "scatter", "xsrc": "ddlesk:9:cb4c02", "ysrc": "ddlesk:9:2981b0", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "ed13aca9-9c2b-4896-a8b0-e5528f2309a4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7699285745620728", "type": "scatter", "xsrc": "ddlesk:9:600b29", "ysrc": "ddlesk:9:e6e2f1", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "694fb97b-157b-4ed3-a2bf-a8582ec799a6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7701250314712524", "type": "scatter", "xsrc": "ddlesk:9:d6b723", "ysrc": "ddlesk:9:328249", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "bda30713-9d8f-4ead-8d54-7564d88b21c8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.772575855255127", "type": "scatter", "xsrc": "ddlesk:9:c6a319", "ysrc": "ddlesk:9:f9b115", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "1980a2b6-5ae2-43c6-a192-f90a2e72598e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7730743288993835", "type": "scatter", "xsrc": "ddlesk:9:a3fd74", "ysrc": "ddlesk:9:8836d4", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "7602cbaf-9cd9-4576-9190-d42d1cdf8601", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7731368541717529", "type": "scatter", "xsrc": "ddlesk:9:bb2357", "ysrc": "ddlesk:9:b21222", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "5dc89053-5421-4f1f-81ce-12ea57e019a8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7750096321105957", "type": "scatter", "xsrc": "ddlesk:9:1c3c2d", "ysrc": "ddlesk:9:3e57d6", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "de17a342-508c-43cd-9416-90e3440dd7a0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.775910496711731", "type": "scatter", "xsrc": "ddlesk:9:899b16", "ysrc": "ddlesk:9:5bafba", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "dfedba73-2c07-45bb-a3e2-cf1786c44bd4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7803466320037842", "type": "scatter", "xsrc": "ddlesk:9:5387eb", "ysrc": "ddlesk:9:74812a", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "cf0f3852-f659-41d4-8b4a-090de5e16e63", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7816720008850098", "type": "scatter", "xsrc": "ddlesk:9:f414e1", "ysrc": "ddlesk:9:f9d733", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "1d453516-9f25-4326-808e-813b1b2d9d75", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.783083975315094", "type": "scatter", "xsrc": "ddlesk:9:f28cbd", "ysrc": "ddlesk:9:fe9e18", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "f26b9a66-f90b-45d9-b3e7-c19e284766d7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7903437614440918", "type": "scatter", "xsrc": "ddlesk:9:8a364e", "ysrc": "ddlesk:9:cd482a", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "2c4197d5-cab3-4873-9fbb-52d5682de433", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.7908896207809448", "type": "scatter", "xsrc": "ddlesk:9:78ebad", "ysrc": "ddlesk:9:65436c", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "192954b2-4333-41c8-b5c8-0dcc5400dbfa", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.792190432548523", "type": "scatter", "xsrc": "ddlesk:9:e5c776", "ysrc": "ddlesk:9:8adfbd", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "89bb1213-2e8a-4d2b-95f6-a1dbeb279205", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0.8134541511535645", "type": "scatter", "xsrc": "ddlesk:9:d099c1", "ysrc": "ddlesk:9:8b706d", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "bccb5ec6-631d-43cd-9dbd-7454a99de854", "mode": "markers", "name": "US Counties", "type": "scatter", "xsrc": "ddlesk:9:0f15ac", "ysrc": "ddlesk:9:15b8a0", "marker": { "color": "white", "opacity": 0 }, "textsrc": "ddlesk:9:9cfefe", "selected": { "marker": { "size": 3, "color": "white", "opacity": 1 } }, "hoverinfo": "text", "showlegend": false, "unselected": { "marker": { "opacity": 0 } }, "legendgroup": "centroids" }, { "uid": "0f49f32a-9e88-4f6b-ba03-5a9642b348dd", "line": { "color": "rgb(240, 240, 240)", "width": 1 }, "mode": "lines", "type": "scatter", "xsrc": "ddlesk:9:18fea3", "ysrc": "ddlesk:9:5d8088", "hoverinfo": "text", "showlegend": false, "legendgroup": "States" } ], "layout": { "width": 900, "xaxis": { "range": [ -125.0, -55.0 ], "showgrid": false, "zeroline": false, "autorange": false, "fixedrange": true, "showticklabels": false }, "yaxis": { "range": [ 23.0, 51.0 ], "showgrid": false, "zeroline": false, "autorange": false, "fixedrange": true, "showticklabels": false }, "height": 450, "legend": { "x": 1, "y": 1, "xanchor": "right", "yanchor": "top", "traceorder": "reversed" }, "margin": { "b": 20, "l": 20, "r": 20, "t": 40 }, "dragmode": "select", "hovermode": "closest", "annotations": [ { "x": 1, "y": 1.05, "text": "<b></b>", "xref": "paper", "yref": "paper", "xanchor": "right", "showarrow": false } ] } }, "height": 450, "width": 900, "user": { "profile_url": "https://chart-studio.plotly.com/~ddlesk", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-15 16:04:09", "mapbox_access_tokens": null, "has_password": null, "username": "ddlesk", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-18T02:18:48.513435Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ChenS/7.embed", "fid": "ChenS:7", "filename": "LLGL1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ChenS/7/9_U1CCPWQVKYNMLI47YHYTRWA529AUAN.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ChenS/7/2_JPZCYEY6MG6JEAM0MA6W6RRQDMJ2GB.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ChenS/7/8_7UYXCT7XYVR4XD7RF76WKDJ244CKQ6.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ChenS/7/9_U1CCPWQVKYNMLI47YHYTRWA529AUAN.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ChenS:7", "plots": "https://api.plotly.com/v2/plots/ChenS:7", "parent": "https://api.plotly.com/v2/folders/home?user=ChenS" }, "owner": "ChenS", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ChenS/7/", "world_readable": true, "date_modified": "2019-06-18T02:19:15.142Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ChenS/7/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "cd526c", "name": "Tumor", "type": "bar", "xsrc": "ChenS:6:8c14ca", "ysrc": "ChenS:6:18151b", "marker": { "color": "#FF6666" } }, { "uid": "8e0a9f", "name": "Normal", "type": "bar", "xsrc": "ChenS:6:8c14ca", "ysrc": "ChenS:6:d9dc2b", "marker": { "color": "#444444" } } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.5, 30.5 ], "tickfont": { "size": 14, "family": "Arial" }, "autorange": true, "tickangle": -45 }, "yaxis": { "type": "linear", "range": [ 0, 53.50526315789474 ], "autorange": true }, "barmode": "group", "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ChenS", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-18 01:21:45", "mapbox_access_tokens": null, "has_password": null, "username": "ChenS", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-18T02:17:42.766972Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ddlesk/6.embed", "fid": "ddlesk:6", "filename": "plot from API (3)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ddlesk/6/9_MABM2I2Q2X5LG6NL0QXOWDDRX40KPP.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ddlesk/6/2_91W04YDHMKAX0GX41Y3V7KTXBA10QM.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ddlesk/6/8_V422YA3P03WX6F13ORAXDZRU4CE6TK.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ddlesk/6/9_MABM2I2Q2X5LG6NL0QXOWDDRX40KPP.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ddlesk:6", "plots": "https://api.plotly.com/v2/plots/ddlesk:6", "parent": "https://api.plotly.com/v2/folders/home?user=ddlesk" }, "owner": "ddlesk", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "0, 1, 2, 3, 4, 11, 15, 16, US Counties", "views": 0, "web_url": "https://chart-studio.plotly.com/~ddlesk/6/_0-1-2-3-4-11-15-16-us-counties/", "world_readable": true, "date_modified": "2019-06-18T02:17:43.336Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ddlesk/6/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "d94fd9b2-7aca-4870-afbe-0c3711a74ae4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0", "type": "scatter", "xsrc": "ddlesk:7:ad8f4b", "ysrc": "ddlesk:7:c37cb2", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "16c86804-c900-45e9-92ed-7e03e0aa73ef", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "1", "type": "scatter", "xsrc": "ddlesk:7:434c89", "ysrc": "ddlesk:7:b0ca8c", "fillcolor": "rgb(71, 45, 123)", "hoverinfo": "none" }, { "uid": "7a47719d-3d21-4e1b-8d51-6296eaa7c415", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "2", "type": "scatter", "xsrc": "ddlesk:7:68f0d9", "ysrc": "ddlesk:7:8c1dc8", "fillcolor": "rgb(59, 82, 139)", "hoverinfo": "none" }, { "uid": "26254d88-057a-4a83-8cd4-eb64a000238d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "3", "type": "scatter", "xsrc": "ddlesk:7:7daa00", "ysrc": "ddlesk:7:18e4dc", "fillcolor": "rgb(38, 130, 142)", "hoverinfo": "none" }, { "uid": "8b5e46e2-7d3a-4c29-a6ca-fa2b189f0aa6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "4", "type": "scatter", "xsrc": "ddlesk:7:97463a", "ysrc": "ddlesk:7:ffcec1", "fillcolor": "rgb(31, 160, 136)", "hoverinfo": "none" }, { "uid": "11b95c38-ff33-4dd2-aecb-a1b01c52571a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "11", "type": "scatter", "xsrc": "ddlesk:7:fb9b18", "ysrc": "ddlesk:7:2e0c81", "fillcolor": "rgb(94, 201, 98)", "hoverinfo": "none" }, { "uid": "f7600f86-e5ae-42f0-a469-16f947a7e375", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "15", "type": "scatter", "xsrc": "ddlesk:7:9d1925", "ysrc": "ddlesk:7:fec2ff", "fillcolor": "rgb(173, 220, 48)", "hoverinfo": "none" }, { "uid": "894c58af-c8d8-486d-84cf-36e80454a0b7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "16", "type": "scatter", "xsrc": "ddlesk:7:1cda53", "ysrc": "ddlesk:7:6e1252", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "0f877e33-92d4-4ccd-8317-2e66c720baec", "mode": "markers", "name": "US Counties", "type": "scatter", "xsrc": "ddlesk:7:951511", "ysrc": "ddlesk:7:90c722", "marker": { "color": "white", "opacity": 0 }, "textsrc": "ddlesk:7:9e646f", "selected": { "marker": { "size": 3, "color": "white", "opacity": 1 } }, "hoverinfo": "text", "showlegend": false, "unselected": { "marker": { "opacity": 0 } }, "legendgroup": "centroids" }, { "uid": "0c79435c-8416-4f53-977b-31b9c537a6a8", "line": { "color": "rgb(240, 240, 240)", "width": 1 }, "mode": "lines", "type": "scatter", "xsrc": "ddlesk:7:701446", "ysrc": "ddlesk:7:56beba", "hoverinfo": "text", "showlegend": false, "legendgroup": "States" } ], "layout": { "width": 900, "xaxis": { "range": [ -125.0, -55.0 ], "showgrid": false, "zeroline": false, "autorange": false, "fixedrange": true, "showticklabels": false }, "yaxis": { "range": [ 23.0, 51.0 ], "showgrid": false, "zeroline": false, "autorange": false, "fixedrange": true, "showticklabels": false }, "height": 450, "legend": { "x": 1, "y": 1, "xanchor": "right", "yanchor": "top", "traceorder": "reversed" }, "margin": { "b": 20, "l": 20, "r": 20, "t": 40 }, "dragmode": "select", "hovermode": "closest", "annotations": [ { "x": 1, "y": 1.05, "text": "<b></b>", "xref": "paper", "yref": "paper", "xanchor": "right", "showarrow": false } ] } }, "height": 450, "width": 900, "user": { "profile_url": "https://chart-studio.plotly.com/~ddlesk", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-15 16:04:09", "mapbox_access_tokens": null, "has_password": null, "username": "ddlesk", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-18T02:12:06.295814Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ezequielfernando/106.embed", "fid": "ezequielfernando:106", "filename": "d3-world-map", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ezequielfernando/106/9_1JIMHU2MKXPE9E3QZVFJO6YJ9BJ2L5.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ezequielfernando/106/2_AQCM5A72TUSH2KK3UUUT4OMCRBNJNB.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ezequielfernando/106/8_ISJ3D06AHMAXVPXKIRHVXAETYNX611.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ezequielfernando/106/9_1JIMHU2MKXPE9E3QZVFJO6YJ9BJ2L5.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ezequielfernando:106", "plots": "https://api.plotly.com/v2/plots/ezequielfernando:106", "parent": "https://api.plotly.com/v2/folders/home?user=ezequielfernando" }, "owner": "ezequielfernando", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "2014 Global GDP", "views": 2, "web_url": "https://chart-studio.plotly.com/~ezequielfernando/106/_2014-global-gdp/", "world_readable": true, "date_modified": "2019-06-18T03:49:24.288Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ezequielfernando/106/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "b333c55f-4ae8-47f5-97ed-e3bdc5369b7e", "type": "choropleth", "zsrc": "ezequielfernando:107:e4ae87", "marker": { "line": { "color": "rgb(180,180,180)", "width": 0.5 } }, "textsrc": "ezequielfernando:107:615ea2", "colorbar": { "title": { "text": "GDP<br>Billions US$" }, "tickprefix": "$" }, "colorscale": [ [ 0, "rgb(5, 10, 172)" ], [ 0.35, "rgb(40, 60, 190)" ], [ 0.5, "rgb(70, 100, 245)" ], [ 0.6, "rgb(90, 120, 245)" ], [ 0.7, "rgb(106, 137, 247)" ], [ 1, "rgb(220, 220, 220)" ] ], "locationssrc": "ezequielfernando:107:c72026", "reversescale": true, "autocolorscale": false } ], "layout": { "geo": { "showframe": false, "projection": { "type": "equirectangular" }, "showcoastlines": false }, "title": { "text": "2014 Global GDP" }, "annotations": [ { "x": 0.55, "y": 0.1, "text": "Source: <a href=\"https://www.cia.gov/library/publications/the-world-factbook/fields/2195.html\"> CIA World Factbook</a>", "xref": "paper", "yref": "paper", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ezequielfernando", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-04-05 03:42:17", "mapbox_access_tokens": null, "has_password": null, "username": "ezequielfernando", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-18T01:57:15.302174Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~liyinging/40.embed", "fid": "liyinging:40", "filename": "yes", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/liyinging/40/9_IHMHJX66AEU5KJRLU3CI14N2T0LT37.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/liyinging/40/2_G49CVB0EI2Z3W9SVJOH3ZATKHJQL8B.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/liyinging/40/8_UC4K3MHBAS421TGWSBG98HO8U137AQ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/liyinging/40/9_IHMHJX66AEU5KJRLU3CI14N2T0LT37.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/liyinging:40", "plots": "https://api.plotly.com/v2/plots/liyinging:40", "parent": "https://api.plotly.com/v2/folders/home?user=liyinging" }, "owner": "liyinging", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 6, "web_url": "https://chart-studio.plotly.com/~liyinging/40/", "world_readable": true, "date_modified": "2019-07-12T06:28:17.882Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~liyinging/40/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "af52846b-725c-49fc-9c2c-914baabd5455", "type": "table", "cells": { "fill": { "colorsrc": "liyinging:41:afaf78,624ccd,95a747,836b35,a70fba,2f230a,668897,e9ae86,35f048,52a335,9072c8,8deaf5,b071bf,b8bb92,f78e7f,8aa7d3,5c062c,900056,a11bf9,b5d5db,685c4e,ccf703,d175de,3cad6c,5cfd42,5e3600,674059,b438cf,a3564c,261bbe" }, "height": 25, "alignsrc": "liyinging:41:2933c4", "valuessrc": "liyinging:41:0b7b82,a918b5,77cf19,448ade,5d8151,673ecb,115a9e,6b8bad,a0993d,90bf7f,61c2fc,f8ecdc,79321d,3f15da,315e6f,375f6b,9158e4,9505ac,4fd1fc,3b2920,2e8f88,8fb8d2,85c2cc,256e31,39f9e9,e7af5a,de1deb,cd3133,8b8db5,bcf7c2" }, "header": { "fill": { "color": "#C2D4FF" }, "alignsrc": "liyinging:41:2933c4", "valuessrc": "liyinging:41:8910cb" } } ], "layout": { "font": { "size": 20, "family": "Lato" }, "width": 1080, "xaxis": { "showgrid": false, "tickfont": { "size": 23 }, "showticklabels": false }, "yaxis": { "title": { "font": { "size": 30, "family": "Lato" }, "text": "<b>Spotify \"Speechiness\" Score (1 = max)</b>" }, "showgrid": false, "showticklabels": false }, "height": 1080, "images": [ { "x": -0.04, "y": -0.34, "xref": "paper", "yref": "paper", "sizex": 0.07, "sizey": 0.07, "source": "../assets/instagram_logo.png", "xanchor": "right", "yanchor": "bottom" } ], "legend": { "x": 0.5, "y": -0.125, "font": { "size": 20 }, "xanchor": "center", "orientation": "h" }, "margin": { "b": 50, "l": 100, "r": 50, "t": 144.0 }, "showlegend": true, "annotations": [ { "x": 0.47685185185185186, "y": 1.21, "font": { "size": 80, "family": "Lovato-Light" }, "text": "<b>Death of the Mumble Rap era?", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "top", "showarrow": false }, { "x": -0.045, "y": -0.334, "font": { "size": 36.0, "color": "#ff6666", "family": "Lovato-Light" }, "text": "<b>@kevn</b>", "xref": "paper", "yref": "paper", "xanchor": "left", "yanchor": "bottom", "showarrow": false }, { "x": 0.07150000000000001, "y": -0.33530000000000004, "font": { "size": 36.0, "color": "#ffc857", "family": "Lovato-Light" }, "text": "<b>feng</b>", "xref": "paper", "yref": "paper", "xanchor": "left", "yanchor": "bottom", "showarrow": false }, { "x": 1.04, "y": -0.334, "font": { "size": 18.0, "family": "Lato" }, "text": "<b>Source:</b> Spotify & Billboard charts", "xref": "paper", "yref": "paper", "xanchor": "right", "yanchor": "bottom", "showarrow": false }, { "x": 1970, "y": -0.25, "font": { "size": 18, "family": "Lato" }, "text": "<br><b>Note:</b> Spotify Speechiness detects the presence of spoken words in a track. The more exclusively speech-like the recording</br>(e.g. audio book), the closer to 1.0 the attribute value.", "xref": "x", "yref": "paper", "align": "left", "xanchor": "left", "yanchor": "bottom", "showarrow": false } ], "plot_bgcolor": "rgb(247, 253, 255)", "paper_bgcolor": "rgb(247, 253, 255)" } }, "height": 1080, "width": 1080, "user": { "profile_url": "https://chart-studio.plotly.com/~liyinging", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-12-01 19:15:26", "mapbox_access_tokens": null, "has_password": null, "username": "liyinging", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-18T01:56:26.685452Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~wel51x/152.embed", "fid": "wel51x:152", "filename": "sp500-30-usa", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/wel51x/152/9_C4M399TCJT5SQ2BJO2R5L8NAGSEOMI.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/wel51x/152/2_MJC4M5Z060GRM22Y48R3MJEN91GODX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wel51x/152/8_64WRSEI0EQ89E8U8S9DQZSCSIKXU9N.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/wel51x/152/9_C4M399TCJT5SQ2BJO2R5L8NAGSEOMI.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/wel51x:152", "plots": "https://api.plotly.com/v2/plots/wel51x:152", "parent": "https://api.plotly.com/v2/folders/home?user=wel51x" }, "owner": "wel51x", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "S&P 500 Performance by Incident Magnitude", "views": 429, "web_url": "https://chart-studio.plotly.com/~wel51x/152/sp-500-performance-by-incident-magnitude/", "world_readable": true, "date_modified": "2019-06-18T01:59:59.057Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~wel51x/152/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "2a3e5af9-2004-4bdc-8146-5bc364e322f0", "type": "bar", "xsrc": "wel51x:153:66a959", "ysrc": "wel51x:153:19fcad", "widthsrc": "wel51x:153:b4debd", "orientation": "v" } ], "layout": { "font": { "color": "#FFDBFF" }, "title": { "text": "S&P 500 Performance by Incident Magnitude" }, "xaxis": { "title": { "font": { "size": 16, "color": "#FFDBFF" }, "text": "Magnitude" }, "tickfont": { "size": 14, "color": "rgb(107, 107, 107)" } }, "yaxis": { "title": { "font": { "size": 16, "color": "#FFDBFF" }, "text": "Percentage Gain/Loss" }, "tickfont": { "size": 14, "color": "rgb(107, 107, 107)" } }, "bargap": 0.15, "barmode": "group", "bargroupgap": 0.1, "plot_bgcolor": "#111111", "paper_bgcolor": "#111111" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~wel51x", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-04-17 20:58:53", "mapbox_access_tokens": null, "has_password": null, "username": "wel51x", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-18T01:53:53.776059Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~taiana/41.embed", "fid": "taiana:41", "filename": "Plot 41", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/taiana/41/9_N6E7MNVZUZLKY7RZRIIUXE7JX6HLTO.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/taiana/41/2_EWMBK8SHVS122YCCTNAIJ36DZ85K48.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/taiana/41/8_X7KE9RA4K1GM4G95H43XM9LXKFWHLA.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/taiana/41/9_N6E7MNVZUZLKY7RZRIIUXE7JX6HLTO.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/taiana:41", "plots": "https://api.plotly.com/v2/plots/taiana:41", "parent": "https://api.plotly.com/v2/folders/home?user=taiana" }, "owner": "taiana", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~taiana/41/", "world_readable": true, "date_modified": "2019-06-18T01:53:53.789Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~taiana/41/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "box": { "visible": false }, "mode": "markers", "type": "box", "ysrc": "taiana:40:334fee", "marker": { "color": "rgb(109, 159, 248)" }, "boxmean": "sd", "hoveron": "boxes+points", "notched": false, "meanline": { "width": 1, "visible": true }, "bandwidth": 0, "boxpoints": "outliers", "hoverinfo": "x+y", "orientation": "v", "hovertemplate": "", "autocolorscale": true } ], "frames": [], "layout": { "xaxis": { "side": "bottom", "type": "category", "range": [ -0.5, 0.5 ], "tick0": 0, "ticks": "outside", "title": { "font": { "family": "Arial" } }, "mirror": false, "nticks": 0, "ticklen": 5, "showgrid": false, "showline": true, "tickmode": "auto", "zeroline": true, "autorange": true, "linewidth": 1, "tickwidth": 1, "fixedrange": true, "showspikes": false, "rangeslider": { "range": [ -0.5, 0.5 ], "yaxis": {}, "visible": false, "autorange": true }, "zerolinewidth": 1 }, "yaxis": { "side": "left", "type": "linear", "range": [ -0.05040650383333333, 1.2 ], "title": { "font": { "family": "Arial" } }, "nticks": 7, "tickfont": { "family": "Arial" }, "autorange": false, "gridwidth": 1, "tickwidth": 1, "showspikes": true, "tickprefix": "", "zerolinewidth": 1, "separatethousands": false }, "autosize": true, "colorway": [ "#b3e2cd", "#fdcdac", "#cbd5e8", "#f4cae4", "#e6f5c9", "#fff2ae", "#f1e2cc", "#cccccc" ], "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(237,237,237)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(51,51,51)" }, "polar": { "bgcolor": "rgb(237,237,237)", "radialaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "angularaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" } }, "scene": { "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "zaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" } }, "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "baxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "caxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "bgcolor": "rgb(237,237,237)" }, "colorway": [ "#F8766D", "#A3A500", "#00BF7D", "#00B0F6", "#E76BF3" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#40004b" ], [ 0.1, "#762a83" ], [ 0.2, "#9970ab" ], [ 0.3, "#c2a5cf" ], [ 0.4, "#e7d4e8" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d9f0d3" ], [ 0.7, "#a6dba0" ], [ 0.8, "#5aae61" ], [ 0.9, "#1b7837" ], [ 1, "#00441b" ] ], "sequential": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ], "sequentialminus": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] }, "plot_bgcolor": "rgb(237,237,237)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.3, "fillcolor": "black" }, "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 } }, "themeRef": "GGPLOT2" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~taiana", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-05-27 23:51:46", "mapbox_access_tokens": null, "has_password": null, "username": "taiana", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-18T01:52:28.625196Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cragard/128.embed", "fid": "cragard:128", "filename": "Percent New Sj Captures By Date for 2019.html", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/cragard/128/9_319Q6YRRG5O73KUQCRUDY8XZDF4L6U.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/cragard/128/2_L7JHKDO6AMUQKWN3M78VFF2NRHNK2S.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cragard/128/8_MBFR94DDXV753SQI4S7C8N9GO8HIQ9.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cragard/128/9_319Q6YRRG5O73KUQCRUDY8XZDF4L6U.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cragard:128", "plots": "https://api.plotly.com/v2/plots/cragard:128", "parent": "https://api.plotly.com/v2/folders/home?user=cragard" }, "owner": "cragard", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Percent New Sj Captures By Date", "views": 3, "web_url": "https://chart-studio.plotly.com/~cragard/128/percent-new-sj-captures-by-date/", "world_readable": true, "date_modified": "2019-06-18T04:16:04.304Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cragard/128/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "9b5eec89-f780-467b-b3ca-4201da047dda", "mode": "lines+markers", "name": "% New", "type": "scatter", "xsrc": "cragard:129:b18b88", "ysrc": "cragard:129:e72e1a" } ], "layout": { "title": { "font": { "size": 20 }, "text": "Percent New Sj Captures By Date" }, "xaxis": { "title": { "font": { "size": 18 }, "text": "Date" } }, "yaxis": { "title": { "font": { "size": 18 }, "text": "Percent New Captures" } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~cragard", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "ChrisA", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-01-31 16:27:17", "mapbox_access_tokens": null, "has_password": null, "username": "cragard", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "