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=cD0yMDE5LTA0LTIyKzAxJTNBMDMlM0E0NC41Nzc3MDQlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA0LTIyKzAwJTNBNDclM0EyNC4xMDc3MTUlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNC0yMiswMSUzQTAwJTNBNDMuMjYyNTczJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-04-22T01:00:43.262573Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~alexplandevel/16.embed", "fid": "alexplandevel:16", "filename": "Small-Cities-Cycl-Ped-graph", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/16/9_X9QMACGC2WL9OKSZEA30INREBMQNZ0.png", "image_urls": { "default": "https://api.plotly.com/v2/files/alexplandevel:16/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/16/8_WFVQBZ3PS1KPLBOZA1778OO8ZGXGHZ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/16/9_X9QMACGC2WL9OKSZEA30INREBMQNZ0.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/alexplandevel:16", "plots": "https://api.plotly.com/v2/plots/alexplandevel:16", "parent": "https://api.plotly.com/v2/folders/home?user=alexplandevel" }, "owner": "alexplandevel", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~alexplandevel/16/", "world_readable": true, "date_modified": "2019-04-22T01:00:43.292Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~alexplandevel/16/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "AT", "type": "scatter", "xsrc": "alexplandevel:15:8b89e8", "ysrc": "alexplandevel:15:b1ccbc", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(248,118,109,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:15:86ce62", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:15:874b50", "hoverinfo": "text", "showlegend": true, "legendgroup": "AT" }, { "mode": "markers", "name": "BE", "type": "scatter", "xsrc": "alexplandevel:15:0f2ef3", "ysrc": "alexplandevel:15:760fb0", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(234,131,49,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:15:c1794a", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:15:241b9c", "hoverinfo": "text", "showlegend": true, "legendgroup": "BE" }, { "mode": "markers", "name": "CH", "type": "scatter", "xsrc": "alexplandevel:15:fc13c2", "ysrc": "alexplandevel:15:f75f38", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(216,144,0,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:15:0b9cd4", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:15:3f0b65", "hoverinfo": "text", "showlegend": true, "legendgroup": "CH" }, { "mode": "markers", "name": "CZ", "text": "City: Ostrava CZ", "type": "scatter", "xsrc": "alexplandevel:15:2718cf", "ysrc": "alexplandevel:15:23860e", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(192,155,0,1)", "width": 1.88976377952756 }, "size": 10.5795044548186, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "CZ" }, { "mode": "markers", "name": "DE", "type": "scatter", "xsrc": "alexplandevel:15:638cf3", "ysrc": "alexplandevel:15:d712b0", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(163,165,0,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:15:8e5f11", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:15:b7b28c", "hoverinfo": "text", "showlegend": true, "legendgroup": "DE" }, { "mode": "markers", "name": "DK", "type": "scatter", "xsrc": "alexplandevel:15:0c1271", "ysrc": "alexplandevel:15:79dc8a", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(124,174,0,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:15:41a532", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:15:67c116", "hoverinfo": "text", "showlegend": true, "legendgroup": "DK" }, { "mode": "markers", "name": "ES", "type": "scatter", "xsrc": "alexplandevel:15:7eef49", "ysrc": "alexplandevel:15:a50d65", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(57,182,0,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:15:1a2f1d", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:15:3ec4b9", "hoverinfo": "text", "showlegend": true, "legendgroup": "ES" }, { "mode": "markers", "name": "FI", "text": "City: Turku / Abo FI", "type": "scatter", "xsrc": "alexplandevel:15:93beab", "ysrc": "alexplandevel:15:9a4425", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,187,78,1)", "width": 1.88976377952756 }, "size": 15.8341140459026, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "FI" }, { "mode": "markers", "name": "FR", "type": "scatter", "xsrc": "alexplandevel:15:092839", "ysrc": "alexplandevel:15:b60e02", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,191,125,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:15:8356f2", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:15:00c8bb", "hoverinfo": "text", "showlegend": true, "legendgroup": "FR" }, { "mode": "markers", "name": "GB", "type": "scatter", "xsrc": "alexplandevel:15:b2489f", "ysrc": "alexplandevel:15:618dfb", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,193,163,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:15:12e9cf", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:15:2dd860", "hoverinfo": "text", "showlegend": true, "legendgroup": "GB" }, { "mode": "markers", "name": "HU", "type": "scatter", "xsrc": "alexplandevel:15:92b84d", "ysrc": "alexplandevel:15:a10436", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,191,196,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:15:09e290", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:15:ddea95", "hoverinfo": "text", "showlegend": true, "legendgroup": "HU" }, { "mode": "markers", "name": "IE", "text": "City: Cork IE", "type": "scatter", "xsrc": "alexplandevel:15:cf2286", "ysrc": "alexplandevel:15:6d7d30", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,186,224,1)", "width": 1.88976377952756 }, "size": 15.9498127211605, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "IE" }, { "mode": "markers", "name": "IT", "type": "scatter", "xsrc": "alexplandevel:15:05fed2", "ysrc": "alexplandevel:15:e12d2d", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,176,246,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:15:44cb41", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:15:745934", "hoverinfo": "text", "showlegend": true, "legendgroup": "IT" }, { "mode": "markers", "name": "NL", "type": "scatter", "xsrc": "alexplandevel:15:6694e7", "ysrc": "alexplandevel:15:f525a9", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(53,162,255,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:15:6ce855", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:15:851517", "hoverinfo": "text", "showlegend": true, "legendgroup": "NL" }, { "mode": "markers", "name": "NO", "type": "scatter", "xsrc": "alexplandevel:15:d7abdd", "ysrc": "alexplandevel:15:e2da01", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(149,144,255,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:15:037329", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:15:540032", "hoverinfo": "text", "showlegend": true, "legendgroup": "NO" }, { "mode": "markers", "name": "PL", "type": "scatter", "xsrc": "alexplandevel:15:d9589d", "ysrc": "alexplandevel:15:540636", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(199,124,255,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:15:6bee8b", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:15:3c9466", "hoverinfo": "text", "showlegend": true, "legendgroup": "PL" }, { "mode": "markers", "name": "PT", "type": "scatter", "xsrc": "alexplandevel:15:6b0edc", "ysrc": "alexplandevel:15:1e4a9a", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(231,107,243,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:15:0e9bd1", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:15:3a391c", "hoverinfo": "text", "showlegend": true, "legendgroup": "PT" }, { "mode": "markers", "name": "SE", "text": "City: Uppsala SE", "type": "scatter", "xsrc": "alexplandevel:15:2c59c4", "ysrc": "alexplandevel:15:ff4ccb", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(250,98,219,1)", "width": 1.88976377952756 }, "size": 9.30865460417418, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "SE" }, { "mode": "markers", "name": "SI", "text": "City: Ljubljana SI", "type": "scatter", "xsrc": "alexplandevel:15:89eb88", "ysrc": "alexplandevel:15:b7b80c", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(255,98,188,1)", "width": 1.88976377952756 }, "size": 20.8834127179398, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "SI" }, { "mode": "markers", "name": "SK", "type": "scatter", "xsrc": "alexplandevel:15:c69578", "ysrc": "alexplandevel:15:9e7a3f", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(255,106,152,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:15:f288de", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:15:fdb856", "hoverinfo": "text", "showlegend": true, "legendgroup": "SK" }, { "line": { "dash": "solid", "color": "rgba(51,102,255,1)", "width": 3.77952755905512 }, "mode": "lines", "name": "fitted values", "text": "", "type": "scatter", "xsrc": "alexplandevel:15:c5a644", "ysrc": "alexplandevel:15:8e0792", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": false } ], "layout": { "font": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "xaxis": { "type": "linear", "range": [ -0.00502045008964797, 0.17003465663196 ], "ticks": "outside", "title": { "font": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Pedestrian Streets Length to Total Streets Length Ratio" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.65296803652968, "showgrid": false, "showline": true, "tickfont": { "size": 11.689497716895, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0.00", "0.05", "0.10", "0.15" ], "tickvals": [ 0, 0.05, 0.1, 0.15 ], "zeroline": false, "autorange": false, "gridcolor": null, "gridwidth": 0, "linecolor": "rgba(0,0,0,1)", "linewidth": 0.66417600664176, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0.00", "0.05", "0.10", "0.15" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -0.0209250910150148, 0.550774284876552 ], "ticks": "outside", "title": { "font": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Cycling Lanes Length to Total Streets Length Ratio" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.65296803652968, "showgrid": false, "showline": true, "tickfont": { "size": 11.689497716895, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0.0", "0.1", "0.2", "0.3", "0.4", "0.5" ], "tickvals": [ 0, 0.1, 0.2, 0.3, 0.4, 0.5 ], "zeroline": false, "autorange": false, "gridcolor": null, "gridwidth": 0, "linecolor": "rgba(0,0,0,1)", "linewidth": 0.66417600664176, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0.0", "0.1", "0.2", "0.3", "0.4", "0.5" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 11.689497716895, "color": "rgba(0,0,0,1)", "family": "" }, "bgcolor": "rgba(255,255,255,1)", "bordercolor": "transparent", "borderwidth": 1.88976377952756 }, "margin": { "b": 42.0643594414086, "l": 43.1050228310502, "r": 7.30593607305936, "t": 28.1100215418652 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": null } ], "barmode": "relative", "hovermode": "closest", "showlegend": false, "plot_bgcolor": "rgba(255,255,255,1)", "paper_bgcolor": "rgba(255,255,255,1)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~alexplandevel", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.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-04-21 00:11:11", "mapbox_access_tokens": null, "has_password": null, "username": "alexplandevel", "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-04-22T00:59:59.098294Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~alexplandevel/14.embed", "fid": "alexplandevel:14", "filename": "Medium-Cities-Cycl-Ped-graph", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/14/9_ST596S3KJUI43GBTTYJMAK1RITUT5Y.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/14/2_USOVOJV3DHY11Q5P32HHVYP2VZLJJ7.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/14/8_E62CZDLT17VIL42Y9IS8RESF0EUMML.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/14/9_ST596S3KJUI43GBTTYJMAK1RITUT5Y.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/alexplandevel:14", "plots": "https://api.plotly.com/v2/plots/alexplandevel:14", "parent": "https://api.plotly.com/v2/folders/home?user=alexplandevel" }, "owner": "alexplandevel", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 10, "web_url": "https://chart-studio.plotly.com/~alexplandevel/14/", "world_readable": true, "date_modified": "2019-04-22T01:00:25.069Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~alexplandevel/14/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "BE", "type": "scatter", "xsrc": "alexplandevel:13:7ace6f", "ysrc": "alexplandevel:13:47ddcf", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(248,118,109,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:13:d66207", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:13:d545d2", "hoverinfo": "text", "showlegend": true, "legendgroup": "BE" }, { "mode": "markers", "name": "CH", "type": "scatter", "xsrc": "alexplandevel:13:b71939", "ysrc": "alexplandevel:13:0c8ffb", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(233,132,44,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:13:486f78", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:13:eec0bd", "hoverinfo": "text", "showlegend": true, "legendgroup": "CH" }, { "mode": "markers", "name": "CZ", "text": "City: Brno CZ", "type": "scatter", "xsrc": "alexplandevel:13:4cfcd9", "ysrc": "alexplandevel:13:cb502d", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(214,145,0,1)", "width": 1.88976377952756 }, "size": 10.4424277490486, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "CZ" }, { "mode": "markers", "name": "DE", "type": "scatter", "xsrc": "alexplandevel:13:de707e", "ysrc": "alexplandevel:13:4e762c", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(188,157,0,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:13:24a146", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:13:367bc7", "hoverinfo": "text", "showlegend": true, "legendgroup": "DE" }, { "mode": "markers", "name": "EE", "text": "City: Tallinn EE", "type": "scatter", "xsrc": "alexplandevel:13:148e57", "ysrc": "alexplandevel:13:166c8d", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(156,167,0,1)", "width": 1.88976377952756 }, "size": 13.198935298177, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "EE" }, { "mode": "markers", "name": "ES", "type": "scatter", "xsrc": "alexplandevel:13:0a8bdb", "ysrc": "alexplandevel:13:c062ce", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(111,176,0,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:13:8ef655", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:13:687903", "hoverinfo": "text", "showlegend": true, "legendgroup": "ES" }, { "mode": "markers", "name": "FI", "text": "City: Helsinki / Helsingfors FI", "type": "scatter", "xsrc": "alexplandevel:13:1b2f01", "ysrc": "alexplandevel:13:5e50cc", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,184,19,1)", "width": 1.88976377952756 }, "size": 21.2808200857403, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "FI" }, { "mode": "markers", "name": "FR", "type": "scatter", "xsrc": "alexplandevel:13:b7ae72", "ysrc": "alexplandevel:13:215620", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,189,97,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:13:28a1f5", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:13:e46810", "hoverinfo": "text", "showlegend": true, "legendgroup": "FR" }, { "mode": "markers", "name": "GB", "type": "scatter", "xsrc": "alexplandevel:13:b2f53f", "ysrc": "alexplandevel:13:205553", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,192,142,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:13:416e29", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:13:b6c0f6", "hoverinfo": "text", "showlegend": true, "legendgroup": "GB" }, { "mode": "markers", "name": "GR", "text": "City: Thessaloniki GR", "type": "scatter", "xsrc": "alexplandevel:13:d7ad84", "ysrc": "alexplandevel:13:330491", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,192,180,1)", "width": 1.88976377952756 }, "size": 20.85293143619, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "GR" }, { "mode": "markers", "name": "IE", "text": "City: Dublin IE", "type": "scatter", "xsrc": "alexplandevel:13:fc8e85", "ysrc": "alexplandevel:13:d8eea0", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,189,212,1)", "width": 1.88976377952756 }, "size": 22.6771653543307, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "IE" }, { "mode": "markers", "name": "IT", "type": "scatter", "xsrc": "alexplandevel:13:b5b183", "ysrc": "alexplandevel:13:9ddceb", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,181,238,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:13:2d545f", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:13:45f36a", "hoverinfo": "text", "showlegend": true, "legendgroup": "IT" }, { "mode": "markers", "name": "LT", "type": "scatter", "xsrc": "alexplandevel:13:a4802b", "ysrc": "alexplandevel:13:466044", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,167,255,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:13:346c3e", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:13:9c9930", "hoverinfo": "text", "showlegend": true, "legendgroup": "LT" }, { "mode": "markers", "name": "LV", "text": "City: Riga LV", "type": "scatter", "xsrc": "alexplandevel:13:c48890", "ysrc": "alexplandevel:13:e70648", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(127,150,255,1)", "width": 1.88976377952756 }, "size": 18.1411696432619, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "LV" }, { "mode": "markers", "name": "NL", "type": "scatter", "xsrc": "alexplandevel:13:5b5b30", "ysrc": "alexplandevel:13:8c3d6c", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(188,129,255,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:13:ecbe71", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:13:88ca60", "hoverinfo": "text", "showlegend": true, "legendgroup": "NL" }, { "mode": "markers", "name": "NO", "text": "City: Oslo NO", "type": "scatter", "xsrc": "alexplandevel:13:4194ad", "ysrc": "alexplandevel:13:2170cb", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(226,110,247,1)", "width": 1.88976377952756 }, "size": 19.7216249482927, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "NO" }, { "mode": "markers", "name": "PL", "type": "scatter", "xsrc": "alexplandevel:13:d90a01", "ysrc": "alexplandevel:13:c80d6f", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(248,99,223,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:13:60fab6", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:13:58eb0a", "hoverinfo": "text", "showlegend": true, "legendgroup": "PL" }, { "mode": "markers", "name": "PT", "text": "City: Porto PT", "type": "scatter", "xsrc": "alexplandevel:13:ff2f8b", "ysrc": "alexplandevel:13:a3fa3e", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(255,98,191,1)", "width": 1.88976377952756 }, "size": 21.84079863537, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "PT" }, { "mode": "markers", "name": "SE", "type": "scatter", "xsrc": "alexplandevel:13:b77d67", "ysrc": "alexplandevel:13:f6a78c", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(255,106,154,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:13:7e1703", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:13:d461cc", "hoverinfo": "text", "showlegend": true, "legendgroup": "SE" }, { "line": { "dash": "solid", "color": "rgba(51,102,255,1)", "width": 3.77952755905512 }, "mode": "lines", "name": "fitted values", "text": "", "type": "scatter", "xsrc": "alexplandevel:13:714865", "ysrc": "alexplandevel:13:0c127c", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": false } ], "layout": { "font": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "xaxis": { "type": "linear", "range": [ -0.00302273956320195, 0.150617819597819 ], "ticks": "outside", "title": { "font": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Pedestrian Streets Length to Total Streets Length Ratio" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.65296803652968, "showgrid": false, "showline": true, "tickfont": { "size": 11.689497716895, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0.00", "0.05", "0.10", "0.15" ], "tickvals": [ 0, 0.05, 0.1, 0.15 ], "zeroline": false, "autorange": false, "gridcolor": null, "gridwidth": 0, "linecolor": "rgba(0,0,0,1)", "linewidth": 0.66417600664176, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0.00", "0.05", "0.10", "0.15" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -0.0228982280427905, 0.551968040997324 ], "ticks": "outside", "title": { "font": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Cycling Lanes Length to Total Streets Length Ratio" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.65296803652968, "showgrid": false, "showline": true, "tickfont": { "size": 11.689497716895, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0.0", "0.1", "0.2", "0.3", "0.4", "0.5" ], "tickvals": [ 0, 0.1, 0.2, 0.3, 0.4, 0.5 ], "zeroline": false, "autorange": false, "gridcolor": null, "gridwidth": 0, "linecolor": "rgba(0,0,0,1)", "linewidth": 0.66417600664176, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0.0", "0.1", "0.2", "0.3", "0.4", "0.5" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 11.689497716895, "color": "rgba(0,0,0,1)", "family": "" }, "bgcolor": "rgba(255,255,255,1)", "bordercolor": "transparent", "borderwidth": 1.88976377952756 }, "margin": { "b": 42.0643594414086, "l": 43.1050228310502, "r": 7.30593607305936, "t": 28.1100215418652 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": null } ], "barmode": "relative", "hovermode": "closest", "showlegend": false, "plot_bgcolor": "rgba(255,255,255,1)", "paper_bgcolor": "rgba(255,255,255,1)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~alexplandevel", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.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-04-21 00:11:11", "mapbox_access_tokens": null, "has_password": null, "username": "alexplandevel", "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-04-22T00:59:34.495980Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~alexplandevel/12.embed", "fid": "alexplandevel:12", "filename": "Large-Cities-Cycl-Ped-graph", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/12/9_167OSBPEU5A941PFF6T09FA3PW6B8L.png", "image_urls": { "default": "https://api.plotly.com/v2/files/alexplandevel:12/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/12/8_1UME6QRXWF2957TIWGMDMNKJSUW7NW.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/12/9_167OSBPEU5A941PFF6T09FA3PW6B8L.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/alexplandevel:12", "plots": "https://api.plotly.com/v2/plots/alexplandevel:12", "parent": "https://api.plotly.com/v2/folders/home?user=alexplandevel" }, "owner": "alexplandevel", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~alexplandevel/12/", "world_readable": true, "date_modified": "2019-04-22T00:59:34.514Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~alexplandevel/12/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "AT", "text": "City: Wien AT", "type": "scatter", "xsrc": "alexplandevel:11:2a4e52", "ysrc": "alexplandevel:11:ca3903", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(248,118,109,1)", "width": 1.88976377952756 }, "size": 12.7695050456725, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "AT" }, { "mode": "markers", "name": "BE", "text": "City: Bruxelles / Brussel BE", "type": "scatter", "xsrc": "alexplandevel:11:7ab909", "ysrc": "alexplandevel:11:baf590", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(230,134,19,1)", "width": 1.88976377952756 }, "size": 9.15432239674684, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "BE" }, { "mode": "markers", "name": "CH", "text": "City: Basel CH", "type": "scatter", "xsrc": "alexplandevel:11:8cc09d", "ysrc": "alexplandevel:11:065e1e", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(205,150,0,1)", "width": 1.88976377952756 }, "size": 8.31798612193819, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "CH" }, { "mode": "markers", "name": "CZ", "text": "City: Praha CZ", "type": "scatter", "xsrc": "alexplandevel:11:75289f", "ysrc": "alexplandevel:11:ae73f8", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(171,163,0,1)", "width": 1.88976377952756 }, "size": 7.5149065823904, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "CZ" }, { "mode": "markers", "name": "DE", "type": "scatter", "xsrc": "alexplandevel:11:c4b6d6", "ysrc": "alexplandevel:11:fee771", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(124,174,0,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:11:88ed59", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:11:86d112", "hoverinfo": "text", "showlegend": true, "legendgroup": "DE" }, { "mode": "markers", "name": "DK", "text": "City: Kobenhavn DK", "type": "scatter", "xsrc": "alexplandevel:11:eddd37", "ysrc": "alexplandevel:11:044777", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(12,183,2,1)", "width": 1.88976377952756 }, "size": 3.77952755905512, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "DK" }, { "mode": "markers", "name": "ES", "type": "scatter", "xsrc": "alexplandevel:11:1aa244", "ysrc": "alexplandevel:11:a3fb99", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,190,103,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:11:a4385b", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:11:529ea9", "hoverinfo": "text", "showlegend": true, "legendgroup": "ES" }, { "mode": "markers", "name": "FR", "type": "scatter", "xsrc": "alexplandevel:11:097081", "ysrc": "alexplandevel:11:624b5e", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,193,154,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:11:dd5a9d", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:11:898179", "hoverinfo": "text", "showlegend": true, "legendgroup": "FR" }, { "mode": "markers", "name": "GB", "type": "scatter", "xsrc": "alexplandevel:11:9ef871", "ysrc": "alexplandevel:11:f0ff4a", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,191,196,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:11:6703d7", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:11:17e116", "hoverinfo": "text", "showlegend": true, "legendgroup": "GB" }, { "mode": "markers", "name": "GR", "text": "City: Athina\r<br />Athina\r<br />Athina GR", "type": "scatter", "xsrc": "alexplandevel:11:fb9c78", "ysrc": "alexplandevel:11:3cc956", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,184,231,1)", "width": 1.88976377952756 }, "size": 17.5230282034872, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "GR" }, { "mode": "markers", "name": "HU", "text": "City: Budapest HU", "type": "scatter", "xsrc": "alexplandevel:11:4697ac", "ysrc": "alexplandevel:11:46e20d", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,169,255,1)", "width": 1.88976377952756 }, "size": 12.0688792330184, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "HU" }, { "mode": "markers", "name": "IT", "type": "scatter", "xsrc": "alexplandevel:11:4d1638", "ysrc": "alexplandevel:11:eb7871", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(132,148,255,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:11:3eaff0", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:11:3701f0", "hoverinfo": "text", "showlegend": true, "legendgroup": "IT" }, { "mode": "markers", "name": "NL", "text": "City: Amsterdam NL", "type": "scatter", "xsrc": "alexplandevel:11:0c0c57", "ysrc": "alexplandevel:11:0f7d73", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(199,124,255,1)", "width": 1.88976377952756 }, "size": 5.70128434925628, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "NL" }, { "mode": "markers", "name": "PL", "type": "scatter", "xsrc": "alexplandevel:11:226fb0", "ysrc": "alexplandevel:11:f15372", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(237,104,237,1)", "width": 1.88976377952756 }, "color": "transparent", "symbol": "circle", "opacity": 1, "sizesrc": "alexplandevel:11:7b56be", "autocolorscale": false }, "hoveron": "points", "textsrc": "alexplandevel:11:66d85d", "hoverinfo": "text", "showlegend": true, "legendgroup": "PL" }, { "mode": "markers", "name": "PT", "text": "City: Lisboa PT", "type": "scatter", "xsrc": "alexplandevel:11:150312", "ysrc": "alexplandevel:11:8bcb36", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(255,97,204,1)", "width": 1.88976377952756 }, "size": 13.0756176107678, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "PT" }, { "mode": "markers", "name": "SE", "text": "City: Stockholm SE", "type": "scatter", "xsrc": "alexplandevel:11:96b1f2", "ysrc": "alexplandevel:11:1b2042", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(255,104,161,1)", "width": 1.88976377952756 }, "size": 8.44975249737139, "color": "transparent", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "SE" }, { "line": { "dash": "solid", "color": "rgba(51,102,255,1)", "width": 3.77952755905512 }, "mode": "lines", "name": "fitted values", "text": "", "type": "scatter", "xsrc": "alexplandevel:11:9e6540", "ysrc": "alexplandevel:11:5282c1", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": false } ], "layout": { "font": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "xaxis": { "type": "linear", "range": [ 3.73173133428233e-05, 0.127729635035538 ], "ticks": "outside", "title": { "font": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Pedestrian Streets Length to Total Streets Length Ratio" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.65296803652968, "showgrid": false, "showline": true, "tickfont": { "size": 11.689497716895, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0.025", "0.050", "0.075", "0.100", "0.125" ], "tickvals": [ 0.025, 0.05, 0.075, 0.1, 0.125 ], "zeroline": false, "autorange": false, "gridcolor": null, "gridwidth": 0, "linecolor": "rgba(0,0,0,1)", "linewidth": 0.66417600664176, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0.025", "0.050", "0.075", "0.100", "0.125" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -0.013661591616036, 0.35285618214393 ], "ticks": "outside", "title": { "font": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Cycling Lanes Length to Total Streets Length Ratio" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.65296803652968, "showgrid": false, "showline": true, "tickfont": { "size": 11.689497716895, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0.0", "0.1", "0.2", "0.3" ], "tickvals": [ -1.73472347597681e-18, 0.1, 0.2, 0.3 ], "zeroline": false, "autorange": false, "gridcolor": null, "gridwidth": 0, "linecolor": "rgba(0,0,0,1)", "linewidth": 0.66417600664176, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0.0", "0.1", "0.2", "0.3" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 11.689497716895, "color": "rgba(0,0,0,1)", "family": "" }, "bgcolor": "rgba(255,255,255,1)", "bordercolor": "transparent", "borderwidth": 1.88976377952756 }, "margin": { "b": 42.0643594414086, "l": 43.1050228310502, "r": 7.30593607305936, "t": 28.1100215418652 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": null } ], "barmode": "relative", "hovermode": "closest", "showlegend": false, "plot_bgcolor": "rgba(255,255,255,1)", "paper_bgcolor": "rgba(255,255,255,1)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~alexplandevel", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.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-04-21 00:11:11", "mapbox_access_tokens": null, "has_password": null, "username": "alexplandevel", "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-04-22T00:57:33.664565Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Neelima/21.embed", "fid": "Neelima:21", "filename": "plot from API (3)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Neelima:21/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Neelima:21/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Neelima/21/8_2TTXT62YMVH83NSD5HL07MAMQYBLOY.png", "list-thumb": "https://api.plotly.com/v2/files/Neelima:21/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Neelima:21", "plots": "https://api.plotly.com/v2/plots/Neelima:21", "parent": "https://api.plotly.com/v2/folders/home?user=Neelima" }, "owner": "Neelima", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Neelima/21/", "world_readable": true, "date_modified": "2019-04-22T00:57:34.553Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Neelima/21/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "mesh3d", "xsrc": "Neelima:22:80ce90,54d2e2,2ae333,f6b501,55e1f2,27e1da,11f0c4,5a7d4f,00c5ca,8f1591,a470eb,a79df3,3dcc97,281082,87600b,a29198,a21538,29a9e0,3716e1,5f2898,179168,c81325,15a36a,59b52c,9cfa0a,38fd6f,d51f5e,476590,750ac1,22f86d,f943da,0da737,91b08a,f30044,d6cb59,e2a32d,860877,76e282,f61d59,6d1283,3f4350,f3e3fd,73f2fd,1d93b4,b86721,5631a0,57c04e,832e91,7a1d97,e1da45,61a9de,ea3f85,712b6b,9cce8a,57532d,4bb2c3,9376aa,336222,1c035e,9d36bf,5f86fc,fdc9f1,0c7eb0,2b498e,fc5e44,bdf1c4,01bf4c,3fce90,c47d7b,590b76,82d275,079a29,6b3ee6,02103f,060fba,39cb2f,f2de53,e26120,294eb2,87e377,d0ad20,8330bd,3a6734,9cbdd8,581510,95c8f0,38bfe1,0924a8,575c9f,e271fc,f99bb6,594fc0,50544c,bed0b1,4cf59d,3aaa5b,a9ac24,13fc4d,a316a1,47ef58,870ae0", "ysrc": "Neelima:22:689839,51535e,e07a1e,5302d1,b3741a,fa570b,d8dd4d,3678d2,23b0b3,679fa9,59e429,c17373,887307,2c7c23,f0e964,3460b5,cce3ef,c23365,46462c,1ea58f,da49ca,364984,f0837d,f30ccf,57d5c7,5ba346,65123f,8b8073,01661a,ff8d02,890185,fb500d,eb354a,416d87,3f7d73,2633c0,ec66da,2c99f8,7daff6,06ffb8,e7e36a,163ce2,f6f151,d87263,a3eb91,d673fa,6ca541,967b48,472afd,86bdaf,8ace42,aeba92,94d8cf,f89a55,f9d5b3,8e857a,47c5eb,9e1fad,b711bf,e5ba1e,fa9070,37ea2a,d12075,ef0af2,4b98a4,94ab72,4028c8,c0ec6b,a8e429,6a30c0,9342f9,f53f48,4dae19,698c29,c944f0,387247,a091d8,ec3c8a,a62e4f,e45ef7,076464,785b32,d6ecb9,4356f3,6ad7e5,d222ee,e677bd,969c25,c811c5,a02941,b8f5e6,de8b09,7608e7,dc36b2,1521c5,3c4437,6b3f14,99dd48,4ed4ac,f87f2d,02f2e6", "zsrc": "Neelima:22:726e11,7d4673,cbcc3f,e38802,524165,9413bc,905055,e0415f,c77e4d,2e511d,06ac35,e6d2f5,accd15,2e3df9,083e8a,5d0be3,9341f5,52d555,1667d8,4123a6,cbfcda,b25a72,ebaf49,b0255f,b2eaba,a09f92,40aaa2,d33159,bc1997,4f97ea,a56d78,300725,1d0b14,f534ca,05bfc2,92fdee,cf97ab,5ce54c,2b613f,00002b,a3b01e,9ed4a4,d603b1,2da102,8bf604,62d02b,a0c91b,2c1600,b0da4a,fd0c55,8511d0,ffa3a8,f4eff8,cc1638,801b21,8c5834,da50fe,0049e1,abef79,da88eb,e5e66f,cc6d71,9938e3,9b7b47,c905f1,47e146,546e0c,3ab9d6,aeb44a,feef2b,e81700,ba924f,9a49bd,b58091,019271,b330c3,9bb231,709e0e,e21d35,4b6d43,5099e3,0c667f,1a9dbc,0e4b36,3efaba,e13b31,7566ff,a4e60e,c5d893,a6fe4d,b3d4e9,083d38,e9b9cf,243ac5,733fa6,bab467,d93e33,d0988b,e5c6fb,2e93c5,d6fc70" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Neelima", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "Neelima Sharma", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2016-04-29 22:05:08", "mapbox_access_tokens": null, "has_password": null, "username": "Neelima", "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-04-22T00:52:10.804324Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~sl4430/6.embed", "fid": "sl4430:6", "filename": "Price Preference", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/sl4430:6/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/sl4430/6/2_LZOCHS9DR7QQ4QOKTVYVYB2K2N1KXW.png", "block-thumb": "https://api.plotly.com/v2/files/sl4430:6/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/sl4430:6/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/sl4430:6", "plots": "https://api.plotly.com/v2/plots/sl4430:6", "parent": "https://api.plotly.com/v2/folders/home?user=sl4430" }, "owner": "sl4430", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Price Preference", "views": 4, "web_url": "https://chart-studio.plotly.com/~sl4430/6/price-preference/", "world_readable": true, "date_modified": "2019-04-25T03:15:04.342Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~sl4430/6/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "7d6198d7-020d-4e24-ba35-c1ff36bc84f7", "mode": "markers", "name": "0-20", "type": "scatter", "xsrc": "sl4430:7:808a99", "ysrc": "sl4430:7:eaa639", "marker": { "line": { "width": 2 }, "color": "seashell", "symbol": "circle", "sizeref": 0.1012375, "sizesrc": "sl4430:7:016df8", "sizemode": "area" } }, { "uid": "c5f78c43-1926-47c7-90b1-e839830b8f18", "mode": "markers", "name": "20-40", "type": "scatter", "xsrc": "sl4430:7:a3e205", "ysrc": "sl4430:7:c79589", "marker": { "line": { "width": 2 }, "color": "khaki", "sizeref": 0.1012375, "sizesrc": "sl4430:7:2e6e8e", "sizemode": "area" } }, { "uid": "59bae152-8c7e-4012-837a-4faee52d8fb3", "mode": "markers", "name": "40-60", "type": "scatter", "xsrc": "sl4430:7:8e3908", "ysrc": "sl4430:7:811de8", "marker": { "line": { "width": 2 }, "color": "orange", "sizeref": 0.1012375, "sizesrc": "sl4430:7:8ffc30", "sizemode": "area" } }, { "uid": "e67e34ca-3612-4f7c-8c66-335b4bf8c5aa", "mode": "markers", "name": "60-80", "type": "scatter", "xsrc": "sl4430:7:0fad6a", "ysrc": "sl4430:7:cb2636", "marker": { "line": { "width": 2 }, "color": "lightsteelblue", "symbol": "circle", "sizeref": 0.1012375, "sizesrc": "sl4430:7:5e5705", "sizemode": "area" } } ], "layout": { "title": { "text": "Price Preference" }, "xaxis": { "title": { "font": { "size": 18 }, "text": "Rating" } }, "yaxis": { "title": { "font": { "size": 18 }, "text": "Review Count" } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~sl4430", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.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-04-21 21:04:49", "mapbox_access_tokens": null, "has_password": null, "username": "sl4430", "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-04-22T00:51:43.198192Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~brendatan92/1.embed", "fid": "brendatan92:1", "filename": "Refractive errors starting versus final", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/brendatan92:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/brendatan92:1/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/brendatan92/1/8_WQPM7S96WC5R0KV2KICIYDHIW8LZOA.png", "list-thumb": "https://api.plotly.com/v2/files/brendatan92:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/brendatan92:1", "plots": "https://api.plotly.com/v2/plots/brendatan92:1", "parent": "https://api.plotly.com/v2/folders/home?user=brendatan92" }, "owner": "brendatan92", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~brendatan92/1/", "world_readable": true, "date_modified": "2019-04-22T00:51:43.208Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~brendatan92/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "4d066d", "mode": "markers", "name": "500 lux", "type": "scatter", "xsrc": "brendatan92:0:f45956", "ysrc": "brendatan92:0:af2450" }, { "uid": "c98b88", "mode": "markers", "name": "20 lux", "type": "scatter", "xsrc": "brendatan92:0:4dfa9c", "ysrc": "brendatan92:0:7c1f9e", "stackgroup": null }, { "uid": "26dfd4", "mode": "lines", "transforms": [ { "rms": "", "type": "fit", "inputUid": "4d066d", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.39040191963226367, "value": 0.8727317262140464 }, { "hold": false, "name": "b", "error": 3.3108218257567628, "value": -2.3764998535239568 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "cb6630", "transforms": [ { "rms": "", "type": "fit", "inputUid": "c98b88", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.381192240378721, "value": -0.01787897875064096 }, { "hold": false, "name": "b", "error": 2.7223265529026284, "value": 1.0490401282815025 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "title": { "text": "Starting Refraction versus Final Refraction" }, "xaxis": { "type": "linear", "range": [ 0.6224044616544188, 14.362783538345582 ], "title": { "text": "Starting Refraction (at 30 days) Diopters" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -11.298100497512438, 13.655700497512438 ], "title": { "text": "Final Refraction (at 120 days) Diopters" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~brendatan92", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-04-22 00:37:22", "mapbox_access_tokens": null, "has_password": null, "username": "brendatan92", "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-04-22T00:50:23.019083Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~hatsukiotowa/2.embed", "fid": "hatsukiotowa:2", "filename": "styled-line", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/hatsukiotowa:2/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/hatsukiotowa:2/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/hatsukiotowa:2/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/hatsukiotowa:2/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/hatsukiotowa:2", "plots": "https://api.plotly.com/v2/plots/hatsukiotowa:2", "parent": "https://api.plotly.com/v2/folders/home?user=hatsukiotowa" }, "owner": "hatsukiotowa", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Crime Count", "views": 0, "web_url": "https://chart-studio.plotly.com/~hatsukiotowa/2/crime-count/", "world_readable": true, "date_modified": "2019-04-27T02:22:56.902Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~hatsukiotowa/2/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "9af155e2-8825-4218-96bb-7376eac14b9d", "name": "Crime Count", "type": "scatter", "ysrc": "hatsukiotowa:3:f3e734" } ], "layout": { "title": { "text": "Crime Count" }, "xaxis": { "title": { "text": "Year" } }, "yaxis": { "title": { "text": "Crime Count" } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~hatsukiotowa", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.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-04-22 00:36:35", "mapbox_access_tokens": null, "has_password": null, "username": "hatsukiotowa", "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-04-22T00:49:41.882264Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~loantranvn810/8.embed", "fid": "loantranvn810:8", "filename": "plot from API (2)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/loantranvn810:8/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/loantranvn810:8/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/loantranvn810:8/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/loantranvn810:8/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/loantranvn810:8", "plots": "https://api.plotly.com/v2/plots/loantranvn810:8", "parent": "https://api.plotly.com/v2/folders/home?user=loantranvn810" }, "owner": "loantranvn810", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~loantranvn810/8/", "world_readable": true, "date_modified": "2019-04-22T00:49:43.420Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~loantranvn810/8/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "d34419fd-b22c-491a-9831-f5d94f582fe1", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:886170", "ysrc": "loantranvn810:9:fc59a9", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "690d4d56-5222-4970-99a0-727e12bc8d45", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:a722ee", "ysrc": "loantranvn810:9:a39b01", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "922ca3f1-deae-4b2d-97aa-71cdde432c81", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:576c78", "ysrc": "loantranvn810:9:211579", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "605234be-19a0-4352-a695-37e36806370b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:775e12", "ysrc": "loantranvn810:9:3f740e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b6536745-ce6c-4b98-b819-30d8e0624bb7", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:03dcf6", "ysrc": "loantranvn810:9:55641c", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "83f8e27f-cfba-4219-9433-2d49feea346c", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:a924eb", "ysrc": "loantranvn810:9:d2c79d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "63bd00c1-2201-4861-b27e-7cf8b48fcad7", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:94ab7d", "ysrc": "loantranvn810:9:d5aca4", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "8d50719a-a9d7-4ea9-acc4-d0c6cb6e5ac4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:b6a53b", "ysrc": "loantranvn810:9:b1c182", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "181da71c-793e-462d-927e-d85d9afaaeb9", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:bb8145", "ysrc": "loantranvn810:9:25a3ea", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f658ddb2-f6f7-46e7-a380-d61214e270f7", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:8a8eb5", "ysrc": "loantranvn810:9:a82eb4", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "668488a3-469c-4db8-a4ff-f0f41060b9e6", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:39990f", "ysrc": "loantranvn810:9:1404ab", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "4100d019-a2c7-4233-8688-aa1a396f6902", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:039597", "ysrc": "loantranvn810:9:61bfe7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "3c7f2bae-967b-4971-8f9f-152abbe55d47", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:b87d28", "ysrc": "loantranvn810:9:54c843", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b5e73b24-cc2a-4241-8f1c-8355f1589e69", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:aa9209", "ysrc": "loantranvn810:9:ad17bd", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "4288aa6e-ce11-40ee-9cfe-e75a0c69413c", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:d6333a", "ysrc": "loantranvn810:9:f08a50", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f09a9cb2-8682-4460-a66e-c0a2f16788ec", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:e7a555", "ysrc": "loantranvn810:9:4b47a3", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "58448db7-3203-4cb2-ac99-2cf4df3ffe23", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:40fb6c", "ysrc": "loantranvn810:9:905b4a", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "e5eb3ef3-fa78-43b2-94f3-78c0747d629e", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:1e64b5", "ysrc": "loantranvn810:9:f5d06e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "41bfca48-98e3-4563-b583-c1412ef28dc1", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:029389", "ysrc": "loantranvn810:9:5c2275", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "783b3717-372f-4bb3-b297-f2278dbfa7c6", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:4ee56c", "ysrc": "loantranvn810:9:b56be2", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b4891a4c-5d9e-4282-a470-1ff9f929c11d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:8ef4c6", "ysrc": "loantranvn810:9:7e764c", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c859d111-11e6-403d-989f-b20caca8db44", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:4a632d", "ysrc": "loantranvn810:9:0a3db0", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c796e15e-5c52-4719-9ef7-63f7c70fe3f6", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:5ec180", "ysrc": "loantranvn810:9:fde569", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c7917c66-8544-4fba-89a1-c1d27768d66f", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:ef84ac", "ysrc": "loantranvn810:9:6200d0", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "db3ffb64-b5e9-40b6-b007-3202601a32b4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:9f5005", "ysrc": "loantranvn810:9:84cc74", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "04908ad9-693e-48be-a472-66933b212437", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:684f24", "ysrc": "loantranvn810:9:695152", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "95db8229-e516-48e2-bd92-52b2ead22e83", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:d8c280", "ysrc": "loantranvn810:9:e59cd3", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b0c2766f-bade-4a72-bc36-24f692791656", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:259279", "ysrc": "loantranvn810:9:2ad395", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "149aa713-a672-49e4-a3d8-a239634691d8", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:17ed1c", "ysrc": "loantranvn810:9:3a2a49", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1c58b66f-24c5-446f-bda3-eba21bf2106b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:3b2478", "ysrc": "loantranvn810:9:760e7f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "dc18654e-b4b2-47f0-9c93-64e8ca9de650", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:c108cf", "ysrc": "loantranvn810:9:f70238", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "58a297e0-5427-4554-b53f-231a4bd3258f", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:55a04f", "ysrc": "loantranvn810:9:83a3c8", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "9a15b2ea-d8b2-485b-93a9-508e9fde9946", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:1dd9d0", "ysrc": "loantranvn810:9:5c54de", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "79588765-d6bf-4106-be32-8fcec80c3ec7", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:1a5140", "ysrc": "loantranvn810:9:015c8b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d5bf9270-7bd9-4f03-8401-51c48a021490", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:e49fbc", "ysrc": "loantranvn810:9:a54972", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "2292fc80-0276-4b93-be47-608a8853cb13", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:0247fd", "ysrc": "loantranvn810:9:752a0f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d84c3616-203a-4e6c-b8ec-6d88b76077bf", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:ed23f4", "ysrc": "loantranvn810:9:4a08e8", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "259ebc40-a187-4660-9c46-e47566f2a039", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:7c5c26", "ysrc": "loantranvn810:9:a0ed97", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1e00526a-4856-4b19-90cf-649498a6b0c5", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:6debf2", "ysrc": "loantranvn810:9:6b12c7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0abd58e2-903c-465e-b660-dd83b2bca2b4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:25562d", "ysrc": "loantranvn810:9:5e4a00", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0842ac35-c518-40c3-86f9-52db733b5354", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:14021e", "ysrc": "loantranvn810:9:97041c", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0a24bdc0-cfa3-4005-a194-6b2dba0273d0", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:2eab03", "ysrc": "loantranvn810:9:c595a7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "4d133c21-45ab-4ed1-93bf-20f74d9cf3ab", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:839bad", "ysrc": "loantranvn810:9:3a0bbc", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "ae7f643a-2a97-4769-8caa-1df2b51177f0", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:ff09ef", "ysrc": "loantranvn810:9:6a5deb", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c25c68ab-6618-4c91-b556-991c4ffc0438", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:c1abc7", "ysrc": "loantranvn810:9:dfa27e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "cd254e7a-e38b-48e3-87a6-7c19ebb9f55d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:b2e8f6", "ysrc": "loantranvn810:9:88f4c6", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "bbb7222a-be6e-49e3-8a6b-48516adeb65d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:9749cf", "ysrc": "loantranvn810:9:4b4f8d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "ad389a59-8afb-4e65-af5e-bd31a620b402", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:f92a8d", "ysrc": "loantranvn810:9:9763e4", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1f0460ba-f9a9-4721-af19-df5a620a0bb3", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:30d9af", "ysrc": "loantranvn810:9:f445f4", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "e531c2dc-669f-4683-9064-619186a47f63", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:d850f9", "ysrc": "loantranvn810:9:562717", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "7474d2cc-0bed-4bb0-b441-876df0063a5c", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:271fb7", "ysrc": "loantranvn810:9:628ce3", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "881b5001-d6c9-4268-b09c-9762d2ea0ca7", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:f28d28", "ysrc": "loantranvn810:9:7f1c2e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0dd467ad-5320-4f88-ae1e-981803447756", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:226456", "ysrc": "loantranvn810:9:c188cf", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "43086c12-3859-43dd-8b94-dc60b3ee4189", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:40cd44", "ysrc": "loantranvn810:9:b88cb7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "cfeab9ba-72d5-4ac7-8ff4-75bb06e2f49b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:eaa12a", "ysrc": "loantranvn810:9:279e3f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "52830c26-de30-4012-9fb5-3602f31d5bf3", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:760d62", "ysrc": "loantranvn810:9:f89200", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d042ac8d-c320-45be-b638-bf69df612574", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:957eb3", "ysrc": "loantranvn810:9:cdf496", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "6a8745e9-f17b-4afd-8383-7f5916a4dcc9", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:18c889", "ysrc": "loantranvn810:9:e48d8d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "8da17f12-3317-4377-8671-5955b8d70626", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:9342df", "ysrc": "loantranvn810:9:e1adc2", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "70022df7-7e06-41d0-8ae7-c123e7b2a1fb", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:6fd261", "ysrc": "loantranvn810:9:2e27c0", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0ea483cc-26a1-4deb-ba2d-24bbd9a68263", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:98beb3", "ysrc": "loantranvn810:9:1db23e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1c72a3b8-193f-4fec-ad90-96fa1415c50d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:f4d9c1", "ysrc": "loantranvn810:9:7ad880", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0a41cc14-1f0e-4cf3-9380-af6746cbf7ea", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:26a92e", "ysrc": "loantranvn810:9:6b6ab9", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d7aa69db-c0fc-4e94-81f3-6152b01e3003", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:fac666", "ysrc": "loantranvn810:9:266ecf", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b2c1b0de-7ff0-4b89-95ea-4ce7b8e1b459", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:128322", "ysrc": "loantranvn810:9:703f93", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "9abd2a8f-2b14-41d0-82cf-b90870bd34a4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:f043f8", "ysrc": "loantranvn810:9:bd648f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "8f92356f-7f02-4e74-b229-f5c1207e997a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:25b69a", "ysrc": "loantranvn810:9:9f3fa5", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "58e8bd32-2ca2-4f6b-bd4b-924b40b0fc3e", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:dce920", "ysrc": "loantranvn810:9:f85248", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "539984dc-f819-43bf-9e9d-ba661bf97bb4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:f48553", "ysrc": "loantranvn810:9:936c01", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "6f1f5541-1d08-4036-924f-2c7cb49ef501", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:5beed4", "ysrc": "loantranvn810:9:2e5e57", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "03c67f11-62b0-4181-b24c-1a2a9786f761", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:e240fa", "ysrc": "loantranvn810:9:f797bd", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0f66ed7d-2933-43ca-a7a3-c03d81254586", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:51edde", "ysrc": "loantranvn810:9:eac39e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0ec9e735-c5dd-43f9-971e-1e519009c95e", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:80a518", "ysrc": "loantranvn810:9:1db5ea", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "2e8e1cc3-93e6-47cd-b836-f792ba785625", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:097843", "ysrc": "loantranvn810:9:899b27", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "e0770749-d3ca-4fa9-8084-dbf83ad2434a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:4f514e", "ysrc": "loantranvn810:9:887313", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "95e3e1d9-b3c9-4fc2-9f7a-d1d4f362ced9", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:ae40ae", "ysrc": "loantranvn810:9:74c051", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "bf486ed6-3be0-49f4-9891-82455f666e0e", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:2a1f9e", "ysrc": "loantranvn810:9:eb45cf", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f3d63ca6-8aa7-4f1d-8035-b92cc4db3344", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:68a163", "ysrc": "loantranvn810:9:35fd17", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "6bc09d17-d830-4309-afeb-6dd11a3c3d7e", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:51ed85", "ysrc": "loantranvn810:9:f80981", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1b1a609b-b4a7-4a1f-9d88-2421c65ee28b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:30ce58", "ysrc": "loantranvn810:9:90bb0f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "9065f870-3ba2-4fe2-a0c0-93a2e71e019a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:b201a8", "ysrc": "loantranvn810:9:662c93", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "4c3a4731-46b4-43ec-ac64-4957c9d05983", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:d3c185", "ysrc": "loantranvn810:9:c4532e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "2976e28b-4735-485b-8655-ef20dba2b383", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:446dc5", "ysrc": "loantranvn810:9:b76d09", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "faef9c54-56f7-47fc-b896-9a2e95240a61", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:ecdd16", "ysrc": "loantranvn810:9:c8345e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "2684651f-e11c-41ae-9bcf-6263896f8c2a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:3a9ddb", "ysrc": "loantranvn810:9:20a168", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "cc3535e3-98a1-4a20-a3d6-50756f59f8b1", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:018c37", "ysrc": "loantranvn810:9:9d9180", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "e1699dac-b499-4543-8733-c41f1690fbcb", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:9234a7", "ysrc": "loantranvn810:9:84d174", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "cf2d248a-ab9e-4b1e-a5f5-b82a0977ec1d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:adc6ff", "ysrc": "loantranvn810:9:fc1aae", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "e0f7aff2-2a7d-49c0-b310-ab60115d9088", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:aaecd4", "ysrc": "loantranvn810:9:8b8f8d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "49ea9850-45d6-444f-b0f1-68a6c2c872a3", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:28c31e", "ysrc": "loantranvn810:9:badad1", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "51fd264e-66c5-44a9-a462-2ccbd9d9f56f", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:c6dd64", "ysrc": "loantranvn810:9:58eed4", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "ff637fa4-9656-4331-893b-be5509bfced9", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:22b759", "ysrc": "loantranvn810:9:8529a2", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d34f0025-5393-482d-a851-5d157c74f814", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:331b3a", "ysrc": "loantranvn810:9:ec620d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "919b9112-4836-474f-8c8a-03476890ecd3", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:684004", "ysrc": "loantranvn810:9:c58246", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "02df9228-3cb6-4b38-8c36-d431fe709ed3", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:7ce5a0", "ysrc": "loantranvn810:9:6bf431", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "5fce16ec-8742-47b2-8429-691a432ff584", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:c1ee90", "ysrc": "loantranvn810:9:a76f2a", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "a783de58-3242-4b84-9046-4b39daf34c40", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:a83c42", "ysrc": "loantranvn810:9:e2c537", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "2af1f5bf-d6e6-41d9-89d8-1677ffa99c40", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:e7c943", "ysrc": "loantranvn810:9:7f0335", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "7150c7d2-5a87-4f6a-ae75-f08a98838b66", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:16243a", "ysrc": "loantranvn810:9:341be5", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f8484d07-dcd0-4463-9b4f-4316422d2271", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:41b78c", "ysrc": "loantranvn810:9:1670d3", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "83e647f4-9d8e-40cc-be3c-0af145dff405", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:d85149", "ysrc": "loantranvn810:9:173e9d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "54f914d3-c498-4a2d-a745-a5cf9148294d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:7bb366", "ysrc": "loantranvn810:9:01bae7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b0391757-f1f7-4af0-98ce-4f561b7f454e", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:e1f854", "ysrc": "loantranvn810:9:fb9c3b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f04f5d31-5aeb-4fbb-8373-775b008a79f4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:64c1c4", "ysrc": "loantranvn810:9:fcfa9c", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "889bda6e-063b-4df1-ae61-b65a7246cde7", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:a465fa", "ysrc": "loantranvn810:9:547b91", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "e3a1b8dd-7df4-440d-8377-68c991b850a3", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:16501b", "ysrc": "loantranvn810:9:f3a949", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "bec6a658-ba46-48f6-89f1-12fca1ae0592", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:63b5e9", "ysrc": "loantranvn810:9:5ec9f7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "e350208d-41cb-4923-bf34-680cbeb9adb7", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:f55c41", "ysrc": "loantranvn810:9:7a664f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1817b637-c792-4a6c-a862-7a5ddd6d65bd", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:fc6245", "ysrc": "loantranvn810:9:5812d4", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "a2a56044-b03c-4d1d-a8bd-66810259dd64", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:fd72ba", "ysrc": "loantranvn810:9:eb1c28", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f86fcc0c-bc9b-4411-b74d-3528c873f7ca", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:96f523", "ysrc": "loantranvn810:9:798262", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "32760c15-adc3-49e8-8cab-349ae88a7433", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:2377ad", "ysrc": "loantranvn810:9:ce0ca9", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "5dbfa296-2e5f-4f2f-a714-ff3a89631c16", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:f20c3e", "ysrc": "loantranvn810:9:8a1f3a", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "4a365656-49f0-4471-8808-8955e62be5ba", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:5c9f76", "ysrc": "loantranvn810:9:b196fb", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "503116b4-9cfd-46b7-8a6f-4e4cae32993c", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:1be011", "ysrc": "loantranvn810:9:7ee713", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "07589dd5-f8db-43a1-b2bd-16fe9c6ceffb", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:a071cc", "ysrc": "loantranvn810:9:5e760a", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b963e58f-ae41-4355-a12f-12035d935989", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:7161ed", "ysrc": "loantranvn810:9:6f2977", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c6e619a8-a2f8-4fd6-8ecd-5afd84c8e1fe", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:46a083", "ysrc": "loantranvn810:9:4b9645", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "85bab949-f88a-435e-969e-b7f7acd4ab18", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:9f6c81", "ysrc": "loantranvn810:9:01cf64", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f9341c63-46fc-4840-96b9-ddffa379b29d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:180831", "ysrc": "loantranvn810:9:061c3a", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "6bdc5b39-ce18-4617-96a9-65db0905c8a2", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:96d361", "ysrc": "loantranvn810:9:5aea77", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "6b1e72c0-51a9-4c20-9e40-aa1d8598967d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:5fdcd2", "ysrc": "loantranvn810:9:3fe41c", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f6ca52fa-12f5-4a05-ab05-9c43ffefab37", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:c316b2", "ysrc": "loantranvn810:9:248c7a", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f6fcadfa-7a42-49bc-bb87-c861d962235d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:fdb8a8", "ysrc": "loantranvn810:9:48109a", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "3c8766b5-f7bb-4546-b43c-d7fdbea2f2fb", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:5e15ec", "ysrc": "loantranvn810:9:a43710", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "6ca91d33-018f-4aed-9e19-f462c3970139", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:fbbbe4", "ysrc": "loantranvn810:9:b695b5", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d51bc55b-c303-4a9f-ae93-b94f1ca6cfa7", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:7d2d5a", "ysrc": "loantranvn810:9:ee5734", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "055a9b3a-5f79-4323-b1c9-bea3293ac81b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:ceb551", "ysrc": "loantranvn810:9:40c2ce", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "2c7a177c-a1a9-4804-bef4-427a84cfff34", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:05d968", "ysrc": "loantranvn810:9:db2113", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "e0faf19a-98fe-436d-9242-4604ff8d884b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:9ed8e7", "ysrc": "loantranvn810:9:80e186", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "9643a17f-cd82-4298-843a-fae89a5202fa", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:670257", "ysrc": "loantranvn810:9:e19cd7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1aa60f34-1288-48c9-86f7-bdf3bdc8125f", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:60191e", "ysrc": "loantranvn810:9:92b32b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "93c4a7d3-29c4-443b-9bf9-8a3a1014669d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:4007aa", "ysrc": "loantranvn810:9:289ef3", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0d397e12-8c5f-4287-aa9d-6e2c4140b0d4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:75d8ca", "ysrc": "loantranvn810:9:87eb85", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b23befec-f8ec-4a68-8e1f-89a561e80152", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:a71b67", "ysrc": "loantranvn810:9:126928", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c6f151af-a6df-4546-b630-7f3582f634da", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:430871", "ysrc": "loantranvn810:9:6fa204", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f3065cdf-dc09-497d-bcc3-82582e893515", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:c61fed", "ysrc": "loantranvn810:9:be2982", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "9cfdcd04-32c1-4343-bdec-8301f1362cb7", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:b6a401", "ysrc": "loantranvn810:9:468030", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "236dceed-825f-4681-a73f-ff4aad017e89", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:baf968", "ysrc": "loantranvn810:9:3ea45e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "a153d24a-1b07-4fdf-b808-3028b3f2116a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:57a2ac", "ysrc": "loantranvn810:9:164f58", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "862008e7-3825-43d4-8f6c-2d8d343922fc", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:d1e415", "ysrc": "loantranvn810:9:8957e4", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "47c60db0-64e3-40b6-8126-3bab416cca61", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:9cfd18", "ysrc": "loantranvn810:9:2486b5", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c6f4b486-0f35-49f5-9c61-05d59fb3b040", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:008f76", "ysrc": "loantranvn810:9:4f4eea", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d21aeaa3-d218-49a8-a744-292e8ab99de1", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:c74c61", "ysrc": "loantranvn810:9:8a2b27", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "81f90bdb-4e10-482c-8102-d061e3d3eb6e", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:6901d4", "ysrc": "loantranvn810:9:bf291b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "42ce12ef-63da-49bc-bc7e-43ccc199c2c4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:7efa80", "ysrc": "loantranvn810:9:4b443e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b79d2d53-e048-4cfb-a494-a4afe5458e21", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:eb7681", "ysrc": "loantranvn810:9:a0a542", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "a4f3dbee-d0d1-470d-9a41-68c9fa4e24f4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:26ba8e", "ysrc": "loantranvn810:9:64f141", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "09d8d2fd-144a-4a97-bfc1-13453c490418", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:cfdcbf", "ysrc": "loantranvn810:9:3b1355", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1d527573-39c4-4bdc-ac8d-62ca2475d497", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:1d85a0", "ysrc": "loantranvn810:9:ba2270", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "558b4ebe-8784-4d5a-8075-c6a46895f300", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:ed40dd", "ysrc": "loantranvn810:9:a097a0", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "23aedd45-7528-4f95-b4bd-f82b3c08022d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:cd2797", "ysrc": "loantranvn810:9:5b553a", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "fa90a79b-d38e-47ef-9f7a-ad33367d571a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:9749fe", "ysrc": "loantranvn810:9:0cd3e2", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1437a94f-7429-49d6-abb8-93a082e8d548", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:b0056b", "ysrc": "loantranvn810:9:b97232", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f52748f1-6a9e-4cee-bc2b-fbb4cafebc38", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:4f64c4", "ysrc": "loantranvn810:9:3e762b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b41dac86-792f-49d7-ae40-6c230726456d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:da778a", "ysrc": "loantranvn810:9:01403f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b43cfd53-c017-4ffb-8095-764901c611a3", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:c27570", "ysrc": "loantranvn810:9:150b9f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "fd1de90b-4090-4d8c-b834-dc6873a5a581", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:04e9ea", "ysrc": "loantranvn810:9:c8cc78", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "7c6d3af8-11bd-42fc-a3d2-5b98cec69178", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:a05ee4", "ysrc": "loantranvn810:9:599dfb", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "014dd431-64ab-442d-949f-3895da6bf474", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:18b2cd", "ysrc": "loantranvn810:9:5409fe", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "14a8f383-dc1e-4bb7-a76d-8fc53bf06e60", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:ecb7d1", "ysrc": "loantranvn810:9:161f90", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "13d08e76-c3fd-4093-8252-7a22080f0316", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:92d09f", "ysrc": "loantranvn810:9:cd8bd2", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "cc43c5a3-37a8-41fa-a4df-b2115dd6ce5b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:aef713", "ysrc": "loantranvn810:9:95ea37", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "31143442-9b88-4305-8b58-15d239cd68ab", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:4bebda", "ysrc": "loantranvn810:9:a53120", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b7f3390e-6ab6-4635-b3a3-993837effde0", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:51a48d", "ysrc": "loantranvn810:9:a638c3", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1df1d159-6581-40e0-8e3f-9bdc379dd201", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:ad8432", "ysrc": "loantranvn810:9:69d122", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "44ef9290-6bbc-4b77-9b4f-32652c0aca0a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:50bef6", "ysrc": "loantranvn810:9:47be7b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "93a33016-58ae-424a-bc3f-d706dafd5ea3", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:e69b8e", "ysrc": "loantranvn810:9:5e62f0", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c77d14ed-6530-4b89-9d7e-260fe437f96a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:95c7a9", "ysrc": "loantranvn810:9:7a5072", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "87e40630-68b2-4981-b1ba-e48ab9887b98", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:95cd39", "ysrc": "loantranvn810:9:eb2bf6", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c865b938-94c1-4334-a1c5-63687304fb5d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:838c06", "ysrc": "loantranvn810:9:012974", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f60668c0-83b9-4366-bc82-e39794c007b2", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:0ce458", "ysrc": "loantranvn810:9:14cc33", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d4f11146-efe5-4426-b66f-88799a126a50", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:390434", "ysrc": "loantranvn810:9:b83480", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b89c9d7f-01a7-47ec-904c-db4611525764", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:6d04c2", "ysrc": "loantranvn810:9:680ebb", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "245c4441-f0de-44a7-b51d-b3e365769c12", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:458f50", "ysrc": "loantranvn810:9:ccf8a9", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "74b1945d-a482-4807-82c2-cf7f15056671", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:a847eb", "ysrc": "loantranvn810:9:9cb7b3", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f03dc26b-ec6a-40c7-a856-b235b298ffa5", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:eec7a6", "ysrc": "loantranvn810:9:7f222f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1b598d66-f6c4-4fe3-aac4-6063317daf94", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:a0ff0e", "ysrc": "loantranvn810:9:0ef20f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f7accd10-d807-4a18-bc8f-9c1e970fc07d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:e79119", "ysrc": "loantranvn810:9:92c087", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "51840982-57a2-4b3d-bb50-496afdfa5a07", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:6d7f1f", "ysrc": "loantranvn810:9:3ae97a", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "466cbc8b-dc13-47fc-8e42-2f38aff5f986", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:d0e291", "ysrc": "loantranvn810:9:ee628b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "24076b4e-3690-411f-a3a6-ee5a3e86d4f9", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:6bb069", "ysrc": "loantranvn810:9:95609b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d397c56c-57ee-407e-aaea-ebf3ca58bfcb", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:7bcd6b", "ysrc": "loantranvn810:9:2bfebe", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "6aaa2a77-a96c-4aaa-a17e-3cce5433f434", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:3b4278", "ysrc": "loantranvn810:9:28b198", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "ad4728e0-a689-4475-ba40-b681e9ed901d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:47316b", "ysrc": "loantranvn810:9:f4d1b0", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "48f2e9a1-1734-45e6-b2a1-56cbe002264b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:60e786", "ysrc": "loantranvn810:9:d3d0f4", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b31ae3cd-7075-48c9-ae64-1aca478051dc", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:bbf274", "ysrc": "loantranvn810:9:b53e35", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "4a8b4a6b-afc8-4924-ae58-20d5565cf821", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:969c5e", "ysrc": "loantranvn810:9:d117a0", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "2da9bfef-8f5e-4069-933b-6de0b25b2140", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:d771e1", "ysrc": "loantranvn810:9:3ba704", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c8b06450-3724-490b-af34-0d7fd96066ef", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:3891e0", "ysrc": "loantranvn810:9:5ebebd", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b9728975-9683-4e5b-ad37-121fa24ab0e2", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:dea54d", "ysrc": "loantranvn810:9:6973df", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "2f963b92-740c-417e-9646-dd480e7bb444", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:521074", "ysrc": "loantranvn810:9:6489c4", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "ff7e27c3-812c-4692-bc7c-44682bf7f6d9", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:94baf2", "ysrc": "loantranvn810:9:17cc95", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "3778e3a7-7464-4e98-b818-2ab5861971c0", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:782d72", "ysrc": "loantranvn810:9:7a5707", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "5ef9f5c5-f5ba-4cda-8ed1-1142bf694008", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:404d21", "ysrc": "loantranvn810:9:e94049", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "80d3e203-fa1b-4c2f-9046-0708539a8d57", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:738d1d", "ysrc": "loantranvn810:9:372aea", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d9511470-cf44-4bac-b534-91ae10a1a435", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:b00048", "ysrc": "loantranvn810:9:67ae9f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "3f779f49-b048-45a4-a0ff-4bdf8cec3458", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:943e2b", "ysrc": "loantranvn810:9:f11fb2", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "a8e77ac3-541a-486f-be31-a7a56104e474", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:afc6b0", "ysrc": "loantranvn810:9:5ce271", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "efa08d43-6909-4845-8d33-06696ed0096b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:a9a8d5", "ysrc": "loantranvn810:9:e4780c", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "ea7f3b41-8188-4bd7-9ea9-762954195147", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:20f02b", "ysrc": "loantranvn810:9:0a1b7c", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0702587a-2123-48dc-9ef2-0110cb730936", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:658970", "ysrc": "loantranvn810:9:40b6bd", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "7332a4bc-5bee-4ccc-9503-599cac233d36", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:e103c7", "ysrc": "loantranvn810:9:a62169", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "6ca85130-61b5-424b-a7c1-f03d5bb791d2", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:8535d1", "ysrc": "loantranvn810:9:10bfa4", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "5d59fb44-ec63-4c0f-b91d-b8a15994937b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:dfcd76", "ysrc": "loantranvn810:9:3dba62", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f0e0a143-7d81-4b04-8d4e-32bcad9ee373", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:92155e", "ysrc": "loantranvn810:9:12225c", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "917718a5-0a29-4583-988c-9fdf8a1d2f4c", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:c29740", "ysrc": "loantranvn810:9:faa1c8", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "a93dd418-2615-4d31-8a3b-b3b9ed746e3d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:fd76fd", "ysrc": "loantranvn810:9:4d2349", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "5638490e-cda0-4141-9703-6b4fdf90ea82", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:2a9ef0", "ysrc": "loantranvn810:9:54b638", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "801d4917-bdb3-4b37-9eff-c5bdf74d85b5", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:6ba41b", "ysrc": "loantranvn810:9:53638d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "315bdc88-5980-435a-9508-b9e52153bc68", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:31513b", "ysrc": "loantranvn810:9:4abcb5", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "73b9620c-17d7-43c3-9f31-a2145e823c8b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:1ccd5d", "ysrc": "loantranvn810:9:0e97f2", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "50d74783-a5e5-4ddc-ac74-9206b87a0361", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:2ba86d", "ysrc": "loantranvn810:9:601e40", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "7310b86d-7497-4a08-87ee-7861bd460fed", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:ee3a1b", "ysrc": "loantranvn810:9:410c87", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "7f624030-87f1-4b33-a911-8def00454848", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:cafe06", "ysrc": "loantranvn810:9:3a55dc", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "42a08b6e-2650-4c41-8b9d-e6b3c10a1b5a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:fe4635", "ysrc": "loantranvn810:9:ee3332", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1975c7d6-f683-4c7c-aab7-f6e787cc1a06", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:17599f", "ysrc": "loantranvn810:9:e71c42", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "52c5dbd1-6f42-4aa8-bb55-009d22ee3566", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:491253", "ysrc": "loantranvn810:9:a64b05", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "4088603e-2d25-460b-8a63-7d40fb9bd88a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:ee0ac6", "ysrc": "loantranvn810:9:00a68f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "dc80a416-2e38-49df-aa3e-2f8178c1dd67", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:187a6d", "ysrc": "loantranvn810:9:b5eee7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c945eb5e-b2f1-41e8-a4dd-a3a80cc50dc0", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:661dc0", "ysrc": "loantranvn810:9:1911a3", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "3ac08c0a-fa61-4278-bd36-62687355c8ca", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:70fc3a", "ysrc": "loantranvn810:9:b1b48e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "77baf7f8-d447-4201-8410-bbec9cce2268", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:ca4340", "ysrc": "loantranvn810:9:ca084b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "18ed67e4-7ade-45fa-b73a-8bc26f094817", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:1e1903", "ysrc": "loantranvn810:9:f7ba14", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c3a00302-718c-4846-b4bb-8c1e77c0bb16", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:5028f6", "ysrc": "loantranvn810:9:c1af13", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "fa88956d-d22f-4dbd-b14e-32b514d621ef", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:30ab6f", "ysrc": "loantranvn810:9:76e64e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "ee44c8dc-945b-4a2c-9895-cd50b5da815a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:ed4e16", "ysrc": "loantranvn810:9:557cb2", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d2dc7632-c191-45fc-864c-37ed56e70ad6", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:37dc59", "ysrc": "loantranvn810:9:851e1c", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "fabf3f6a-1651-4fa1-9b1f-32759f855b93", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:d0b6b4", "ysrc": "loantranvn810:9:e53e4d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "a1a2e3ca-cb14-432b-8d07-d6be7aed5022", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:933817", "ysrc": "loantranvn810:9:bbdee6", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "16febf36-dc58-49d3-8f70-ac039e962032", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:e29a02", "ysrc": "loantranvn810:9:a5f884", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "ec610ad8-aa81-474f-b0a1-ae57c957a329", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:a7ea0e", "ysrc": "loantranvn810:9:11edbd", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "900e093c-2dad-4b2a-a791-40955a4755f8", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:d1547f", "ysrc": "loantranvn810:9:8a8363", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "8d21ae72-4506-42b2-a290-1b1cda0a3781", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:0ebc9e", "ysrc": "loantranvn810:9:5f930b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "ca79d0d9-2ed2-4d6d-a8e7-876e9153dc32", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:cd4272", "ysrc": "loantranvn810:9:701448", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "05bab43b-abfd-4f76-bafb-6ed05b5ac755", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:a8aa92", "ysrc": "loantranvn810:9:aaadc7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b976ec2c-495a-493f-8409-19bb4ac27ca8", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:bbe236", "ysrc": "loantranvn810:9:4efc69", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "8277256e-edc9-4a7f-9a30-c30425cf6b69", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:09c35b", "ysrc": "loantranvn810:9:ba37a3", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "acfbb6ab-4c5a-41c6-8a07-0eaea59d6590", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:c890ef", "ysrc": "loantranvn810:9:8a05b8", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1957fd5a-5c9f-4b03-9760-91e225fa6808", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:417389", "ysrc": "loantranvn810:9:71df75", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "27e5e67b-cc15-43a5-8c51-5b20694f5754", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:e2cdb4", "ysrc": "loantranvn810:9:aa0f09", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0e0360e0-a457-4df4-b709-ad38fa168ff5", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:84e69f", "ysrc": "loantranvn810:9:c5297e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "12b5670f-be01-40f8-8aa6-f663a08a99a5", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:fd776c", "ysrc": "loantranvn810:9:9c48df", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f4d0d6b8-cb29-45a8-8043-01d585fbc3af", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:809289", "ysrc": "loantranvn810:9:3eaee6", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "6f7b3f07-8d71-4a88-9c2b-d698e67b7760", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:ccc9a4", "ysrc": "loantranvn810:9:a453c5", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "9b758071-f3ea-4cb5-a36c-3bc69d3b5ccb", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:59caff", "ysrc": "loantranvn810:9:19f8d5", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "244acb9e-2270-45c4-b807-d693c2264c47", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:f15e10", "ysrc": "loantranvn810:9:0cb349", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "15b9775b-ba60-42e9-a62c-43c324a38e0f", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:dad46d", "ysrc": "loantranvn810:9:7c2c1a", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "aa948ad6-5a9d-49ba-a333-6e22466ccdd0", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:c60a60", "ysrc": "loantranvn810:9:7fa5fd", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "2f4efbdb-42e8-4676-806d-e08e6c9152e4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:e852f9", "ysrc": "loantranvn810:9:686a83", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "e40fb1ec-a356-40ba-96fb-67146c29a367", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:1e229b", "ysrc": "loantranvn810:9:83a2ec", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "47482b59-4ba4-49cc-9437-228abfee044c", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:c9f3b0", "ysrc": "loantranvn810:9:1ad4b1", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "961b6d90-20ee-46b0-871c-2f556253c399", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:92bb9f", "ysrc": "loantranvn810:9:9a9c8d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "7ead51ab-8d6a-40b0-b195-121b639922a4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:34838c", "ysrc": "loantranvn810:9:20e8b1", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "931945d3-0ab0-4542-8d59-a565182263af", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:b740e9", "ysrc": "loantranvn810:9:5a6842", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "34031fc1-305f-4b05-af0d-9293b50bac83", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:029c05", "ysrc": "loantranvn810:9:0415fa", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "c51d6235-520b-402c-8026-1b16ff3ef6c1", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:8d76c5", "ysrc": "loantranvn810:9:27f727", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "885ee975-67e3-469a-9a4d-db2fdf7c6f56", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:9b6beb", "ysrc": "loantranvn810:9:14b087", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "bcc591c6-aec4-4757-b702-d0ad4cb95b85", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:3b4015", "ysrc": "loantranvn810:9:3922d8", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "247e4e4b-595b-443d-b13b-ddf77ab17fcb", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:930b47", "ysrc": "loantranvn810:9:d7bb32", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "5ae09ee5-c283-4e4b-b600-8c4fda46edad", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:5cf3ed", "ysrc": "loantranvn810:9:a9e50b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "59a1e2b8-e0a6-483f-ae67-2c9b6d902ce6", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:863684", "ysrc": "loantranvn810:9:666846", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "035a1888-4b58-4c62-8eab-4316a4905807", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:1a6bf7", "ysrc": "loantranvn810:9:545c6d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "fe412929-8d52-4b37-b143-86f36851f804", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:1a8be3", "ysrc": "loantranvn810:9:54f292", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "bcfa7e38-5dc3-426d-9b67-1316c6e59425", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:88884a", "ysrc": "loantranvn810:9:72b1b7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "b88f96e4-8971-419a-989e-50a2be0de84b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:2cdbae", "ysrc": "loantranvn810:9:954022", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "bbf2d504-1acf-4d69-b1c6-bc766315210b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:d919ca", "ysrc": "loantranvn810:9:887c8f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "630fe44d-204c-46e6-b1ba-a54408ddb808", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:c0de8f", "ysrc": "loantranvn810:9:760e4e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "6c619c4a-0a07-42e6-9e5f-696378da2d17", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:c53440", "ysrc": "loantranvn810:9:e05246", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "4e2a0ba9-690a-4cbc-9a4a-644456e110a3", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:7375a3", "ysrc": "loantranvn810:9:041f49", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "e48bced7-bb65-4c36-ab3d-441c5bb11e4c", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:31ce5e", "ysrc": "loantranvn810:9:f8a544", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "b6243eaf-8437-468d-a9c4-d70bad57a94d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:3eda07", "ysrc": "loantranvn810:9:336273", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "26d1dbac-2d75-4e73-b9fa-db8d77104f0d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:d9bbb8", "ysrc": "loantranvn810:9:8cb7f6", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "26baab00-1493-40f0-86c4-bc708871352a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:6b847d", "ysrc": "loantranvn810:9:5c32dd", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "8e04e42c-574e-42d6-a5ff-0234fd2adc51", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:607dae", "ysrc": "loantranvn810:9:516053", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "ea874936-74a4-4638-a198-21458a445f7d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:ddef9f", "ysrc": "loantranvn810:9:3b4ed7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "51db08fe-3147-4dad-94e9-871ea4791ed1", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:39b07c", "ysrc": "loantranvn810:9:247340", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "f50c776e-603c-4df1-80ee-3e29a615b100", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:1a941d", "ysrc": "loantranvn810:9:99b9b0", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "e510734d-9186-4379-824a-3343d2bfcdad", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:a39914", "ysrc": "loantranvn810:9:7de39c", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "af32e207-ad85-4d73-bac0-b75900a462fa", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:52e338", "ysrc": "loantranvn810:9:f47d15", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "14c00f61-7af4-4a92-89cf-e0a066c430ca", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:2bf292", "ysrc": "loantranvn810:9:38970b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "212186f2-d812-4841-b373-26e6797c5a98", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:4a48a1", "ysrc": "loantranvn810:9:fe864c", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "fa76c982-bc72-4ea9-a44d-b657a5b2b1cc", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:6881c9", "ysrc": "loantranvn810:9:f0b63d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "6dbb8c0d-8172-453b-8f1e-469e2bf39c70", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:46b254", "ysrc": "loantranvn810:9:24cf35", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "b8c43aed-67fa-45fd-ad0c-58d4d06ef2c1", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:fc9bda", "ysrc": "loantranvn810:9:acd9a0", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "4107a6ab-4fb2-48ea-b9f3-339ab09a0550", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:a6db7b", "ysrc": "loantranvn810:9:053a83", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "93c8d5b3-b34c-45c1-b0ca-7871da75b567", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:18a9f0", "ysrc": "loantranvn810:9:1c6086", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "b70b56a8-c2fd-4ca0-9822-914874091c85", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:cb8ab4", "ysrc": "loantranvn810:9:57328e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "a84484fd-ca1f-4356-9e5f-118f65bbefdd", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:a0e490", "ysrc": "loantranvn810:9:8b957b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "f73ec22b-493f-436c-9bde-dcde597a4b00", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:363261", "ysrc": "loantranvn810:9:07ffe4", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "25c3ac07-ca54-4b3d-a8a5-2544b7a564db", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:5a7db7", "ysrc": "loantranvn810:9:cc54e3", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "2ff31925-3a7f-4290-98e4-1b9d14709675", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:1485f3", "ysrc": "loantranvn810:9:8da443", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "3a2a8e7c-36a9-4b16-98e8-dd3b263eede6", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:c4faf1", "ysrc": "loantranvn810:9:332b64", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "ef25db33-6ef3-458e-ba5d-743476da395f", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:3a5407", "ysrc": "loantranvn810:9:554469", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "060d49d3-c1e7-436c-8ca4-f74654d959a2", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:1c008d", "ysrc": "loantranvn810:9:8d0543", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "e003d4e9-6fc0-4115-a62b-1d4c84953705", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:8e8547", "ysrc": "loantranvn810:9:80f360", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "cce47c99-9e00-4b1d-9775-30befcebfba7", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:3a45b7", "ysrc": "loantranvn810:9:e4a75d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "a8d3a600-049c-4f41-9d4c-3cbe0f096a25", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:685c39", "ysrc": "loantranvn810:9:0f4a20", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "675310cb-4109-4428-9917-138676201832", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:a1b0bd", "ysrc": "loantranvn810:9:38c04b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "397710aa-3685-40e2-8a82-1e84b13c97b8", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:f7fa85", "ysrc": "loantranvn810:9:73c157", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "44498acd-afd3-4792-845b-a1a3958fd587", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:777fcc", "ysrc": "loantranvn810:9:0e6cd5", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "520f2241-87e8-4f8c-b9a9-234d172038a2", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:214278", "ysrc": "loantranvn810:9:1d1a2e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "8bbed94b-b8c4-421b-ab80-b2547b1d1afc", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:494c7f", "ysrc": "loantranvn810:9:53ee70", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "8a6e5fdb-6b15-44dc-86fe-4af6ea92ff7b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:b071be", "ysrc": "loantranvn810:9:b95595", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "a5e155db-363d-438d-868d-c9deb4ad3ea6", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:d0cc74", "ysrc": "loantranvn810:9:aa84fc", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "f5f7f04c-4433-49ab-8330-27b0ee35853a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:7ed990", "ysrc": "loantranvn810:9:f9a393", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "c0b7b554-c418-4ee6-bae2-658f3e8afece", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:3c0368", "ysrc": "loantranvn810:9:0f38d9", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "6b3a5a8e-50ef-4c37-b560-08370172e236", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:f19283", "ysrc": "loantranvn810:9:0a6252", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "54514c7b-2f74-4b1b-afd0-76e8c2bd3e8d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:527920", "ysrc": "loantranvn810:9:fe7b5f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "c892265c-81bb-4b39-84ad-d18f7175e723", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:01b48e", "ysrc": "loantranvn810:9:7afb53", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "0a80bd1d-3630-4140-a80d-2d4b69d8fae5", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:23b957", "ysrc": "loantranvn810:9:b30d26", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "4914a692-8441-4f85-8013-de893edbaa4b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:adc57e", "ysrc": "loantranvn810:9:b58599", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "5668d071-1af3-452e-b355-ba14c21b503c", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:f29ca4", "ysrc": "loantranvn810:9:c8ed4f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "b818e112-ba37-46df-998c-1fa6e91a3688", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:0decf3", "ysrc": "loantranvn810:9:b3c3eb", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "1666cdcc-4c0f-44a0-b340-672926ac64a6", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:e24a10", "ysrc": "loantranvn810:9:2993e4", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "c01b9bee-7762-4446-afe9-7571bd3bad1b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:0d7147", "ysrc": "loantranvn810:9:97938f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "6345a656-d9e5-4758-b371-e0253929069e", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:ab9405", "ysrc": "loantranvn810:9:6b1417", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "795e0fe2-5fcd-44f2-8f6c-6cf4815da63d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:3e060d", "ysrc": "loantranvn810:9:755650", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "6f280de5-3190-4447-b3b4-9269d9f18758", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:dbc8c7", "ysrc": "loantranvn810:9:da6d42", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "ebf4ed33-7d85-46fa-983b-58c89e802903", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:4ea76d", "ysrc": "loantranvn810:9:dd88dc", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "e33ff05e-3e4d-41e5-8e0f-f6e853138de4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:a6992d", "ysrc": "loantranvn810:9:0fcc22", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "b0c22957-364f-4be9-88a0-dbf926701bd8", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:fa89f5", "ysrc": "loantranvn810:9:5c947f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "13e12ad5-9458-47d7-a734-f28a6ea3cda3", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:37f471", "ysrc": "loantranvn810:9:29331a", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "1520d712-8e34-4ed4-99e5-627882b94359", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:7c5c4d", "ysrc": "loantranvn810:9:dac19e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "34c8dbf6-a38f-4f7e-bd31-ba7cebf552c9", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:888432", "ysrc": "loantranvn810:9:522c6d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "6fd33955-c277-4aa4-9382-258c78b2e33b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:9:16e496", "ysrc": "loantranvn810:9:e2f3aa", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(0,116,217)" }, "hoverinfo": "text" }, { "uid": "a2a4e743-4504-4cff-baa5-e1834145c3fb", "type": "heatmap", "xsrc": "loantranvn810:9:5639a9", "ysrc": "loantranvn810:9:7e9d9b", "zsrc": "loantranvn810:9:3c0def,1e3f16,63faaf,b072e9,530bf8,ab431d,4af472,e5f506,9c95d6,2fde2a,08531a,03e019,daff44,492975,2c4a70,da038f,6f5c0a,9be35d,a93196,5edf3b,38bfdd,3d2bab,fcfe26,931a24,468998,8ab712,99c230,3f3f95,828f00,8cd972,afd898,f78dc4,2c116e,3aaf67,b603d2,f876c4,afb39c,386e42,2eb687,aae7a5,385028,b783b5,f3db6e,a7d6f6,b7c388,558cc3,6abad4,edbf29,316c13,fe6a4c,d4d21f,77ab99,a15037,160e3c,280dbf,796c43,06bb89,5256c6,4e9cac,59045f,96c22e,541e33,04d403,2dd3c4,223f74,336b2b,bcc635,1fc6e0,ecafc7,ee2857,2cfe13,800540,6b9f61,f8816a,cf0721,4cc65c,da86ad,25bc1b,2511b4,9966da,0a09c8,a92513,1203bb,f7ed43,18eb40,8a9e92,b0e0e9,4b999f,69a9cd,008f03,4932ec,bf57f8,80c034,24f3c7,9108be,a296f7,f535ae,6d19ce,460a45,8d2853,9c64db,4aac91,80b399,8e96d1,b1327f,1181af,278b74,86855b,6341d2,f37bba,55d5b5,2b804f,b9ad00,2c0380,2e1c49,01f7dd,082473,84beea,611173,721579,99ca15,1f3827,1043c2,816691,aa1be7,0001df,69ab3c,7b202c,48608c,7b555d,3242b5,10575c,ca2b14,feeade,52868d,204043,8d82a3,34a62b,411ecf,baa9dc,f13bd9,bfcb80,e5db73,0b7e83,bff82b,02e4a4,2f34af,83543c,ffff01,a1217c,ffbdac,6f42f8,ec674c,7e5573,c5dc2e,8f4b39,dc694c,7de5c4,1c20e8,dfa70e,e1c029,7321c1,4c96b6,b0097f,e8bd39,1bc1ab,fd4081,7896ad,a863e4,7070bb,5d75fe,ec2550,e43f90,cd80c7,40a09d,f3776e,8b342e,d113ef,1453a8,290554,18f5bf,d351b2,4d1f01,4a90dc,038a24,f0d457,146a37,72197f,1525ac,23c2fc,e04ed6,8a65ae,f35f7c,54074a,b6de59,5f7e97,834ccc,f1c8a1,00cec4,91714c,1f6784,2e9ff8,ff3ebf,4e31e3,1a14db,26abf2,848760,8e2ce6,073ff4,10dccb,3cf608,cd22cf,8e3685,86c95e,1d1906,c0f61f,777e4b,935a34,63f588,1eab4b,428834,6a6e4c,1f297d,0ea7af,2525e4,8a1360,8db1b5,975cc3,0e3734,021b9a,f62a11,f58d33,1af4ae,e73d28,e627e8,6509c4,641943,c353d1,4526f6,b02923,63fb5b,d2d297,e25f3a,71f296,708285,ae07f7,94c826,eb684d,a096c1,34fe41,aec2fb,0dd15d,43adc7,a13924,c4d679,54e8bf,680944,730118,ed06e1,3d9a4b,8c2799,7ba6eb,ac0227,de33df,6515ee,e69fc2,4db8a3,2cceac,47f24a,4718c0,ec5f8b,7f4219,a3de28,79c2a9,73006f,6627c8,4c7208,01ee98,cae301,797371,99eaa4,a7b990,0426db,30453d,08b722,0d4c00,a8c247,551820,d28fa0,8b9417,ce3224,a0bc2d,579989,1407fb,e2b4be,8e4623,dddb9a,a1228d,c11912,7f5379,ce9448,3a100d,747638,156d0a,531969,a9c17c,c0cbc4,ff9add,523f83,813d8c,fb8376,22bd3e,55f1b8,3857ba,f76daa,dba721,968dce,f6a4af,30de80,a820cb,fca5b2,dbc310,472da7,59ab61,1fcfd5,d998e4,be65e7", "colorscale": "Blues" } ], "layout": { "width": null, "xaxis": { "type": "linear", "ticks": "outside", "mirror": "allticks", "showgrid": false, "showline": true, "zeroline": false, "rangemode": "tozero", "showticklabels": true }, "yaxis": { "type": "linear", "ticks": "outside", "mirror": "allticks", "showgrid": false, "showline": true, "tickmode": "array", "ticktext": [ "141", "11", "107", "154", "286", "78", "303", "152", "189", "0", "210", "258", "33", "183", "157", "118", "313", "160", "123", "137", "7", "272", "85", "149", "301", "177", "124", "280", "204", "252", "109", "127", "77", "100", "159", "178", "271", "115", "165", "53", "169", "175", "117", "221", "254", "222", "80", "134", "190", "73", "46", "32", "98", "89", "90", "266", "308", "9", "88", "41", "261", "167", "168", "161", "259", "164", "166", "302", "248", "268", "225", "135", "304", "305", "253", "270", "12", "103", "108", "139", "1", "256", "173", "247", "150", "320", "6", "94", "20", "19", "106", "290", "318", "35", "269", "55", "217", "153", "67", "276", "128", "184", "316", "36", "284", "16", "96", "119", "120", "10", "312", "158", "4", "244", "315", "72", "223", "176", "279", "2", "14", "92", "49", "71", "186", "324", "66", "193", "291", "61", "263", "275", "79", "24", "13", "289", "87", "203", "267", "156", "207", "188", "274", "31", "69", "82", "50", "236", "201", "8", "56", "224", "75", "171", "192", "293", "15", "63", "25", "195", "18", "44", "70", "309", "191", "65", "281", "29", "227", "122", "226", "264", "283", "39", "174", "30", "288", "240", "278", "130", "311", "197", "34", "91", "273", "300", "38", "218", "219", "142", "47", "136", "138", "255", "257", "198", "233", "212", "277", "112", "181", "231", "243", "239", "297", "296", "58", "113", "213", "131", "114", "326", "200", "251", "151", "95", "182", "215", "205", "206", "196", "202", "250", "129", "323", "17", "43", "144", "229", "322", "172", "230", "26", "228", "5", "101", "306", "245", "84", "285", "27", "194", "148", "22", "163", "179", "238", "262", "111", "307", "23", "83", "110", "21", "48", "97", "299", "105", "133", "199", "235", "37", "295", "232", "260", "180", "40", "81", "208", "45", "214", "93", "321", "319", "143", "116", "242", "234", "294", "76", "126", "42", "265", "314", "282", "317", "68", "140", "125", "104", "237", "162", "86", "249", "211", "187", "298", "74", "246", "102", "57", "292", "241", "325", "145", "287", "209", "64", "132", "52", "155", "146", "99", "28", "147", "170", "216", "185", "62", "60", "220", "51", "121", "3", "54", "59", "310" ], "tickvals": [ 5.0, 15.0, 25.0, 35.0, 45.0, 55.0, 65.0, 75.0, 85.0, 95.0, 105.0, 115.0, 125.0, 135.0, 145.0, 155.0, 165.0, 175.0, 185.0, 195.0, 205.0, 215.0, 225.0, 235.0, 245.0, 255.0, 265.0, 275.0, 285.0, 295.0, 305.0, 315.0, 325.0, 335.0, 345.0, 355.0, 365.0, 375.0, 385.0, 395.0, 405.0, 415.0, 425.0, 435.0, 445.0, 455.0, 465.0, 475.0, 485.0, 495.0, 505.0, 515.0, 525.0, 535.0, 545.0, 555.0, 565.0, 575.0, 585.0, 595.0, 605.0, 615.0, 625.0, 635.0, 645.0, 655.0, 665.0, 675.0, 685.0, 695.0, 705.0, 715.0, 725.0, 735.0, 745.0, 755.0, 765.0, 775.0, 785.0, 795.0, 805.0, 815.0, 825.0, 835.0, 845.0, 855.0, 865.0, 875.0, 885.0, 895.0, 905.0, 915.0, 925.0, 935.0, 945.0, 955.0, 965.0, 975.0, 985.0, 995.0, 1005.0, 1015.0, 1025.0, 1035.0, 1045.0, 1055.0, 1065.0, 1075.0, 1085.0, 1095.0, 1105.0, 1115.0, 1125.0, 1135.0, 1145.0, 1155.0, 1165.0, 1175.0, 1185.0, 1195.0, 1205.0, 1215.0, 1225.0, 1235.0, 1245.0, 1255.0, 1265.0, 1275.0, 1285.0, 1295.0, 1305.0, 1315.0, 1325.0, 1335.0, 1345.0, 1355.0, 1365.0, 1375.0, 1385.0, 1395.0, 1405.0, 1415.0, 1425.0, 1435.0, 1445.0, 1455.0, 1465.0, 1475.0, 1485.0, 1495.0, 1505.0, 1515.0, 1525.0, 1535.0, 1545.0, 1555.0, 1565.0, 1575.0, 1585.0, 1595.0, 1605.0, 1615.0, 1625.0, 1635.0, 1645.0, 1655.0, 1665.0, 1675.0, 1685.0, 1695.0, 1705.0, 1715.0, 1725.0, 1735.0, 1745.0, 1755.0, 1765.0, 1775.0, 1785.0, 1795.0, 1805.0, 1815.0, 1825.0, 1835.0, 1845.0, 1855.0, 1865.0, 1875.0, 1885.0, 1895.0, 1905.0, 1915.0, 1925.0, 1935.0, 1945.0, 1955.0, 1965.0, 1975.0, 1985.0, 1995.0, 2005.0, 2015.0, 2025.0, 2035.0, 2045.0, 2055.0, 2065.0, 2075.0, 2085.0, 2095.0, 2105.0, 2115.0, 2125.0, 2135.0, 2145.0, 2155.0, 2165.0, 2175.0, 2185.0, 2195.0, 2205.0, 2215.0, 2225.0, 2235.0, 2245.0, 2255.0, 2265.0, 2275.0, 2285.0, 2295.0, 2305.0, 2315.0, 2325.0, 2335.0, 2345.0, 2355.0, 2365.0, 2375.0, 2385.0, 2395.0, 2405.0, 2415.0, 2425.0, 2435.0, 2445.0, 2455.0, 2465.0, 2475.0, 2485.0, 2495.0, 2505.0, 2515.0, 2525.0, 2535.0, 2545.0, 2555.0, 2565.0, 2575.0, 2585.0, 2595.0, 2605.0, 2615.0, 2625.0, 2635.0, 2645.0, 2655.0, 2665.0, 2675.0, 2685.0, 2695.0, 2705.0, 2715.0, 2725.0, 2735.0, 2745.0, 2755.0, 2765.0, 2775.0, 2785.0, 2795.0, 2805.0, 2815.0, 2825.0, 2835.0, 2845.0, 2855.0, 2865.0, 2875.0, 2885.0, 2895.0, 2905.0, 2915.0, 2925.0, 2935.0, 2945.0, 2955.0, 2965.0, 2975.0, 2985.0, 2995.0, 3005.0, 3015.0, 3025.0, 3035.0, 3045.0, 3055.0, 3065.0, 3075.0, 3085.0, 3095.0, 3105.0, 3115.0, 3125.0, 3135.0, 3145.0, 3155.0, 3165.0, 3175.0, 3185.0, 3195.0, 3205.0, 3215.0, 3225.0, 3235.0, 3245.0, 3255.0, 3265.0 ], "zeroline": false, "rangemode": "tozero", "showticklabels": true }, "height": null, "autosize": false, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~loantranvn810", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/12.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-02-21 03:15:32", "mapbox_access_tokens": null, "has_password": null, "username": "loantranvn810", "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-04-22T00:48:01.098666Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~loantranvn810/6.embed", "fid": "loantranvn810:6", "filename": "plot from API (1)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/loantranvn810:6/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/loantranvn810:6/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/loantranvn810:6/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/loantranvn810:6/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/loantranvn810:6", "plots": "https://api.plotly.com/v2/plots/loantranvn810:6", "parent": "https://api.plotly.com/v2/folders/home?user=loantranvn810" }, "owner": "loantranvn810", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~loantranvn810/6/", "world_readable": true, "date_modified": "2019-04-22T00:48:01.934Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~loantranvn810/6/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "d34419fd-b22c-491a-9831-f5d94f582fe1", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:1bf081", "ysrc": "loantranvn810:7:3542d8", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "690d4d56-5222-4970-99a0-727e12bc8d45", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:203a17", "ysrc": "loantranvn810:7:b9421d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "922ca3f1-deae-4b2d-97aa-71cdde432c81", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:a4e933", "ysrc": "loantranvn810:7:bd209f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "605234be-19a0-4352-a695-37e36806370b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:022ff4", "ysrc": "loantranvn810:7:e1ec14", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b6536745-ce6c-4b98-b819-30d8e0624bb7", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:a645b7", "ysrc": "loantranvn810:7:ba9897", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "83f8e27f-cfba-4219-9433-2d49feea346c", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:4ef81c", "ysrc": "loantranvn810:7:5675a0", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "63bd00c1-2201-4861-b27e-7cf8b48fcad7", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:2cdb03", "ysrc": "loantranvn810:7:c198cd", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "8d50719a-a9d7-4ea9-acc4-d0c6cb6e5ac4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:da8b67", "ysrc": "loantranvn810:7:0ee05d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "181da71c-793e-462d-927e-d85d9afaaeb9", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:99df14", "ysrc": "loantranvn810:7:4febd8", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f658ddb2-f6f7-46e7-a380-d61214e270f7", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:0c25bd", "ysrc": "loantranvn810:7:4de1ec", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "668488a3-469c-4db8-a4ff-f0f41060b9e6", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:a5a1f1", "ysrc": "loantranvn810:7:23a564", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "4100d019-a2c7-4233-8688-aa1a396f6902", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:c9a3d1", "ysrc": "loantranvn810:7:cb2c0e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "3c7f2bae-967b-4971-8f9f-152abbe55d47", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:a85149", "ysrc": "loantranvn810:7:054eab", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b5e73b24-cc2a-4241-8f1c-8355f1589e69", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:32cad5", "ysrc": "loantranvn810:7:500578", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "4288aa6e-ce11-40ee-9cfe-e75a0c69413c", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:64aa16", "ysrc": "loantranvn810:7:c26a60", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f09a9cb2-8682-4460-a66e-c0a2f16788ec", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:742c4d", "ysrc": "loantranvn810:7:8a7b63", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "58448db7-3203-4cb2-ac99-2cf4df3ffe23", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:a3c6bf", "ysrc": "loantranvn810:7:31f0af", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "e5eb3ef3-fa78-43b2-94f3-78c0747d629e", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:ae1f7b", "ysrc": "loantranvn810:7:942ba9", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "41bfca48-98e3-4563-b583-c1412ef28dc1", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:816be3", "ysrc": "loantranvn810:7:bd51c4", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "783b3717-372f-4bb3-b297-f2278dbfa7c6", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:b5aa2c", "ysrc": "loantranvn810:7:5f4b96", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b4891a4c-5d9e-4282-a470-1ff9f929c11d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:806783", "ysrc": "loantranvn810:7:dc2df9", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c859d111-11e6-403d-989f-b20caca8db44", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:3ed165", "ysrc": "loantranvn810:7:926fd1", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c796e15e-5c52-4719-9ef7-63f7c70fe3f6", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:b74375", "ysrc": "loantranvn810:7:a81249", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c7917c66-8544-4fba-89a1-c1d27768d66f", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:eb1d0d", "ysrc": "loantranvn810:7:e65f63", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "db3ffb64-b5e9-40b6-b007-3202601a32b4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:1a4ec5", "ysrc": "loantranvn810:7:6251fe", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "04908ad9-693e-48be-a472-66933b212437", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:4de4ea", "ysrc": "loantranvn810:7:abff86", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "95db8229-e516-48e2-bd92-52b2ead22e83", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:d21019", "ysrc": "loantranvn810:7:4ec561", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b0c2766f-bade-4a72-bc36-24f692791656", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:8304a0", "ysrc": "loantranvn810:7:ca32b1", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "149aa713-a672-49e4-a3d8-a239634691d8", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:e68401", "ysrc": "loantranvn810:7:268aca", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1c58b66f-24c5-446f-bda3-eba21bf2106b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:a2ed3f", "ysrc": "loantranvn810:7:4333af", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "dc18654e-b4b2-47f0-9c93-64e8ca9de650", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:453129", "ysrc": "loantranvn810:7:7c62b4", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "58a297e0-5427-4554-b53f-231a4bd3258f", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:bd9107", "ysrc": "loantranvn810:7:d9460f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "9a15b2ea-d8b2-485b-93a9-508e9fde9946", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:90b81b", "ysrc": "loantranvn810:7:477349", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "79588765-d6bf-4106-be32-8fcec80c3ec7", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:0ff151", "ysrc": "loantranvn810:7:ff466f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d5bf9270-7bd9-4f03-8401-51c48a021490", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:fb3a3f", "ysrc": "loantranvn810:7:51d8c7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "2292fc80-0276-4b93-be47-608a8853cb13", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:bf3067", "ysrc": "loantranvn810:7:1c5463", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d84c3616-203a-4e6c-b8ec-6d88b76077bf", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:5c95df", "ysrc": "loantranvn810:7:3f1b28", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "259ebc40-a187-4660-9c46-e47566f2a039", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:029d23", "ysrc": "loantranvn810:7:59ef54", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1e00526a-4856-4b19-90cf-649498a6b0c5", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:3e7e9c", "ysrc": "loantranvn810:7:62c0dc", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0abd58e2-903c-465e-b660-dd83b2bca2b4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:b681ba", "ysrc": "loantranvn810:7:9d4f88", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0842ac35-c518-40c3-86f9-52db733b5354", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:2789c0", "ysrc": "loantranvn810:7:b3571a", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0a24bdc0-cfa3-4005-a194-6b2dba0273d0", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:e11930", "ysrc": "loantranvn810:7:53c5bb", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "4d133c21-45ab-4ed1-93bf-20f74d9cf3ab", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:1b6ada", "ysrc": "loantranvn810:7:d846ba", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "ae7f643a-2a97-4769-8caa-1df2b51177f0", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:d9fa1c", "ysrc": "loantranvn810:7:9f4030", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c25c68ab-6618-4c91-b556-991c4ffc0438", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:fe21e3", "ysrc": "loantranvn810:7:417164", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "cd254e7a-e38b-48e3-87a6-7c19ebb9f55d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:009ee2", "ysrc": "loantranvn810:7:4ab854", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "bbb7222a-be6e-49e3-8a6b-48516adeb65d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:b2091c", "ysrc": "loantranvn810:7:4c6811", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "ad389a59-8afb-4e65-af5e-bd31a620b402", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:aab425", "ysrc": "loantranvn810:7:8d582e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1f0460ba-f9a9-4721-af19-df5a620a0bb3", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:62bb80", "ysrc": "loantranvn810:7:26f13e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "e531c2dc-669f-4683-9064-619186a47f63", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:5e201c", "ysrc": "loantranvn810:7:99962d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "7474d2cc-0bed-4bb0-b441-876df0063a5c", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:745102", "ysrc": "loantranvn810:7:004ba0", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "881b5001-d6c9-4268-b09c-9762d2ea0ca7", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:84f024", "ysrc": "loantranvn810:7:4c4ccc", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0dd467ad-5320-4f88-ae1e-981803447756", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:9cc98b", "ysrc": "loantranvn810:7:776bd3", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "43086c12-3859-43dd-8b94-dc60b3ee4189", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:408807", "ysrc": "loantranvn810:7:476a30", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "cfeab9ba-72d5-4ac7-8ff4-75bb06e2f49b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:a89548", "ysrc": "loantranvn810:7:8089ec", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "52830c26-de30-4012-9fb5-3602f31d5bf3", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:e8170d", "ysrc": "loantranvn810:7:307030", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d042ac8d-c320-45be-b638-bf69df612574", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:1ef645", "ysrc": "loantranvn810:7:aeee76", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "6a8745e9-f17b-4afd-8383-7f5916a4dcc9", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:8dfabe", "ysrc": "loantranvn810:7:e426cd", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "8da17f12-3317-4377-8671-5955b8d70626", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:bab3b6", "ysrc": "loantranvn810:7:5664b1", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "70022df7-7e06-41d0-8ae7-c123e7b2a1fb", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:a51bda", "ysrc": "loantranvn810:7:6c2265", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0ea483cc-26a1-4deb-ba2d-24bbd9a68263", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:4e6c8d", "ysrc": "loantranvn810:7:54176e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1c72a3b8-193f-4fec-ad90-96fa1415c50d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:d321c9", "ysrc": "loantranvn810:7:49c1c7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0a41cc14-1f0e-4cf3-9380-af6746cbf7ea", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:fc26b6", "ysrc": "loantranvn810:7:ac0c56", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d7aa69db-c0fc-4e94-81f3-6152b01e3003", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:fab6d5", "ysrc": "loantranvn810:7:e03b02", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b2c1b0de-7ff0-4b89-95ea-4ce7b8e1b459", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:6d193b", "ysrc": "loantranvn810:7:cecaf1", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "9abd2a8f-2b14-41d0-82cf-b90870bd34a4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:9df7e4", "ysrc": "loantranvn810:7:b6c772", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "8f92356f-7f02-4e74-b229-f5c1207e997a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:7fa7ca", "ysrc": "loantranvn810:7:57fc7d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "58e8bd32-2ca2-4f6b-bd4b-924b40b0fc3e", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:47ae01", "ysrc": "loantranvn810:7:318301", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "539984dc-f819-43bf-9e9d-ba661bf97bb4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:c5c9e0", "ysrc": "loantranvn810:7:481003", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "6f1f5541-1d08-4036-924f-2c7cb49ef501", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:e07b7f", "ysrc": "loantranvn810:7:ef170a", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "03c67f11-62b0-4181-b24c-1a2a9786f761", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:b65c1b", "ysrc": "loantranvn810:7:2581e3", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0f66ed7d-2933-43ca-a7a3-c03d81254586", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:a0e0c1", "ysrc": "loantranvn810:7:2b53d4", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0ec9e735-c5dd-43f9-971e-1e519009c95e", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:9389ce", "ysrc": "loantranvn810:7:f4cf52", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "2e8e1cc3-93e6-47cd-b836-f792ba785625", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:e0f4db", "ysrc": "loantranvn810:7:dc2f19", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "e0770749-d3ca-4fa9-8084-dbf83ad2434a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:8ef246", "ysrc": "loantranvn810:7:bc2066", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "95e3e1d9-b3c9-4fc2-9f7a-d1d4f362ced9", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:b8316b", "ysrc": "loantranvn810:7:b5df5a", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "bf486ed6-3be0-49f4-9891-82455f666e0e", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:c9d7a1", "ysrc": "loantranvn810:7:ea53df", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f3d63ca6-8aa7-4f1d-8035-b92cc4db3344", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:2fb628", "ysrc": "loantranvn810:7:709cb2", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "6bc09d17-d830-4309-afeb-6dd11a3c3d7e", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:f9e8e4", "ysrc": "loantranvn810:7:17daf8", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1b1a609b-b4a7-4a1f-9d88-2421c65ee28b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:9a8ea9", "ysrc": "loantranvn810:7:7c9e8f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "9065f870-3ba2-4fe2-a0c0-93a2e71e019a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:f31ff8", "ysrc": "loantranvn810:7:a5bea8", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "4c3a4731-46b4-43ec-ac64-4957c9d05983", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:3ad942", "ysrc": "loantranvn810:7:35e3ce", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "2976e28b-4735-485b-8655-ef20dba2b383", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:0dcf72", "ysrc": "loantranvn810:7:5b6106", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "faef9c54-56f7-47fc-b896-9a2e95240a61", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:78d3f6", "ysrc": "loantranvn810:7:848661", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "2684651f-e11c-41ae-9bcf-6263896f8c2a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:4ba969", "ysrc": "loantranvn810:7:1d2ada", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "cc3535e3-98a1-4a20-a3d6-50756f59f8b1", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:77d9d4", "ysrc": "loantranvn810:7:5f2a3c", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "e1699dac-b499-4543-8733-c41f1690fbcb", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:dcfc5e", "ysrc": "loantranvn810:7:99f6da", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "cf2d248a-ab9e-4b1e-a5f5-b82a0977ec1d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:710a6f", "ysrc": "loantranvn810:7:7757fe", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "e0f7aff2-2a7d-49c0-b310-ab60115d9088", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:44ea12", "ysrc": "loantranvn810:7:28fe4f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "49ea9850-45d6-444f-b0f1-68a6c2c872a3", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:074a72", "ysrc": "loantranvn810:7:225037", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "51fd264e-66c5-44a9-a462-2ccbd9d9f56f", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:10ea71", "ysrc": "loantranvn810:7:1e9743", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "ff637fa4-9656-4331-893b-be5509bfced9", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:58d424", "ysrc": "loantranvn810:7:f09ac1", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d34f0025-5393-482d-a851-5d157c74f814", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:0c31be", "ysrc": "loantranvn810:7:96d7eb", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "919b9112-4836-474f-8c8a-03476890ecd3", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:d852ae", "ysrc": "loantranvn810:7:791796", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "02df9228-3cb6-4b38-8c36-d431fe709ed3", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:2c8588", "ysrc": "loantranvn810:7:704e80", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "5fce16ec-8742-47b2-8429-691a432ff584", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:186a02", "ysrc": "loantranvn810:7:729b21", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "a783de58-3242-4b84-9046-4b39daf34c40", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:84759f", "ysrc": "loantranvn810:7:70cd4f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "2af1f5bf-d6e6-41d9-89d8-1677ffa99c40", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:18ff15", "ysrc": "loantranvn810:7:df8816", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "7150c7d2-5a87-4f6a-ae75-f08a98838b66", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:db7468", "ysrc": "loantranvn810:7:6bb4b2", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f8484d07-dcd0-4463-9b4f-4316422d2271", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:0dfa6c", "ysrc": "loantranvn810:7:497781", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "83e647f4-9d8e-40cc-be3c-0af145dff405", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:eb7801", "ysrc": "loantranvn810:7:914931", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "54f914d3-c498-4a2d-a745-a5cf9148294d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:8abf46", "ysrc": "loantranvn810:7:684735", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b0391757-f1f7-4af0-98ce-4f561b7f454e", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:3d2cae", "ysrc": "loantranvn810:7:b14804", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f04f5d31-5aeb-4fbb-8373-775b008a79f4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:f2972b", "ysrc": "loantranvn810:7:62e686", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "889bda6e-063b-4df1-ae61-b65a7246cde7", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:2a38de", "ysrc": "loantranvn810:7:65bbe5", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "e3a1b8dd-7df4-440d-8377-68c991b850a3", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:63f4d3", "ysrc": "loantranvn810:7:137a89", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "bec6a658-ba46-48f6-89f1-12fca1ae0592", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:5bc6fb", "ysrc": "loantranvn810:7:bc4496", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "e350208d-41cb-4923-bf34-680cbeb9adb7", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:f95cb5", "ysrc": "loantranvn810:7:4dc5d2", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1817b637-c792-4a6c-a862-7a5ddd6d65bd", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:a59d17", "ysrc": "loantranvn810:7:4b17e0", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "a2a56044-b03c-4d1d-a8bd-66810259dd64", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:3885ff", "ysrc": "loantranvn810:7:d31933", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f86fcc0c-bc9b-4411-b74d-3528c873f7ca", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:ac38e2", "ysrc": "loantranvn810:7:bdf6ea", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "32760c15-adc3-49e8-8cab-349ae88a7433", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:9f4b28", "ysrc": "loantranvn810:7:4ef9f0", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "5dbfa296-2e5f-4f2f-a714-ff3a89631c16", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:22e7cc", "ysrc": "loantranvn810:7:cf5e21", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "4a365656-49f0-4471-8808-8955e62be5ba", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:f35712", "ysrc": "loantranvn810:7:97a6b7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "503116b4-9cfd-46b7-8a6f-4e4cae32993c", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:8ccbee", "ysrc": "loantranvn810:7:0e9add", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "07589dd5-f8db-43a1-b2bd-16fe9c6ceffb", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:10c029", "ysrc": "loantranvn810:7:0fa2b1", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b963e58f-ae41-4355-a12f-12035d935989", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:e620b3", "ysrc": "loantranvn810:7:b5fc08", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c6e619a8-a2f8-4fd6-8ecd-5afd84c8e1fe", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:285be5", "ysrc": "loantranvn810:7:f9d467", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "85bab949-f88a-435e-969e-b7f7acd4ab18", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:041c2c", "ysrc": "loantranvn810:7:ed7765", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f9341c63-46fc-4840-96b9-ddffa379b29d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:7ffdaf", "ysrc": "loantranvn810:7:aa7b50", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "6bdc5b39-ce18-4617-96a9-65db0905c8a2", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:a50210", "ysrc": "loantranvn810:7:2ceb3b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "6b1e72c0-51a9-4c20-9e40-aa1d8598967d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:07f0d1", "ysrc": "loantranvn810:7:1ceb8e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f6ca52fa-12f5-4a05-ab05-9c43ffefab37", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:d66d49", "ysrc": "loantranvn810:7:f85c44", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f6fcadfa-7a42-49bc-bb87-c861d962235d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:5363ce", "ysrc": "loantranvn810:7:105700", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "3c8766b5-f7bb-4546-b43c-d7fdbea2f2fb", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:f9168c", "ysrc": "loantranvn810:7:a503a1", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "6ca91d33-018f-4aed-9e19-f462c3970139", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:9cf17e", "ysrc": "loantranvn810:7:46d560", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d51bc55b-c303-4a9f-ae93-b94f1ca6cfa7", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:82c02c", "ysrc": "loantranvn810:7:00c650", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "055a9b3a-5f79-4323-b1c9-bea3293ac81b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:85cf7d", "ysrc": "loantranvn810:7:56d145", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "2c7a177c-a1a9-4804-bef4-427a84cfff34", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:baa591", "ysrc": "loantranvn810:7:e9b5e5", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "e0faf19a-98fe-436d-9242-4604ff8d884b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:c67149", "ysrc": "loantranvn810:7:282400", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "9643a17f-cd82-4298-843a-fae89a5202fa", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:d1e3d2", "ysrc": "loantranvn810:7:4cae59", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1aa60f34-1288-48c9-86f7-bdf3bdc8125f", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:5db467", "ysrc": "loantranvn810:7:e4b396", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "93c4a7d3-29c4-443b-9bf9-8a3a1014669d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:2777ae", "ysrc": "loantranvn810:7:f206b6", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0d397e12-8c5f-4287-aa9d-6e2c4140b0d4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:e2222d", "ysrc": "loantranvn810:7:56391f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b23befec-f8ec-4a68-8e1f-89a561e80152", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:91fdda", "ysrc": "loantranvn810:7:96d85e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c6f151af-a6df-4546-b630-7f3582f634da", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:6c3607", "ysrc": "loantranvn810:7:f3558d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f3065cdf-dc09-497d-bcc3-82582e893515", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:9a6905", "ysrc": "loantranvn810:7:deb331", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "9cfdcd04-32c1-4343-bdec-8301f1362cb7", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:f28f1e", "ysrc": "loantranvn810:7:ec3932", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "236dceed-825f-4681-a73f-ff4aad017e89", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:822038", "ysrc": "loantranvn810:7:0c3079", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "a153d24a-1b07-4fdf-b808-3028b3f2116a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:4c8167", "ysrc": "loantranvn810:7:4b370b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "862008e7-3825-43d4-8f6c-2d8d343922fc", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:6a0508", "ysrc": "loantranvn810:7:9c4059", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "47c60db0-64e3-40b6-8126-3bab416cca61", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:9e5d60", "ysrc": "loantranvn810:7:deca97", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c6f4b486-0f35-49f5-9c61-05d59fb3b040", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:30de38", "ysrc": "loantranvn810:7:188fa6", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d21aeaa3-d218-49a8-a744-292e8ab99de1", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:287aef", "ysrc": "loantranvn810:7:12a114", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "81f90bdb-4e10-482c-8102-d061e3d3eb6e", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:51f75b", "ysrc": "loantranvn810:7:527d77", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "42ce12ef-63da-49bc-bc7e-43ccc199c2c4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:99dd8d", "ysrc": "loantranvn810:7:2ea75c", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b79d2d53-e048-4cfb-a494-a4afe5458e21", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:6a2148", "ysrc": "loantranvn810:7:291067", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "a4f3dbee-d0d1-470d-9a41-68c9fa4e24f4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:5293d5", "ysrc": "loantranvn810:7:1d3a44", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "09d8d2fd-144a-4a97-bfc1-13453c490418", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:d6a8b3", "ysrc": "loantranvn810:7:437515", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1d527573-39c4-4bdc-ac8d-62ca2475d497", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:14e8ef", "ysrc": "loantranvn810:7:a72a70", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "558b4ebe-8784-4d5a-8075-c6a46895f300", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:862b4f", "ysrc": "loantranvn810:7:e4dd28", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "23aedd45-7528-4f95-b4bd-f82b3c08022d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:635558", "ysrc": "loantranvn810:7:c85a39", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "fa90a79b-d38e-47ef-9f7a-ad33367d571a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:ec9d08", "ysrc": "loantranvn810:7:9a8f53", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1437a94f-7429-49d6-abb8-93a082e8d548", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:04d4e7", "ysrc": "loantranvn810:7:478340", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f52748f1-6a9e-4cee-bc2b-fbb4cafebc38", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:f9bc2d", "ysrc": "loantranvn810:7:6116b5", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b41dac86-792f-49d7-ae40-6c230726456d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:157c82", "ysrc": "loantranvn810:7:3ff4d7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b43cfd53-c017-4ffb-8095-764901c611a3", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:9f66c6", "ysrc": "loantranvn810:7:bda829", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "fd1de90b-4090-4d8c-b834-dc6873a5a581", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:6e3832", "ysrc": "loantranvn810:7:1f09a4", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "7c6d3af8-11bd-42fc-a3d2-5b98cec69178", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:b0b3f3", "ysrc": "loantranvn810:7:7f2644", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "014dd431-64ab-442d-949f-3895da6bf474", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:dd8e0b", "ysrc": "loantranvn810:7:2d6eaf", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "14a8f383-dc1e-4bb7-a76d-8fc53bf06e60", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:e7d134", "ysrc": "loantranvn810:7:051fcb", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "13d08e76-c3fd-4093-8252-7a22080f0316", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:53b841", "ysrc": "loantranvn810:7:91937f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "cc43c5a3-37a8-41fa-a4df-b2115dd6ce5b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:7d6222", "ysrc": "loantranvn810:7:633c67", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "31143442-9b88-4305-8b58-15d239cd68ab", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:2a663b", "ysrc": "loantranvn810:7:035487", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b7f3390e-6ab6-4635-b3a3-993837effde0", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:67b171", "ysrc": "loantranvn810:7:43375e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1df1d159-6581-40e0-8e3f-9bdc379dd201", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:fed8cb", "ysrc": "loantranvn810:7:adec64", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "44ef9290-6bbc-4b77-9b4f-32652c0aca0a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:3f6184", "ysrc": "loantranvn810:7:742072", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "93a33016-58ae-424a-bc3f-d706dafd5ea3", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:7895dd", "ysrc": "loantranvn810:7:13928d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c77d14ed-6530-4b89-9d7e-260fe437f96a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:33c54f", "ysrc": "loantranvn810:7:f1fdb6", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "87e40630-68b2-4981-b1ba-e48ab9887b98", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:b06fdf", "ysrc": "loantranvn810:7:1a407f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c865b938-94c1-4334-a1c5-63687304fb5d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:1a6dcc", "ysrc": "loantranvn810:7:8c7da8", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f60668c0-83b9-4366-bc82-e39794c007b2", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:13eeae", "ysrc": "loantranvn810:7:806bb4", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d4f11146-efe5-4426-b66f-88799a126a50", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:0a1afe", "ysrc": "loantranvn810:7:4505d8", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b89c9d7f-01a7-47ec-904c-db4611525764", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:e1f41d", "ysrc": "loantranvn810:7:5bdb52", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "245c4441-f0de-44a7-b51d-b3e365769c12", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:a66599", "ysrc": "loantranvn810:7:f9bc3c", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "74b1945d-a482-4807-82c2-cf7f15056671", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:8f5f3a", "ysrc": "loantranvn810:7:db6f84", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f03dc26b-ec6a-40c7-a856-b235b298ffa5", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:95282f", "ysrc": "loantranvn810:7:c2a015", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1b598d66-f6c4-4fe3-aac4-6063317daf94", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:7c9cb6", "ysrc": "loantranvn810:7:28fa29", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f7accd10-d807-4a18-bc8f-9c1e970fc07d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:5419b4", "ysrc": "loantranvn810:7:0b6e66", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "51840982-57a2-4b3d-bb50-496afdfa5a07", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:c1eeeb", "ysrc": "loantranvn810:7:673d64", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "466cbc8b-dc13-47fc-8e42-2f38aff5f986", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:97f0fe", "ysrc": "loantranvn810:7:6f1848", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "24076b4e-3690-411f-a3a6-ee5a3e86d4f9", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:7e048c", "ysrc": "loantranvn810:7:51a2fa", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d397c56c-57ee-407e-aaea-ebf3ca58bfcb", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:2f280d", "ysrc": "loantranvn810:7:533f83", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "6aaa2a77-a96c-4aaa-a17e-3cce5433f434", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:0c8cef", "ysrc": "loantranvn810:7:bab30b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "ad4728e0-a689-4475-ba40-b681e9ed901d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:0f2584", "ysrc": "loantranvn810:7:a28784", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "48f2e9a1-1734-45e6-b2a1-56cbe002264b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:56fd4e", "ysrc": "loantranvn810:7:b06c5a", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b31ae3cd-7075-48c9-ae64-1aca478051dc", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:e9f409", "ysrc": "loantranvn810:7:54b7df", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "4a8b4a6b-afc8-4924-ae58-20d5565cf821", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:896d0e", "ysrc": "loantranvn810:7:cf36eb", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "2da9bfef-8f5e-4069-933b-6de0b25b2140", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:c73ad9", "ysrc": "loantranvn810:7:edb6ff", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c8b06450-3724-490b-af34-0d7fd96066ef", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:e1d83a", "ysrc": "loantranvn810:7:e11538", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b9728975-9683-4e5b-ad37-121fa24ab0e2", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:cbe6a2", "ysrc": "loantranvn810:7:bf1296", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "2f963b92-740c-417e-9646-dd480e7bb444", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:a70732", "ysrc": "loantranvn810:7:b8a2da", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "ff7e27c3-812c-4692-bc7c-44682bf7f6d9", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:b50041", "ysrc": "loantranvn810:7:dbb665", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "3778e3a7-7464-4e98-b818-2ab5861971c0", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:22c4d5", "ysrc": "loantranvn810:7:ef894b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "5ef9f5c5-f5ba-4cda-8ed1-1142bf694008", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:541d41", "ysrc": "loantranvn810:7:cf808e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "80d3e203-fa1b-4c2f-9046-0708539a8d57", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:97afbf", "ysrc": "loantranvn810:7:037642", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d9511470-cf44-4bac-b534-91ae10a1a435", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:0d7c03", "ysrc": "loantranvn810:7:79144d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "3f779f49-b048-45a4-a0ff-4bdf8cec3458", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:31da61", "ysrc": "loantranvn810:7:d121a8", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "a8e77ac3-541a-486f-be31-a7a56104e474", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:4cc734", "ysrc": "loantranvn810:7:a151d7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "efa08d43-6909-4845-8d33-06696ed0096b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:a1386c", "ysrc": "loantranvn810:7:3a672c", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "ea7f3b41-8188-4bd7-9ea9-762954195147", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:0cd17d", "ysrc": "loantranvn810:7:b806b5", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0702587a-2123-48dc-9ef2-0110cb730936", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:cc06fd", "ysrc": "loantranvn810:7:555d20", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "7332a4bc-5bee-4ccc-9503-599cac233d36", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:b6d7ac", "ysrc": "loantranvn810:7:ef4483", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "6ca85130-61b5-424b-a7c1-f03d5bb791d2", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:cbc0a5", "ysrc": "loantranvn810:7:de01c8", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "5d59fb44-ec63-4c0f-b91d-b8a15994937b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:28e84a", "ysrc": "loantranvn810:7:086982", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f0e0a143-7d81-4b04-8d4e-32bcad9ee373", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:2c05e9", "ysrc": "loantranvn810:7:9a3d3e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "917718a5-0a29-4583-988c-9fdf8a1d2f4c", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:7f39bb", "ysrc": "loantranvn810:7:93cdac", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "a93dd418-2615-4d31-8a3b-b3b9ed746e3d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:0decac", "ysrc": "loantranvn810:7:dc5e16", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "5638490e-cda0-4141-9703-6b4fdf90ea82", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:54aad8", "ysrc": "loantranvn810:7:b3adfd", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "801d4917-bdb3-4b37-9eff-c5bdf74d85b5", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:b62e9a", "ysrc": "loantranvn810:7:2baed7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "315bdc88-5980-435a-9508-b9e52153bc68", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:cccd08", "ysrc": "loantranvn810:7:3d1b98", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "73b9620c-17d7-43c3-9f31-a2145e823c8b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:756c87", "ysrc": "loantranvn810:7:494697", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "50d74783-a5e5-4ddc-ac74-9206b87a0361", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:f41086", "ysrc": "loantranvn810:7:b726da", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "7310b86d-7497-4a08-87ee-7861bd460fed", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:8e84ab", "ysrc": "loantranvn810:7:4b9152", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "7f624030-87f1-4b33-a911-8def00454848", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:dad9ee", "ysrc": "loantranvn810:7:789384", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "42a08b6e-2650-4c41-8b9d-e6b3c10a1b5a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:4dfeed", "ysrc": "loantranvn810:7:9e55f1", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1975c7d6-f683-4c7c-aab7-f6e787cc1a06", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:22c722", "ysrc": "loantranvn810:7:de6ece", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "52c5dbd1-6f42-4aa8-bb55-009d22ee3566", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:d5def8", "ysrc": "loantranvn810:7:211cf7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "4088603e-2d25-460b-8a63-7d40fb9bd88a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:204e35", "ysrc": "loantranvn810:7:f372f2", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "dc80a416-2e38-49df-aa3e-2f8178c1dd67", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:09f84b", "ysrc": "loantranvn810:7:c75d8a", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c945eb5e-b2f1-41e8-a4dd-a3a80cc50dc0", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:28724e", "ysrc": "loantranvn810:7:b96e82", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "3ac08c0a-fa61-4278-bd36-62687355c8ca", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:81b933", "ysrc": "loantranvn810:7:22437d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "77baf7f8-d447-4201-8410-bbec9cce2268", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:988c1e", "ysrc": "loantranvn810:7:cd681f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "18ed67e4-7ade-45fa-b73a-8bc26f094817", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:d378fa", "ysrc": "loantranvn810:7:55b378", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "c3a00302-718c-4846-b4bb-8c1e77c0bb16", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:de7b4c", "ysrc": "loantranvn810:7:646781", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "fa88956d-d22f-4dbd-b14e-32b514d621ef", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:79ab4c", "ysrc": "loantranvn810:7:fba9b1", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "ee44c8dc-945b-4a2c-9895-cd50b5da815a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:32201d", "ysrc": "loantranvn810:7:7be3e9", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "d2dc7632-c191-45fc-864c-37ed56e70ad6", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:4dbbb5", "ysrc": "loantranvn810:7:2787a2", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "fabf3f6a-1651-4fa1-9b1f-32759f855b93", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:e812fb", "ysrc": "loantranvn810:7:9f0ef4", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "a1a2e3ca-cb14-432b-8d07-d6be7aed5022", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:229e4a", "ysrc": "loantranvn810:7:1b2948", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "16febf36-dc58-49d3-8f70-ac039e962032", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:7ae533", "ysrc": "loantranvn810:7:d99c85", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "ec610ad8-aa81-474f-b0a1-ae57c957a329", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:f53ff0", "ysrc": "loantranvn810:7:048291", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "900e093c-2dad-4b2a-a791-40955a4755f8", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:240e10", "ysrc": "loantranvn810:7:920dcc", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "8d21ae72-4506-42b2-a290-1b1cda0a3781", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:822356", "ysrc": "loantranvn810:7:c0f5d0", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "ca79d0d9-2ed2-4d6d-a8e7-876e9153dc32", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:da8757", "ysrc": "loantranvn810:7:fe5074", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "05bab43b-abfd-4f76-bafb-6ed05b5ac755", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:663ed6", "ysrc": "loantranvn810:7:4abffa", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "b976ec2c-495a-493f-8409-19bb4ac27ca8", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:3a2014", "ysrc": "loantranvn810:7:d4e6ed", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "8277256e-edc9-4a7f-9a30-c30425cf6b69", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:513830", "ysrc": "loantranvn810:7:ab75f7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "acfbb6ab-4c5a-41c6-8a07-0eaea59d6590", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:dc7f2f", "ysrc": "loantranvn810:7:d76f79", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "1957fd5a-5c9f-4b03-9760-91e225fa6808", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:17308e", "ysrc": "loantranvn810:7:62c524", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "27e5e67b-cc15-43a5-8c51-5b20694f5754", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:59927a", "ysrc": "loantranvn810:7:e41ea0", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "0e0360e0-a457-4df4-b709-ad38fa168ff5", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:552648", "ysrc": "loantranvn810:7:ca002f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "12b5670f-be01-40f8-8aa6-f663a08a99a5", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:66994a", "ysrc": "loantranvn810:7:a2cef8", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "f4d0d6b8-cb29-45a8-8043-01d585fbc3af", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:b17280", "ysrc": "loantranvn810:7:d37b79", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "6f7b3f07-8d71-4a88-9c2b-d698e67b7760", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:4a7882", "ysrc": "loantranvn810:7:12fc7d", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "9b758071-f3ea-4cb5-a36c-3bc69d3b5ccb", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:916adf", "ysrc": "loantranvn810:7:b13186", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "244acb9e-2270-45c4-b807-d693c2264c47", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:c290e2", "ysrc": "loantranvn810:7:c1eb76", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "15b9775b-ba60-42e9-a62c-43c324a38e0f", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:ab0102", "ysrc": "loantranvn810:7:465eac", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "aa948ad6-5a9d-49ba-a333-6e22466ccdd0", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:664436", "ysrc": "loantranvn810:7:00980e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "2f4efbdb-42e8-4676-806d-e08e6c9152e4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:1739f7", "ysrc": "loantranvn810:7:9e36e4", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "e40fb1ec-a356-40ba-96fb-67146c29a367", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:17a04f", "ysrc": "loantranvn810:7:e20540", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "47482b59-4ba4-49cc-9437-228abfee044c", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:a8bdf7", "ysrc": "loantranvn810:7:5b9173", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "961b6d90-20ee-46b0-871c-2f556253c399", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:dd13d1", "ysrc": "loantranvn810:7:bf1e12", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "7ead51ab-8d6a-40b0-b195-121b639922a4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:13d0f2", "ysrc": "loantranvn810:7:078f89", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(61,153,112)" }, "hoverinfo": "text" }, { "uid": "931945d3-0ab0-4542-8d59-a565182263af", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:0a093e", "ysrc": "loantranvn810:7:ae5059", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "34031fc1-305f-4b05-af0d-9293b50bac83", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:d3e6ce", "ysrc": "loantranvn810:7:902929", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "c51d6235-520b-402c-8026-1b16ff3ef6c1", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:349b02", "ysrc": "loantranvn810:7:f6fc39", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "885ee975-67e3-469a-9a4d-db2fdf7c6f56", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:9ad653", "ysrc": "loantranvn810:7:2bf050", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "bcc591c6-aec4-4757-b702-d0ad4cb95b85", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:bb629a", "ysrc": "loantranvn810:7:d0823a", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "247e4e4b-595b-443d-b13b-ddf77ab17fcb", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:3817c4", "ysrc": "loantranvn810:7:6c0f89", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "5ae09ee5-c283-4e4b-b600-8c4fda46edad", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:def826", "ysrc": "loantranvn810:7:ece21c", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "59a1e2b8-e0a6-483f-ae67-2c9b6d902ce6", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:2995ac", "ysrc": "loantranvn810:7:2367e7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "035a1888-4b58-4c62-8eab-4316a4905807", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:363db1", "ysrc": "loantranvn810:7:ebbdc9", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "fe412929-8d52-4b37-b143-86f36851f804", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:0b8df6", "ysrc": "loantranvn810:7:f553b7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "bcfa7e38-5dc3-426d-9b67-1316c6e59425", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:f1f050", "ysrc": "loantranvn810:7:0f1a74", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "b88f96e4-8971-419a-989e-50a2be0de84b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:a1df20", "ysrc": "loantranvn810:7:54cd31", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "bbf2d504-1acf-4d69-b1c6-bc766315210b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:0dd1ba", "ysrc": "loantranvn810:7:c032da", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "630fe44d-204c-46e6-b1ba-a54408ddb808", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:4a8e10", "ysrc": "loantranvn810:7:5d5885", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "6c619c4a-0a07-42e6-9e5f-696378da2d17", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:ad17ff", "ysrc": "loantranvn810:7:699219", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "4e2a0ba9-690a-4cbc-9a4a-644456e110a3", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:51567b", "ysrc": "loantranvn810:7:861f15", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "e48bced7-bb65-4c36-ab3d-441c5bb11e4c", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:8f7bc4", "ysrc": "loantranvn810:7:073e37", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "b6243eaf-8437-468d-a9c4-d70bad57a94d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:d40ff4", "ysrc": "loantranvn810:7:bb9f57", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "26d1dbac-2d75-4e73-b9fa-db8d77104f0d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:78d280", "ysrc": "loantranvn810:7:69b8c5", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "26baab00-1493-40f0-86c4-bc708871352a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:83a81d", "ysrc": "loantranvn810:7:25f39a", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "8e04e42c-574e-42d6-a5ff-0234fd2adc51", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:491c41", "ysrc": "loantranvn810:7:16901f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "ea874936-74a4-4638-a198-21458a445f7d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:fa6b3b", "ysrc": "loantranvn810:7:332929", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "51db08fe-3147-4dad-94e9-871ea4791ed1", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:9445b8", "ysrc": "loantranvn810:7:0519b6", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "f50c776e-603c-4df1-80ee-3e29a615b100", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:621801", "ysrc": "loantranvn810:7:e129a6", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "e510734d-9186-4379-824a-3343d2bfcdad", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:2730c2", "ysrc": "loantranvn810:7:f3258c", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "af32e207-ad85-4d73-bac0-b75900a462fa", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:c2a279", "ysrc": "loantranvn810:7:cc7835", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "14c00f61-7af4-4a92-89cf-e0a066c430ca", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:373cfb", "ysrc": "loantranvn810:7:7a4edb", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "212186f2-d812-4841-b373-26e6797c5a98", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:7bab74", "ysrc": "loantranvn810:7:1c168b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "fa76c982-bc72-4ea9-a44d-b657a5b2b1cc", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:57db98", "ysrc": "loantranvn810:7:26b9dc", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "6dbb8c0d-8172-453b-8f1e-469e2bf39c70", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:358fc8", "ysrc": "loantranvn810:7:088d4c", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "b8c43aed-67fa-45fd-ad0c-58d4d06ef2c1", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:985755", "ysrc": "loantranvn810:7:e7d823", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "4107a6ab-4fb2-48ea-b9f3-339ab09a0550", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:9acaa4", "ysrc": "loantranvn810:7:503948", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "93c8d5b3-b34c-45c1-b0ca-7871da75b567", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:c6036b", "ysrc": "loantranvn810:7:8dfe66", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "b70b56a8-c2fd-4ca0-9822-914874091c85", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:e499e8", "ysrc": "loantranvn810:7:5c0973", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "a84484fd-ca1f-4356-9e5f-118f65bbefdd", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:57cc3b", "ysrc": "loantranvn810:7:979a97", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "f73ec22b-493f-436c-9bde-dcde597a4b00", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:9ac153", "ysrc": "loantranvn810:7:7d4c19", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "25c3ac07-ca54-4b3d-a8a5-2544b7a564db", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:3b6f43", "ysrc": "loantranvn810:7:f3450b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "2ff31925-3a7f-4290-98e4-1b9d14709675", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:434c18", "ysrc": "loantranvn810:7:6b84e8", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "3a2a8e7c-36a9-4b16-98e8-dd3b263eede6", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:ae6c4d", "ysrc": "loantranvn810:7:c9ea74", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "ef25db33-6ef3-458e-ba5d-743476da395f", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:edf4c3", "ysrc": "loantranvn810:7:f3b93a", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "060d49d3-c1e7-436c-8ca4-f74654d959a2", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:6786b2", "ysrc": "loantranvn810:7:416d83", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "e003d4e9-6fc0-4115-a62b-1d4c84953705", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:eab790", "ysrc": "loantranvn810:7:5f05b2", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "cce47c99-9e00-4b1d-9775-30befcebfba7", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:9a1e90", "ysrc": "loantranvn810:7:030bfa", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "a8d3a600-049c-4f41-9d4c-3cbe0f096a25", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:196270", "ysrc": "loantranvn810:7:b2fec7", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "675310cb-4109-4428-9917-138676201832", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:81af3e", "ysrc": "loantranvn810:7:77df7c", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "397710aa-3685-40e2-8a82-1e84b13c97b8", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:82e31b", "ysrc": "loantranvn810:7:e0a668", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "44498acd-afd3-4792-845b-a1a3958fd587", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:768d5d", "ysrc": "loantranvn810:7:db3c59", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "520f2241-87e8-4f8c-b9a9-234d172038a2", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:44605b", "ysrc": "loantranvn810:7:1fcb53", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "8bbed94b-b8c4-421b-ab80-b2547b1d1afc", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:cd5107", "ysrc": "loantranvn810:7:5ca666", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "8a6e5fdb-6b15-44dc-86fe-4af6ea92ff7b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:f039b4", "ysrc": "loantranvn810:7:2980d8", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "a5e155db-363d-438d-868d-c9deb4ad3ea6", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:daec23", "ysrc": "loantranvn810:7:e5f0fe", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "f5f7f04c-4433-49ab-8330-27b0ee35853a", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:b8b647", "ysrc": "loantranvn810:7:606ce5", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "c0b7b554-c418-4ee6-bae2-658f3e8afece", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:164ead", "ysrc": "loantranvn810:7:7352eb", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "6b3a5a8e-50ef-4c37-b560-08370172e236", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:bf72ca", "ysrc": "loantranvn810:7:4dfa1b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "54514c7b-2f74-4b1b-afd0-76e8c2bd3e8d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:bf69f7", "ysrc": "loantranvn810:7:180ea8", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "c892265c-81bb-4b39-84ad-d18f7175e723", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:8ca1b2", "ysrc": "loantranvn810:7:e05756", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "0a80bd1d-3630-4140-a80d-2d4b69d8fae5", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:eca899", "ysrc": "loantranvn810:7:d2e00c", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "4914a692-8441-4f85-8013-de893edbaa4b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:8d3348", "ysrc": "loantranvn810:7:889170", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "5668d071-1af3-452e-b355-ba14c21b503c", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:28756c", "ysrc": "loantranvn810:7:162463", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "b818e112-ba37-46df-998c-1fa6e91a3688", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:f416af", "ysrc": "loantranvn810:7:12c572", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "1666cdcc-4c0f-44a0-b340-672926ac64a6", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:a66be5", "ysrc": "loantranvn810:7:60f67f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "c01b9bee-7762-4446-afe9-7571bd3bad1b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:6dc9dd", "ysrc": "loantranvn810:7:5eb45c", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "6345a656-d9e5-4758-b371-e0253929069e", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:0166b8", "ysrc": "loantranvn810:7:3b6888", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "795e0fe2-5fcd-44f2-8f6c-6cf4815da63d", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:cdfe81", "ysrc": "loantranvn810:7:7d863b", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "6f280de5-3190-4447-b3b4-9269d9f18758", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:e790ba", "ysrc": "loantranvn810:7:f5da38", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "ebf4ed33-7d85-46fa-983b-58c89e802903", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:55c51f", "ysrc": "loantranvn810:7:0596e4", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "e33ff05e-3e4d-41e5-8e0f-f6e853138de4", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:b40716", "ysrc": "loantranvn810:7:69591f", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "b0c22957-364f-4be9-88a0-dbf926701bd8", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:ff5c6f", "ysrc": "loantranvn810:7:4608fb", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "13e12ad5-9458-47d7-a734-f28a6ea3cda3", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:c99ab5", "ysrc": "loantranvn810:7:10d2c4", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "1520d712-8e34-4ed4-99e5-627882b94359", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:8af429", "ysrc": "loantranvn810:7:9fb255", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "34c8dbf6-a38f-4f7e-bd31-ba7cebf552c9", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:6cf10c", "ysrc": "loantranvn810:7:da36fe", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255,65,54)" }, "hoverinfo": "text" }, { "uid": "6fd33955-c277-4aa4-9382-258c78b2e33b", "mode": "lines", "type": "scatter", "xsrc": "loantranvn810:7:189ed2", "ysrc": "loantranvn810:7:b6d63e", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(0,116,217)" }, "hoverinfo": "text" } ], "layout": { "width": null, "xaxis": { "type": "linear", "ticks": "outside", "mirror": "allticks", "showgrid": false, "showline": true, "zeroline": false, "rangemode": "tozero", "showticklabels": true }, "yaxis": { "type": "linear", "ticks": "outside", "mirror": "allticks", "showgrid": false, "showline": true, "tickmode": "array", "ticktext": [ "141", "11", "107", "154", "286", "78", "303", "152", "189", "0", "210", "258", "33", "183", "157", "118", "313", "160", "123", "137", "7", "272", "85", "149", "301", "177", "124", "280", "204", "252", "109", "127", "77", "100", "159", "178", "271", "115", "165", "53", "169", "175", "117", "221", "254", "222", "80", "134", "190", "73", "46", "32", "98", "89", "90", "266", "308", "9", "88", "41", "261", "167", "168", "161", "259", "164", "166", "302", "248", "268", "225", "135", "304", "305", "253", "270", "12", "103", "108", "139", "1", "256", "173", "247", "150", "320", "6", "94", "20", "19", "106", "290", "318", "35", "269", "55", "217", "153", "67", "276", "128", "184", "316", "36", "284", "16", "96", "119", "120", "10", "312", "158", "4", "244", "315", "72", "223", "176", "279", "2", "14", "92", "49", "71", "186", "324", "66", "193", "291", "61", "263", "275", "79", "24", "13", "289", "87", "203", "267", "156", "207", "188", "274", "31", "69", "82", "50", "236", "201", "8", "56", "224", "75", "171", "192", "293", "15", "63", "25", "195", "18", "44", "70", "309", "191", "65", "281", "29", "227", "122", "226", "264", "283", "39", "174", "30", "288", "240", "278", "130", "311", "197", "34", "91", "273", "300", "38", "218", "219", "142", "47", "136", "138", "255", "257", "198", "233", "212", "277", "112", "181", "231", "243", "239", "297", "296", "58", "113", "213", "131", "114", "326", "200", "251", "151", "95", "182", "215", "205", "206", "196", "202", "250", "129", "323", "17", "43", "144", "229", "322", "172", "230", "26", "228", "5", "101", "306", "245", "84", "285", "27", "194", "148", "22", "163", "179", "238", "262", "111", "307", "23", "83", "110", "21", "48", "97", "299", "105", "133", "199", "235", "37", "295", "232", "260", "180", "40", "81", "208", "45", "214", "93", "321", "319", "143", "116", "242", "234", "294", "76", "126", "42", "265", "314", "282", "317", "68", "140", "125", "104", "237", "162", "86", "249", "211", "187", "298", "74", "246", "102", "57", "292", "241", "325", "145", "287", "209", "64", "132", "52", "155", "146", "99", "28", "147", "170", "216", "185", "62", "60", "220", "51", "121", "3", "54", "59", "310" ], "tickvals": [ 5.0, 15.0, 25.0, 35.0, 45.0, 55.0, 65.0, 75.0, 85.0, 95.0, 105.0, 115.0, 125.0, 135.0, 145.0, 155.0, 165.0, 175.0, 185.0, 195.0, 205.0, 215.0, 225.0, 235.0, 245.0, 255.0, 265.0, 275.0, 285.0, 295.0, 305.0, 315.0, 325.0, 335.0, 345.0, 355.0, 365.0, 375.0, 385.0, 395.0, 405.0, 415.0, 425.0, 435.0, 445.0, 455.0, 465.0, 475.0, 485.0, 495.0, 505.0, 515.0, 525.0, 535.0, 545.0, 555.0, 565.0, 575.0, 585.0, 595.0, 605.0, 615.0, 625.0, 635.0, 645.0, 655.0, 665.0, 675.0, 685.0, 695.0, 705.0, 715.0, 725.0, 735.0, 745.0, 755.0, 765.0, 775.0, 785.0, 795.0, 805.0, 815.0, 825.0, 835.0, 845.0, 855.0, 865.0, 875.0, 885.0, 895.0, 905.0, 915.0, 925.0, 935.0, 945.0, 955.0, 965.0, 975.0, 985.0, 995.0, 1005.0, 1015.0, 1025.0, 1035.0, 1045.0, 1055.0, 1065.0, 1075.0, 1085.0, 1095.0, 1105.0, 1115.0, 1125.0, 1135.0, 1145.0, 1155.0, 1165.0, 1175.0, 1185.0, 1195.0, 1205.0, 1215.0, 1225.0, 1235.0, 1245.0, 1255.0, 1265.0, 1275.0, 1285.0, 1295.0, 1305.0, 1315.0, 1325.0, 1335.0, 1345.0, 1355.0, 1365.0, 1375.0, 1385.0, 1395.0, 1405.0, 1415.0, 1425.0, 1435.0, 1445.0, 1455.0, 1465.0, 1475.0, 1485.0, 1495.0, 1505.0, 1515.0, 1525.0, 1535.0, 1545.0, 1555.0, 1565.0, 1575.0, 1585.0, 1595.0, 1605.0, 1615.0, 1625.0, 1635.0, 1645.0, 1655.0, 1665.0, 1675.0, 1685.0, 1695.0, 1705.0, 1715.0, 1725.0, 1735.0, 1745.0, 1755.0, 1765.0, 1775.0, 1785.0, 1795.0, 1805.0, 1815.0, 1825.0, 1835.0, 1845.0, 1855.0, 1865.0, 1875.0, 1885.0, 1895.0, 1905.0, 1915.0, 1925.0, 1935.0, 1945.0, 1955.0, 1965.0, 1975.0, 1985.0, 1995.0, 2005.0, 2015.0, 2025.0, 2035.0, 2045.0, 2055.0, 2065.0, 2075.0, 2085.0, 2095.0, 2105.0, 2115.0, 2125.0, 2135.0, 2145.0, 2155.0, 2165.0, 2175.0, 2185.0, 2195.0, 2205.0, 2215.0, 2225.0, 2235.0, 2245.0, 2255.0, 2265.0, 2275.0, 2285.0, 2295.0, 2305.0, 2315.0, 2325.0, 2335.0, 2345.0, 2355.0, 2365.0, 2375.0, 2385.0, 2395.0, 2405.0, 2415.0, 2425.0, 2435.0, 2445.0, 2455.0, 2465.0, 2475.0, 2485.0, 2495.0, 2505.0, 2515.0, 2525.0, 2535.0, 2545.0, 2555.0, 2565.0, 2575.0, 2585.0, 2595.0, 2605.0, 2615.0, 2625.0, 2635.0, 2645.0, 2655.0, 2665.0, 2675.0, 2685.0, 2695.0, 2705.0, 2715.0, 2725.0, 2735.0, 2745.0, 2755.0, 2765.0, 2775.0, 2785.0, 2795.0, 2805.0, 2815.0, 2825.0, 2835.0, 2845.0, 2855.0, 2865.0, 2875.0, 2885.0, 2895.0, 2905.0, 2915.0, 2925.0, 2935.0, 2945.0, 2955.0, 2965.0, 2975.0, 2985.0, 2995.0, 3005.0, 3015.0, 3025.0, 3035.0, 3045.0, 3055.0, 3065.0, 3075.0, 3085.0, 3095.0, 3105.0, 3115.0, 3125.0, 3135.0, 3145.0, 3155.0, 3165.0, 3175.0, 3185.0, 3195.0, 3205.0, 3215.0, 3225.0, 3235.0, 3245.0, 3255.0, 3265.0 ], "zeroline": false, "rangemode": "tozero", "showticklabels": true }, "height": null, "autosize": false, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~loantranvn810", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/12.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-02-21 03:15:32", "mapbox_access_tokens": null, "has_password": null, "username": "loantranvn810", "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-04-22T00:47:24.107715Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~qbin/17.embed", "fid": "qbin:17", "filename": "plot from API (1)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/qbin/17/9_GLHPRUY5VQYKNB0YP11T0UF7AFXRVU.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/qbin/17/2_AT7AZYIB8FKZAKIMLAG73R8R6QIECZ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/qbin/17/8_MQU85U7ILYC5385S25LR2BD3KW6TPZ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/qbin/17/9_GLHPRUY5VQYKNB0YP11T0UF7AFXRVU.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/qbin:17", "plots": "https://api.plotly.com/v2/plots/qbin:17", "parent": "https://api.plotly.com/v2/folders/home?user=qbin" }, "owner": "qbin", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "2018-12-31, 2019-01-07, 2019-01-14, 2019-01-21, 2019-01-28, 2019-02-04, 2019-02-11, 2019-02-18, 2019-02-25, 2019-03-04, 2019-03-11, 2019-03-18, 2019-03-25, 2019-04-01, 2019-04-08, 2019-04-15", "views": 4, "web_url": "https://chart-studio.plotly.com/~qbin/17/_2018-12-31-2019-01-07-2019-01-14-2019-01-21-2019-01-28-2019-02-04-2019-02-11-201/", "world_readable": true, "date_modified": "2019-04-22T00:47:24.565Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~qbin/17/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "70970d5f-bc78-4c1a-831c-c06d090747a5", "name": "2018-12-31", "type": "box", "ysrc": "qbin:18:e08e44", "marker": { "color": "rgb(0, 128, 128)" } }, { "uid": "afba554a-b1ff-4bab-9594-5f79325d6fbf", "name": "2019-01-07", "type": "box", "ysrc": "qbin:18:b0d6a4", "marker": { "color": "rgb(0, 128, 128)" } }, { "uid": "b06cc99a-9d89-465c-99f3-749a17c50de9", "name": "2019-01-14", "type": "box", "ysrc": "qbin:18:91fac2", "marker": { "color": "rgb(0, 128, 128)" } }, { "uid": "86628292-625c-4423-a40c-c27b895ef968", "name": "2019-01-21", "type": "box", "ysrc": "qbin:18:920c38", "marker": { "color": "rgb(0, 128, 128)" } }, { "uid": "67cfc2db-1b6e-48f9-88f1-45319000de64", "name": "2019-01-28", "type": "box", "ysrc": "qbin:18:8e470a", "marker": { "color": "rgb(0, 128, 128)" } }, { "uid": "ad613c7f-3ab4-44ed-88d9-d6c91a0fb600", "name": "2019-02-04", "type": "box", "ysrc": "qbin:18:166ef1", "marker": { "color": "rgb(0, 128, 128)" } }, { "uid": "e05e3582-814f-4466-8c03-be50987b2e91", "name": "2019-02-11", "type": "box", "ysrc": "qbin:18:8cb77e", "marker": { "color": "rgb(0, 128, 128)" } }, { "uid": "24b1dd97-cd89-47d6-87ed-7e8a2ab533d7", "name": "2019-02-18", "type": "box", "ysrc": "qbin:18:abe3e9", "marker": { "color": "rgb(0, 128, 128)" } }, { "uid": "1eb3fc77-3e73-4797-b32b-817ee7e4ea66", "name": "2019-02-25", "type": "box", "ysrc": "qbin:18:15c7a3", "marker": { "color": "rgb(0, 128, 128)" } }, { "uid": "1898b2c0-5752-479e-b85d-946140505f34", "name": "2019-03-04", "type": "box", "ysrc": "qbin:18:ccbe7d", "marker": { "color": "rgb(0, 128, 128)" } }, { "uid": "e8aa054d-4055-4f08-9a55-2f07cf8b25a3", "name": "2019-03-11", "type": "box", "ysrc": "qbin:18:9daf72", "marker": { "color": "rgb(0, 128, 128)" } }, { "uid": "020c1128-585b-40ed-ab4c-a9535dd9f03e", "name": "2019-03-18", "type": "box", "ysrc": "qbin:18:05158e", "marker": { "color": "rgb(0, 128, 128)" } }, { "uid": "727a0504-2e23-4cf5-a4b2-4a7474b144c9", "name": "2019-03-25", "type": "box", "ysrc": "qbin:18:d22d68", "marker": { "color": "rgb(0, 128, 128)" } }, { "uid": "e6cacf5e-86be-418b-8366-5736688a6164", "name": "2019-04-01", "type": "box", "ysrc": "qbin:18:022f0d", "marker": { "color": "rgb(0, 128, 128)" } }, { "uid": "cb925727-846e-458d-8682-67c025775600", "name": "2019-04-08", "type": "box", "ysrc": "qbin:18:db6a75", "marker": { "color": "rgb(0, 128, 128)" } }, { "uid": "c470ef4f-94cd-4c45-9c0d-666fed88e53a", "name": "2019-04-15", "type": "box", "ysrc": "qbin:18:1e5143", "marker": { "color": "rgb(0, 128, 128)" } } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~qbin", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/85.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-09-21 01:32:06", "mapbox_access_tokens": null, "has_password": null, "username": "qbin", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "