Plots


Jump to API response

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=cj0xJnA9MjAxOS0wNC0yMiswMyUzQTE0JTNBNTkuNjE5NzQyJTJCMDAlM0EwMA%3D%3D&format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA0LTIyKzAzJTNBMTUlM0EwMS42Nzg5MjklMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNC0yMiswMyUzQTI0JTNBMjAuMzE4MDg4JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-04-22T03:24:20.318088Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cmhPlotly/0.embed",
            "fid": "cmhPlotly:0",
            "filename": "basic-heatmap",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cmhPlotly:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cmhPlotly:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/cmhPlotly:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/cmhPlotly:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cmhPlotly:0",
                "plots": "https://api.plotly.com/v2/plots/cmhPlotly:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=cmhPlotly"
            },
            "owner": "cmhPlotly",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~cmhPlotly/0/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:24:20.850Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cmhPlotly/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "8b754c82-5cab-47e8-835e-c1b59955c014",
                        "type": "heatmap",
                        "zsrc": "cmhPlotly:1:"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cmhPlotly",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/45.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-22 03:12:51",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cmhPlotly",
                "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-22T03:23:56.966381Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~11518176/5.embed",
            "fid": "11518176:5",
            "filename": "Plot 5",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/11518176/5/9_5D1UH7E52VQAP28E8I6KQ0YL4H4UHT.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/11518176/5/2_LW3CQHTJVBLXGGEWLF30AO22PG3HZW.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/11518176/5/8_RLKQVGDXGVXTCFXGKDMAJHEUBHTRFB.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/11518176/5/9_5D1UH7E52VQAP28E8I6KQ0YL4H4UHT.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/11518176:5",
                "plots": "https://api.plotly.com/v2/plots/11518176:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=11518176"
            },
            "owner": "11518176",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~11518176/5/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:23:56.985Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~11518176/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "e638af",
                        "name": "T-cell_ALL(16)",
                        "type": "box",
                        "ysrc": "11518176:4:489628",
                        "marker": {
                            "color": "hsl(0,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "410eb9",
                        "name": "neuroblastoma(17)",
                        "type": "box",
                        "ysrc": "11518176:4:6a8a73",
                        "marker": {
                            "color": "hsl(9.23076923076923,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "11e7ed",
                        "name": "urinary_tract(28)",
                        "type": "box",
                        "ysrc": "11518176:4:1b703a",
                        "marker": {
                            "color": "hsl(18.46153846153846,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "59dd5f",
                        "name": "breast(60)",
                        "type": "box",
                        "ysrc": "11518176:4:b32598",
                        "marker": {
                            "color": "hsl(27.692307692307693,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "46ecee",
                        "name": "leukemia_other(5)",
                        "type": "box",
                        "ysrc": "11518176:4:529411",
                        "marker": {
                            "color": "hsl(36.92307692307692,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "24d05b",
                        "name": "AML(39)",
                        "type": "box",
                        "ysrc": "11518176:4:23f664",
                        "marker": {
                            "color": "hsl(46.15384615384615,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "a4478e",
                        "name": "colorectal(63)",
                        "type": "box",
                        "ysrc": "11518176:4:b6f565",
                        "marker": {
                            "color": "hsl(55.38461538461539,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "5a37fc",
                        "name": "pancreas(46)",
                        "type": "box",
                        "ysrc": "11518176:4:6c1933",
                        "marker": {
                            "color": "hsl(64.61538461538461,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "f830cd",
                        "name": "endometrium(28)",
                        "type": "box",
                        "ysrc": "11518176:4:d6d719",
                        "marker": {
                            "color": "hsl(73.84615384615384,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "f401e4",
                        "name": "lung_NSC(136)",
                        "type": "box",
                        "ysrc": "11518176:4:8d097b",
                        "marker": {
                            "color": "hsl(83.07692307692308,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "b5c72b",
                        "name": "B-cell_ALL(13)",
                        "type": "box",
                        "ysrc": "11518176:4:14216b",
                        "marker": {
                            "color": "hsl(92.3076923076923,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "cb8a8f",
                        "name": "upper_aerodigestive(33)",
                        "type": "box",
                        "ysrc": "11518176:4:deca73",
                        "marker": {
                            "color": "hsl(101.53846153846153,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "84305f",
                        "name": "meningioma(3)",
                        "type": "box",
                        "ysrc": "11518176:4:2704bb",
                        "marker": {
                            "color": "hsl(110.76923076923077,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "801aea",
                        "name": "esophagus(27)",
                        "type": "box",
                        "ysrc": "11518176:4:d6e994",
                        "marker": {
                            "color": "hsl(120,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "96bb26",
                        "name": "ovary(55)",
                        "type": "box",
                        "ysrc": "11518176:4:5654c5",
                        "marker": {
                            "color": "hsl(129.23076923076923,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "f55e4d",
                        "name": "osteosarcoma(10)",
                        "type": "box",
                        "ysrc": "11518176:4:bd8001",
                        "marker": {
                            "color": "hsl(138.46153846153845,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "17fb98",
                        "name": "kidney(37)",
                        "type": "box",
                        "ysrc": "11518176:4:ac8d59",
                        "marker": {
                            "color": "hsl(147.69230769230768,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "d91c4e",
                        "name": "prostate(8)",
                        "type": "box",
                        "ysrc": "11518176:4:1f5c8c",
                        "marker": {
                            "color": "hsl(156.92307692307693,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "c8bbb3",
                        "name": "bile_duct(8)",
                        "type": "box",
                        "ysrc": "11518176:4:128ba9",
                        "marker": {
                            "color": "hsl(166.15384615384616,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "f9702b",
                        "name": "thyroid(12)",
                        "type": "box",
                        "ysrc": "11518176:4:0df257",
                        "marker": {
                            "color": "hsl(175.3846153846154,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "a4ab90",
                        "name": "stomach(39)",
                        "type": "box",
                        "ysrc": "11518176:4:1665bc",
                        "marker": {
                            "color": "hsl(184.6153846153846,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "69d9c5",
                        "name": "mesothelioma(11)",
                        "type": "box",
                        "ysrc": "11518176:4:a6463c",
                        "marker": {
                            "color": "hsl(193.84615384615384,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "54cd9e",
                        "name": "chondrosarcoma(4)",
                        "type": "box",
                        "ysrc": "11518176:4:4ad5ef",
                        "marker": {
                            "color": "hsl(203.07692307692307,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "335d03",
                        "name": "lymphoma_DLBCL(18)",
                        "type": "box",
                        "ysrc": "11518176:4:849e3f",
                        "marker": {
                            "color": "hsl(212.30769230769232,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "059d90",
                        "name": "Ewings_sarcoma(12)",
                        "type": "box",
                        "ysrc": "11518176:4:47fb42",
                        "marker": {
                            "color": "hsl(221.53846153846155,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "3747a5",
                        "name": "CML(15)",
                        "type": "box",
                        "ysrc": "11518176:4:963280",
                        "marker": {
                            "color": "hsl(230.76923076923077,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "c86edd",
                        "name": "lymphoma_Burkitt(11)",
                        "type": "box",
                        "ysrc": "11518176:4:a90d86",
                        "marker": {
                            "color": "hsl(240,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "3b7189",
                        "name": "soft_tissue(20)",
                        "type": "box",
                        "ysrc": "11518176:4:6235c2",
                        "marker": {
                            "color": "hsl(249.23076923076923,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "b7a256",
                        "name": "lung_small_cell(54)",
                        "type": "box",
                        "ysrc": "11518176:4:cdb156",
                        "marker": {
                            "color": "hsl(258.46153846153845,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "d8fefb",
                        "name": "liver(29)",
                        "type": "box",
                        "ysrc": "11518176:4:7a1183",
                        "marker": {
                            "color": "hsl(267.6923076923077,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "41efdc",
                        "name": "NA(387)",
                        "type": "box",
                        "ysrc": "11518176:4:677d53",
                        "marker": {
                            "color": "hsl(276.9230769230769,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "fa47c4",
                        "name": "glioma(66)",
                        "type": "box",
                        "ysrc": "11518176:4:112137",
                        "marker": {
                            "color": "hsl(286.15384615384613,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "ced584",
                        "name": "lymphoma_Hodgkin(13)",
                        "type": "box",
                        "ysrc": "11518176:4:e46aa9",
                        "marker": {
                            "color": "hsl(295.38461538461536,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "8f1999",
                        "name": "medulloblastoma(4)",
                        "type": "box",
                        "ysrc": "11518176:4:4405ce",
                        "marker": {
                            "color": "hsl(304.61538461538464,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "114898",
                        "name": "B-cell_lymphoma_other(16)",
                        "type": "box",
                        "ysrc": "11518176:4:c4b7ad",
                        "marker": {
                            "color": "hsl(313.84615384615387,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "516061",
                        "name": "other(8)",
                        "type": "box",
                        "ysrc": "11518176:4:445ddf",
                        "marker": {
                            "color": "hsl(323.0769230769231,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "c93ad7",
                        "name": "T-cell_lymphoma_other(11)",
                        "type": "box",
                        "ysrc": "11518176:4:9311b7",
                        "marker": {
                            "color": "hsl(332.3076923076923,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "4917c0",
                        "name": "giant_cell_tumour(3)",
                        "type": "box",
                        "ysrc": "11518176:4:c13dc1",
                        "marker": {
                            "color": "hsl(341.53846153846155,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "f36700",
                        "name": "multiple_myeloma(29)",
                        "type": "box",
                        "ysrc": "11518176:4:1f7acf",
                        "marker": {
                            "color": "hsl(350.7692307692308,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    },
                    {
                        "uid": "2eafd9",
                        "name": "melanoma(63)",
                        "type": "box",
                        "ysrc": "11518176:4:f207d7",
                        "marker": {
                            "color": "hsl(360,50%,50%)"
                        },
                        "boxmean": true,
                        "boxpoints": "outliers"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "mRNA expression (RNAseq): CAMK2G"
                    },
                    "width": 1383,
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            39.5
                        ],
                        "autorange": true,
                        "tickangle": -45
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -4.689995496862434,
                            6.261972757663054
                        ],
                        "title": {
                            "text": ""
                        },
                        "autorange": true
                    },
                    "height": 750,
                    "legend": {
                        "bgcolor": "#E2E2E2",
                        "bordercolor": "#222",
                        "borderwidth": 1
                    },
                    "margin": {
                        "b": 250,
                        "pad": 5
                    },
                    "hovermode": "closest",
                    "showticklabels": true
                }
            },
            "height": 750,
            "width": 1383,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~11518176",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-22 02:54:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "11518176",
                "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-22T03:23:41.332963Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~VitoGuan/8.embed",
            "fid": "VitoGuan:8",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/VitoGuan:8/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/VitoGuan:8/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/VitoGuan:8/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/VitoGuan:8/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/VitoGuan:8",
                "plots": "https://api.plotly.com/v2/plots/VitoGuan:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=VitoGuan"
            },
            "owner": "VitoGuan",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, US Counties",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~VitoGuan/8/_0-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21-22-23-24-25-26-27-28-29-/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:23:42.011Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~VitoGuan/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f5fff207-88fc-4449-9932-623ca1f54d6b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "0",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:f07f71",
                        "ysrc": "VitoGuan:9:65c054",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f45738ab-8732-4a0a-8cb6-d1839f25b921",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "1",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:307e87",
                        "ysrc": "VitoGuan:9:5d3d19",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "fe8ca390-a15a-4d88-9454-541a5bcfdfe7",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "2",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:ca067d",
                        "ysrc": "VitoGuan:9:1e56e6",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "83ee06ed-2e09-46e0-baa7-b8cef43b204c",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "3",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:b89969",
                        "ysrc": "VitoGuan:9:93b35f",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f708cbfe-b59a-4979-b8bf-cc5bde8f86a1",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "4",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:2be9f9",
                        "ysrc": "VitoGuan:9:af019e",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "02737572-53e0-49d4-a1ae-90b7d1a305c1",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "5",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:001c24",
                        "ysrc": "VitoGuan:9:92ed23",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "937f8d32-b574-4786-800a-207e360cfbe5",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "6",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:63f884",
                        "ysrc": "VitoGuan:9:9253a8",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "59a96230-8cf4-484f-a4d6-55df31753d16",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "7",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:5521c2",
                        "ysrc": "VitoGuan:9:b90078",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "37e78fd7-7c34-4486-a792-9c59738ca80a",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "8",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:6cd511",
                        "ysrc": "VitoGuan:9:45c732",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "84e1a611-9799-4dab-971d-03af8a4dffaf",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "9",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:26902d",
                        "ysrc": "VitoGuan:9:3223e8",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c3a6eb8d-d961-47ff-be56-9b434274f4bd",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "10",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:87bb7f",
                        "ysrc": "VitoGuan:9:c87818",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "fdbba0d9-0967-4b9c-84aa-ef49a5137002",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "11",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:316343",
                        "ysrc": "VitoGuan:9:04eb0b",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "36ebf8ae-6e45-4ab1-a014-3b1241dadf87",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "12",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:94a0f7",
                        "ysrc": "VitoGuan:9:b6d40d",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e6a11ea4-ac0e-4932-a06a-5a7f4b5b4828",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "13",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:e43dab",
                        "ysrc": "VitoGuan:9:a83a37",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c797f243-348c-4335-92d9-ece26a0f95cd",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "14",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:83f665",
                        "ysrc": "VitoGuan:9:807a5d",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c47c551a-1310-409c-a44e-f56004ad19fa",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "15",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:9f0099",
                        "ysrc": "VitoGuan:9:4bff71",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "2ef8addb-36bc-4200-9751-46aa231fce43",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "16",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:76f5ed",
                        "ysrc": "VitoGuan:9:7e19d9",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "db2a633c-61d7-4aa9-95b2-663d32ff55dc",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "17",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:3c79a7",
                        "ysrc": "VitoGuan:9:94f679",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "5eb8f172-c404-49a5-85d2-e4f2157effe2",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "18",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:56499e",
                        "ysrc": "VitoGuan:9:db6772",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1fa2a9e9-302c-4588-8ad4-ae11b1b920ef",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "19",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:415571",
                        "ysrc": "VitoGuan:9:76d247",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "b7e1316d-80ec-469e-b31f-cfa242f02d9f",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "20",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:a44a22",
                        "ysrc": "VitoGuan:9:0a3115",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1cc649f5-ea51-4b1b-9d20-ab087fa1e1af",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "21",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:e88029",
                        "ysrc": "VitoGuan:9:dfa25f",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "3f1b6784-014f-4582-80c4-5de1422c7bc2",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "22",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:bf1bd6",
                        "ysrc": "VitoGuan:9:0bc433",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "3922e829-e291-4309-86ac-f6349a900dfd",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "23",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:8cfcef",
                        "ysrc": "VitoGuan:9:06c192",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "df529817-d1d2-4673-8c6e-24f7868ed12c",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "24",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:b429a0",
                        "ysrc": "VitoGuan:9:9e99bf",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "786c90cc-c123-4584-8c77-197471a49d7b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "25",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:0bb430",
                        "ysrc": "VitoGuan:9:1b4785",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f35b1f46-1e6c-4656-a605-8d509a790ca3",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "26",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:80c224",
                        "ysrc": "VitoGuan:9:6bb5f6",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "cdb0a732-c890-4d4a-923e-2cc8fd590027",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "27",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:7ad849",
                        "ysrc": "VitoGuan:9:b32d21",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "a102fcc1-0860-4502-a070-d9c8a373747e",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "28",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:a18405",
                        "ysrc": "VitoGuan:9:264544",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "70144cb4-f529-4a38-a9d3-b3e4a0b99f72",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "29",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:b484f7",
                        "ysrc": "VitoGuan:9:876856",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7dd88553-df83-465e-8872-cfcf135821f9",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "30",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:fbb550",
                        "ysrc": "VitoGuan:9:36e975",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ad742ed9-02d2-4ee6-a4e3-413e37413915",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "31",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:7869d3",
                        "ysrc": "VitoGuan:9:d64384",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "658150d8-03b6-4085-a475-4ffadd7f881d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "32",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:869bdb",
                        "ysrc": "VitoGuan:9:899678",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c56b69e6-af45-40f7-957b-f3dd094b6e8f",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "33",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:cbd8a9",
                        "ysrc": "VitoGuan:9:088eb9",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "365fd477-544e-4b18-b078-e0e537bf2fa0",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "34",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:02b0a9",
                        "ysrc": "VitoGuan:9:b48c4b",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "840f7d92-458f-4501-8e51-d9bd8833e7c1",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "35",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:88a348",
                        "ysrc": "VitoGuan:9:ccc13f",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "210020a7-d904-494d-a022-90d46a68c7d3",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "36",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:3d209b",
                        "ysrc": "VitoGuan:9:ba6bc2",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c770accd-8361-428f-abbe-9d10f10c34fa",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "37",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:c5b688",
                        "ysrc": "VitoGuan:9:99895e",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1f0c1606-e135-4d84-90cf-38c4e1d111b0",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "38",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:7ad5f8",
                        "ysrc": "VitoGuan:9:884a53",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "dd36469a-297b-416b-bbf3-caeec30f4553",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "39",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:f65edc",
                        "ysrc": "VitoGuan:9:b5d906",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f92eaafd-fd13-49b4-9eee-a5c3a74a4059",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "40",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:dcc7e1",
                        "ysrc": "VitoGuan:9:15fdcc",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "8c30466e-0952-4ed8-9754-fdc5ba9b1495",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "41",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:25c657",
                        "ysrc": "VitoGuan:9:3ec3c4",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c08f9086-1c07-409b-b173-94c4823f63de",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "42",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:cbf859",
                        "ysrc": "VitoGuan:9:e82dca",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "901d6a02-b6bb-4e71-8fe0-c3856539bda2",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "43",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:416a22",
                        "ysrc": "VitoGuan:9:83a9dc",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "9f8a126b-8e0b-487b-9abd-075003a6f95e",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "44",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:6b25fc",
                        "ysrc": "VitoGuan:9:3410b5",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "43670da0-4d72-4720-bef0-68ce63514b93",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "45",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:f42b53",
                        "ysrc": "VitoGuan:9:7ac6fc",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c7c6ed45-1163-4f4d-ab05-4a5242007d14",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "46",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:45fd02",
                        "ysrc": "VitoGuan:9:db4f90",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "b653d2ef-511f-40db-9a30-6b39ed43cb4e",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "47",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:33bc35",
                        "ysrc": "VitoGuan:9:ebafa5",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ef50e5f3-c5f7-43fc-83a7-b2bafe38ae4f",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "48",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:fc2b0f",
                        "ysrc": "VitoGuan:9:1b6243",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "3c822887-0fe1-43f1-adf4-acc92c0ff044",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "49",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:42d8e3",
                        "ysrc": "VitoGuan:9:c95e69",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "5a522e73-e4f1-474c-aa9d-3338bd9432f0",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "50",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:139f40",
                        "ysrc": "VitoGuan:9:4e22dc",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "83022f5a-8c9b-4c29-94e5-4c02dfc16c58",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "51",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:88d12c",
                        "ysrc": "VitoGuan:9:a0a9a9",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "32461179-5d74-427e-a145-9f9a53a19946",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "52",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:594ddc",
                        "ysrc": "VitoGuan:9:663e65",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7e56a8db-f202-4918-9d17-01627da19083",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "53",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:77f791",
                        "ysrc": "VitoGuan:9:90910e",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "07d6bc29-a593-42ff-84f6-ca94297d813c",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "54",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:71daa2",
                        "ysrc": "VitoGuan:9:63124b",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "87534c46-ea7b-47c8-a443-54faa9fd2f8e",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "55",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:a4831e",
                        "ysrc": "VitoGuan:9:bd97d9",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "9439d192-984e-4739-96bb-89faee0ac085",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "56",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:262424",
                        "ysrc": "VitoGuan:9:5ea098",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "977beb2b-6e45-4840-967b-c268fcd19d31",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "57",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:364270",
                        "ysrc": "VitoGuan:9:9517b2",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "3145b08d-8d99-4fd8-a39a-36b9ceaae369",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "58",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:463b32",
                        "ysrc": "VitoGuan:9:9bd961",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "58ee16f2-dc08-48eb-a45a-6315c91a67e3",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "59",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:43bb7e",
                        "ysrc": "VitoGuan:9:34f7bf",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "9ea23848-9275-4c3c-b020-a20d9c330ecf",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "60",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:7a9064",
                        "ysrc": "VitoGuan:9:3cfcba",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "46074fed-57ba-4722-a6a7-c24de26688af",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "61",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:50d516",
                        "ysrc": "VitoGuan:9:2bdc40",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ad8a9815-bfee-4820-a64f-7f5e15c2fa21",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "62",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:9a1b68",
                        "ysrc": "VitoGuan:9:fda467",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "b869876e-48de-4d7c-b6c3-203df7f294d4",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "63",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:a2adf5",
                        "ysrc": "VitoGuan:9:4fb67d",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "430355ae-cae6-4968-8c2c-33d0f1621d27",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "64",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:c93ca4",
                        "ysrc": "VitoGuan:9:9bac29",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "bd66120c-aebc-43fa-a0b7-12b0614a0f7e",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "65",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:ee7d74",
                        "ysrc": "VitoGuan:9:61782e",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "cda00f60-c68f-4416-87b5-8e7108209025",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "66",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:89737a",
                        "ysrc": "VitoGuan:9:0abf99",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "56295229-090c-468f-a1b6-01208d291c2e",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "67",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:e06ab4",
                        "ysrc": "VitoGuan:9:e18e35",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "d2e5c480-d5f6-4d5d-85e0-61febccf1ce9",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "68",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:eb1591",
                        "ysrc": "VitoGuan:9:32cd8d",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "03e07b34-8430-40f9-9b8c-a3da0631ee4a",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "69",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:21d129",
                        "ysrc": "VitoGuan:9:bb1f3f",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f98e6556-5590-44a1-aaed-6775e9a16740",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "70",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:991054",
                        "ysrc": "VitoGuan:9:f76101",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f42a43b7-e31b-4ba2-9d3e-0ac1a5d817ca",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "71",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:ea14f0",
                        "ysrc": "VitoGuan:9:37ef1d",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ca1928a0-4d76-4edf-a465-c8266d67d88d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "72",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:867d34",
                        "ysrc": "VitoGuan:9:648384",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "470f101b-b971-4e61-a9dd-edef5367799d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "73",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:46ca71",
                        "ysrc": "VitoGuan:9:ee77d6",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7e91526b-e67c-4452-b4e0-e821a97076e0",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "74",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:67dcfd",
                        "ysrc": "VitoGuan:9:eb5873",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e406c1c2-ab72-48da-957f-32814f4443bf",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "75",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:9c78d7",
                        "ysrc": "VitoGuan:9:13039e",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "384a1efa-8d72-4e50-a230-3a673f3639a4",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "76",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:9a23e1",
                        "ysrc": "VitoGuan:9:ac7115",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ca336656-3649-4d5a-9866-7618e9bb2959",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "77",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:69b01a",
                        "ysrc": "VitoGuan:9:6ea5c5",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1e2cc97b-1b37-47aa-836e-d30cee10c9d4",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "78",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:7b34da",
                        "ysrc": "VitoGuan:9:834796",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "b2066978-0fd3-4368-845d-9ad1c5eac652",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "79",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:0cbb1e",
                        "ysrc": "VitoGuan:9:9b4f47",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "a40f436c-f6b3-48a0-a635-6c80d6ddd0f6",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "80",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:4827e2",
                        "ysrc": "VitoGuan:9:5f92ba",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "550b152d-8d7e-44b3-b68f-9ab0d1eef6c9",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "81",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:4d2798",
                        "ysrc": "VitoGuan:9:ed1f3c",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "a52f90eb-8977-44de-a6a6-4df318e99473",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "82",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:4cba24",
                        "ysrc": "VitoGuan:9:c756e3",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "bf7645c0-4622-47aa-9e11-34f5c55904fc",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "83",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:a3e2ec",
                        "ysrc": "VitoGuan:9:ded408",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ea9092b5-fcf4-4009-88af-a762d48afd9a",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "84",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:e7159d",
                        "ysrc": "VitoGuan:9:70b764",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "20c03634-b192-4b58-b64d-5c2ec41d9452",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "85",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:6fb985",
                        "ysrc": "VitoGuan:9:7f3aa3",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "d7cbc7aa-3fb5-415d-ab44-cc86e38791dc",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "86",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:eedfaf",
                        "ysrc": "VitoGuan:9:913244",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "aa6eef51-2c98-418f-846b-c27055695e30",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "87",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:e19a9a",
                        "ysrc": "VitoGuan:9:7bc12c",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "a93f5b26-48f9-4660-bae3-4bf151a6f0cc",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "88",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:b01ec0",
                        "ysrc": "VitoGuan:9:1c7b5e",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1b83da99-0acd-416f-b509-f996038770bd",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "89",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:0ca1c1",
                        "ysrc": "VitoGuan:9:e192ac",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f088e4d9-72b4-4e51-8925-acf6aac36583",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "90",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:740682",
                        "ysrc": "VitoGuan:9:e8db78",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "39e2aea9-f3de-47cd-b9b4-ea0479f5b2b5",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "91",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:3d56c0",
                        "ysrc": "VitoGuan:9:aa745c",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "09ad3ede-4ab3-409e-ba14-685c91c763ed",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "92",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:214142",
                        "ysrc": "VitoGuan:9:884896",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "fe0ecdf0-aebb-4baa-a23d-051ab0b136a1",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "93",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:b5a055",
                        "ysrc": "VitoGuan:9:946c16",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "2aea6b5d-8e62-40fc-84e2-756211b116cf",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "94",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:309547",
                        "ysrc": "VitoGuan:9:c094a4",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "3993468e-c72a-4553-9893-0c76c9429104",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "95",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:113855",
                        "ysrc": "VitoGuan:9:7ffc33",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "59e73399-a1c0-4053-90b0-c0559c11300b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "96",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:cea964",
                        "ysrc": "VitoGuan:9:2aeb10",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "d0c1aae5-26c9-4675-b669-182a122c9b54",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "97",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:d7fba8",
                        "ysrc": "VitoGuan:9:d652ff",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "4c80f842-a9e9-488a-b461-3a881174b159",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "98",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:0b1973",
                        "ysrc": "VitoGuan:9:e21a9c",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "2c4d2c22-b956-49dc-8b98-cfc945232de9",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "99",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:be0b94",
                        "ysrc": "VitoGuan:9:cf3c52",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "16484830-e35c-4cf2-b3a3-7561b101c0da",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "100",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:15b012",
                        "ysrc": "VitoGuan:9:62237c",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f0e8fa2e-62d7-452b-b1e7-44944ee52225",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "101",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:1e6050",
                        "ysrc": "VitoGuan:9:e5aa08",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "d9e19d7d-d3b5-424a-ae1c-a18245013c17",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "102",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:f46d7d",
                        "ysrc": "VitoGuan:9:705d1a",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e128c7ab-623c-4e72-9e1e-2dafa2b9d075",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "103",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:acf78e",
                        "ysrc": "VitoGuan:9:bd64c4",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "b23ba4ed-b845-432e-8538-f0762ed1011f",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "104",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:fa7647",
                        "ysrc": "VitoGuan:9:c6f55d",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "86e3b455-47aa-47e0-909d-abfbcfc63678",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "105",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:d4c21b",
                        "ysrc": "VitoGuan:9:0ea9da",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "683f9b8c-97ba-48e8-87a6-495e277959b8",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "106",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:07b295",
                        "ysrc": "VitoGuan:9:9e2be6",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7c08e6e3-3620-4a8d-964f-820a6980bddd",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "107",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:4ccf09",
                        "ysrc": "VitoGuan:9:1f83a1",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "fb72daa7-eb3b-422a-b23d-9af3b3935d16",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "108",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:98809f",
                        "ysrc": "VitoGuan:9:d3999a",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "30d28c86-f3a2-4e3b-922f-265ee557150d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "109",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:aa4149",
                        "ysrc": "VitoGuan:9:f242ed",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "56224360-0fae-44a7-a4ba-ee2eb15f6744",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "110",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:fb57e1",
                        "ysrc": "VitoGuan:9:4f9351",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "da912937-6f0d-4e7f-b725-76a4ed6114a1",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "111",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:75ddcd",
                        "ysrc": "VitoGuan:9:d04e44",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c0eb0cad-f8e4-45fe-af22-294befc5f785",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "112",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:f8b0e2",
                        "ysrc": "VitoGuan:9:a2fb5b",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c8bd7baf-1231-42b2-82e6-c479854a5e06",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "113",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:c2daec",
                        "ysrc": "VitoGuan:9:90ad76",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "449df801-4a90-4cd6-9c68-e9fec38464e6",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "114",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:67802b",
                        "ysrc": "VitoGuan:9:3c291d",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "2793e731-6ad3-486a-990a-4c788f71e28e",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "115",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:6a5e10",
                        "ysrc": "VitoGuan:9:aabbe6",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "575cbb07-824c-4ba6-b251-6c0df1820c76",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "116",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:80ef2d",
                        "ysrc": "VitoGuan:9:3a8de6",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7fee13ba-2b0d-4f5e-84d5-a9815338995a",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "117",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:50f732",
                        "ysrc": "VitoGuan:9:a59c71",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "9a1387cb-0196-4eb9-b61e-3ec532ce36d1",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "118",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:cd0787",
                        "ysrc": "VitoGuan:9:7d60f3",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "57241ed0-2daf-4bcc-89cf-1aa9364ae16d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "119",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:37bc98",
                        "ysrc": "VitoGuan:9:dcd979",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "cc66d062-6bd2-4c3f-a183-7d85386f324f",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "120",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:1e597e",
                        "ysrc": "VitoGuan:9:6193e6",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "636ce542-4468-44e2-b382-370abe633a3d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "121",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:49ed93",
                        "ysrc": "VitoGuan:9:a46b43",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e98f767f-2679-4df8-8664-b0f62e0aa706",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "122",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:69529c",
                        "ysrc": "VitoGuan:9:e0e0cd",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "864bd6e7-7597-42bb-9d86-41301a55bb88",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "123",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:356a90",
                        "ysrc": "VitoGuan:9:b6e77f",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "3d738758-2ba4-405b-b751-f99672f40533",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "124",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:8db110",
                        "ysrc": "VitoGuan:9:872f99",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "5c40c6d6-603d-4ab5-bf22-c6ce427adf59",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "125",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:8068ec",
                        "ysrc": "VitoGuan:9:aae656",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "97662e2d-fe50-4d70-a6cc-e6188402eb75",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "126",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:32d696",
                        "ysrc": "VitoGuan:9:f62803",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "a01e7f16-7cf0-426b-b10e-a1008d45de97",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "127",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:d656fd",
                        "ysrc": "VitoGuan:9:6fd46f",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "bf5cb5cf-603e-408e-8866-42e9d26305e8",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "128",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:ed0dd2",
                        "ysrc": "VitoGuan:9:9badb3",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "759adfa8-440d-42dc-84b1-0eb257c21c39",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "129",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:fa8819",
                        "ysrc": "VitoGuan:9:b53b91",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "fc066233-b0c1-474a-b6a1-17d9199d2709",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "130",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:d73fd1",
                        "ysrc": "VitoGuan:9:7a3870",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "5086a2bf-231d-4ccc-98ab-4733ef4a23f6",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "131",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:61edc2",
                        "ysrc": "VitoGuan:9:d3b1ce",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "34582607-d57e-44b9-b66c-b82beacd1862",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "132",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:b5eff7",
                        "ysrc": "VitoGuan:9:79b7a9",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e5c12f71-573f-4984-9c22-8fd4be150947",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "133",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:293ef4",
                        "ysrc": "VitoGuan:9:2ae2a5",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "429c0091-30d2-40da-aeb6-e6404845b199",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "134",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:c08ba3",
                        "ysrc": "VitoGuan:9:0bdc13",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1badee76-c097-49c7-aa61-b18ef28d755b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "135",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:f78779",
                        "ysrc": "VitoGuan:9:ccc64d",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e1a181a7-361d-4c21-88fc-3495103c5c46",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "136",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:9f3bd0",
                        "ysrc": "VitoGuan:9:b490e2",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e38e0c57-1438-424a-baf6-9c0920e5b333",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "137",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:eb5857",
                        "ysrc": "VitoGuan:9:a4b82d",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "d1b3a4bd-068d-43aa-ba94-aeca5d6b3379",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "138",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:d9eb34",
                        "ysrc": "VitoGuan:9:642894",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "77d2615d-b585-4488-b9bd-10781524ce1d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "139",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:3ca0a0",
                        "ysrc": "VitoGuan:9:b66beb",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c6ef12f1-e0a1-4e67-aa60-309923c064d4",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "140",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:63bf73",
                        "ysrc": "VitoGuan:9:4cfb82",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "8372ce1c-f564-4b1b-89b9-f4485ec40bd6",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "141",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:36d841",
                        "ysrc": "VitoGuan:9:cef09f",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f79e5f1d-2748-4144-93eb-6e0869c7e5d6",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "142",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:a15c07",
                        "ysrc": "VitoGuan:9:48594c",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "5f944ffe-164d-4250-9f23-5d593374e9ae",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "143",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:b4f7a3",
                        "ysrc": "VitoGuan:9:ac7363",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "29705316-af23-44b9-a10b-cec1bc1d2c22",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "144",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:4c0bb7",
                        "ysrc": "VitoGuan:9:d4a80d",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "674b315f-5834-4dfd-8f5f-8784995e051a",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "145",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:c1c75c",
                        "ysrc": "VitoGuan:9:6047f8",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "18a323da-bb09-4fad-880c-faa889fb9595",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "146",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:4119de",
                        "ysrc": "VitoGuan:9:be3300",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "70bcb1f2-defe-48d9-9133-92b854d82e7c",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "147",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:b1cd2e",
                        "ysrc": "VitoGuan:9:cb4e85",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "87bfca13-979b-42c2-8ef0-b9dbf4c2cc08",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "148",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:780b9f",
                        "ysrc": "VitoGuan:9:8e6af5",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "d7138c6e-fa3d-44e5-9ce8-089cf3af3238",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "149",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:34217f",
                        "ysrc": "VitoGuan:9:f2a13d",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "d7e80154-6fdc-44b7-af24-b88c7d178fc8",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "150",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:1e61a8",
                        "ysrc": "VitoGuan:9:27ee0a",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "57be2742-bc69-4b9c-b42f-4fb527df88df",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "151",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:d70445",
                        "ysrc": "VitoGuan:9:cc851b",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "cac31836-b856-4e90-8e9f-3371a2073772",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "152",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:c3c903",
                        "ysrc": "VitoGuan:9:fcad7a",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "10bb9ddc-2a37-4441-b720-398ed5523b09",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "153",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:7b4666",
                        "ysrc": "VitoGuan:9:8690f8",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "3ac8dfe4-1adf-473d-8385-d5a309a9c0c3",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "154",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:da4ee6",
                        "ysrc": "VitoGuan:9:bfc619",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "a014aca6-7c02-465f-857e-128286973f26",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "155",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:1085f9",
                        "ysrc": "VitoGuan:9:1cd8ef",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "40ec012f-54a2-4591-b2f0-0d9a9eaa432f",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "156",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:14226d",
                        "ysrc": "VitoGuan:9:5f9ff7",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "294a3846-4b04-4ba6-81bc-693749927174",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "157",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:8f5ca6",
                        "ysrc": "VitoGuan:9:552ad4",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "3da5a0c6-5197-4caa-9206-3bdd8159d64a",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "158",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:8fd979",
                        "ysrc": "VitoGuan:9:f8c3a8",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "0f86a8bb-9a0d-4d21-bb4e-57c959f839c7",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "159",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:d2beaa",
                        "ysrc": "VitoGuan:9:e7b290",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "a358f1b6-56ab-4703-ba35-03f367109893",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "160",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:641620",
                        "ysrc": "VitoGuan:9:28b5b8",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "2e35e671-9bee-4dd9-887b-e99d7372df0a",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "161",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:197253",
                        "ysrc": "VitoGuan:9:0fd57d",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ea645f20-f659-4a9e-ab71-019fcda4292f",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "162",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:66e82c",
                        "ysrc": "VitoGuan:9:d3795d",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "877fee2d-8ec9-4604-bc8a-822ef13834d3",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "163",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:521cdb",
                        "ysrc": "VitoGuan:9:94607a",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "bfb0cf36-877e-4e77-b7c5-f38009a6014a",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "164",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:7fa368",
                        "ysrc": "VitoGuan:9:b3d79a",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "41e4c2d0-afce-4efb-bc2c-4f40045dee18",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "165",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:89ba88",
                        "ysrc": "VitoGuan:9:aabd0e",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "36c7203b-2ba3-45c8-9079-9cd3388b4ab6",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "166",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:fe80ae",
                        "ysrc": "VitoGuan:9:af23ea",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "4bfd77ea-1d24-46df-a79c-3595b2a85320",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "167",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:300982",
                        "ysrc": "VitoGuan:9:4606e9",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6a0830ce-70fa-4c82-98bb-c251e35de667",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "168",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:4d6fe0",
                        "ysrc": "VitoGuan:9:42d8ad",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7547b5f4-326d-4d44-9b02-f87845798b02",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "169",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:838709",
                        "ysrc": "VitoGuan:9:36fc9b",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "931519fe-1b52-4574-b90e-51cb8ceb1f37",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "170",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:f1ccda",
                        "ysrc": "VitoGuan:9:3ae429",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "bd4808c5-8af7-407e-b9ea-145165fb3ef5",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "171",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:880baa",
                        "ysrc": "VitoGuan:9:5a9c29",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "01898b03-ac0e-42c4-8bf1-71a5593e3f6e",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "172",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:3fcc4b",
                        "ysrc": "VitoGuan:9:214d72",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6d4fe2db-a94e-4f5b-ae92-d0107cbfe048",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "173",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:26f240",
                        "ysrc": "VitoGuan:9:7bf992",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "5475d9e6-497d-4812-acd5-6be1b961cded",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "174",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:b5c01c",
                        "ysrc": "VitoGuan:9:787354",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "5615b415-9f31-424f-8835-0c11817187f7",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "175",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:2ceb13",
                        "ysrc": "VitoGuan:9:0bae6a",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "d4222b99-ab12-4a13-a0fe-bdaa439d86e1",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "176",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:6e49b6",
                        "ysrc": "VitoGuan:9:1cc748",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "90d8f5b7-248b-4bd2-8d08-936351509fb3",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "177",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:d90bad",
                        "ysrc": "VitoGuan:9:d4946b",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "4caf51a2-456c-4c28-a671-dec2b78a1489",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "178",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:64c1de",
                        "ysrc": "VitoGuan:9:c48323",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "888f95f6-7257-41eb-a7bb-30988c51889b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "179",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:f7d7c6",
                        "ysrc": "VitoGuan:9:cfe511",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "d06d8469-e020-46ab-b594-0739445d02ff",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "180",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:258800",
                        "ysrc": "VitoGuan:9:2d692d",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1098d1e1-1c39-456c-81d6-f6be6b0aa89e",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "181",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:b218be",
                        "ysrc": "VitoGuan:9:0126d9",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "8bb2359a-7acb-4366-823b-e86deeca47ce",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "182",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:6c3b9b",
                        "ysrc": "VitoGuan:9:537d5a",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7f214b55-a750-4f30-869f-9bbfa4b480c1",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "183",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:794dd1",
                        "ysrc": "VitoGuan:9:b78d8f",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "168e1ff9-9872-4d03-ac63-44064b4e646d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "184",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:620bc5",
                        "ysrc": "VitoGuan:9:f9dc0c",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "a6eb17b2-a11e-4f7f-9cef-3069859a89d7",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "185",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:e17c46",
                        "ysrc": "VitoGuan:9:79d865",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "bd489536-99a1-4c73-b121-2795fb38a5d4",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "186",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:226d3b",
                        "ysrc": "VitoGuan:9:ed3abc",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "fc434201-ddda-480b-adca-2a69447d2c89",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "187",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:ff6079",
                        "ysrc": "VitoGuan:9:caeb4a",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6fd88dd6-8d75-4ad8-b8c2-280e6e0d7a2f",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "188",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:c71fa0",
                        "ysrc": "VitoGuan:9:0b6452",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "51ec4651-24a6-4214-993a-d64defb9ff59",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "189",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:dd94c4",
                        "ysrc": "VitoGuan:9:3eca64",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6a49b570-800f-432d-b4f5-132f4be8a729",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "190",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:3d23f2",
                        "ysrc": "VitoGuan:9:f30cb4",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "b5749aee-a084-41cb-8b06-1bce9cac3cd2",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "191",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:f9b5ca",
                        "ysrc": "VitoGuan:9:8b6948",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "2b036d94-9742-47ad-b6cd-abff97ad4b8d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "192",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:8d3a24",
                        "ysrc": "VitoGuan:9:0e2b53",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "02ef7725-4c1e-4433-9661-795510b4ab28",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "193",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:10f3c3",
                        "ysrc": "VitoGuan:9:407525",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "909b7b1f-8694-49ff-a1d5-69585cef0699",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "194",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:a1bbd4",
                        "ysrc": "VitoGuan:9:ab2394",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e94b7ce8-2465-4a56-b5ad-7329b01c072e",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "195",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:7ee3e8",
                        "ysrc": "VitoGuan:9:a44362",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "a55f350c-de62-4e29-8c68-ce7632ba7d7c",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "196",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:5ceea3",
                        "ysrc": "VitoGuan:9:f357be",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "b0a88b5b-eacb-43ce-afb1-112b0e64a96e",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "197",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:1c463e",
                        "ysrc": "VitoGuan:9:817ff7",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "488f94b7-2147-4d88-bc48-fa20350ea9f1",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "198",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:482ab2",
                        "ysrc": "VitoGuan:9:4e84fa",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "056f6235-553f-4294-9c2b-7bec164d52f8",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "199",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:4259d1",
                        "ysrc": "VitoGuan:9:66620d",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f7631687-fd37-4a7c-83c6-6802a4cc9d27",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "200",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:070fa2",
                        "ysrc": "VitoGuan:9:a9a6db",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "5b7c5131-26d1-4442-a93c-d2d6b3280c1d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "201",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:d262c8",
                        "ysrc": "VitoGuan:9:d81d51",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "131216bb-dd50-4b0d-966f-c47d0a13a16f",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "202",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:37702b",
                        "ysrc": "VitoGuan:9:a1b328",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f9e93bbf-68fa-4abd-a566-06a01af75107",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "203",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:9955a7",
                        "ysrc": "VitoGuan:9:61f907",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "02668a6d-b8b8-4f57-8e78-97017b9343f2",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "204",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:44220d",
                        "ysrc": "VitoGuan:9:d0dbc9",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "181556b3-8a4c-4bc3-aea3-5624df3f8744",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "205",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:2193e9",
                        "ysrc": "VitoGuan:9:001fea",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "d2e55a85-a4ba-4221-80a1-f52877ae76ae",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "206",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:9e5300",
                        "ysrc": "VitoGuan:9:31a818",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "bcde2a37-e1b3-4b59-87f2-33732245df11",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "207",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:c1f4ed",
                        "ysrc": "VitoGuan:9:a1dd50",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "22fa5521-967f-4454-be18-b6e139d8a413",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "208",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:d5b15f",
                        "ysrc": "VitoGuan:9:549342",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "bf42e2e7-6f15-41ef-8fbd-7a7024ab282a",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "209",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:6a40de",
                        "ysrc": "VitoGuan:9:fe21c5",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "fd178b73-73de-4e2d-bff5-e518dc24e97c",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "210",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:4d746a",
                        "ysrc": "VitoGuan:9:a64d08",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ab681ac3-c22f-4811-ba72-b10db353efde",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "211",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:e66c26",
                        "ysrc": "VitoGuan:9:843fc1",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "eb037614-46e0-4b66-a8fc-eff0806964c1",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "212",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:f23f48",
                        "ysrc": "VitoGuan:9:d043b4",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7261460e-ea7b-428d-a10e-2bbc81c1db59",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "213",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:3eb827",
                        "ysrc": "VitoGuan:9:b42316",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "2412501f-49ad-4478-b64c-1c0fea7f7f4f",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "214",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:38412f",
                        "ysrc": "VitoGuan:9:efbeea",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "df257e67-179e-493c-9844-b7915d7fbf65",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "215",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:bd456d",
                        "ysrc": "VitoGuan:9:d3146b",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c40f5a99-d56f-4a40-8caa-1f24707797cd",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "216",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:6c4e17",
                        "ysrc": "VitoGuan:9:74a1cc",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "2857855a-0971-42ad-93c6-46d63d4dc925",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "217",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:444dfd",
                        "ysrc": "VitoGuan:9:59f07c",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e5d3bb85-804c-44e9-9143-eae37003d818",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "218",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:50072e",
                        "ysrc": "VitoGuan:9:971e81",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "bb80220e-ea3f-454d-8173-fc826a2f6135",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "219",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:82f820",
                        "ysrc": "VitoGuan:9:cf4aef",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "42e7ada7-4cf8-412a-9ece-8b485f7d1ad4",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "220",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:af3e1c",
                        "ysrc": "VitoGuan:9:37cb4a",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ee5fac4a-9a6d-469d-9917-fb7c434b64f3",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "221",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:5a303d",
                        "ysrc": "VitoGuan:9:f2ad62",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "bd31eb70-de20-4b7a-b3a5-2789138c80fc",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "222",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:876727",
                        "ysrc": "VitoGuan:9:cc3621",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "431e6bf8-0119-4660-b61f-57a25dbf3fb3",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "223",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:4057ae",
                        "ysrc": "VitoGuan:9:10c04a",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e7356e09-7493-427c-8c45-3ca5a5814d76",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "224",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:ef4bc9",
                        "ysrc": "VitoGuan:9:b78c7c",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "fe82e9d2-b339-4c80-83af-eec9ca17ef40",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "225",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:21a93d",
                        "ysrc": "VitoGuan:9:0b5144",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "5168b2ba-1b6e-49f0-87f7-4c44fc6ee503",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "226",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:e7a48b",
                        "ysrc": "VitoGuan:9:9d15c6",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "a5fd2250-8191-453d-b729-c07f2d4bd627",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "227",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:a86cc2",
                        "ysrc": "VitoGuan:9:91d3bc",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1f857ffa-4bb4-4e38-84ad-53a5e650b641",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "228",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:df99ca",
                        "ysrc": "VitoGuan:9:80bc93",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "0b1ff4fe-1224-4cd7-87fc-a73bc77ac9b0",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "229",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:032a81",
                        "ysrc": "VitoGuan:9:4e13e0",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "0be9ad74-1219-4c55-9432-ef43b8581206",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "230",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:239439",
                        "ysrc": "VitoGuan:9:92d56e",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1176a30a-349e-48ca-b57b-74cc81b5acf5",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "231",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:e7b67a",
                        "ysrc": "VitoGuan:9:611110",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1b9a4ab3-5511-41aa-9f76-e3e6d656756b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "232",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:984086",
                        "ysrc": "VitoGuan:9:c7d1d5",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ce34e616-66ce-4398-991d-bd02c18380eb",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "233",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:2a9177",
                        "ysrc": "VitoGuan:9:924265",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "90ff66d6-703a-4ab3-9dc9-b23a4c244518",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "234",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:8767ff",
                        "ysrc": "VitoGuan:9:6b2f70",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "9018305d-73cd-43ed-a55f-2593dfc89a98",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "235",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:bb8bfd",
                        "ysrc": "VitoGuan:9:a9d942",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c0fd8611-fba3-44b5-a50c-3337d55f4132",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "236",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:022236",
                        "ysrc": "VitoGuan:9:a000a5",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "d8e27ae0-1b5f-441c-99b0-a29b2907587d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "237",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:905ac3",
                        "ysrc": "VitoGuan:9:a82d23",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "8d17c162-ad53-40be-b976-17508eba8ae4",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "238",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:9101b0",
                        "ysrc": "VitoGuan:9:cf588d",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ae54cc15-5b57-4100-918e-b0349907cd43",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "239",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:95c740",
                        "ysrc": "VitoGuan:9:5f1247",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f5cc01b6-aca6-43de-9485-ed40e76bc960",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "240",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:b0b513",
                        "ysrc": "VitoGuan:9:1b0c39",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "a396f62c-0686-4610-bb67-9514c435e5de",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "241",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:5e9e3e",
                        "ysrc": "VitoGuan:9:b0fe1b",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "31721249-49bf-46f4-a698-076c1894ae88",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "242",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:710e67",
                        "ysrc": "VitoGuan:9:f8727b",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "bc65f947-c29c-4d71-8cfb-459fe595c49f",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "243",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:938b44",
                        "ysrc": "VitoGuan:9:704548",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "d440cf8e-a9d2-43bb-9a34-65f325d0a916",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "244",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:c3a67f",
                        "ysrc": "VitoGuan:9:c5dccb",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1c3ab9a7-b2aa-421a-a342-a3eedb2eda02",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "245",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:92d808",
                        "ysrc": "VitoGuan:9:1f91ea",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "829ecfd3-fcc4-442a-ac56-b9aa08a540a0",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "246",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:2090b3",
                        "ysrc": "VitoGuan:9:e10911",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f1c27937-c24d-4a14-ba22-9d77ddad42e6",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "247",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:6f4752",
                        "ysrc": "VitoGuan:9:6a7174",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "65423125-8c6d-4762-afe1-12a480555eb5",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "248",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:9038ea",
                        "ysrc": "VitoGuan:9:6c3471",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "0bf64e12-ddc5-495e-b649-5dd62938c2f6",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "249",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:e088b1",
                        "ysrc": "VitoGuan:9:e8caa1",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "a6cc8a35-a8f4-4e36-b902-d4a7d22ef716",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "250",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:9977cb",
                        "ysrc": "VitoGuan:9:a19c75",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "3573594c-0dc4-4faa-90c8-4020218b539b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "251",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:6c25e6",
                        "ysrc": "VitoGuan:9:66acfc",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e8195197-a5fe-4cf4-a902-b95860e992b8",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "252",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:bccb29",
                        "ysrc": "VitoGuan:9:e473b5",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "38ba416b-02c9-41f2-a89b-dd1f3719a7c5",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "253",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:589d0c",
                        "ysrc": "VitoGuan:9:050b55",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "bf697f23-4cd5-4c2a-a0b2-e055df497db3",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "254",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:74dddd",
                        "ysrc": "VitoGuan:9:d0f76e",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7e4467ad-42df-42f9-9c69-867d20dbb3d3",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "255",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:1d67d6",
                        "ysrc": "VitoGuan:9:cbb671",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "a8382955-02e7-440c-8499-4a71b070ce97",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "256",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:07026b",
                        "ysrc": "VitoGuan:9:848b3e",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "36c3a41f-cef1-4518-b2dd-d3cc182d2352",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "257",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:edb43a",
                        "ysrc": "VitoGuan:9:06d4f5",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "2cf5d060-1d67-4f15-96be-e246677f0e4c",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "258",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:aeedc9",
                        "ysrc": "VitoGuan:9:533e7e",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "aba1e5df-8e9c-42e4-bd21-19e3808ad372",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "259",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:d79eac",
                        "ysrc": "VitoGuan:9:8a21ca",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "cbeb3729-e263-40ac-bbb3-8c39b91b8428",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "260",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:3d79d6",
                        "ysrc": "VitoGuan:9:3bbd47",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e1a5fa49-7a28-426a-ae48-d759fb19ebda",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "261",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:4b6e3c",
                        "ysrc": "VitoGuan:9:c2baaa",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c3c2bbc2-06a5-40e6-98c0-acb921a945c7",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "262",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:d2f281",
                        "ysrc": "VitoGuan:9:08afa6",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "d9d30f55-ff8f-44c9-80e3-ac0f2552e1f8",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "263",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:3e55d1",
                        "ysrc": "VitoGuan:9:7f2de5",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "384a539a-1ac1-4275-b4d0-61ab22c1f814",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "264",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:33a377",
                        "ysrc": "VitoGuan:9:1841b8",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "56b9ea33-33ba-4340-8320-507273508c0c",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "265",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:d20b03",
                        "ysrc": "VitoGuan:9:00a13c",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "bbd550c5-e02c-46d0-8535-dff018e20fa0",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "266",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:00968f",
                        "ysrc": "VitoGuan:9:b1a516",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "5e948358-fdb6-4b54-b24e-78c996a2c066",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "267",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:002ab2",
                        "ysrc": "VitoGuan:9:009701",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e1441eb9-e2eb-4868-99bf-b0369cf7f0bf",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "268",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:9bffb7",
                        "ysrc": "VitoGuan:9:e50172",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "97237001-87ab-48d2-b1dd-745a8c34956a",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "269",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:c52d8e",
                        "ysrc": "VitoGuan:9:1ff7af",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "aad4069c-685d-4343-a87c-83fabce67c4f",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "270",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:fdf350",
                        "ysrc": "VitoGuan:9:dba1b8",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "02ffffba-7beb-42f3-9b39-6b9f3cfca127",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "271",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:c1e3f7",
                        "ysrc": "VitoGuan:9:dbbccc",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "df3f52da-264e-4899-b8bb-519ea031e00b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "272",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:7fbb5f",
                        "ysrc": "VitoGuan:9:b5dc26",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c763d8fc-ea6d-4d6f-937e-09bd5b668aa8",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "273",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:77d275",
                        "ysrc": "VitoGuan:9:1d60e7",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "0a796758-2232-40a0-af7c-df5a00202b11",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "274",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:18b01e",
                        "ysrc": "VitoGuan:9:09431e",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "5734ccc6-995d-480a-802a-af49477d799d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "275",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:6c1bf9",
                        "ysrc": "VitoGuan:9:15534f",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c1ffc5fc-a720-472f-a8f5-c6ff623dbf82",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "276",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:9be122",
                        "ysrc": "VitoGuan:9:6eb208",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "3f42570b-3710-4c0c-bb46-569ddf1f3a59",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "277",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:b7a81e",
                        "ysrc": "VitoGuan:9:165a79",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "4bcce308-9347-4e53-b74a-63808ac82c68",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "278",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:114cef",
                        "ysrc": "VitoGuan:9:642449",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "21184c46-a542-433d-a0a9-d92a6f6e696e",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "279",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:942434",
                        "ysrc": "VitoGuan:9:a0b4eb",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "46f0a993-b4e7-43d8-9552-e3454cd3d951",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "280",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:ce78eb",
                        "ysrc": "VitoGuan:9:c52985",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "8ddff278-f7fc-40a0-96a7-c90c8e532de2",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "281",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:a103fe",
                        "ysrc": "VitoGuan:9:d7de87",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "69f6e5ee-f1c7-41a1-aba3-a11f81784be8",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "282",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:01bb3b",
                        "ysrc": "VitoGuan:9:2cad94",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "99e78b13-e584-41cc-a183-a16609b986ab",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "283",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:bc53b7",
                        "ysrc": "VitoGuan:9:cfc1fa",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "39d17ca0-91dc-47da-aad8-74ae05743211",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "284",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:6e41b6",
                        "ysrc": "VitoGuan:9:aace71",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ee78faa9-cc80-402b-986b-cb6bf1ada265",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "285",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:e0f189",
                        "ysrc": "VitoGuan:9:acbc2c",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7a89ae51-0d91-4c3a-b32f-c30f0eb32fd7",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "286",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:f2590d",
                        "ysrc": "VitoGuan:9:ca0305",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "fd2b47ee-7206-4647-b3cd-80248e0a5196",
                        "mode": "markers",
                        "name": "US Counties",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:c5686f",
                        "ysrc": "VitoGuan:9:4ce3f0",
                        "marker": {
                            "color": "white",
                            "opacity": 0
                        },
                        "textsrc": "VitoGuan:9:ed81f5",
                        "selected": {
                            "marker": {
                                "size": 3,
                                "color": "white",
                                "opacity": 1
                            }
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "unselected": {
                            "marker": {
                                "opacity": 0
                            }
                        },
                        "legendgroup": "centroids"
                    },
                    {
                        "uid": "676e5bcb-fc90-40ac-b470-a78acc4ea58a",
                        "line": {
                            "color": "rgb(240, 240, 240)",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "VitoGuan:9:0c5711",
                        "ysrc": "VitoGuan:9:60d6fe",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "States"
                    }
                ],
                "layout": {
                    "width": 900,
                    "xaxis": {
                        "range": [
                            -125.0,
                            -55.0
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "range": [
                            23.0,
                            51.0
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "height": 450,
                    "legend": {
                        "x": 1,
                        "y": 1,
                        "xanchor": "right",
                        "yanchor": "top",
                        "traceorder": "reversed"
                    },
                    "margin": {
                        "b": 20,
                        "l": 20,
                        "r": 20,
                        "t": 40
                    },
                    "dragmode": "select",
                    "hovermode": "closest",
                    "annotations": [
                        {
                            "x": 1,
                            "y": 1.05,
                            "text": "<b></b>",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "right",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 450,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~VitoGuan",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-08 16:40:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "VitoGuan",
                "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-22T03:23:24.081133Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~skace/106.embed",
            "fid": "skace:106",
            "filename": "plot from API (12)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/skace:106/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/skace:106/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/skace:106/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/skace:106/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/skace:106",
                "plots": "https://api.plotly.com/v2/plots/skace:106",
                "parent": "https://api.plotly.com/v2/folders/home?user=skace"
            },
            "owner": "skace",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "<br>Network graph made with Python",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~skace/106/network-graph-made-with-python/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:23:24.690Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~skace/106/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "2d8e4d2e-a0de-408e-bd56-4eff5c7eca71",
                        "line": {
                            "color": "#888",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "skace:107:e57c45",
                        "ysrc": "skace:107:277df5",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e9927f32-f3d8-4f9d-a2ec-d9d4b87c89a5",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "skace:107:26824a",
                        "ysrc": "skace:107:32f98f",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "size": 10,
                            "colorbar": {
                                "title": {
                                    "side": "right",
                                    "text": "Node Connections"
                                },
                                "xanchor": "left",
                                "thickness": 15
                            },
                            "colorsrc": "skace:107:12070c",
                            "showscale": false,
                            "colorscale": "Rainbow",
                            "reversescale": true
                        },
                        "textsrc": "skace:107:d701eb",
                        "hoverinfo": "text"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "size": 16
                        },
                        "text": "<br>Network graph made with Python"
                    },
                    "xaxis": {
                        "showgrid": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "showgrid": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "margin": {
                        "b": 20,
                        "l": 5,
                        "r": 5,
                        "t": 40
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~skace",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.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": "2019-02-26 17:29:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "skace",
                "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-22T03:18:58.803399Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~skace/104.embed",
            "fid": "skace:104",
            "filename": "plot from API (11)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/skace:104/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/skace:104/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/skace:104/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/skace:104/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/skace:104",
                "plots": "https://api.plotly.com/v2/plots/skace:104",
                "parent": "https://api.plotly.com/v2/folders/home?user=skace"
            },
            "owner": "skace",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "<br>Network graph made with Python",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~skace/104/network-graph-made-with-python/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:18:59.349Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~skace/104/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "8826d83d-6e18-46e9-b16c-941164200de3",
                        "line": {
                            "color": "#888",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "skace:105:b3a0fd",
                        "ysrc": "skace:105:7f7833",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "198bf727-43d4-4c8f-8ab8-c8171047d321",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "skace:105:e42103",
                        "ysrc": "skace:105:e40a20",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "size": 10,
                            "colorbar": {
                                "title": {
                                    "side": "right",
                                    "text": "Node Connections"
                                },
                                "xanchor": "left",
                                "thickness": 15
                            },
                            "colorsrc": "skace:105:069a22",
                            "showscale": false,
                            "colorscale": "Rainbow",
                            "reversescale": true
                        },
                        "textsrc": "skace:105:44fc6b",
                        "hoverinfo": "text"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "size": 16
                        },
                        "text": "<br>Network graph made with Python"
                    },
                    "xaxis": {
                        "showgrid": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "showgrid": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "margin": {
                        "b": 20,
                        "l": 5,
                        "r": 5,
                        "t": 40
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~skace",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.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": "2019-02-26 17:29:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "skace",
                "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-22T03:16:20.986287Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~loantranvn810/12.embed",
            "fid": "loantranvn810:12",
            "filename": "plot from API (3)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/loantranvn810:12/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/loantranvn810:12/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/loantranvn810:12/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/loantranvn810:12/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/loantranvn810:12",
                "plots": "https://api.plotly.com/v2/plots/loantranvn810:12",
                "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/12/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:16:21.621Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~loantranvn810/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "557aeb37-eea6-42b0-87e4-24d1eba82858",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:ebd23e",
                        "ysrc": "loantranvn810:13:9de7a2",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "17022e3d-0c86-44bf-bcd5-a4414dabdf93",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:97517e",
                        "ysrc": "loantranvn810:13:6bc13e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "682e6722-b181-4717-8bb0-8dac0dcc6301",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:3cff65",
                        "ysrc": "loantranvn810:13:50b14e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b9f1d254-f1af-4a2f-a46e-58743e0cf89b",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:e653ed",
                        "ysrc": "loantranvn810:13:c213cc",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "9e4cebec-ba62-41ef-8b9b-6d6cd2b699a1",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:9cfeb1",
                        "ysrc": "loantranvn810:13:84c889",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "224e9747-ca1a-462c-ade5-77fa35640d5e",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:7a9afa",
                        "ysrc": "loantranvn810:13:d5081c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "60688686-c4db-446e-8273-a79648bd29c1",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:eb521d",
                        "ysrc": "loantranvn810:13:1c120c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ff8a73e0-d9c8-4c4d-a221-a7f90d53e6df",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:fc20d0",
                        "ysrc": "loantranvn810:13:f97269",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b3e4f64d-5b3c-47c7-a2bf-9fd4ef28c793",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:db60ab",
                        "ysrc": "loantranvn810:13:a9a33b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a7c5fddd-1521-42cb-ba90-554ac2c04727",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:1daf94",
                        "ysrc": "loantranvn810:13:d65295",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e5202c29-21b3-45a7-9ac1-5778826f1c58",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:619a0f",
                        "ysrc": "loantranvn810:13:342738",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "f644af9f-381b-4dee-8a9c-8dd6107086a6",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:bd118f",
                        "ysrc": "loantranvn810:13:be525b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "121137f5-726e-47e0-b0a8-dc45590ef551",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:f41884",
                        "ysrc": "loantranvn810:13:55a645",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "1f4a80c4-57fb-413b-85c8-18f770cde25c",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:5a5ffd",
                        "ysrc": "loantranvn810:13:c5850c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "1d5f1e74-086d-47ee-8923-3eff963ec2d9",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:e11bb7",
                        "ysrc": "loantranvn810:13:e3dd09",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "628d8c68-6e49-4429-93cf-8f96f8146c4b",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:f656ea",
                        "ysrc": "loantranvn810:13:ad2b2b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "24c30d40-45cc-46ec-bb28-42e7d9caa5a5",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:c863cc",
                        "ysrc": "loantranvn810:13:81516f",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "0d68f970-8aee-463e-9431-0766007dce87",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:830e49",
                        "ysrc": "loantranvn810:13:9d61ce",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "5dd65079-9f9f-468e-92d9-ab579a4fbfa7",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:7ee097",
                        "ysrc": "loantranvn810:13:de4ec9",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "656688e8-2c2b-4ad5-8511-022bda2fe0c5",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:247414",
                        "ysrc": "loantranvn810:13:8acc49",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "dea962a7-c056-46ca-9b45-b36ff5df8699",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:d5e005",
                        "ysrc": "loantranvn810:13:e6b297",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "74db0ef4-870d-4473-b6b4-8cc098bd621d",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:161962",
                        "ysrc": "loantranvn810:13:bcb8de",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "98398782-8cf7-4e58-927c-5399dd7dd1f3",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:502d2f",
                        "ysrc": "loantranvn810:13:fdaa03",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "0b052b3f-78a0-4cf9-bc8b-1bb8e8e00c0e",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:e16087",
                        "ysrc": "loantranvn810:13:04b7d7",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a5d54f16-3da4-44ed-bc8f-91a45e1e5553",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:31674b",
                        "ysrc": "loantranvn810:13:21537b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "1c3065db-0784-4f71-86dd-2756c9511564",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:c6c9e0",
                        "ysrc": "loantranvn810:13:f40d87",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "9f7c229e-6d74-40a5-95c7-0e9278e81248",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:b1997b",
                        "ysrc": "loantranvn810:13:a79e2f",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c014f414-53b1-41e2-871e-cf1c3208aefe",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:a524f2",
                        "ysrc": "loantranvn810:13:3f6fe6",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e4565a66-b7d2-40d0-8298-70f7e9a861d4",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:c5236a",
                        "ysrc": "loantranvn810:13:56c495",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "2842875a-53f7-4626-be54-930aa7df431d",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:c27d3e",
                        "ysrc": "loantranvn810:13:798cbb",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "2710be3a-c215-4427-98a5-9976d2e086b3",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:d06ca7",
                        "ysrc": "loantranvn810:13:347b32",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "727d3c96-0d3e-4f13-8060-5ac00e8938b2",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:b1e80c",
                        "ysrc": "loantranvn810:13:468735",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "67cd01fc-2465-4366-81b7-33e62d141a15",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:3b3959",
                        "ysrc": "loantranvn810:13:4d4446",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "f65ea146-253f-4905-971b-6d431b99ae38",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:4a0ca5",
                        "ysrc": "loantranvn810:13:0dded8",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "2b5e3dfd-f43e-4404-a85b-d69d457339fd",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:2c5866",
                        "ysrc": "loantranvn810:13:25c37a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "48a90ef3-3dcf-42f2-bb3c-26406b1aac32",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:4e85f5",
                        "ysrc": "loantranvn810:13:8c94ee",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "855b3ec8-eca8-4df3-b05b-3539c09d95ed",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:885f44",
                        "ysrc": "loantranvn810:13:d9c29e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "792122be-aa5d-4242-a2cb-2940c17e5088",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:c26bd6",
                        "ysrc": "loantranvn810:13:cbdc99",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ef9f7ebc-3ded-4add-995f-83553584b0ac",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:a919a1",
                        "ysrc": "loantranvn810:13:799ddc",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "25914a36-3a5b-404d-ad12-96abb10c2ff5",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:4d27cb",
                        "ysrc": "loantranvn810:13:d4e4c3",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "61abdc57-218a-4ec1-9052-fc3a88ec97ac",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:6e25a2",
                        "ysrc": "loantranvn810:13:b591ef",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "47fcec16-ddcf-4490-b427-5c4693a9ce52",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:725535",
                        "ysrc": "loantranvn810:13:9b53e1",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e11dd96c-7acb-4892-b66b-df14232cb132",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:3fc464",
                        "ysrc": "loantranvn810:13:97d1b0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a5d2a719-e1ed-4e8d-9501-9e9f454bd2a7",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:6373ed",
                        "ysrc": "loantranvn810:13:cf4401",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "492e4015-23ca-4458-afe5-93342638b41b",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:9f0c52",
                        "ysrc": "loantranvn810:13:b7a326",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "abd43ca9-3fc4-499b-b5e5-9207b5bf85a3",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:12ee97",
                        "ysrc": "loantranvn810:13:24327b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "7aa7b6c4-8999-449e-9b02-d1f31eabc428",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:5a2c3c",
                        "ysrc": "loantranvn810:13:4770f4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "1d198406-b150-4468-a7f3-c378c6f21ace",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:10b1e9",
                        "ysrc": "loantranvn810:13:ff1258",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ab1b724d-8955-4da8-b1d9-782938acdb13",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:e172a5",
                        "ysrc": "loantranvn810:13:d7ad03",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ee94688d-f34a-4c35-8c5e-18a81f8c8431",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:f2b3f8",
                        "ysrc": "loantranvn810:13:19fef2",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "08841d5d-d62e-40ba-b800-2e5fa628a383",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:ea29e4",
                        "ysrc": "loantranvn810:13:3e5fd7",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "aaeecf13-65fa-46a4-8bee-30e8a9f875d0",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:bbe745",
                        "ysrc": "loantranvn810:13:045b38",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "9175f570-ea87-4333-94c5-d842bf75e9e2",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:56b723",
                        "ysrc": "loantranvn810:13:8031b0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d431f856-5c5a-4ef0-8298-5ac5607824a2",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:ed3e52",
                        "ysrc": "loantranvn810:13:266c76",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c6161c00-26b2-4da0-bfcc-34f41d11f435",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:6614d5",
                        "ysrc": "loantranvn810:13:8abcfa",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "f90592f9-bc88-4341-ac09-ffb335bc0845",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:9e682f",
                        "ysrc": "loantranvn810:13:620436",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b76e2e7e-944b-4835-b2c2-d1aa57cb98f4",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:3acacc",
                        "ysrc": "loantranvn810:13:6d5ff8",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "5813dbde-44e0-4fa4-9971-20b86e869049",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:62a588",
                        "ysrc": "loantranvn810:13:8cda48",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d660946c-576f-4451-a8ee-4564873999ad",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:686479",
                        "ysrc": "loantranvn810:13:52e6ca",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "5cb9df2b-aa32-4c5d-9590-85ca66278e15",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:2c9d2c",
                        "ysrc": "loantranvn810:13:398227",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "7b2c926d-41ea-420d-a659-5253bad38a1a",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:4ab96a",
                        "ysrc": "loantranvn810:13:cb1327",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "30b8add8-f48b-4e23-9c44-fb28ae8eb4c1",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:0a245e",
                        "ysrc": "loantranvn810:13:ec26cf",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "73e60958-728e-4685-9086-a5175f38b8ac",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:532324",
                        "ysrc": "loantranvn810:13:29cc80",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d06610fb-2f92-4305-be77-3953c1ec12e0",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:782c00",
                        "ysrc": "loantranvn810:13:9dc0b3",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "1027bd4b-997f-4a81-ac77-d21f1a07ac39",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:f1d0f1",
                        "ysrc": "loantranvn810:13:95affc",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "9672f361-c3ce-4c60-9906-dfb0fc5fe6cb",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:847e65",
                        "ysrc": "loantranvn810:13:c83fe7",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "897b9a66-14d3-4f27-bc88-d87c0338e2b4",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:f883b6",
                        "ysrc": "loantranvn810:13:d70c38",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "42e679a9-3c82-4c09-acfc-e2982af8635e",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:3641e8",
                        "ysrc": "loantranvn810:13:1abce6",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "6a2099fb-e551-48ca-8529-0a30442e1b52",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:73fa89",
                        "ysrc": "loantranvn810:13:d643fe",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c79788f5-3a72-4cc3-8ec7-57cf8528de77",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:4c3f93",
                        "ysrc": "loantranvn810:13:9d8477",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "0925a339-4d6f-43ac-a338-a168bd4d5fd1",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:20ebfd",
                        "ysrc": "loantranvn810:13:88918d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "04fa0cdb-36c5-4f23-8307-1a656826df64",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:851759",
                        "ysrc": "loantranvn810:13:39f5ac",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "7e9a98c6-ce89-44fc-b8fc-c3c25ef7dc6f",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:1a5683",
                        "ysrc": "loantranvn810:13:7927be",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "8e7889e0-2842-4cfa-9ace-79d9bc4c794f",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:639b77",
                        "ysrc": "loantranvn810:13:7290fd",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e6649857-f937-44d3-9da7-863a71f20646",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:bcd87f",
                        "ysrc": "loantranvn810:13:71761c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c30b1660-5788-4390-a79c-353398c271aa",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:0615c4",
                        "ysrc": "loantranvn810:13:d176f9",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e820cfde-bb0e-4a48-bc89-dbe2b52f4e2d",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:5ef9e2",
                        "ysrc": "loantranvn810:13:d0e12b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "9f98f4ce-aa45-481f-af8c-8c8ce0bb8f7a",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:a7a243",
                        "ysrc": "loantranvn810:13:02d656",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "4d6d7113-e2db-43fc-ae34-f17111a1c635",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:4c7ab0",
                        "ysrc": "loantranvn810:13:37d7e6",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "01e52fce-2ac0-4087-8685-5ecc0d8f5b34",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:8c9a82",
                        "ysrc": "loantranvn810:13:031aae",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d5b56a67-add9-439d-9593-65be0760c1d7",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:8dc53c",
                        "ysrc": "loantranvn810:13:fc5292",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "6779b74e-2209-4e99-ae2c-9b7917d143f1",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:771af1",
                        "ysrc": "loantranvn810:13:687cc0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "9faa56eb-256e-4776-9d65-d941a1eb80d6",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:3e5b4a",
                        "ysrc": "loantranvn810:13:b6bc2c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "6e3fbfbd-8735-4a7b-90df-2175b9ef93da",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:3bc573",
                        "ysrc": "loantranvn810:13:575ba9",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "22a102c0-60eb-4804-881f-35343362d61f",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:0f74bf",
                        "ysrc": "loantranvn810:13:d48558",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "4a8676d2-07f9-4206-8737-cfae0afc8b7b",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:0e2d7a",
                        "ysrc": "loantranvn810:13:0e7aae",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d286768f-2520-4810-bb0f-565f1e58d296",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:699854",
                        "ysrc": "loantranvn810:13:caec5d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e447fb76-2b2d-478f-9447-029e7a8a0ced",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:a4703b",
                        "ysrc": "loantranvn810:13:f0f3d4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "2978a43e-b586-4083-877e-2c9e5cdd27b8",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:499a54",
                        "ysrc": "loantranvn810:13:0241f3",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "de403c7b-cdae-4617-806e-bb8efa63d712",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:e1c4eb",
                        "ysrc": "loantranvn810:13:84688e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e406b9ed-1688-4ee4-8a32-f9042fa0265c",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:20e7be",
                        "ysrc": "loantranvn810:13:f86f60",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "6a7213c9-82bc-42d5-b3b0-c49a3c2888ee",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:4e1d59",
                        "ysrc": "loantranvn810:13:3f40e0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "194cb7fc-1ff8-4516-a445-27b58ee021f0",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:78bf2a",
                        "ysrc": "loantranvn810:13:76607e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "00af31e8-1f0c-457c-b49b-a78efb6a5877",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:0f7de5",
                        "ysrc": "loantranvn810:13:91ff3a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "940d4cda-92c4-470d-8a5a-0a63a1932719",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:5bf66c",
                        "ysrc": "loantranvn810:13:018171",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b16d5183-0bd0-4687-8146-5a66d44934f4",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:72863e",
                        "ysrc": "loantranvn810:13:126a2a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "38d65523-ff66-4a90-a6ea-a8bb193f9283",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:c4e3f4",
                        "ysrc": "loantranvn810:13:4d13e4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c53ac6f3-1405-4278-b5b2-022ccceb2af0",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:ebd6ee",
                        "ysrc": "loantranvn810:13:090697",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "02f814dc-e794-48d1-9478-df012adb4d20",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:e6f819",
                        "ysrc": "loantranvn810:13:4d2c0b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c478313c-a4c5-4eb8-9b4b-b26a88a492ae",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:7b2c6d",
                        "ysrc": "loantranvn810:13:dc1f92",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "392e1447-66fb-494b-b799-f084e471ad82",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:dfb5e8",
                        "ysrc": "loantranvn810:13:dbb5f2",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "78581061-81b6-42e4-8514-b57e38c1be3e",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:b18ee5",
                        "ysrc": "loantranvn810:13:d7bf45",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "27e40ec2-2847-47a0-a50f-b9462720c578",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:bc6e42",
                        "ysrc": "loantranvn810:13:3a7741",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "9c73789d-e87f-40ca-ad30-f6d87cb11083",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:a52d0e",
                        "ysrc": "loantranvn810:13:a2ca24",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a9a51951-0e9e-4351-8c8e-5d65b8c5302e",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:4ef8d6",
                        "ysrc": "loantranvn810:13:74f94f",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "261758a7-31a4-4edd-93e7-8ad153829d37",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:277798",
                        "ysrc": "loantranvn810:13:bf5f50",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d9dcf556-0813-4230-a6c7-1229bc4f2791",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:233cf7",
                        "ysrc": "loantranvn810:13:dd1b5a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "1dc2254f-d2c5-4674-8947-d8481b146956",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:d06dac",
                        "ysrc": "loantranvn810:13:f21bb3",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "f039b475-e021-4d78-a816-f74eb5769473",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:dba72f",
                        "ysrc": "loantranvn810:13:371343",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "34499ffb-6aac-4071-8d8b-a47b12c22d61",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:4bc909",
                        "ysrc": "loantranvn810:13:37977e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c931feae-9d02-4873-83f6-63222d17329a",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:404834",
                        "ysrc": "loantranvn810:13:3f81b4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "3c7041f9-7aaf-4231-9add-cdc9bc802582",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:6328fd",
                        "ysrc": "loantranvn810:13:29d9a9",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "71c00f0c-0c03-45dd-97c3-c6d2614250f4",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:11ec62",
                        "ysrc": "loantranvn810:13:645861",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ba416d7b-d7a6-47a8-82c0-e68a97bff71f",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:96e0d5",
                        "ysrc": "loantranvn810:13:99189c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "45d28853-30fc-4960-b7c0-da8107dfdfd6",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:383afb",
                        "ysrc": "loantranvn810:13:5e6e8c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "0697c1e6-e7f0-4b6d-a3fc-77c70c186435",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:7fad58",
                        "ysrc": "loantranvn810:13:efb96d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "bea67ac6-d5a7-476b-bcc5-a8489d476ae8",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:a6b278",
                        "ysrc": "loantranvn810:13:25f76a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d19c7d62-bc0d-47d3-940c-42a47bd73a2c",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:244ecb",
                        "ysrc": "loantranvn810:13:e86e5a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "8d6a7228-f6c6-48ef-9d2c-6d7807ef2f34",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:b35806",
                        "ysrc": "loantranvn810:13:023362",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "f0651ba3-df83-45fb-a9c3-c87f0b8cc9d7",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:36e3cb",
                        "ysrc": "loantranvn810:13:5cec2a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d9431a00-641d-4afd-8fc6-93bbc5047761",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:46f243",
                        "ysrc": "loantranvn810:13:dbe32b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "15cc919e-cb87-4fd4-ac96-0fe9881b6a03",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:651d0b",
                        "ysrc": "loantranvn810:13:66cb3b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "358f4e89-18c3-4efc-be48-4b6ae0474036",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:a954c6",
                        "ysrc": "loantranvn810:13:03dbb2",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "95d85580-2528-43f4-b03c-ef1e4bffbe20",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:20cb0d",
                        "ysrc": "loantranvn810:13:164394",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "314858c4-b991-490c-a1e5-8eef68292c58",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:f7cedf",
                        "ysrc": "loantranvn810:13:b042dd",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "558f3962-6848-4fda-b6f6-e185549a2980",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:d6720f",
                        "ysrc": "loantranvn810:13:daf012",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ac7253c3-ccfd-4a9d-812d-3a258e75ca79",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:dde83f",
                        "ysrc": "loantranvn810:13:9c31d6",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "22d91937-13ae-447a-a061-224095099894",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:f4a28c",
                        "ysrc": "loantranvn810:13:ea5ae8",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b8b57a77-84f2-4255-9b4d-79676990e131",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:251d45",
                        "ysrc": "loantranvn810:13:29504b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "75589d3a-32b4-430f-bf98-171fce71709f",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:65f3b1",
                        "ysrc": "loantranvn810:13:5493a7",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "7a0197cd-2b8c-4661-a511-7af64a731e87",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:38116b",
                        "ysrc": "loantranvn810:13:6eb1f7",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "cc4032ad-ab91-4604-89f4-2dccb639d79c",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:fa4f59",
                        "ysrc": "loantranvn810:13:6da0a3",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "491a39c6-d876-4dcf-8d0d-d1ca1fc08401",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:f83b84",
                        "ysrc": "loantranvn810:13:c1f8f8",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a1df07aa-29c8-43b3-9697-ba15eeb11209",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:6f500b",
                        "ysrc": "loantranvn810:13:4022e4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "996b6555-b09c-4099-afef-df1c0bc67936",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:3428ef",
                        "ysrc": "loantranvn810:13:294ed1",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "4c37969a-e41b-4c6a-a0a7-81f5d5f992f4",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:464e42",
                        "ysrc": "loantranvn810:13:60b0dc",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a10923b2-dc79-457e-bf26-ce15f52e1ccc",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:8ff16b",
                        "ysrc": "loantranvn810:13:005fbb",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "bf80506d-a8a9-49e5-89e2-5b7554eb4bbe",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:71fd70",
                        "ysrc": "loantranvn810:13:e55333",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "f7ebc49f-1f70-4b40-8030-233dec92d353",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:24ef9b",
                        "ysrc": "loantranvn810:13:5a519e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "16ecb18a-d03b-463b-8692-e27881d8ab33",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:0cd022",
                        "ysrc": "loantranvn810:13:087760",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "652c3527-93e7-4940-b2ec-5d9a58b22cf4",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:20ac1b",
                        "ysrc": "loantranvn810:13:a7b2d5",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "0fa65b1d-bf07-40e3-a4dd-24c0befda59e",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:6d6313",
                        "ysrc": "loantranvn810:13:ec98be",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "8acdeaff-5147-4ba7-9e21-a5877032319f",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:561fbc",
                        "ysrc": "loantranvn810:13:d98fe8",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e81b3145-9a69-4727-adc7-62790604c2aa",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:3dcc98",
                        "ysrc": "loantranvn810:13:d3ff31",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "22b34835-e3a6-44bb-afb3-1f7d54bb8d5f",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:bd6a97",
                        "ysrc": "loantranvn810:13:adcbea",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "5eed65af-10ae-4dc4-904a-ee4fb957f43a",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:1149ab",
                        "ysrc": "loantranvn810:13:cb700d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e9023f56-6848-4750-9e97-bdb4c0f1fc89",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:3fd0e3",
                        "ysrc": "loantranvn810:13:d1bea0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c1650530-5a19-4d5c-924c-0451e3ce5293",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:23e4eb",
                        "ysrc": "loantranvn810:13:a9543b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "0fa3adc5-ea9d-41ad-b2ef-18174a46a9ec",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:bd1d4f",
                        "ysrc": "loantranvn810:13:78b02d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d03f6d23-fe1e-4260-b486-1a40fff7a03e",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:9a0359",
                        "ysrc": "loantranvn810:13:688828",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "37f39282-600b-4af8-a0ad-aee9007beaf0",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:c03328",
                        "ysrc": "loantranvn810:13:712038",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "11f6de92-b70c-428f-a88e-68237b27350b",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:d3484e",
                        "ysrc": "loantranvn810:13:e2c61b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b7c58ebc-3cd0-4254-abe2-fae332efe1eb",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:032980",
                        "ysrc": "loantranvn810:13:5f6f33",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c1bf610d-f275-4bb8-a483-aab16c43b22f",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:e7641b",
                        "ysrc": "loantranvn810:13:af1917",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a788cf6b-fe61-429e-b030-d459437b4a51",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:9354cd",
                        "ysrc": "loantranvn810:13:57fcb2",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "0e4e82d8-d1fb-4e7e-8ac0-b8d3bebea0c0",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:ad6321",
                        "ysrc": "loantranvn810:13:d4f1af",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "7f79d3da-8d45-4e3a-8777-3a6db7613ea6",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:fdbf07",
                        "ysrc": "loantranvn810:13:bc000b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "cf893eeb-b661-4684-a4e1-c60314b61f62",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:69c329",
                        "ysrc": "loantranvn810:13:9184db",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "3bbf03ae-e2a1-4216-bfc3-f0a620331bc5",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:03eb7f",
                        "ysrc": "loantranvn810:13:7bf7eb",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "de6214af-d14a-485b-a255-45e492ee3539",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:c74b41",
                        "ysrc": "loantranvn810:13:b098ac",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "51b17d76-98a6-436c-98a0-234716581aad",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:d6def0",
                        "ysrc": "loantranvn810:13:756e00",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "90f0afbd-49a3-4d59-b296-533c2bcac653",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:a2349f",
                        "ysrc": "loantranvn810:13:f000d4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "3fc41422-f8fa-46cc-97b5-8b8d4254a373",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:56dd6f",
                        "ysrc": "loantranvn810:13:6763d9",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "536f9bdf-5fbe-4739-88c8-6b11c75fc2ea",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:1a6d0d",
                        "ysrc": "loantranvn810:13:0f918d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a087256c-5eee-4691-bf70-f8bf4ed8004c",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:da858d",
                        "ysrc": "loantranvn810:13:369010",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "95632025-9356-47f3-9c97-d178044d75bd",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:f636e0",
                        "ysrc": "loantranvn810:13:e13585",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "0bf4282e-0ad1-43fa-9e65-37a9d92fa34f",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:9449aa",
                        "ysrc": "loantranvn810:13:4a8ed6",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "586bed0f-6666-4d95-976d-06ed0d363a0e",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:bc9363",
                        "ysrc": "loantranvn810:13:0440f3",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "0de22bd1-8c29-4588-8e89-9ebb67b3d826",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:e78c94",
                        "ysrc": "loantranvn810:13:d8d00a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "aa9d882e-78fb-4b96-ae62-7dc714a2645b",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:4aeebc",
                        "ysrc": "loantranvn810:13:b00e6b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "7f7d85b4-dbd5-4f42-8370-360db3da9cfd",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:f4cdfa",
                        "ysrc": "loantranvn810:13:6fe8fd",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d9963c37-fb8b-45ac-a58f-d674766b6fa2",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:b58f54",
                        "ysrc": "loantranvn810:13:2fb806",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "412f63f6-24ed-4fc8-8319-b7b0ffcbf9be",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:0ee515",
                        "ysrc": "loantranvn810:13:f20632",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "832cb78c-120c-440c-9a0c-3c85c148e711",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:ee5990",
                        "ysrc": "loantranvn810:13:39d1fb",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e613234c-0941-4b7e-92e4-a7d478afea4d",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:c98b0f",
                        "ysrc": "loantranvn810:13:cb7351",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c311cd51-0210-4d57-931e-a3a5915a8c89",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:32a376",
                        "ysrc": "loantranvn810:13:5f025c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "09abeae6-eb6a-4c62-85f0-be21e33a2b0f",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:67581f",
                        "ysrc": "loantranvn810:13:948e26",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "3a92f944-c7be-40a2-a7b1-125814c24a94",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:7e95b2",
                        "ysrc": "loantranvn810:13:01594c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "756dc98c-fff8-49ed-83ba-95455f4eb58b",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:c71a9a",
                        "ysrc": "loantranvn810:13:adf0c5",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "624360e1-7d4a-4c3f-89b9-899c603ab578",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:d4bb9a",
                        "ysrc": "loantranvn810:13:467a7b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "03a332cf-c848-43c2-8585-d06b62b98c55",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:5da121",
                        "ysrc": "loantranvn810:13:086beb",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "9d7e98bf-2a75-4efb-afc0-d123f72c19c9",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:ea2764",
                        "ysrc": "loantranvn810:13:b6757d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "4d16a866-a33d-4196-a16b-794374fc7155",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:24bc84",
                        "ysrc": "loantranvn810:13:512dac",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ef662fae-6838-484b-9cf2-4a006170da88",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:bb76f4",
                        "ysrc": "loantranvn810:13:c314d8",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "4d4fd9fd-0a44-4a4b-b414-94e6db819641",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:8f0f4c",
                        "ysrc": "loantranvn810:13:d1fbd9",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "13458e72-093e-46cd-95b1-725f5c0e1226",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:cb5117",
                        "ysrc": "loantranvn810:13:d7b756",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "8ff54c1e-6771-483b-b2bf-e7ba9e938db4",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:8e7abc",
                        "ysrc": "loantranvn810:13:31a807",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "1d89d185-ee79-4489-bb42-e709be4697b2",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:74c163",
                        "ysrc": "loantranvn810:13:e50730",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "66b5b0d5-9fdc-4ef8-b855-97023c84933f",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:0e6b58",
                        "ysrc": "loantranvn810:13:e0f43a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "517bba6f-9822-4ea5-a280-b924c397963c",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:3a5f65",
                        "ysrc": "loantranvn810:13:20041a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c637fefe-21ea-4897-965e-d91bd5904d4a",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:513321",
                        "ysrc": "loantranvn810:13:6101bb",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "fc7e3562-bde6-4ea0-a554-debc18b8ed49",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:a383f4",
                        "ysrc": "loantranvn810:13:739fdb",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c1ac0e5b-88b3-40bb-ac0d-b89ea698ce7b",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:93c9e6",
                        "ysrc": "loantranvn810:13:91d434",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "6d315ab1-2777-4650-b075-870ef589d5fb",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:f2ba8d",
                        "ysrc": "loantranvn810:13:b1efef",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a7355751-c138-4c36-b192-510c71e81829",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:4e7e76",
                        "ysrc": "loantranvn810:13:d79bae",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "39322608-5e7b-4faa-8e37-5a3ec6b0c7d5",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:b940da",
                        "ysrc": "loantranvn810:13:360c2e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "22b071fa-8535-403c-a16a-48044d8193d0",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:ea43b7",
                        "ysrc": "loantranvn810:13:25e371",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "725d8f94-bf97-475f-acd1-083b60a2e9a3",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:2db0ce",
                        "ysrc": "loantranvn810:13:df73a6",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "85dae768-fb01-4b54-9a8d-88df1f8d0372",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:ba4a5a",
                        "ysrc": "loantranvn810:13:93d9f2",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "04ef13aa-8c64-423b-b5c9-afb2cb65bd38",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:2c10f3",
                        "ysrc": "loantranvn810:13:655dfd",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "097d7553-20e3-42cc-913b-2f853a794c64",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:b5cfe3",
                        "ysrc": "loantranvn810:13:023d0c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "998fec1f-a4fe-49ea-9752-c26cb11426c7",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:98b4e3",
                        "ysrc": "loantranvn810:13:b00e8a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "62700d9d-1791-4fb4-a5aa-28cdfa19c492",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:b02e6b",
                        "ysrc": "loantranvn810:13:454995",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "109dc1e9-4179-4a17-8c1b-f711b3d45279",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:a971be",
                        "ysrc": "loantranvn810:13:249300",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "22b6e277-047e-4301-b2ae-37b744ce72e6",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:f90bae",
                        "ysrc": "loantranvn810:13:96cc00",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "943f2d39-5302-43d9-84fb-9fc0d5c18303",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:bdec34",
                        "ysrc": "loantranvn810:13:f33ce0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a7116b16-aadd-4952-ac66-3a08506b6c9c",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:02330f",
                        "ysrc": "loantranvn810:13:87db70",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d15a3eef-4d15-434a-8fb6-0c5dd3a97b1b",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:620727",
                        "ysrc": "loantranvn810:13:8bb2cf",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "4b0b5ce1-ed49-4907-913b-d64d68e909ab",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:bb9efa",
                        "ysrc": "loantranvn810:13:3cccf4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "2e70b009-7b44-48b5-a0f2-500bbbefc5e1",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:e61d91",
                        "ysrc": "loantranvn810:13:4c598c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c4414339-c434-4f36-b439-72962133ce35",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:1e6643",
                        "ysrc": "loantranvn810:13:d6f799",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "2560ce91-a24a-41f0-a27d-0d670ddd21ef",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:49f8b7",
                        "ysrc": "loantranvn810:13:f387da",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c50b3cd1-5f71-4b06-ac60-29758b779faa",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:908e29",
                        "ysrc": "loantranvn810:13:e7a785",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "5f4948d4-876b-4d72-a976-4a5fe74cbdbd",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:d3ef01",
                        "ysrc": "loantranvn810:13:8f1334",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c29c3225-1355-4ff6-9baf-ed487b5bc9b1",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:7c0787",
                        "ysrc": "loantranvn810:13:10ccf5",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c6d074b8-e1b3-4db5-b5dd-098b90ba3d25",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:1b703b",
                        "ysrc": "loantranvn810:13:94bfbd",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b25131f1-3412-4fcb-884c-0b2477169c22",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:62c8f9",
                        "ysrc": "loantranvn810:13:c814c4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "2a3c160c-424b-4754-996c-4089d6f90f5f",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:e93895",
                        "ysrc": "loantranvn810:13:e17bf3",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "5e89f649-8c23-436b-80f5-b86e5ea3b0aa",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:7601cb",
                        "ysrc": "loantranvn810:13:9afce3",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "87525dd9-ecc5-4d16-8146-9c6bcc45da3a",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:985746",
                        "ysrc": "loantranvn810:13:722e10",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "7bba7a5c-f7da-4879-9bd6-68e603107b69",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:6f9cdf",
                        "ysrc": "loantranvn810:13:aaf3cc",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "00fe0fa9-5542-4279-a558-102e0a0bf755",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:7a2ff9",
                        "ysrc": "loantranvn810:13:4d02b9",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "fb89adb3-ee7b-48e6-b0f1-fb79696c60ef",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:19a2c0",
                        "ysrc": "loantranvn810:13:a0d6b5",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "3d6faa19-fecf-4307-b067-45c798c28cef",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:3c0f9c",
                        "ysrc": "loantranvn810:13:4e1763",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b07983dd-399a-4fc8-89cf-0208e6f6c1f1",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:2a2446",
                        "ysrc": "loantranvn810:13:83b876",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "3639c601-fdd1-4b51-a7f8-2be57447b642",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:cf98d7",
                        "ysrc": "loantranvn810:13:160116",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "75c7cca7-6788-46b3-b67d-03e58eb35912",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:8e63bc",
                        "ysrc": "loantranvn810:13:0ffb18",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "84f3c6b0-b264-415f-a33b-24154e556da7",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:5b48c0",
                        "ysrc": "loantranvn810:13:8d756b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ed2c3550-0d71-4d4a-9322-6d82b0377a99",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:21fc58",
                        "ysrc": "loantranvn810:13:8aab67",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e6829780-7905-4cbd-824e-2ddec6e58711",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:0fa354",
                        "ysrc": "loantranvn810:13:a18295",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "3a9c7640-bd4c-4e0f-a0e5-c0d2c4484054",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:9d7aa0",
                        "ysrc": "loantranvn810:13:d42201",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c423d1b5-63cb-4c91-8356-d870139211c6",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:0ed2d9",
                        "ysrc": "loantranvn810:13:284469",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "acb0df4c-a553-4733-b947-198773d9c5e7",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:0c5118",
                        "ysrc": "loantranvn810:13:adeaf7",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c8ecd403-2e0c-46b1-bebe-361114fe92f0",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:86b6d4",
                        "ysrc": "loantranvn810:13:d0aad0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "5e521164-7d6e-46a8-bb0d-b66afd724e54",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:d95660",
                        "ysrc": "loantranvn810:13:d18f21",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "be039dd3-dfc0-4bf9-a420-1601850459e7",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:99e7f5",
                        "ysrc": "loantranvn810:13:30684b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e49faed7-642c-49c4-804d-49b0c5f34932",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:d2ab17",
                        "ysrc": "loantranvn810:13:d0e0ea",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "28b2a888-f8c9-43ea-a4b3-6afbbd302fac",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:739171",
                        "ysrc": "loantranvn810:13:e413b4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "26f950d5-cecc-4643-9dee-6e196d7a35ca",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:13a338",
                        "ysrc": "loantranvn810:13:b3c770",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "986e9dc6-8401-4eec-83f7-4e2273f8a00c",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:053793",
                        "ysrc": "loantranvn810:13:7e059d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ffd854ca-d4a5-4961-adb6-3ac64c80dacc",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:28f609",
                        "ysrc": "loantranvn810:13:d94420",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "51c0cbd1-3c63-48a3-b0ab-6b373be5730e",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:e6ac99",
                        "ysrc": "loantranvn810:13:e80ee8",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "139ddf4e-b5a9-44fd-8a3e-350be67e1928",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:40d930",
                        "ysrc": "loantranvn810:13:9314fb",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b9e0296a-dc47-4bae-af07-f49461d7c1bc",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:191ad5",
                        "ysrc": "loantranvn810:13:2751d4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e7ab67ce-c85a-4603-b0a8-26f4fe22f4e3",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:8d76a5",
                        "ysrc": "loantranvn810:13:5052a9",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "33b0e1c4-1ca9-44de-947b-89777f7cc181",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:b47575",
                        "ysrc": "loantranvn810:13:bdf0bb",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "95d6d4cc-21d6-465b-9d5e-001591fedfca",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:a301d4",
                        "ysrc": "loantranvn810:13:43f6d0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "1b1aabd3-5f04-4292-9cae-1aad30b3f09c",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:264e77",
                        "ysrc": "loantranvn810:13:45f0ec",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "4c0a8329-016d-47fe-9742-6054ddee0237",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:816255",
                        "ysrc": "loantranvn810:13:e03131",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e373f91e-9457-4407-8ab3-439de8f550d3",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:c82464",
                        "ysrc": "loantranvn810:13:911f97",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "8dde8f44-9bd5-4b24-b16a-ee27f08dc58a",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:43bf6c",
                        "ysrc": "loantranvn810:13:99a954",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "1ffc6e84-c928-47bf-9b33-8893fe116ba8",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:94c638",
                        "ysrc": "loantranvn810:13:dbf021",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b611ba46-9021-4c5c-8fa3-31ac44340fdc",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:500574",
                        "ysrc": "loantranvn810:13:695cdf",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "841c2465-b4f9-4422-96d3-37120c7345d7",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:852f28",
                        "ysrc": "loantranvn810:13:938145",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "78184f15-1996-4cc6-986c-60ea820350e3",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:d6095e",
                        "ysrc": "loantranvn810:13:9dae20",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ca6eb994-a250-4beb-9845-23b71ae58791",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:d5280c",
                        "ysrc": "loantranvn810:13:774bba",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "f3b70dbe-345d-4581-a3e1-ca7f7d495523",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:a0e15c",
                        "ysrc": "loantranvn810:13:11b435",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d95136f2-81d8-4315-b96a-e28e25bbf233",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:413d77",
                        "ysrc": "loantranvn810:13:dd553a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a550e365-9f9f-43b7-8089-8adbaeb91ade",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:ea8c91",
                        "ysrc": "loantranvn810:13:2a41d0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e32e1f7a-1e6a-41a6-b750-2df50ef53480",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:d10156",
                        "ysrc": "loantranvn810:13:4774e5",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "13838b78-cb5d-488c-94c6-84e3b4e5c322",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:09e1ec",
                        "ysrc": "loantranvn810:13:ca65d5",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "9b6d1659-7e7e-4356-9dea-9505ac0edfbc",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:eade34",
                        "ysrc": "loantranvn810:13:490ae0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "026087db-f468-4fa1-a899-d9452ddc3120",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:cf3708",
                        "ysrc": "loantranvn810:13:3fcee4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "17fe723d-c20c-419c-8ea9-3226c04626e7",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:d5bab6",
                        "ysrc": "loantranvn810:13:932058",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "5ca2ab77-f833-48bb-a6c1-c5b03a4ab146",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:7ed9f4",
                        "ysrc": "loantranvn810:13:30af91",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "67b68ec7-aa4f-4247-9f2e-5258a482177d",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:b6ddb6",
                        "ysrc": "loantranvn810:13:a5541d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "f72ad0ec-d5f8-4e37-88cd-ea83654d0186",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:9efc62",
                        "ysrc": "loantranvn810:13:7f0133",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e995717a-a65a-452f-a265-b2df2ce8f861",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:ec2ff3",
                        "ysrc": "loantranvn810:13:c25eac",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "679537f4-7f8c-4d83-8264-03c8c0f0c99d",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:8c479a",
                        "ysrc": "loantranvn810:13:d2c1bc",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b1525d78-59eb-4495-972e-0cdf6acac1dd",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:1f714f",
                        "ysrc": "loantranvn810:13:47c6b1",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "996e5dac-038d-4bce-b6fd-a01a2ad67ea3",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:45de84",
                        "ysrc": "loantranvn810:13:f26e38",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "1b34f367-d280-4ca5-9bfc-0b94022e9bee",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:8a3acf",
                        "ysrc": "loantranvn810:13:29bd72",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "bbd9f6b5-3de8-431f-aa94-25946e3b9a49",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:259324",
                        "ysrc": "loantranvn810:13:c314ee",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ab6159f2-c7c2-421d-8355-ad86528834f3",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:0e7837",
                        "ysrc": "loantranvn810:13:d05e4c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "0b490630-8741-4fbd-950b-86fe2e0927c7",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:5c73e3",
                        "ysrc": "loantranvn810:13:20467e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "1c3077c8-b205-43b9-86c0-50fbc04691af",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:4d3504",
                        "ysrc": "loantranvn810:13:c130b5",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "60cb2d9a-510d-4797-80d1-299d17f9c1fd",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:47642a",
                        "ysrc": "loantranvn810:13:1875a1",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "294a7c5f-13b7-44df-8d46-dcb91229a0b5",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:42d0af",
                        "ysrc": "loantranvn810:13:911076",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "303bee12-d318-4b4d-a343-ec124681cfa5",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:b64fbc",
                        "ysrc": "loantranvn810:13:f5b12b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b2bc3d97-b391-4d91-9792-7875058147ac",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:b6e240",
                        "ysrc": "loantranvn810:13:404ceb",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "5a0c9bf2-0b85-4177-9c98-83cb25636bb6",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:22de21",
                        "ysrc": "loantranvn810:13:a51dcc",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d6babfd0-1329-4853-87b0-7a053bde5e07",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:555924",
                        "ysrc": "loantranvn810:13:114b9e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ad501f18-fca9-4084-9d33-d959b7bd5f7b",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:216995",
                        "ysrc": "loantranvn810:13:32a210",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "7a9e1685-3a39-4867-986f-de757ff61a81",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:302771",
                        "ysrc": "loantranvn810:13:091112",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "40272ccd-86b7-4fda-b52a-900d7aaaea41",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:1d40c0",
                        "ysrc": "loantranvn810:13:a77787",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "dad927b4-f786-4a48-8211-ff1df1723b20",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:7bd1e3",
                        "ysrc": "loantranvn810:13:7d76f8",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "97810cf4-602e-4644-990b-83f0881495f4",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:903364",
                        "ysrc": "loantranvn810:13:6bf781",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "bfe77a6c-254e-4051-8b45-8397e9e5c437",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:e93e23",
                        "ysrc": "loantranvn810:13:023f55",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "5caad1bb-1f1f-4ecd-88dc-bc02c8e30ce4",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:07773b",
                        "ysrc": "loantranvn810:13:bce091",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b12d6cb3-b6c2-4b76-bb32-f7d04883e84a",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:10b9d4",
                        "ysrc": "loantranvn810:13:8196d6",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "14e83c0a-76ca-491f-9616-1eb4f6fd942c",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:966430",
                        "ysrc": "loantranvn810:13:f3c83d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "fbe75142-cd7f-4fe5-9d4b-0b7bfed1ff9b",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:434c02",
                        "ysrc": "loantranvn810:13:748868",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "7614d4cd-268c-4be2-bebf-27dbd60bc767",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:08eb13",
                        "ysrc": "loantranvn810:13:b375cd",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d351f9fc-998c-474c-ad5b-2ab7766618be",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:eee2e4",
                        "ysrc": "loantranvn810:13:a5902d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "9b2cf3b8-e99d-46ff-8ec8-1a8e5b3ac138",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:6c591f",
                        "ysrc": "loantranvn810:13:66991c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "de69e1f0-23c9-4f19-8737-c8a5dbbdada4",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:3c04eb",
                        "ysrc": "loantranvn810:13:9203c4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d697a628-cdc6-4b70-b708-e768d11d61e9",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:ea87cd",
                        "ysrc": "loantranvn810:13:545ac4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "23b83d93-312e-4d7d-8869-2fdcc0f330e9",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:ee7461",
                        "ysrc": "loantranvn810:13:4acc21",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b52ca00c-7540-4f1a-a81d-7b0a7f056a7b",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:c946a0",
                        "ysrc": "loantranvn810:13:e44d05",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "fae49d9f-faf4-42e6-b026-747f15386b68",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:bdc27b",
                        "ysrc": "loantranvn810:13:524318",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "177e2063-0a0a-452c-b2b2-b73f3207b8e0",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:7a2aa9",
                        "ysrc": "loantranvn810:13:7995bb",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "31c0c4d1-a5c2-4ec7-a9fa-32601fd69676",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:d1e90a",
                        "ysrc": "loantranvn810:13:e6c66d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "f94f5371-0ae4-4e9b-8a5e-42116e15323b",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:ce7f48",
                        "ysrc": "loantranvn810:13:7b6494",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "59223c79-c024-44a2-917b-85c0b309e946",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:48fa64",
                        "ysrc": "loantranvn810:13:a46093",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c727a2f6-34f4-416d-a239-142a8df0befb",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:f6a51c",
                        "ysrc": "loantranvn810:13:29850c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e74fca0d-6a1d-48aa-9cab-4757f0d38ab2",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:46a648",
                        "ysrc": "loantranvn810:13:be5963",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "21df893e-d98c-43e4-8e4d-27b7e1e763bf",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:a6c634",
                        "ysrc": "loantranvn810:13:b61b3f",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ebaa76f7-1fb7-44d4-ac7c-9a11eac4bbbf",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:013ee2",
                        "ysrc": "loantranvn810:13:a4c5c8",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e6571a28-9e3b-43a3-b2a3-5721d2034f8e",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:cc6efc",
                        "ysrc": "loantranvn810:13:ddfdb9",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a6a57c6c-5029-463a-8ea4-e9d3cfcdd081",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:a2fc2e",
                        "ysrc": "loantranvn810:13:a925cc",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "75fe1927-406a-4868-83da-9f265c46bf01",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:63e5aa",
                        "ysrc": "loantranvn810:13:cc9381",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ee3a3d95-086c-4202-af86-e149904a5302",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:6eaa5e",
                        "ysrc": "loantranvn810:13:283336",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "90b91573-3187-42eb-9274-cfe34ba53160",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:08fa42",
                        "ysrc": "loantranvn810:13:ce561e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b597797c-7b10-4bdd-a70f-1a22794b3911",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:378add",
                        "ysrc": "loantranvn810:13:f80d35",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a6638b86-8dcb-422e-908a-23160bbedcb6",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:8b075c",
                        "ysrc": "loantranvn810:13:b15e17",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "dbad5c7e-bce3-4e04-9dd1-679188ff499f",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:6959e4",
                        "ysrc": "loantranvn810:13:d64b6e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "cbb33a9d-ec6f-4c1b-ab30-54f409046850",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:905be5",
                        "ysrc": "loantranvn810:13:7de853",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "8bde0575-dc1f-4eb2-b213-ef20274613a2",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:fd6292",
                        "ysrc": "loantranvn810:13:5b7bf2",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "8fb3d72a-97c1-4544-a481-a46d61f1e3fc",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:6ad198",
                        "ysrc": "loantranvn810:13:d61ec4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e946ac81-9d08-471b-be94-ed094a7d8460",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:65e365",
                        "ysrc": "loantranvn810:13:503757",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d210d610-bf30-460f-ac1f-7ab9c5497c53",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:812242",
                        "ysrc": "loantranvn810:13:e4c7f3",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "546d5325-1cb2-477e-a7c8-0171085eb270",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:ca339a",
                        "ysrc": "loantranvn810:13:1fb967",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c7b63c5e-52c1-4c5f-bac5-bd7eb38497f6",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:7bd8a3",
                        "ysrc": "loantranvn810:13:434692",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "21f65422-67dc-48fa-b4a6-9bebbf7b5c81",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:200164",
                        "ysrc": "loantranvn810:13:7c1834",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "288b0261-e021-47f9-9208-00380290b58e",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:e19a2a",
                        "ysrc": "loantranvn810:13:d4de3b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b69e2bee-fe86-4a1d-83e2-42f2d5cd2fd5",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "loantranvn810:13:6fcc19",
                        "ysrc": "loantranvn810:13:f4cd4c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(0,116,217)"
                        },
                        "hoverinfo": "text"
                    }
                ],
                "layout": {
                    "width": 800,
                    "xaxis": {
                        "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
                    },
                    "yaxis": {
                        "type": "linear",
                        "ticks": "outside",
                        "mirror": "allticks",
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false,
                        "rangemode": "tozero",
                        "showticklabels": true
                    },
                    "height": 500,
                    "autosize": false,
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 500,
            "width": 800,
            "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-22T03:16:16.001280Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~anujain123/0.embed",
            "fid": "anujain123:0",
            "filename": "3d-scatter-colorscale",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/anujain123:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/anujain123:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/anujain123:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/anujain123:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/anujain123:0",
                "plots": "https://api.plotly.com/v2/plots/anujain123:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=anujain123"
            },
            "owner": "anujain123",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~anujain123/0/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:16:16.562Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~anujain123/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "396e7375-b202-4475-845e-3228430522c2",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "anujain123:1:94c0f0",
                        "ysrc": "anujain123:1:efa230",
                        "zsrc": "anujain123:1:6c378d",
                        "marker": {
                            "size": 12,
                            "opacity": 0.8,
                            "colorsrc": "anujain123:1:0dde21",
                            "colorscale": "Viridis"
                        }
                    }
                ],
                "layout": {
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~anujain123",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-22 03:14:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "anujain123",
                "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-22T03:16:06.038866Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~wholol/94.embed",
            "fid": "wholol:94",
            "filename": "plot from API (23)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/wholol:94/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/wholol:94/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wholol/94/8_CU3ARPHRT8SFMLB1HQIFDG47ULLIYE.png",
                "list-thumb": "https://api.plotly.com/v2/files/wholol:94/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/wholol:94",
                "plots": "https://api.plotly.com/v2/plots/wholol:94",
                "parent": "https://api.plotly.com/v2/folders/home?user=wholol"
            },
            "owner": "wholol",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Rail infrastructure energy",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~wholol/94/rail-infrastructure-energy/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:16:06.607Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~wholol/94/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "wholol:95:871a57",
                            "sourcesrc": "wholol:95:0989c1",
                            "targetsrc": "wholol:95:09265d"
                        },
                        "node": {
                            "pad": 100,
                            "line": {
                                "color": "green",
                                "width": 0.5
                            },
                            "domain": {
                                "x": [
                                    0,
                                    1
                                ],
                                "y": [
                                    0,
                                    1
                                ]
                            },
                            "colorsrc": "wholol:95:2b4897",
                            "labelsrc": "wholol:95:142cdd",
                            "thickness": 100,
                            "orientation": "h",
                            "valueformat": ".0f",
                            "valuesuffix": "GJ"
                        },
                        "type": "sankey"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 30
                    },
                    "title": "Rail infrastructure energy"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~wholol",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-13 12:41:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "wholol",
                "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-22T03:15:27.055364Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~theom/235.embed",
            "fid": "theom:235",
            "filename": "plot from API (12)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/theom:235/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/theom:235/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/theom:235/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/theom:235/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/theom:235",
                "plots": "https://api.plotly.com/v2/plots/theom:235",
                "parent": "https://api.plotly.com/v2/folders/home?user=theom"
            },
            "owner": "theom",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Median Visitor Minutes by App Publisher and Visitor's Gender",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~theom/235/median-visitor-minutes-by-app-publisher-and-visitors-gender/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:15:27.489Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~theom/235/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "ca5f5872-245d-4580-a7a2-986ff2b8f1fc",
                        "name": "Unknown Gender",
                        "type": "bar",
                        "xsrc": "theom:236:cc4d0b",
                        "ysrc": "theom:236:20ac52",
                        "marker": {
                            "color": "rgb(150, 0, 10)"
                        }
                    },
                    {
                        "uid": "f3fed1bf-2599-4583-8ad2-1cccc7986a60",
                        "name": "Male",
                        "type": "bar",
                        "xsrc": "theom:236:cc4d0b",
                        "ysrc": "theom:236:7be246",
                        "marker": {
                            "color": "rgb(100, 0, 10)"
                        }
                    },
                    {
                        "uid": "48085e4a-dc52-457b-bbfd-b27283667cd4",
                        "name": "Female",
                        "type": "bar",
                        "xsrc": "theom:236:cc4d0b",
                        "ysrc": "theom:236:3fd958",
                        "marker": {
                            "color": "rgb(50, 0, 10)"
                        }
                    }
                ],
                "layout": {
                    "font": {
                        "size": 12
                    },
                    "title": {
                        "text": "Median Visitor Minutes by App Publisher and Visitor's Gender"
                    },
                    "barmode": "group"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~theom",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.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": "2017-06-22 06:30:23",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "theom",
                "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-22T03:15:01.678929Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~skypromas/48.embed",
            "fid": "skypromas:48",
            "filename": "basic-statistics-v0",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/skypromas:48/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/skypromas:48/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/skypromas/48/8_GQBVIYRY5DLLKV8JKV42KLM0DV5ZSL.png",
                "list-thumb": "https://api.plotly.com/v2/files/skypromas:48/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/skypromas:48",
                "plots": "https://api.plotly.com/v2/plots/skypromas:48",
                "parent": "https://api.plotly.com/v2/folders/home?user=skypromas"
            },
            "owner": "skypromas",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Basic statistics block time v0",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~skypromas/48/basic-statistics-block-time-v0/",
            "world_readable": true,
            "date_modified": "2020-07-22T15:04:51.865Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~skypromas/48/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "d46af573-4974-4f47-8f40-c6afac56539c",
                        "meta": {
                            "columnNames": {
                                "y": "y"
                            }
                        },
                        "name": "Mean & SD",
                        "type": "box",
                        "ysrc": "skypromas:49:6d862f",
                        "boxmean": "sd"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Basic statistics block time v0"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            0.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -8.48607777777778,
                            144.56947777777776
                        ],
                        "title": {
                            "text": "Minute"
                        },
                        "autorange": true
                    },
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~skypromas",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-19 05:36:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "skypromas",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}