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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTA0LTA0KzE3JTNBMjIlM0E0My41MDYwOTAlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0wNCsxOCUzQTA5JTNBMTQuMTkwMDAzJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2024-04-04T18:09:14.190003Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~szorathgera/1.embed",
            "fid": "szorathgera:1",
            "filename": "network_plot",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/szorathgera:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/szorathgera:1/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/szorathgera:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/szorathgera:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/szorathgera:1",
                "plots": "https://api.plotly.com/v2/plots/szorathgera:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=szorathgera"
            },
            "owner": "szorathgera",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~szorathgera/1/",
            "world_readable": true,
            "date_modified": "2024-04-04T18:09:14.199Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~szorathgera/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7597154485084494
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:96cd4c",
                        "ysrc": "szorathgera:0:7ce4a0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.9940829767206449
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f26c51",
                        "ysrc": "szorathgera:0:14b7b7",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5817064998591058
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d8289d",
                        "ysrc": "szorathgera:0:567961",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8971244253902011
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:44b9d1",
                        "ysrc": "szorathgera:0:f12829",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7862184426205541
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0fc5e2",
                        "ysrc": "szorathgera:0:cb6033",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.5040382069129318
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a67f6f",
                        "ysrc": "szorathgera:0:0f4632",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8066138102796494
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:336a42",
                        "ysrc": "szorathgera:0:c4eab1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9152601972415293
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:52ad74",
                        "ysrc": "szorathgera:0:8b391a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7940212963451148
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:67b8b9",
                        "ysrc": "szorathgera:0:00d4b4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6828070955109343
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0457b4",
                        "ysrc": "szorathgera:0:8a9acf",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7597154485084494
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:39486e",
                        "ysrc": "szorathgera:0:2aeaf3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6971843766816919
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:759afc",
                        "ysrc": "szorathgera:0:215aaf",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8149189356443725
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f2c5e5",
                        "ysrc": "szorathgera:0:3b741f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.5064055898135057
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9dda76",
                        "ysrc": "szorathgera:0:c7ee58",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7200584752537791
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8e7cb1",
                        "ysrc": "szorathgera:0:e1a549",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.9893466682679117
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b824e8",
                        "ysrc": "szorathgera:0:bd46c9",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7597154485084494
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6d50b8",
                        "ysrc": "szorathgera:0:279686",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.8134100259436499
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d2d2c6",
                        "ysrc": "szorathgera:0:ac8faa",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.789906781944046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e13a4e",
                        "ysrc": "szorathgera:0:fee2cc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7713477859049696
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3cc716",
                        "ysrc": "szorathgera:0:8f7423",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7848819521511093
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ff2c9b",
                        "ysrc": "szorathgera:0:cd3680",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 1.7399431154097924
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4a94d7",
                        "ysrc": "szorathgera:0:c86058",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.77020079550071
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b13dbd",
                        "ysrc": "szorathgera:0:7a79bd",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7597154485084494
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:774ad1",
                        "ysrc": "szorathgera:0:8ddbc6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.700823007883457
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9d0375",
                        "ysrc": "szorathgera:0:8e643a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.3577397000409437
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:56addd",
                        "ysrc": "szorathgera:0:e31497",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.397778138359885
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c56a44",
                        "ysrc": "szorathgera:0:a9699d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8719629550102204
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fcc741",
                        "ysrc": "szorathgera:0:a0bb5e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 1.4091171817086159
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d0fe40",
                        "ysrc": "szorathgera:0:f8eeac",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7700051331007738
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:550d35",
                        "ysrc": "szorathgera:0:77cb8f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7272190875555283
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1ffbe5",
                        "ysrc": "szorathgera:0:5a315d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8098196636069046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:12c9ed",
                        "ysrc": "szorathgera:0:2eff9b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.6756066017366988
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:faba22",
                        "ysrc": "szorathgera:0:de1339",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8240860827211727
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3bab34",
                        "ysrc": "szorathgera:0:8b6ccc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7864187929442757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0775ca",
                        "ysrc": "szorathgera:0:ab2ee3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7749985432580702
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:bfe682",
                        "ysrc": "szorathgera:0:326aa6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.3568730441704178
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5ab73f",
                        "ysrc": "szorathgera:0:b2f4c0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.5039163994746176
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:99af44",
                        "ysrc": "szorathgera:0:6b6f79",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.8500246173095685
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6f6c29",
                        "ysrc": "szorathgera:0:7e9ff7",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7597154485084494
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:daeeb4",
                        "ysrc": "szorathgera:0:38868b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7597154485084494
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:dc59cf",
                        "ysrc": "szorathgera:0:c4d2bd",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7597154485084494
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1c5760",
                        "ysrc": "szorathgera:0:dd2103",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9051526902891036
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:325de4",
                        "ysrc": "szorathgera:0:3d3478",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7868509752642863
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:23dc71",
                        "ysrc": "szorathgera:0:22ca5f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7597154485084494
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:70de7e",
                        "ysrc": "szorathgera:0:968b25",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.4064887680981006
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:70ee06",
                        "ysrc": "szorathgera:0:f92e6a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7597154485084494
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e5f9b6",
                        "ysrc": "szorathgera:0:7f16d7",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7597154485084494
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5c5e2d",
                        "ysrc": "szorathgera:0:f6b55b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7779660920696504
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a0f219",
                        "ysrc": "szorathgera:0:1549c2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9219064696529125
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fc6d5c",
                        "ysrc": "szorathgera:0:5aa48b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.8085008867480228
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fb6995",
                        "ysrc": "szorathgera:0:4ccda0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7597154485084494
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6c51fa",
                        "ysrc": "szorathgera:0:663504",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7873089566743485
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:dc285a",
                        "ysrc": "szorathgera:0:07d6d4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7597154485084494
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fc07f5",
                        "ysrc": "szorathgera:0:a3af56",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.50137373744043
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c76d5d",
                        "ysrc": "szorathgera:0:012606",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.782411699618144
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:921257",
                        "ysrc": "szorathgera:0:deee84",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 1.409148233258489
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:bd3d65",
                        "ysrc": "szorathgera:0:02f037",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7586590340855426
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d44c5f",
                        "ysrc": "szorathgera:0:040cd0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7772322986178344
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:cfc3ff",
                        "ysrc": "szorathgera:0:5feb5b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6887138009004933
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:195cb9",
                        "ysrc": "szorathgera:0:b2dfa2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7597154485084494
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d2e7d5",
                        "ysrc": "szorathgera:0:1dfb5f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5040369909891621
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:cf61da",
                        "ysrc": "szorathgera:0:59f983",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8385908601164523
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:229057",
                        "ysrc": "szorathgera:0:75cf6f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7916558696756397
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1da2e6",
                        "ysrc": "szorathgera:0:1c6554",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7868783045985379
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a3fd1a",
                        "ysrc": "szorathgera:0:376432",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7675587895994835
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:df21eb",
                        "ysrc": "szorathgera:0:5cf774",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7675587895994835
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e580ff",
                        "ysrc": "szorathgera:0:335053",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7675587895994835
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:dc00c7",
                        "ysrc": "szorathgera:0:ecfd25",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.9007422452708471
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:401d32",
                        "ysrc": "szorathgera:0:85f4f7",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.6948452371260944
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e110c5",
                        "ysrc": "szorathgera:0:e6bbea",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7675587895994835
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:08bcc2",
                        "ysrc": "szorathgera:0:3663b2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7675587895994835
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7b2068",
                        "ysrc": "szorathgera:0:3ac926",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9787689296802343
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ad646d",
                        "ysrc": "szorathgera:0:a62e52",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7675587895994835
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2ab585",
                        "ysrc": "szorathgera:0:7a34d2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6943197471320446
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fe8f30",
                        "ysrc": "szorathgera:0:d25645",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7675587895994835
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3ea872",
                        "ysrc": "szorathgera:0:798875",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 1.4091171817086159
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4450b4",
                        "ysrc": "szorathgera:0:e7b1fb",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7675587895994835
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:404088",
                        "ysrc": "szorathgera:0:17acbe",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.8190800894071781
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d710a7",
                        "ysrc": "szorathgera:0:c3e8a5",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7700051331007738
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:388e70",
                        "ysrc": "szorathgera:0:43eac8",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7940212963451148
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0c166b",
                        "ysrc": "szorathgera:0:633fb0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7615577674018725
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1c9b00",
                        "ysrc": "szorathgera:0:37d5ab",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.567441414538769
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:74e829",
                        "ysrc": "szorathgera:0:bbb712",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6797014483640036
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2c361f",
                        "ysrc": "szorathgera:0:3e51bd",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7311466908991665
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e7b610",
                        "ysrc": "szorathgera:0:c629a3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.5015930338416648
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4d2fa2",
                        "ysrc": "szorathgera:0:5ce8df",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8149189356443725
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:043e42",
                        "ysrc": "szorathgera:0:685029",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.5064055898135057
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:bb31da",
                        "ysrc": "szorathgera:0:5c6188",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.380165238544286
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c61b26",
                        "ysrc": "szorathgera:0:8b3e59",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7314677526754916
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:dea3f4",
                        "ysrc": "szorathgera:0:6a9128",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.1592264799750116
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:16bfd5",
                        "ysrc": "szorathgera:0:ff330b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6191799056279745
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:88cb58",
                        "ysrc": "szorathgera:0:51750e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6877644208556786
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:db5403",
                        "ysrc": "szorathgera:0:ca8b0a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7387934245610761
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:184158",
                        "ysrc": "szorathgera:0:dba72c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7387934245610761
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b4a08f",
                        "ysrc": "szorathgera:0:5925ce",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.506462791996017
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:89d8d4",
                        "ysrc": "szorathgera:0:9f53af",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7641027889071846
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1cd8e4",
                        "ysrc": "szorathgera:0:dbe187",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7387934245610761
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:dbf01a",
                        "ysrc": "szorathgera:0:4db02b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.6152249067773625
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:cd415b",
                        "ysrc": "szorathgera:0:b9fdee",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7387934245610761
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e1aec5",
                        "ysrc": "szorathgera:0:125a95",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5035886128954031
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:75c6da",
                        "ysrc": "szorathgera:0:82c81d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7387934245610761
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8c8f79",
                        "ysrc": "szorathgera:0:bef852",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 1.4133174869760663
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:35e363",
                        "ysrc": "szorathgera:0:463461",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 1.031605648081161
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:72fd57",
                        "ysrc": "szorathgera:0:68a730",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7940212963451148
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4ef6f1",
                        "ysrc": "szorathgera:0:5f5430",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7387934245610761
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ca47dd",
                        "ysrc": "szorathgera:0:8fd653",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9502903861702297
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:bb0784",
                        "ysrc": "szorathgera:0:c0f5f9",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7481713503690306
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:56bf8e",
                        "ysrc": "szorathgera:0:1b98c8",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7387934245610761
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:349354",
                        "ysrc": "szorathgera:0:925ffb",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8105314380854222
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a5a9ce",
                        "ysrc": "szorathgera:0:36e434",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8105314380854222
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c3e7d8",
                        "ysrc": "szorathgera:0:57f7cd",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9285285704096297
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1bda67",
                        "ysrc": "szorathgera:0:576339",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.424160656759709
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:858381",
                        "ysrc": "szorathgera:0:7dd4f8",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7869026809750632
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f9d591",
                        "ysrc": "szorathgera:0:ecd7c1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8105314380854222
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f6a488",
                        "ysrc": "szorathgera:0:b32ee5",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.0019574851638162
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:dea2a8",
                        "ysrc": "szorathgera:0:af16af",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.6725293881813208
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7117b4",
                        "ysrc": "szorathgera:0:87d453",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8105314380854222
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c7aa90",
                        "ysrc": "szorathgera:0:faa1e6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8105314380854222
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:98a9df",
                        "ysrc": "szorathgera:0:e7ffca",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9088570640903336
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:641b09",
                        "ysrc": "szorathgera:0:240c47",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8240860827211727
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e72bd3",
                        "ysrc": "szorathgera:0:c8b2b1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7868509752642863
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:bb6d21",
                        "ysrc": "szorathgera:0:14d42a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8202758098176149
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8ef462",
                        "ysrc": "szorathgera:0:54a790",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.3450808127981861
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:54ba84",
                        "ysrc": "szorathgera:0:dc3650",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.3568730441704178
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9bcaec",
                        "ysrc": "szorathgera:0:59fa8b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8105314380854222
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c0a2f6",
                        "ysrc": "szorathgera:0:820f81",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.674547581762857
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5a37f8",
                        "ysrc": "szorathgera:0:84aae5",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8012727824054664
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:677a00",
                        "ysrc": "szorathgera:0:ed126f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9664037169784181
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:452750",
                        "ysrc": "szorathgera:0:256ee8",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8105314380854222
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:317ef9",
                        "ysrc": "szorathgera:0:ac2325",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.6866000497723644
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5852b2",
                        "ysrc": "szorathgera:0:0eee56",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 1.0838642195443797
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:17e018",
                        "ysrc": "szorathgera:0:ba673d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.6715160522005393
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6670aa",
                        "ysrc": "szorathgera:0:2b5c1d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8105314380854222
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c3afd9",
                        "ysrc": "szorathgera:0:a5db33",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7445677596915463
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9cd3a9",
                        "ysrc": "szorathgera:0:c40ecc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.439593545873322
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b10fbd",
                        "ysrc": "szorathgera:0:5aa3dc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8105314380854222
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:aefd83",
                        "ysrc": "szorathgera:0:05389c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 1.3785973627444272
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a2cf7c",
                        "ysrc": "szorathgera:0:f2e9a0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7481713503690306
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e18f29",
                        "ysrc": "szorathgera:0:a0b259",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.57221244299166
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:cdd231",
                        "ysrc": "szorathgera:0:3c8160",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.8190800894071781
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2b4df6",
                        "ysrc": "szorathgera:0:9602a2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7916558696756397
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e5bf65",
                        "ysrc": "szorathgera:0:094966",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.5077981203070289
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:449f6d",
                        "ysrc": "szorathgera:0:420aa6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8105314380854222
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:880d67",
                        "ysrc": "szorathgera:0:0bfbae",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5235264499461061
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6c7b33",
                        "ysrc": "szorathgera:0:43c280",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 1.087876842428607
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e228f9",
                        "ysrc": "szorathgera:0:09733b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9895043868153826
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c2e7a5",
                        "ysrc": "szorathgera:0:952617",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.8105314380854222
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c1ab54",
                        "ysrc": "szorathgera:0:75a95b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7386834703116187
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4bcf43",
                        "ysrc": "szorathgera:0:55693b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7805224104993735
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d55316",
                        "ysrc": "szorathgera:0:cce57c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7848819521511093
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:74d375",
                        "ysrc": "szorathgera:0:421672",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7105694351058318
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f0054c",
                        "ysrc": "szorathgera:0:1ebeff",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7794647263873603
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d6bb9a",
                        "ysrc": "szorathgera:0:17e417",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9005174399904925
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:43b195",
                        "ysrc": "szorathgera:0:caec5e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9051526902891036
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:683e91",
                        "ysrc": "szorathgera:0:d0fdd7",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.8105314380854222
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a06451",
                        "ysrc": "szorathgera:0:a1cd90",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7641027889071846
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:be5693",
                        "ysrc": "szorathgera:0:5eb6cd",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.8105314380854222
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e9d2c8",
                        "ysrc": "szorathgera:0:39c35b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8325040284413816
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:58ffa1",
                        "ysrc": "szorathgera:0:056367",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7734913726592019
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:615ee0",
                        "ysrc": "szorathgera:0:b49553",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7779660920696504
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a8ed47",
                        "ysrc": "szorathgera:0:8d4471",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7703219143291342
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:80b806",
                        "ysrc": "szorathgera:0:84cbca",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.6657426062660232
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5fb19d",
                        "ysrc": "szorathgera:0:6c128f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7454710152811188
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1a1691",
                        "ysrc": "szorathgera:0:67c5fe",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7916558696756397
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d180ab",
                        "ysrc": "szorathgera:0:de6401",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8719629550102204
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0dcb3e",
                        "ysrc": "szorathgera:0:c11bbd",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.6991892199165324
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4010fc",
                        "ysrc": "szorathgera:0:8cd7fb",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.77020079550071
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c671ce",
                        "ysrc": "szorathgera:0:9a8c45",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:824f90",
                        "ysrc": "szorathgera:0:538eaa",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9586717445787774
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:08dd55",
                        "ysrc": "szorathgera:0:08dc16",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.0209930323331107
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:eae5d2",
                        "ysrc": "szorathgera:0:50f050",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7454710152811188
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0ebf63",
                        "ysrc": "szorathgera:0:e2a13f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9359627407447841
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8a44e8",
                        "ysrc": "szorathgera:0:eccc15",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7454710152811188
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f8e5eb",
                        "ysrc": "szorathgera:0:978cab",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7843321602248466
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1dd2af",
                        "ysrc": "szorathgera:0:e776f2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.789906781944046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2e152e",
                        "ysrc": "szorathgera:0:1d9dc0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7815971589021137
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a6ce67",
                        "ysrc": "szorathgera:0:28ca7f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7454710152811188
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:355a73",
                        "ysrc": "szorathgera:0:b3b6a6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.3568730441704178
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b6c961",
                        "ysrc": "szorathgera:0:41f6f0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.0019574851638162
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9a0c54",
                        "ysrc": "szorathgera:0:8fa1c4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8240860827211727
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b7dae8",
                        "ysrc": "szorathgera:0:869f5b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.674547581762857
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6c7427",
                        "ysrc": "szorathgera:0:3995d2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8301712249239308
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:56b148",
                        "ysrc": "szorathgera:0:664132",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.781655221330013
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:796cbf",
                        "ysrc": "szorathgera:0:b00657",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.798022109466334
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:eb2d80",
                        "ysrc": "szorathgera:0:a56c3f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7740934658507409
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3488c0",
                        "ysrc": "szorathgera:0:7ae04e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8133512273442165
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:22eef6",
                        "ysrc": "szorathgera:0:3b6788",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5063298096392482
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0a33c4",
                        "ysrc": "szorathgera:0:510a63",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8419613056826925
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:372afc",
                        "ysrc": "szorathgera:0:a1e998",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5817064998591058
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:de766a",
                        "ysrc": "szorathgera:0:ecdbac",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9849413185492615
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0355c1",
                        "ysrc": "szorathgera:0:da882f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7785196475694859
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b52d1f",
                        "ysrc": "szorathgera:0:d635d2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.9534818345230298
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:249e56",
                        "ysrc": "szorathgera:0:5e1dbd",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5817064998591058
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d109a8",
                        "ysrc": "szorathgera:0:904b9c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5817064998591058
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a44f67",
                        "ysrc": "szorathgera:0:a7eaa2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5014070967639883
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:275629",
                        "ysrc": "szorathgera:0:0a5c34",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.5817064998591058
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:480c7f",
                        "ysrc": "szorathgera:0:860bc8",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5817064998591058
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8ac044",
                        "ysrc": "szorathgera:0:4f0b87",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9477975315168521
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7f2489",
                        "ysrc": "szorathgera:0:7c78bb",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.5817064998591058
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0ddfa7",
                        "ysrc": "szorathgera:0:85443a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.781615004858121
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7990ca",
                        "ysrc": "szorathgera:0:036399",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5817064998591058
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:50d935",
                        "ysrc": "szorathgera:0:a36b1a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.5861666075053427
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:aec417",
                        "ysrc": "szorathgera:0:5f7939",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.6446039080115307
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c45a27",
                        "ysrc": "szorathgera:0:04f902",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.0628894972953973
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f7196d",
                        "ysrc": "szorathgera:0:b74891",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7917963109389343
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6029ef",
                        "ysrc": "szorathgera:0:607f2d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7838147846608516
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3c11ae",
                        "ysrc": "szorathgera:0:3c6153",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 1.1000833150415539
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:337f26",
                        "ysrc": "szorathgera:0:8bff1a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7631113457579499
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6edce7",
                        "ysrc": "szorathgera:0:33ad67",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9005503898703326
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8688ee",
                        "ysrc": "szorathgera:0:e15257",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7804506875401436
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0e6453",
                        "ysrc": "szorathgera:0:ab5408",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9208998171170691
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e42eb2",
                        "ysrc": "szorathgera:0:efb83a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9399111822922097
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:173c14",
                        "ysrc": "szorathgera:0:71942b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7804506875401436
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:53119b",
                        "ysrc": "szorathgera:0:25fa1b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.6640179217936231
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:62e2ba",
                        "ysrc": "szorathgera:0:1e3789",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8096457492856854
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:238c26",
                        "ysrc": "szorathgera:0:2945c8",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9435481881264869
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:24ce2e",
                        "ysrc": "szorathgera:0:950bba",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.0293590097195515
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:20b9b6",
                        "ysrc": "szorathgera:0:4a72c8",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9056426248523783
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:014c0f",
                        "ysrc": "szorathgera:0:0e6ae1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7804506875401436
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:961304",
                        "ysrc": "szorathgera:0:cda766",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9220261347493467
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2a2723",
                        "ysrc": "szorathgera:0:4a8898",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9410693869049777
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d8b8e9",
                        "ysrc": "szorathgera:0:1fc40e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9504625427785165
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:62c6ab",
                        "ysrc": "szorathgera:0:004264",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7862184426205541
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:bf65e0",
                        "ysrc": "szorathgera:0:201b95",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9504603094491437
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9e1de9",
                        "ysrc": "szorathgera:0:443b5b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7865483549984679
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6c4849",
                        "ysrc": "szorathgera:0:0db192",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7754941149101139
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6a864b",
                        "ysrc": "szorathgera:0:e2f035",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7919228000973411
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d3474f",
                        "ysrc": "szorathgera:0:6d6b10",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.6361579815693363
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2880aa",
                        "ysrc": "szorathgera:0:8b2623",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5679793325971991
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ae5790",
                        "ysrc": "szorathgera:0:3394fc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.507696735425091
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:cc900b",
                        "ysrc": "szorathgera:0:53fa54",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7862184426205541
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6e8315",
                        "ysrc": "szorathgera:0:7f1f3e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9450819436164826
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:aec3a2",
                        "ysrc": "szorathgera:0:184d8d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9384833197008489
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:030057",
                        "ysrc": "szorathgera:0:419406",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5590908512607959
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:66d6c6",
                        "ysrc": "szorathgera:0:e20f7e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7817319899593076
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:428f71",
                        "ysrc": "szorathgera:0:6c857c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5903440707762628
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:195f4e",
                        "ysrc": "szorathgera:0:03ac08",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.5007873189124523
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:beb77f",
                        "ysrc": "szorathgera:0:287769",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7579632816773777
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1e7168",
                        "ysrc": "szorathgera:0:3ce3ee",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.8371410364529249
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8fb34c",
                        "ysrc": "szorathgera:0:826e02",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7579632816773777
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:911389",
                        "ysrc": "szorathgera:0:e03779",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7579632816773777
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2a34c1",
                        "ysrc": "szorathgera:0:5ef7a6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7579632816773777
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:60eb75",
                        "ysrc": "szorathgera:0:947aee",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7579632816773777
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:677f04",
                        "ysrc": "szorathgera:0:04d1eb",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7579632816773777
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:624a3d",
                        "ysrc": "szorathgera:0:508fa7",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7579632816773777
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fda82b",
                        "ysrc": "szorathgera:0:aa5c32",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7443298315332286
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a7102d",
                        "ysrc": "szorathgera:0:697dfd",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4764b8",
                        "ysrc": "szorathgera:0:d4dc74",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.5036301900438946
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6431e3",
                        "ysrc": "szorathgera:0:a11f43",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7579632816773777
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d4e2ac",
                        "ysrc": "szorathgera:0:81e78a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.3214338416460527
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:10d615",
                        "ysrc": "szorathgera:0:290a24",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.789906781944046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3dc01d",
                        "ysrc": "szorathgera:0:e291c5",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7579632816773777
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8f2bee",
                        "ysrc": "szorathgera:0:7af7b6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.5961160857256623
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:10ea5e",
                        "ysrc": "szorathgera:0:8446d7",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7579632816773777
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:14533f",
                        "ysrc": "szorathgera:0:4fff82",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8066138102796494
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7b7aac",
                        "ysrc": "szorathgera:0:ef2876",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8130388424660846
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7aa010",
                        "ysrc": "szorathgera:0:95ac8d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.3568730441704178
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:89c2d5",
                        "ysrc": "szorathgera:0:881b6d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8240860827211727
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:abac17",
                        "ysrc": "szorathgera:0:2b224c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8719629550102204
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a37d96",
                        "ysrc": "szorathgera:0:3f5378",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9730835224167556
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:82ad6b",
                        "ysrc": "szorathgera:0:a05a11",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9586717445787774
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:40e53d",
                        "ysrc": "szorathgera:0:212228",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8066138102796494
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9c539f",
                        "ysrc": "szorathgera:0:4798ea",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.5015757172674348
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c5f1be",
                        "ysrc": "szorathgera:0:ce45ee",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.5194293327672722
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:dc0651",
                        "ysrc": "szorathgera:0:3b21c2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8202758098176149
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c2634d",
                        "ysrc": "szorathgera:0:fdac99",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7584954220300044
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6460b1",
                        "ysrc": "szorathgera:0:df8b0d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9560166261390757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:24fa39",
                        "ysrc": "szorathgera:0:18c2ec",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.5683773118914437
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4bd291",
                        "ysrc": "szorathgera:0:53ffa8",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.674547581762857
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d9a17d",
                        "ysrc": "szorathgera:0:4248c1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8066138102796494
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3f8eba",
                        "ysrc": "szorathgera:0:51b06e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.0019574851638162
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:08f2bf",
                        "ysrc": "szorathgera:0:6a6332",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.811334770796637
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:65504f",
                        "ysrc": "szorathgera:0:bb4025",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7868509752642863
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:24b7a8",
                        "ysrc": "szorathgera:0:447925",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8005364247606668
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:726553",
                        "ysrc": "szorathgera:0:2b8b44",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8583483310055255
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5e07e1",
                        "ysrc": "szorathgera:0:8ea5c2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.6896206897860917
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8f1766",
                        "ysrc": "szorathgera:0:516ee3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.8066138102796494
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:eb2a93",
                        "ysrc": "szorathgera:0:a29ad4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.712741645698193
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4fb3c2",
                        "ysrc": "szorathgera:0:e13a35",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.57221244299166
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b11664",
                        "ysrc": "szorathgera:0:3aea2d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7481713503690306
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1ef3c8",
                        "ysrc": "szorathgera:0:5eca53",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7848819521511093
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5979a2",
                        "ysrc": "szorathgera:0:6c24b3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7736415227015757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1a2286",
                        "ysrc": "szorathgera:0:4dbdf6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9152601972415293
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1c4287",
                        "ysrc": "szorathgera:0:7b106b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9152601972415293
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:89d5cf",
                        "ysrc": "szorathgera:0:e20b96",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9152601972415293
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fa3271",
                        "ysrc": "szorathgera:0:e971c1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5015528173697726
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ab2c9a",
                        "ysrc": "szorathgera:0:a43104",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9583014957909126
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a71b31",
                        "ysrc": "szorathgera:0:a3dae2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.6569753244060492
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1ae591",
                        "ysrc": "szorathgera:0:aa7d7e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7556998354443398
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9e3939",
                        "ysrc": "szorathgera:0:54eca4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9152601972415293
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:90463f",
                        "ysrc": "szorathgera:0:82dd2b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5235334228967036
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:568c8b",
                        "ysrc": "szorathgera:0:feaff4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9152601972415293
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:22eb25",
                        "ysrc": "szorathgera:0:2b0661",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9208835138126472
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8142c1",
                        "ysrc": "szorathgera:0:1d71f4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7796835637153352
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:339a5f",
                        "ysrc": "szorathgera:0:2baa5b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.9183159666991326
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5536cc",
                        "ysrc": "szorathgera:0:870379",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9201891799822137
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4a3ff3",
                        "ysrc": "szorathgera:0:61bba4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9285405993697796
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f797ed",
                        "ysrc": "szorathgera:0:af68de",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9152601972415293
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:543481",
                        "ysrc": "szorathgera:0:e8ecf2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9316246369871304
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:970834",
                        "ysrc": "szorathgera:0:f059e4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9267378807147735
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f5a2ea",
                        "ysrc": "szorathgera:0:1a77e1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9582504683505377
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:277942",
                        "ysrc": "szorathgera:0:6a035a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8137010453041148
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2db3f9",
                        "ysrc": "szorathgera:0:b223a4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.0876674512567202
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:078be3",
                        "ysrc": "szorathgera:0:4144e2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7779660920696504
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f2ec1b",
                        "ysrc": "szorathgera:0:e77751",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7182458141472686
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:bc0591",
                        "ysrc": "szorathgera:0:ea4d21",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9152601972415293
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:995c61",
                        "ysrc": "szorathgera:0:3f55e9",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9286839832513126
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:32f3de",
                        "ysrc": "szorathgera:0:ca0352",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.9355254982794261
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:478c79",
                        "ysrc": "szorathgera:0:ff5f8d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9152601972415293
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0901e3",
                        "ysrc": "szorathgera:0:dd2f64",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.0959214271751119
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f0602b",
                        "ysrc": "szorathgera:0:ca4f71",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.9152601972415293
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:15e44b",
                        "ysrc": "szorathgera:0:df0e7f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.5121797471047851
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a88395",
                        "ysrc": "szorathgera:0:255528",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.6566099682638289
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b23364",
                        "ysrc": "szorathgera:0:50cbb3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7980089617736001
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e78184",
                        "ysrc": "szorathgera:0:d5a8d3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.9152601972415293
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fe0aff",
                        "ysrc": "szorathgera:0:ab4bcc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.6975230610810869
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f4022c",
                        "ysrc": "szorathgera:0:6994bf",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7721968191524253
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9b1cf5",
                        "ysrc": "szorathgera:0:09443f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.1013289751782454
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f8d03a",
                        "ysrc": "szorathgera:0:1906d6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7820759681764755
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:29ce1c",
                        "ysrc": "szorathgera:0:b24a12",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7971374546153811
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:80484e",
                        "ysrc": "szorathgera:0:3f7391",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.789906781944046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f3c3fd",
                        "ysrc": "szorathgera:0:6587a6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7940212963451148
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:99f349",
                        "ysrc": "szorathgera:0:ae8455",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9051526902891036
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b0a1c5",
                        "ysrc": "szorathgera:0:e96cd5",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7539669166038261
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:49f29d",
                        "ysrc": "szorathgera:0:59936b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.5106247046772299
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:07d7c3",
                        "ysrc": "szorathgera:0:4e8509",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7898694853435191
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e85815",
                        "ysrc": "szorathgera:0:242d52",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:99e127",
                        "ysrc": "szorathgera:0:dbed37",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6250165589195379
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:bd0300",
                        "ysrc": "szorathgera:0:184833",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7940212963451148
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:66cdbe",
                        "ysrc": "szorathgera:0:83666f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7772322986178344
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6143ae",
                        "ysrc": "szorathgera:0:4fa023",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.9901807837023159
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:76678d",
                        "ysrc": "szorathgera:0:3d16f6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.984758106960579
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0cd2f2",
                        "ysrc": "szorathgera:0:276566",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7848819521511093
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a2bf04",
                        "ysrc": "szorathgera:0:6185bb",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7864187929442757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5fb0af",
                        "ysrc": "szorathgera:0:fc9eeb",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9611135552485996
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1d666c",
                        "ysrc": "szorathgera:0:272f43",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8160244274802482
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:09e92d",
                        "ysrc": "szorathgera:0:db1e41",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7779660920696504
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:93b253",
                        "ysrc": "szorathgera:0:cbc192",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8149189356443725
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:04e025",
                        "ysrc": "szorathgera:0:a515e6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7940212963451148
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:901c20",
                        "ysrc": "szorathgera:0:8675ad",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7940212963451148
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:234e32",
                        "ysrc": "szorathgera:0:3d751c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7805224104993735
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f05160",
                        "ysrc": "szorathgera:0:008acf",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9586717445787774
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4d7d0c",
                        "ysrc": "szorathgera:0:754d6e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 1.211308060085431
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a3d108",
                        "ysrc": "szorathgera:0:d88ced",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6816734823360387
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fbaa8b",
                        "ysrc": "szorathgera:0:4e0645",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9285285704096297
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a862fc",
                        "ysrc": "szorathgera:0:9c9106",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6816734823360387
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:bdd7d7",
                        "ysrc": "szorathgera:0:ba7224",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.6600120278480806
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9adc90",
                        "ysrc": "szorathgera:0:6f6108",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6221918356571476
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7ccffa",
                        "ysrc": "szorathgera:0:5a5165",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7634554645921523
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a6930d",
                        "ysrc": "szorathgera:0:63d301",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a37b43",
                        "ysrc": "szorathgera:0:ac501d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7565603620664756
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7acefc",
                        "ysrc": "szorathgera:0:88dba5",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8202758098176149
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f94873",
                        "ysrc": "szorathgera:0:d482ff",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9586717445787774
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8b9994",
                        "ysrc": "szorathgera:0:43445a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.674547581762857
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ab7951",
                        "ysrc": "szorathgera:0:c06ecf",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8202758098176149
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:bcd943",
                        "ysrc": "szorathgera:0:7c30df",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.77020079550071
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0b4992",
                        "ysrc": "szorathgera:0:39da70",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8719629550102204
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:07f873",
                        "ysrc": "szorathgera:0:aa0d36",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8240860827211727
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a20fc8",
                        "ysrc": "szorathgera:0:6ad2cf",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.3568730441704178
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:090050",
                        "ysrc": "szorathgera:0:d3721c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.762135738568287
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d1f73c",
                        "ysrc": "szorathgera:0:1d70fb",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.5011084675404752
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:96329b",
                        "ysrc": "szorathgera:0:47e3d0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7499609688929467
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a8deae",
                        "ysrc": "szorathgera:0:f677a1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7584954220300044
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fc30ab",
                        "ysrc": "szorathgera:0:65a545",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7589474520308674
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4d65a8",
                        "ysrc": "szorathgera:0:799ffc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7560347893565231
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3f5100",
                        "ysrc": "szorathgera:0:16ac60",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6739478956040864
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3ae4d5",
                        "ysrc": "szorathgera:0:9891bc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8202758098176149
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d1191e",
                        "ysrc": "szorathgera:0:353775",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.0019574851638162
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1b1200",
                        "ysrc": "szorathgera:0:77486e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8202758098176149
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:323bdb",
                        "ysrc": "szorathgera:0:fcb954",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7649721744024993
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:29b202",
                        "ysrc": "szorathgera:0:f90203",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.789906781944046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:074ae7",
                        "ysrc": "szorathgera:0:49ec83",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.8255441841786626
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:23afdd",
                        "ysrc": "szorathgera:0:e8326f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7898694853435191
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b09c74",
                        "ysrc": "szorathgera:0:357931",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.762135738568287
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7134fe",
                        "ysrc": "szorathgera:0:ada6ac",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.9837586548440655
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4ad9c2",
                        "ysrc": "szorathgera:0:64490a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.762135738568287
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:dbb816",
                        "ysrc": "szorathgera:0:853fb0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.762135738568287
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:00f833",
                        "ysrc": "szorathgera:0:1bb160",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.762135738568287
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:21f4d3",
                        "ysrc": "szorathgera:0:94a167",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.8190800894071781
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9b2832",
                        "ysrc": "szorathgera:0:9ea428",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.762135738568287
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:16479f",
                        "ysrc": "szorathgera:0:e30c3b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.8296625510728997
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1803a1",
                        "ysrc": "szorathgera:0:c1d2a2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6650028862197789
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:89a152",
                        "ysrc": "szorathgera:0:44ebbb",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7984240591239082
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3e617e",
                        "ysrc": "szorathgera:0:28c721",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7779660920696504
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ced31d",
                        "ysrc": "szorathgera:0:6f65c7",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.762135738568287
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9dad6a",
                        "ysrc": "szorathgera:0:27c034",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8149189356443725
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:22a11e",
                        "ysrc": "szorathgera:0:267ba3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5102571772425638
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:26747d",
                        "ysrc": "szorathgera:0:d0a326",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7864187929442757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e10eb6",
                        "ysrc": "szorathgera:0:549b53",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9f9148",
                        "ysrc": "szorathgera:0:f66e7e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7916558696756397
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d43733",
                        "ysrc": "szorathgera:0:0f28d8",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.762135738568287
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4260b4",
                        "ysrc": "szorathgera:0:5368fd",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.762135738568287
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b34d52",
                        "ysrc": "szorathgera:0:616b4c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.968398576403803
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b6378b",
                        "ysrc": "szorathgera:0:ff11a7",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9511023544216862
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0e936d",
                        "ysrc": "szorathgera:0:11d6fb",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8327741785795955
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6622cf",
                        "ysrc": "szorathgera:0:f643ea",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.835104430311448
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:194e4f",
                        "ysrc": "szorathgera:0:bb4159",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8149189356443725
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c018f4",
                        "ysrc": "szorathgera:0:478d8a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8309351641864853
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2bfa97",
                        "ysrc": "szorathgera:0:a6d019",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8149189356443725
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fa593c",
                        "ysrc": "szorathgera:0:fcce9d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8149189356443725
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:bd8335",
                        "ysrc": "szorathgera:0:6f2270",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8277955952478577
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ef1ba7",
                        "ysrc": "szorathgera:0:28974b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8149189356443725
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:28d55c",
                        "ysrc": "szorathgera:0:db5a48",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8343847151062713
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:451c44",
                        "ysrc": "szorathgera:0:2022ca",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8149189356443725
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b8c672",
                        "ysrc": "szorathgera:0:1b5bbe",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8149189356443725
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b636b5",
                        "ysrc": "szorathgera:0:4903f3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8336877054163856
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:eaa1a3",
                        "ysrc": "szorathgera:0:3a2d16",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8258314027433984
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:dd6482",
                        "ysrc": "szorathgera:0:af237a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8440956323916177
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c2b5c5",
                        "ysrc": "szorathgera:0:eca313",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.8149189356443725
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fa401d",
                        "ysrc": "szorathgera:0:793a76",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8149189356443725
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5c676a",
                        "ysrc": "szorathgera:0:a32801",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8149189356443725
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:021444",
                        "ysrc": "szorathgera:0:dbd5fa",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.833302050791643
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:bb7f6b",
                        "ysrc": "szorathgera:0:ec9ff4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8264000332165007
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:09df5e",
                        "ysrc": "szorathgera:0:65c8d2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8346350465141987
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c44a86",
                        "ysrc": "szorathgera:0:d23ee9",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8149189356443725
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:83555d",
                        "ysrc": "szorathgera:0:5393d9",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8149189356443725
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7bc720",
                        "ysrc": "szorathgera:0:f9f023",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8149189356443725
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9b805e",
                        "ysrc": "szorathgera:0:2cef96",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8149189356443725
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:59feea",
                        "ysrc": "szorathgera:0:a4e752",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5977520697998034
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d70267",
                        "ysrc": "szorathgera:0:bdab47",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8149189356443725
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b6246f",
                        "ysrc": "szorathgera:0:c7e66c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7588119096169104
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2ccb41",
                        "ysrc": "szorathgera:0:a2e615",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.8149189356443725
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9501d8",
                        "ysrc": "szorathgera:0:989457",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e51d81",
                        "ysrc": "szorathgera:0:4fbb4c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.674547581762857
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:da488f",
                        "ysrc": "szorathgera:0:b566c9",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7868509752642863
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5953f6",
                        "ysrc": "szorathgera:0:7c65bc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7898694853435191
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:974839",
                        "ysrc": "szorathgera:0:87182c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7677378488498506
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1afa31",
                        "ysrc": "szorathgera:0:03fec2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.6037242820485047
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:770ae5",
                        "ysrc": "szorathgera:0:ce7f76",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7898694853435191
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:26f56a",
                        "ysrc": "szorathgera:0:dca6ba",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9882846208920311
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7e050a",
                        "ysrc": "szorathgera:0:c8cb09",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7772322986178344
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e20602",
                        "ysrc": "szorathgera:0:03b5ef",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5079033928363935
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:18b582",
                        "ysrc": "szorathgera:0:1175c2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9051526902891036
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1995bd",
                        "ysrc": "szorathgera:0:430e85",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7032115908698926
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:292262",
                        "ysrc": "szorathgera:0:3c6f59",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7898694853435191
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d3b2d2",
                        "ysrc": "szorathgera:0:5e528d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7898694853435191
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ec957a",
                        "ysrc": "szorathgera:0:bd2fc1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.3568730441704178
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:bb5334",
                        "ysrc": "szorathgera:0:6b9e1b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7898694853435191
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f21887",
                        "ysrc": "szorathgera:0:b23dfb",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5629268881001466
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:778913",
                        "ysrc": "szorathgera:0:e7d269",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7848819521511093
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8424e0",
                        "ysrc": "szorathgera:0:bba233",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7805224104993735
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:55379e",
                        "ysrc": "szorathgera:0:9314ac",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9586717445787774
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ba033c",
                        "ysrc": "szorathgera:0:176e08",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7796835637153352
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:17d995",
                        "ysrc": "szorathgera:0:f6f94a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 1.4605908454279461
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:379bbb",
                        "ysrc": "szorathgera:0:f18cea",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7898694853435191
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d9c7d8",
                        "ysrc": "szorathgera:0:1fe0bb",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9560166261390757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d545c8",
                        "ysrc": "szorathgera:0:99b02c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7919596417604031
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:90b955",
                        "ysrc": "szorathgera:0:f33587",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7947977484558502
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:75c16f",
                        "ysrc": "szorathgera:0:eda10e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7435891561183081
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5d5ec8",
                        "ysrc": "szorathgera:0:93ce91",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9495394333043989
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:15bbf8",
                        "ysrc": "szorathgera:0:c88d14",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8385908601164523
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5dffda",
                        "ysrc": "szorathgera:0:11259f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.6657691105091454
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a4f65e",
                        "ysrc": "szorathgera:0:74c44d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7779660920696504
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d52c6f",
                        "ysrc": "szorathgera:0:36c08c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8098196636069046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:feb6cb",
                        "ysrc": "szorathgera:0:b207b2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:09c9b0",
                        "ysrc": "szorathgera:0:eb314b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8719629550102204
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2cc4cf",
                        "ysrc": "szorathgera:0:068e31",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7773235259869209
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:60b811",
                        "ysrc": "szorathgera:0:651416",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.9744365932888961
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:89e8b8",
                        "ysrc": "szorathgera:0:ffc708",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.5035555761638653
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3b7783",
                        "ysrc": "szorathgera:0:fff4a7",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5050008545885394
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:85558b",
                        "ysrc": "szorathgera:0:09820d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7102855706709503
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d39ade",
                        "ysrc": "szorathgera:0:bca5a1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7868509752642863
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d7f519",
                        "ysrc": "szorathgera:0:87f9b0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7853044029451673
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:087b53",
                        "ysrc": "szorathgera:0:fa517c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9285285704096297
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9920ed",
                        "ysrc": "szorathgera:0:7a8ae6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7718454626767368
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e85454",
                        "ysrc": "szorathgera:0:f968e0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7804078779247019
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5303d4",
                        "ysrc": "szorathgera:0:14bcc7",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7868509752642863
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:033f86",
                        "ysrc": "szorathgera:0:d45ae2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7848819521511093
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e482cf",
                        "ysrc": "szorathgera:0:c6068b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7750522837800535
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c7e590",
                        "ysrc": "szorathgera:0:42a232",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.6865865629444294
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:27782d",
                        "ysrc": "szorathgera:0:fdfa23",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7916558696756397
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:49c871",
                        "ysrc": "szorathgera:0:d7a6de",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7796835637153352
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5eeccc",
                        "ysrc": "szorathgera:0:fbff92",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5014078494787029
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5f1f57",
                        "ysrc": "szorathgera:0:19e37a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9391716855789027
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:987b9b",
                        "ysrc": "szorathgera:0:9cbcea",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.5034999786698664
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7ee3c0",
                        "ysrc": "szorathgera:0:52a9a2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9219064696529125
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5ebcee",
                        "ysrc": "szorathgera:0:c0185b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6739478956040864
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:269e8c",
                        "ysrc": "szorathgera:0:4d9730",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7035162873048686
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f653f6",
                        "ysrc": "szorathgera:0:be121a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7912979889831259
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7a8ccc",
                        "ysrc": "szorathgera:0:bd7408",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7868509752642863
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3b78ca",
                        "ysrc": "szorathgera:0:7ad333",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7868509752642863
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0c0b04",
                        "ysrc": "szorathgera:0:f60812",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.872370103362279
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:023859",
                        "ysrc": "szorathgera:0:868877",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7779660920696504
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:404e54",
                        "ysrc": "szorathgera:0:027ea5",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5168845490701803
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:88cf77",
                        "ysrc": "szorathgera:0:66f97f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 1.4091171817086159
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:eaf558",
                        "ysrc": "szorathgera:0:e2da9b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.5015691785753265
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4aa0c6",
                        "ysrc": "szorathgera:0:291326",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7868509752642863
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:55c510",
                        "ysrc": "szorathgera:0:532fd0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.6223465722963262
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:009f38",
                        "ysrc": "szorathgera:0:fc54ed",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.5721574203731847
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a07910",
                        "ysrc": "szorathgera:0:cb653e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8eef77",
                        "ysrc": "szorathgera:0:a0037b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9560166261390757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:768b0f",
                        "ysrc": "szorathgera:0:e710a6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7854295355627698
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:615804",
                        "ysrc": "szorathgera:0:c54900",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:43f5a4",
                        "ysrc": "szorathgera:0:319053",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:247932",
                        "ysrc": "szorathgera:0:48c0e3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.77020079550071
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1a26c8",
                        "ysrc": "szorathgera:0:1e9c40",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7584954220300044
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a146ba",
                        "ysrc": "szorathgera:0:469502",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a87b0d",
                        "ysrc": "szorathgera:0:5cc548",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:81a1c6",
                        "ysrc": "szorathgera:0:f2aea2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:36ede0",
                        "ysrc": "szorathgera:0:d2bd85",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.5079330464875109
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fd16c1",
                        "ysrc": "szorathgera:0:a0184e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:41c5f0",
                        "ysrc": "szorathgera:0:547fc0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8564935468255658
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:53dee9",
                        "ysrc": "szorathgera:0:0bfc04",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:43d303",
                        "ysrc": "szorathgera:0:0ebcab",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4ede85",
                        "ysrc": "szorathgera:0:e5140e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.6894823846609843
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f58c36",
                        "ysrc": "szorathgera:0:4faf1f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:40316a",
                        "ysrc": "szorathgera:0:0c2443",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b110be",
                        "ysrc": "szorathgera:0:9d1f1a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9751768675316886
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ebd80a",
                        "ysrc": "szorathgera:0:1457ee",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9577445696180422
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c40aff",
                        "ysrc": "szorathgera:0:b2124f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.750543694155869
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b11516",
                        "ysrc": "szorathgera:0:a0eb2b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.6917808983009713
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:901738",
                        "ysrc": "szorathgera:0:896559",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9038b1",
                        "ysrc": "szorathgera:0:827771",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ae3bb4",
                        "ysrc": "szorathgera:0:6f5940",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8098196636069046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:492d6f",
                        "ysrc": "szorathgera:0:2d6811",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 1.4122280358216215
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d9847a",
                        "ysrc": "szorathgera:0:c7673d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5035060169307634
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:800f72",
                        "ysrc": "szorathgera:0:38cc68",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:38a692",
                        "ysrc": "szorathgera:0:7a4179",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:19e9a5",
                        "ysrc": "szorathgera:0:23ba52",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.8190800894071781
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:cea67b",
                        "ysrc": "szorathgera:0:81fefa",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7791787899191163
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0c4d6b",
                        "ysrc": "szorathgera:0:8b3627",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8534091576656285
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e768ce",
                        "ysrc": "szorathgera:0:a0c986",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7744550253330273
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:66d3ff",
                        "ysrc": "szorathgera:0:db8792",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7117467760426891
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:84a3c6",
                        "ysrc": "szorathgera:0:6b7d44",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9221825132991938
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:165376",
                        "ysrc": "szorathgera:0:503226",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 1.4091171817086159
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:745040",
                        "ysrc": "szorathgera:0:71931a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.6863951045802478
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e692c9",
                        "ysrc": "szorathgera:0:c346d5",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7796835637153352
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:825f13",
                        "ysrc": "szorathgera:0:e3d6a1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7916558696756397
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0c89e2",
                        "ysrc": "szorathgera:0:59f575",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.797488550535976
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e161a1",
                        "ysrc": "szorathgera:0:4b2f25",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7910433604840532
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:37d989",
                        "ysrc": "szorathgera:0:0e1061",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7909293159332074
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9d033e",
                        "ysrc": "szorathgera:0:eb083d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9983544135286211
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:bdd858",
                        "ysrc": "szorathgera:0:9aaace",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7947977484558502
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8bf1de",
                        "ysrc": "szorathgera:0:3a66c0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7088680020736804
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:83dd12",
                        "ysrc": "szorathgera:0:9517bf",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7744550253330273
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f881f0",
                        "ysrc": "szorathgera:0:154dc2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7481713503690306
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:61de9d",
                        "ysrc": "szorathgera:0:50d396",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.5979076625485749
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4a6b2f",
                        "ysrc": "szorathgera:0:c6b9cf",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7744550253330273
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c5409f",
                        "ysrc": "szorathgera:0:f98f67",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.747010165915868
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:69d58a",
                        "ysrc": "szorathgera:0:86205b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.9285285704096297
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e866c6",
                        "ysrc": "szorathgera:0:606fba",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9391716855789027
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:131da5",
                        "ysrc": "szorathgera:0:e44346",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.5036480939010338
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:25fd86",
                        "ysrc": "szorathgera:0:a55a91",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9285285704096297
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d9e1fb",
                        "ysrc": "szorathgera:0:448244",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7424740795772073
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b43d18",
                        "ysrc": "szorathgera:0:c73a41",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.819517619310298
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7ee103",
                        "ysrc": "szorathgera:0:40629f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.837088875804683
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3ff2a1",
                        "ysrc": "szorathgera:0:9da176",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8125988228142933
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e32872",
                        "ysrc": "szorathgera:0:b2a1be",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9285285704096297
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:737cc9",
                        "ysrc": "szorathgera:0:ff3f86",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8003781809672139
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:082948",
                        "ysrc": "szorathgera:0:433d3f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9664032041398214
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:88a920",
                        "ysrc": "szorathgera:0:654d57",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.5598032295654032
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:695aff",
                        "ysrc": "szorathgera:0:1ffddf",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 1.1220378898739054
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ef5f15",
                        "ysrc": "szorathgera:0:c2105d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.685191724677221
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8cadea",
                        "ysrc": "szorathgera:0:5a4f9c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7941053253627689
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8564a0",
                        "ysrc": "szorathgera:0:7128b2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.9285285704096297
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4b3ee6",
                        "ysrc": "szorathgera:0:60f9e3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9285285704096297
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1c64da",
                        "ysrc": "szorathgera:0:42daaf",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 1.1542179907086532
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:21dbd9",
                        "ysrc": "szorathgera:0:c63fbe",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9285285704096297
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:28511c",
                        "ysrc": "szorathgera:0:732f9b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9586717445787774
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:22a814",
                        "ysrc": "szorathgera:0:2ecc48",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9586717445787774
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:dfd35b",
                        "ysrc": "szorathgera:0:2664aa",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.6604504965766962
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:afc359",
                        "ysrc": "szorathgera:0:105510",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 1.4296403123510197
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0f8cdb",
                        "ysrc": "szorathgera:0:486fef",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.3570244142723564
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7ea6d9",
                        "ysrc": "szorathgera:0:1d5d7b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9586717445787774
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2b6d2d",
                        "ysrc": "szorathgera:0:457a2a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.5020748498390897
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d6a20c",
                        "ysrc": "szorathgera:0:854b42",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9586717445787774
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3d5214",
                        "ysrc": "szorathgera:0:4908a6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9586717445787774
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5d4fed",
                        "ysrc": "szorathgera:0:b5fdc4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9586717445787774
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6af371",
                        "ysrc": "szorathgera:0:7adaf5",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9586717445787774
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:cf2cc9",
                        "ysrc": "szorathgera:0:e09e85",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.9586717445787774
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4872d0",
                        "ysrc": "szorathgera:0:fc08d5",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9586717445787774
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a7ed59",
                        "ysrc": "szorathgera:0:4eaac0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9020092750610006
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3e000d",
                        "ysrc": "szorathgera:0:3301dc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.4101616850415342
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:23d073",
                        "ysrc": "szorathgera:0:74c703",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.9586717445787774
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9b5187",
                        "ysrc": "szorathgera:0:b98a99",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8064128313150674
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:80c3cb",
                        "ysrc": "szorathgera:0:b68649",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9586717445787774
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:35a9d9",
                        "ysrc": "szorathgera:0:e79583",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9586717445787774
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f146db",
                        "ysrc": "szorathgera:0:dbbf43",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.848675872479139
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5c8950",
                        "ysrc": "szorathgera:0:e53d14",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8112156102672092
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:35b3e5",
                        "ysrc": "szorathgera:0:987778",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.6657691105091454
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2460b8",
                        "ysrc": "szorathgera:0:3a51ad",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.5083164140175438
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e9b11c",
                        "ysrc": "szorathgera:0:7852c4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8719629550102204
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9f26a3",
                        "ysrc": "szorathgera:0:bf477c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8719629550102204
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:bf923c",
                        "ysrc": "szorathgera:0:18d5e6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.6409098323401866
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8dfc68",
                        "ysrc": "szorathgera:0:10a569",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7365524977325479
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2c242f",
                        "ysrc": "szorathgera:0:2feb51",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.5079722083316437
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c7c71e",
                        "ysrc": "szorathgera:0:90343f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8719629550102204
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0ef2c6",
                        "ysrc": "szorathgera:0:1c8e1c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8719629550102204
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a9e680",
                        "ysrc": "szorathgera:0:d83b92",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 1.4078462270488794
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:85cc4a",
                        "ysrc": "szorathgera:0:4e789d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.8719629550102204
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3b2f61",
                        "ysrc": "szorathgera:0:3709a1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.6665545124805528
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:aa7dbc",
                        "ysrc": "szorathgera:0:b06f8a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8719629550102204
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e36e1f",
                        "ysrc": "szorathgera:0:7e964f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.3746696229195496
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:823414",
                        "ysrc": "szorathgera:0:77e413",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5062734015294029
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c2e1e3",
                        "ysrc": "szorathgera:0:4b598f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7032115908698926
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9e69d7",
                        "ysrc": "szorathgera:0:7c0fd1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7507950719199655
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7daab3",
                        "ysrc": "szorathgera:0:b1d9cc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8305938576929748
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:01a5b1",
                        "ysrc": "szorathgera:0:069144",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.789101513680708
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d98b6d",
                        "ysrc": "szorathgera:0:af6a86",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.682852051604051
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:75e0c6",
                        "ysrc": "szorathgera:0:1b48bb",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7850116589581312
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:11dbc5",
                        "ysrc": "szorathgera:0:64b5ce",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.3568730441704178
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0f84f6",
                        "ysrc": "szorathgera:0:7fcd35",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.4698641666374503
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e2a1b0",
                        "ysrc": "szorathgera:0:a6cb4f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5018652394700609
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:77d09d",
                        "ysrc": "szorathgera:0:eb30c5",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.5049941794151916
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a69f72",
                        "ysrc": "szorathgera:0:074ddc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9560166261390757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:94240b",
                        "ysrc": "szorathgera:0:870ded",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.1811781556149736
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:885bee",
                        "ysrc": "szorathgera:0:9f502b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9560166261390757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2fa0b7",
                        "ysrc": "szorathgera:0:ea4727",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.978685705074734
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9a0cef",
                        "ysrc": "szorathgera:0:387d6a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.4247653348232072
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fae48a",
                        "ysrc": "szorathgera:0:9c003c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9560166261390757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:14b7ab",
                        "ysrc": "szorathgera:0:356d4d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9925478853688205
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3a5a6a",
                        "ysrc": "szorathgera:0:eacf63",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.6679585611635266
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:82c37a",
                        "ysrc": "szorathgera:0:442c0c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.9560166261390757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:bbbabe",
                        "ysrc": "szorathgera:0:03900d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.733636323768134
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:617cea",
                        "ysrc": "szorathgera:0:458572",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9560166261390757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3b51cc",
                        "ysrc": "szorathgera:0:2f57b0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.3732509831513395
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2de9c2",
                        "ysrc": "szorathgera:0:bae605",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9569331679705192
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:905e76",
                        "ysrc": "szorathgera:0:194029",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.0550098397872831
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6c576a",
                        "ysrc": "szorathgera:0:e1defa",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.0019574851638162
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f3988a",
                        "ysrc": "szorathgera:0:226636",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.5866086578325451
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:35d636",
                        "ysrc": "szorathgera:0:0199c4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 1.0019574851638162
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:440d48",
                        "ysrc": "szorathgera:0:18f201",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.4067482520206616
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:17f631",
                        "ysrc": "szorathgera:0:d256d0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.507907210175303
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:48b314",
                        "ysrc": "szorathgera:0:7c456c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9359627407447841
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a45bda",
                        "ysrc": "szorathgera:0:a99050",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.3568730441704178
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0793ec",
                        "ysrc": "szorathgera:0:bed92a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9504576335896915
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:84e887",
                        "ysrc": "szorathgera:0:890df9",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9131904840599971
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5381e8",
                        "ysrc": "szorathgera:0:a3113d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8240860827211727
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5bb5d4",
                        "ysrc": "szorathgera:0:51a23f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 1.062598188429273
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:388617",
                        "ysrc": "szorathgera:0:3acf68",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.8190800894071781
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:59ab9e",
                        "ysrc": "szorathgera:0:4549c0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.0317947407705255
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f2e7e1",
                        "ysrc": "szorathgera:0:656b79",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.6381427455187968
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9b3cf3",
                        "ysrc": "szorathgera:0:ed95ea",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9219064696529125
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9558a1",
                        "ysrc": "szorathgera:0:6bc787",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7481713503690306
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:aa7ac5",
                        "ysrc": "szorathgera:0:7e7788",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9359627407447841
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4a3e21",
                        "ysrc": "szorathgera:0:b2412b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.6755982970600679
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a139db",
                        "ysrc": "szorathgera:0:4352d1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7894260060990974
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a29c5a",
                        "ysrc": "szorathgera:0:d1a7fc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7985581622811584
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4d7c3a",
                        "ysrc": "szorathgera:0:00f9c2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7945344844165357
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2e983c",
                        "ysrc": "szorathgera:0:a01a07",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8098196636069046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e075f9",
                        "ysrc": "szorathgera:0:baf43a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9676491579179671
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:80f0ca",
                        "ysrc": "szorathgera:0:3e89c4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8240860827211727
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8477f6",
                        "ysrc": "szorathgera:0:2837f8",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5014882038423796
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:79a040",
                        "ysrc": "szorathgera:0:869e4a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5020147195136229
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:348921",
                        "ysrc": "szorathgera:0:dbf871",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8240860827211727
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:887a2c",
                        "ysrc": "szorathgera:0:9c8e60",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7843321602248466
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:32ad69",
                        "ysrc": "szorathgera:0:4d91ce",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7772322986178344
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:aa9a36",
                        "ysrc": "szorathgera:0:b030a6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8240860827211727
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b1ad8f",
                        "ysrc": "szorathgera:0:8be3b8",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7779660920696504
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:093bc0",
                        "ysrc": "szorathgera:0:66f7db",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7864187929442757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:653b82",
                        "ysrc": "szorathgera:0:8dbcd1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5565405338698135
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4a8033",
                        "ysrc": "szorathgera:0:9848c7",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8240860827211727
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:84f90f",
                        "ysrc": "szorathgera:0:d25212",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8240860827211727
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fe47bc",
                        "ysrc": "szorathgera:0:da8a5d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8240860827211727
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3a2062",
                        "ysrc": "szorathgera:0:e980ce",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.5049429534566503
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:57524c",
                        "ysrc": "szorathgera:0:1b040f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8240860827211727
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fce3ee",
                        "ysrc": "szorathgera:0:6352b4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8240860827211727
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e28aaf",
                        "ysrc": "szorathgera:0:cb5d23",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8240860827211727
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6bf2ea",
                        "ysrc": "szorathgera:0:d4cfa1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8240860827211727
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:02d43c",
                        "ysrc": "szorathgera:0:29b1a8",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7875254448706868
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:404c98",
                        "ysrc": "szorathgera:0:d43f3e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.984681483084114
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b1e2ed",
                        "ysrc": "szorathgera:0:a24299",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7867402145347775
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6be643",
                        "ysrc": "szorathgera:0:7ab0bd",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9486820788371316
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1956ee",
                        "ysrc": "szorathgera:0:84c7c8",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8240860827211727
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:82a64b",
                        "ysrc": "szorathgera:0:059117",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7324166736470463
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d6b6a9",
                        "ysrc": "szorathgera:0:191b0d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7843321602248466
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c370f1",
                        "ysrc": "szorathgera:0:8e66ee",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7843321602248466
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c9a841",
                        "ysrc": "szorathgera:0:9074fc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7843321602248466
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f936ad",
                        "ysrc": "szorathgera:0:15fa16",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8321649552772439
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1451f0",
                        "ysrc": "szorathgera:0:beaea9",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8300304465933327
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:857b29",
                        "ysrc": "szorathgera:0:351c41",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.786612079329907
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ed20aa",
                        "ysrc": "szorathgera:0:c3e570",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 1.3593238088367072
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:671cf5",
                        "ysrc": "szorathgera:0:eee657",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7556559339789825
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0514a0",
                        "ysrc": "szorathgera:0:8a15c6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7457600556636116
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f23c1d",
                        "ysrc": "szorathgera:0:26da60",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.6288641677136761
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7db610",
                        "ysrc": "szorathgera:0:c12d78",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7843321602248466
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f3eb5d",
                        "ysrc": "szorathgera:0:e6e059",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8412466154686048
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:837a4a",
                        "ysrc": "szorathgera:0:89b6f8",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.6911543501527995
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:af43d1",
                        "ysrc": "szorathgera:0:078a44",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8050247013075678
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:205752",
                        "ysrc": "szorathgera:0:cd05c0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7916558696756397
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2b1807",
                        "ysrc": "szorathgera:0:fd7e03",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7916558696756397
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b2daa5",
                        "ysrc": "szorathgera:0:d7b70f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.963807463310872
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5f86e5",
                        "ysrc": "szorathgera:0:bfa974",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7916558696756397
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9fe05e",
                        "ysrc": "szorathgera:0:32d7e2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7852515929770894
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a5cfb1",
                        "ysrc": "szorathgera:0:3192a8",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7945940646812496
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:108422",
                        "ysrc": "szorathgera:0:72d043",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7983992608962791
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:eef5ca",
                        "ysrc": "szorathgera:0:f47ce5",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5050655218812693
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d2ab65",
                        "ysrc": "szorathgera:0:9623ed",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7916558696756397
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6f0595",
                        "ysrc": "szorathgera:0:36f7e2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7916558696756397
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a9dc2c",
                        "ysrc": "szorathgera:0:5ffe30",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7916558696756397
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:10f964",
                        "ysrc": "szorathgera:0:69ac5a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5016131048554546
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1d2cee",
                        "ysrc": "szorathgera:0:5d95eb",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7916558696756397
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a63211",
                        "ysrc": "szorathgera:0:7c3b52",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7457600556636116
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d430c0",
                        "ysrc": "szorathgera:0:4fd1f5",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 1.4091171817086159
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3891c7",
                        "ysrc": "szorathgera:0:1b1707",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9401311238774857
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:88618f",
                        "ysrc": "szorathgera:0:15fd5e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7916558696756397
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b69597",
                        "ysrc": "szorathgera:0:f1810d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7916558696756397
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a51468",
                        "ysrc": "szorathgera:0:05863e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.767266401290829
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:47dfb5",
                        "ysrc": "szorathgera:0:5e01eb",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7916558696756397
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8428ed",
                        "ysrc": "szorathgera:0:195a2d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7916558696756397
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ecd6d2",
                        "ysrc": "szorathgera:0:915791",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7916558696756397
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ae4169",
                        "ysrc": "szorathgera:0:6f0024",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7647392278094217
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:189232",
                        "ysrc": "szorathgera:0:77a327",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.674547581762857
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a82952",
                        "ysrc": "szorathgera:0:0942e9",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.77020079550071
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b6846e",
                        "ysrc": "szorathgera:0:e9284b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.507897065069837
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4fef15",
                        "ysrc": "szorathgera:0:380dfb",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.024205858610963
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7a3c32",
                        "ysrc": "szorathgera:0:24b657",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.5020944824585952
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:994266",
                        "ysrc": "szorathgera:0:ad9f44",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.8190800894071781
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c9f01a",
                        "ysrc": "szorathgera:0:7fa2b3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9051526902891036
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:825ee2",
                        "ysrc": "szorathgera:0:fd85c7",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.5036764613198643
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b1d131",
                        "ysrc": "szorathgera:0:c47f61",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9980810540133824
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:329eae",
                        "ysrc": "szorathgera:0:b18055",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.890843972330093
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e46093",
                        "ysrc": "szorathgera:0:e27529",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.865313526987149
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:93d4e3",
                        "ysrc": "szorathgera:0:e74155",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.77020079550071
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fbf232",
                        "ysrc": "szorathgera:0:f4d97d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.77020079550071
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2390e4",
                        "ysrc": "szorathgera:0:8a6995",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.6944647646526559
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:62d622",
                        "ysrc": "szorathgera:0:12b249",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.77020079550071
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:10d1fa",
                        "ysrc": "szorathgera:0:be36ac",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.77020079550071
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:07d2cc",
                        "ysrc": "szorathgera:0:27297a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5058380677334996
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a96ad6",
                        "ysrc": "szorathgera:0:dd3d0c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7864217996673388
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:790ea7",
                        "ysrc": "szorathgera:0:a5ae9b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7864187929442757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0d36ef",
                        "ysrc": "szorathgera:0:79c1e8",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.77020079550071
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7a9392",
                        "ysrc": "szorathgera:0:2e87c5",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5020898627754294
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a7f7cb",
                        "ysrc": "szorathgera:0:e06086",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7567719079876276
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:dc1a35",
                        "ysrc": "szorathgera:0:861430",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7641027889071846
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a03e84",
                        "ysrc": "szorathgera:0:d1ca09",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.77020079550071
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:99029c",
                        "ysrc": "szorathgera:0:36c180",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.6832753750508825
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:458c1f",
                        "ysrc": "szorathgera:0:4a34c9",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7272190875555283
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2119a3",
                        "ysrc": "szorathgera:0:dfffc4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.77020079550071
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:941a06",
                        "ysrc": "szorathgera:0:08abea",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7806645370991856
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1dc59c",
                        "ysrc": "szorathgera:0:873b89",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9131904840599971
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:20a231",
                        "ysrc": "szorathgera:0:b2d176",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.77020079550071
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1d221e",
                        "ysrc": "szorathgera:0:6ee81d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5034885680110891
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8c89a6",
                        "ysrc": "szorathgera:0:0a7738",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.5020999168934025
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:cc120a",
                        "ysrc": "szorathgera:0:b13998",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 1.3437016616019246
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7126af",
                        "ysrc": "szorathgera:0:5abc98",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7904531452961417
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ffb145",
                        "ysrc": "szorathgera:0:0d30b5",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6739478956040864
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6d2360",
                        "ysrc": "szorathgera:0:3913c8",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5049046849442668
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:28727c",
                        "ysrc": "szorathgera:0:98d072",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8260978678881472
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fd320c",
                        "ysrc": "szorathgera:0:822261",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.77020079550071
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:90e9da",
                        "ysrc": "szorathgera:0:960b30",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.6499247656128405
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8586bb",
                        "ysrc": "szorathgera:0:348031",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.6112612434359428
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:bf8337",
                        "ysrc": "szorathgera:0:f9fabb",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7584954220300044
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7c30a2",
                        "ysrc": "szorathgera:0:b54d72",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7584954220300044
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:22088c",
                        "ysrc": "szorathgera:0:c93f37",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7584954220300044
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2958ce",
                        "ysrc": "szorathgera:0:381cc6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7457600556636116
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:853f95",
                        "ysrc": "szorathgera:0:91fac4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.6051165064931878
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f68f7c",
                        "ysrc": "szorathgera:0:c90bdd",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7805224104993735
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f3d4df",
                        "ysrc": "szorathgera:0:76ede1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7628684629170606
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:315b68",
                        "ysrc": "szorathgera:0:452dbe",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7805224104993735
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c20ee1",
                        "ysrc": "szorathgera:0:d36761",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7947977484558502
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:bbe144",
                        "ysrc": "szorathgera:0:239bca",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7706562437362521
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:94fb40",
                        "ysrc": "szorathgera:0:c3f3cc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7864187929442757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:35803c",
                        "ysrc": "szorathgera:0:ac991a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9749884572485215
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:230960",
                        "ysrc": "szorathgera:0:06cf78",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7275438963622456
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f89866",
                        "ysrc": "szorathgera:0:70ed81",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.6051165064931878
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d22031",
                        "ysrc": "szorathgera:0:065ce9",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7876205598871999
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:58ef18",
                        "ysrc": "szorathgera:0:6a30bf",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7272190875555283
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7103b8",
                        "ysrc": "szorathgera:0:90b992",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.987741992162942
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1bc3ed",
                        "ysrc": "szorathgera:0:9e8014",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7805224104993735
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:cc903c",
                        "ysrc": "szorathgera:0:91f2e1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7805224104993735
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:71fdef",
                        "ysrc": "szorathgera:0:9d1a8b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.5013907066078687
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f73953",
                        "ysrc": "szorathgera:0:e1fce2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7794647263873603
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2543dd",
                        "ysrc": "szorathgera:0:59e521",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 1.3987453230027556
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f5e5ab",
                        "ysrc": "szorathgera:0:c34dfc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.5689551196939505
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9776c6",
                        "ysrc": "szorathgera:0:758cbd",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5077484328642777
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:24cf05",
                        "ysrc": "szorathgera:0:28a5df",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7772322986178344
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:aa6645",
                        "ysrc": "szorathgera:0:8615c3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7123514127482362
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:dff15c",
                        "ysrc": "szorathgera:0:9edc74",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9660815840311531
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b9368f",
                        "ysrc": "szorathgera:0:b747a3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9802996412250107
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:421296",
                        "ysrc": "szorathgera:0:1c5333",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.6899799663094637
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:142cff",
                        "ysrc": "szorathgera:0:08b7ff",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7196199072660802
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:765fe5",
                        "ysrc": "szorathgera:0:e48625",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7779660920696504
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d88f2a",
                        "ysrc": "szorathgera:0:39868a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7779660920696504
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6284df",
                        "ysrc": "szorathgera:0:6845d0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7629906591201174
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3ff38d",
                        "ysrc": "szorathgera:0:256665",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9930292050708293
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:650a84",
                        "ysrc": "szorathgera:0:55fae2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7376143052323109
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6f636b",
                        "ysrc": "szorathgera:0:14d63f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5781222088696187
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:af25b6",
                        "ysrc": "szorathgera:0:55871f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5443753158133374
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:60463b",
                        "ysrc": "szorathgera:0:abe445",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7779660920696504
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:589da0",
                        "ysrc": "szorathgera:0:d46921",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.6288641677136761
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1b90f1",
                        "ysrc": "szorathgera:0:01f3be",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7779660920696504
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8e9b73",
                        "ysrc": "szorathgera:0:27954e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7779660920696504
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:db2495",
                        "ysrc": "szorathgera:0:4e5567",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8098196636069046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d4ce10",
                        "ysrc": "szorathgera:0:7ab81e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7779660920696504
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:685998",
                        "ysrc": "szorathgera:0:e91c00",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7641027889071846
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:76853f",
                        "ysrc": "szorathgera:0:dec9c6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7804078779247019
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a9f304",
                        "ysrc": "szorathgera:0:291173",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7848819521511093
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7b1d3d",
                        "ysrc": "szorathgera:0:384cd9",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.793439884197148
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:79d6ce",
                        "ysrc": "szorathgera:0:77e431",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9219064696529125
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fb03b9",
                        "ysrc": "szorathgera:0:395db3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7804078779247019
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:64beac",
                        "ysrc": "szorathgera:0:055961",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8098196636069046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7fb2aa",
                        "ysrc": "szorathgera:0:f5cfef",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7864187929442757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d8cc69",
                        "ysrc": "szorathgera:0:ae73fb",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7481713503690306
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:52cdd8",
                        "ysrc": "szorathgera:0:f8578a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8385908601164523
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8b86bb",
                        "ysrc": "szorathgera:0:de6559",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7820759681764755
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f95dfb",
                        "ysrc": "szorathgera:0:caa82b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.8190800894071781
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6fba3c",
                        "ysrc": "szorathgera:0:e8eb20",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7804078779247019
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:83ffa6",
                        "ysrc": "szorathgera:0:64f882",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.789906781944046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2704cc",
                        "ysrc": "szorathgera:0:5df701",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9366841454222734
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f18e15",
                        "ysrc": "szorathgera:0:c0d8f4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7641027889071846
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:037bd9",
                        "ysrc": "szorathgera:0:1a717f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7275438963622456
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c103c7",
                        "ysrc": "szorathgera:0:6abbbc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.690825310427659
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3defde",
                        "ysrc": "szorathgera:0:02ed44",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9666107590186681
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:43198d",
                        "ysrc": "szorathgera:0:18479b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7098091601577668
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9370e6",
                        "ysrc": "szorathgera:0:f1330a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6793175473163983
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:019786",
                        "ysrc": "szorathgera:0:f9fdf9",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6840466884361627
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:917265",
                        "ysrc": "szorathgera:0:847c90",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6975195497910174
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f66b13",
                        "ysrc": "szorathgera:0:b98290",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7242928222509851
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2ffc4f",
                        "ysrc": "szorathgera:0:a6c8db",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 1.1499002247235754
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:499b23",
                        "ysrc": "szorathgera:0:6fce8f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.6569696666383046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d37322",
                        "ysrc": "szorathgera:0:c8b2c1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7448250185563248
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:dd1ad6",
                        "ysrc": "szorathgera:0:8a3a62",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8098196636069046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4f1277",
                        "ysrc": "szorathgera:0:9a1197",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9491906658364648
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d7b5fa",
                        "ysrc": "szorathgera:0:4fb564",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.6141561097838216
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d51037",
                        "ysrc": "szorathgera:0:613e32",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8098196636069046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:89ca00",
                        "ysrc": "szorathgera:0:3ad2c1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9355256182174849
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e47460",
                        "ysrc": "szorathgera:0:417031",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9282116919900836
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d79d06",
                        "ysrc": "szorathgera:0:a87460",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9502571261057546
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ff9640",
                        "ysrc": "szorathgera:0:dbc0c3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9037116159001841
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:965dc9",
                        "ysrc": "szorathgera:0:a59e05",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9496431921327442
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:026856",
                        "ysrc": "szorathgera:0:6f450b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8066802476926971
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b236c2",
                        "ysrc": "szorathgera:0:e6caa2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.5007909708195565
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b6fad6",
                        "ysrc": "szorathgera:0:fc4bc8",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.6826427266048866
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f27b53",
                        "ysrc": "szorathgera:0:9af9b7",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.6826427266048866
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e31124",
                        "ysrc": "szorathgera:0:094014",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.6426552991831398
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:987fb2",
                        "ysrc": "szorathgera:0:b76eb6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7013365412937717
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:090f35",
                        "ysrc": "szorathgera:0:ad3205",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.8190800894071781
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ba3c11",
                        "ysrc": "szorathgera:0:26ab47",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7560347893565231
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7eec74",
                        "ysrc": "szorathgera:0:008b60",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.9661940156218964
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:17aa44",
                        "ysrc": "szorathgera:0:2931a1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6826427266048866
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:efbda0",
                        "ysrc": "szorathgera:0:c6ea33",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.5706211709987226
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a10550",
                        "ysrc": "szorathgera:0:e14065",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.674547581762857
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:56b18d",
                        "ysrc": "szorathgera:0:a4b578",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7296582595880545
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:dd43ee",
                        "ysrc": "szorathgera:0:cdc5f2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7822370077674397
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:80bd3d",
                        "ysrc": "szorathgera:0:a63fcd",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7947977484558502
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0f5d8d",
                        "ysrc": "szorathgera:0:afea56",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7296582595880545
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b45f8c",
                        "ysrc": "szorathgera:0:ce57f0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7586590340855426
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8e9fb9",
                        "ysrc": "szorathgera:0:f6b56b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.6991892199165324
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5bc884",
                        "ysrc": "szorathgera:0:1ebd1a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7761449153609572
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:eb9f0b",
                        "ysrc": "szorathgera:0:3a9ac4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7024516591928238
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:75a557",
                        "ysrc": "szorathgera:0:87e8d9",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7864187929442757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9b4560",
                        "ysrc": "szorathgera:0:bd0852",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7918630585366171
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:cf09ed",
                        "ysrc": "szorathgera:0:8d4b10",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7919596417604031
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4537b8",
                        "ysrc": "szorathgera:0:c6b32a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8209304317431629
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:658160",
                        "ysrc": "szorathgera:0:ed21dc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5040007779669606
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c1ee90",
                        "ysrc": "szorathgera:0:3ffbf7",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7641027889071846
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:648d14",
                        "ysrc": "szorathgera:0:aa3957",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7660101411112069
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f90b99",
                        "ysrc": "szorathgera:0:8e13e6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.8190800894071781
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9b93fe",
                        "ysrc": "szorathgera:0:4b9f10",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7154762168982319
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:41fdc4",
                        "ysrc": "szorathgera:0:08ca29",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.5038532748334731
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8e2c6f",
                        "ysrc": "szorathgera:0:e636be",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8325040284413816
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:384d9b",
                        "ysrc": "szorathgera:0:84071c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 1.1121989573217475
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e53980",
                        "ysrc": "szorathgera:0:379733",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.616061946218927
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0ca914",
                        "ysrc": "szorathgera:0:29df1d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8028141767090765
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9a75fb",
                        "ysrc": "szorathgera:0:3bfbbf",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7894260060990974
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b41742",
                        "ysrc": "szorathgera:0:c16f0f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7848819521511093
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:800521",
                        "ysrc": "szorathgera:0:febf5f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7938935561086795
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:38c3e2",
                        "ysrc": "szorathgera:0:bc0cfa",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9611135552485996
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e92e45",
                        "ysrc": "szorathgera:0:b685dc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5064055898135057
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:895fd4",
                        "ysrc": "szorathgera:0:5aee52",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.5040344226603833
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:aa2d5e",
                        "ysrc": "szorathgera:0:297032",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5014067328140165
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ff59d7",
                        "ysrc": "szorathgera:0:408c21",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7820759681764755
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:401cb5",
                        "ysrc": "szorathgera:0:d02fa5",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9428687721091049
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5276bb",
                        "ysrc": "szorathgera:0:a61a9c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7849736923587924
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:df5adb",
                        "ysrc": "szorathgera:0:4d10ea",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7848819521511093
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:674bad",
                        "ysrc": "szorathgera:0:adc462",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6157403591966198
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:462a37",
                        "ysrc": "szorathgera:0:1bfe0b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7848819521511093
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:54e142",
                        "ysrc": "szorathgera:0:374d77",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9219064696529125
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:202a5e",
                        "ysrc": "szorathgera:0:e6c759",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7725097251407442
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b315aa",
                        "ysrc": "szorathgera:0:c889c3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7294979768476001
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:23be4e",
                        "ysrc": "szorathgera:0:a8e773",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9641556848538482
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:04a2e3",
                        "ysrc": "szorathgera:0:e75117",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9219064696529125
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:02b027",
                        "ysrc": "szorathgera:0:3ab6cb",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 1.3637445602564402
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1eb250",
                        "ysrc": "szorathgera:0:f1a6c4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 1.0919961357409542
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7ef902",
                        "ysrc": "szorathgera:0:172a3b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7472532927686704
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:63986c",
                        "ysrc": "szorathgera:0:17b0c5",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.502097877946401
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e2aec0",
                        "ysrc": "szorathgera:0:dba073",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 1.4091171817086159
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a92218",
                        "ysrc": "szorathgera:0:8a8a85",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9173392697274516
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ffc109",
                        "ysrc": "szorathgera:0:d441d6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9886370981682011
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:141718",
                        "ysrc": "szorathgera:0:d3bc5b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7911123869048553
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0f75e7",
                        "ysrc": "szorathgera:0:a295d1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7682785833847678
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2eaf50",
                        "ysrc": "szorathgera:0:47d655",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.9219064696529125
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5262e8",
                        "ysrc": "szorathgera:0:569494",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.0102384016517167
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5a3b87",
                        "ysrc": "szorathgera:0:6fc57e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7201656047551592
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:994f6c",
                        "ysrc": "szorathgera:0:a30585",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.9219064696529125
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c95490",
                        "ysrc": "szorathgera:0:5ab61b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9219064696529125
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ea830a",
                        "ysrc": "szorathgera:0:0d58f7",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9131904840599971
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5ab867",
                        "ysrc": "szorathgera:0:93d4c0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7636594047860511
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:01cd59",
                        "ysrc": "szorathgera:0:48e6c0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.8190800894071781
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:da2df1",
                        "ysrc": "szorathgera:0:9921cc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.8190800894071781
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:004737",
                        "ysrc": "szorathgera:0:2d126a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5049416093232314
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:512e16",
                        "ysrc": "szorathgera:0:5ac1d2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.9536665846275026
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f2e59f",
                        "ysrc": "szorathgera:0:0c43b7",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.3571379625277862
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b94c0e",
                        "ysrc": "szorathgera:0:91c91f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.803270392134616
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c1992f",
                        "ysrc": "szorathgera:0:d10939",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7039546898607622
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fa342f",
                        "ysrc": "szorathgera:0:3f83af",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.771008621753339
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2ac04c",
                        "ysrc": "szorathgera:0:694821",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.8190800894071781
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0f9256",
                        "ysrc": "szorathgera:0:2afded",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7864187929442757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:83aed9",
                        "ysrc": "szorathgera:0:d9d7cc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7114769939902421
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4db0ca",
                        "ysrc": "szorathgera:0:ff5582",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.6929768213653699
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c006d3",
                        "ysrc": "szorathgera:0:afd2d8",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7091933940275117
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d72567",
                        "ysrc": "szorathgera:0:8965a2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7864187929442757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e2aaff",
                        "ysrc": "szorathgera:0:9fa071",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7864187929442757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4073f3",
                        "ysrc": "szorathgera:0:71b4f9",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9073308688338445
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0b0b9e",
                        "ysrc": "szorathgera:0:fcb056",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 1.4114586083589231
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:819793",
                        "ysrc": "szorathgera:0:3a8c9a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7641027889071846
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:973440",
                        "ysrc": "szorathgera:0:41a438",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.782411699618144
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5bd342",
                        "ysrc": "szorathgera:0:1ca884",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7864187929442757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ea08c3",
                        "ysrc": "szorathgera:0:9bb71b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7864187929442757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6c2a22",
                        "ysrc": "szorathgera:0:5df87d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5166810224557951
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8507a6",
                        "ysrc": "szorathgera:0:8cb233",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7864187929442757
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b2b234",
                        "ysrc": "szorathgera:0:fd1c6d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.674547581762857
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a00c90",
                        "ysrc": "szorathgera:0:3e82db",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7586590340855426
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a6beab",
                        "ysrc": "szorathgera:0:82e8d0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.789906781944046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c7cc4a",
                        "ysrc": "szorathgera:0:ec42c2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7094168014091107
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:102b24",
                        "ysrc": "szorathgera:0:f223fd",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.674547581762857
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6db7fb",
                        "ysrc": "szorathgera:0:34d5bc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.5736138530373377
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:25bc64",
                        "ysrc": "szorathgera:0:67add8",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.5077981203070289
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:75beb2",
                        "ysrc": "szorathgera:0:ff3b6f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 1.4091171817086159
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c31aea",
                        "ysrc": "szorathgera:0:3bca06",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7481713503690306
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:76dfe1",
                        "ysrc": "szorathgera:0:a5c32e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7747918000290187
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b73a86",
                        "ysrc": "szorathgera:0:81479a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.57221244299166
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:04d0cd",
                        "ysrc": "szorathgera:0:00ddda",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.674547581762857
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d19372",
                        "ysrc": "szorathgera:0:4ad986",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7200497445902492
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fb0366",
                        "ysrc": "szorathgera:0:a55ab0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.6991892199165324
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5ff6fb",
                        "ysrc": "szorathgera:0:d906a3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.789906781944046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:22d3a4",
                        "ysrc": "szorathgera:0:530947",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7586590340855426
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8eafd8",
                        "ysrc": "szorathgera:0:168e1c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7626394722120295
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:934300",
                        "ysrc": "szorathgera:0:b5cc30",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.3568730441704178
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:645020",
                        "ysrc": "szorathgera:0:f485e9",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7089101540976956
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3e669c",
                        "ysrc": "szorathgera:0:ba6d17",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6739478956040864
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:76ffd9",
                        "ysrc": "szorathgera:0:7e136e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7309342185599044
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:208edf",
                        "ysrc": "szorathgera:0:fefd36",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7703219143291342
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:146aaf",
                        "ysrc": "szorathgera:0:dbcb44",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7641027889071846
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:47e56f",
                        "ysrc": "szorathgera:0:523fc2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.5040411061053214
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:aa74c9",
                        "ysrc": "szorathgera:0:f9e60c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7272190875555283
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:22b72d",
                        "ysrc": "szorathgera:0:5fbe7e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7674917649035269
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7d4aca",
                        "ysrc": "szorathgera:0:303396",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7481713503690306
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f7d04d",
                        "ysrc": "szorathgera:0:c8ba8e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.5007795808397548
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1992de",
                        "ysrc": "szorathgera:0:5b231b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7481713503690306
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:faebc8",
                        "ysrc": "szorathgera:0:fe7315",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7481713503690306
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c7cfba",
                        "ysrc": "szorathgera:0:e9e851",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.6756066017366988
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2b34ee",
                        "ysrc": "szorathgera:0:6d9563",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.5738439025059234
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:b73f95",
                        "ysrc": "szorathgera:0:c9b2f7",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.664971441769368
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6dd39f",
                        "ysrc": "szorathgera:0:afeb25",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9611135552485996
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:111a2d",
                        "ysrc": "szorathgera:0:8669b6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5016041798095534
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:28e7eb",
                        "ysrc": "szorathgera:0:71ce8c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7605003727955186
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d2afc7",
                        "ysrc": "szorathgera:0:241017",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9292913826680098
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:dc199a",
                        "ysrc": "szorathgera:0:c788ab",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9051526902891036
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:28e010",
                        "ysrc": "szorathgera:0:812633",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9337381234243706
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8b662e",
                        "ysrc": "szorathgera:0:b6823d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7729962352656474
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:abd9a1",
                        "ysrc": "szorathgera:0:44a160",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9051526902891036
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:3991fa",
                        "ysrc": "szorathgera:0:702bad",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 1.4091171817086159
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e24562",
                        "ysrc": "szorathgera:0:1e00e7",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 1.4091171817086159
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c8c32c",
                        "ysrc": "szorathgera:0:a209e4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7143544858627591
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:feafc2",
                        "ysrc": "szorathgera:0:136298",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7641027889071846
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5acd68",
                        "ysrc": "szorathgera:0:34e5bc",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 1.4091171817086159
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:980187",
                        "ysrc": "szorathgera:0:e3d424",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9391716855789027
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5fa3b4",
                        "ysrc": "szorathgera:0:ff981f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7582982479969465
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1863b9",
                        "ysrc": "szorathgera:0:7c91e4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8271470405337729
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c25d5e",
                        "ysrc": "szorathgera:0:6bb89b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8271470405337729
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0b2731",
                        "ysrc": "szorathgera:0:5eb424",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8399316476770423
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8a81aa",
                        "ysrc": "szorathgera:0:bd9192",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.5979671807763618
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:115b57",
                        "ysrc": "szorathgera:0:920ad1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6657691105091454
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f32129",
                        "ysrc": "szorathgera:0:d67114",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.6942560269364006
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:83481a",
                        "ysrc": "szorathgera:0:75ca36",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.6657691105091454
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7806b6",
                        "ysrc": "szorathgera:0:f58f38",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.6904953484202037
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d1f280",
                        "ysrc": "szorathgera:0:4bb86d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7875254448706868
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6acc08",
                        "ysrc": "szorathgera:0:f5a4bb",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8050910022393758
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1ce7e8",
                        "ysrc": "szorathgera:0:297672",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6739478956040864
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f07264",
                        "ysrc": "szorathgera:0:6d6ff4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6739478956040864
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:340559",
                        "ysrc": "szorathgera:0:9f5af3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6300284147231362
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:40f3c2",
                        "ysrc": "szorathgera:0:102f37",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.6762327859348989
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1feb12",
                        "ysrc": "szorathgera:0:db8fca",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7560347893565231
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:bf709d",
                        "ysrc": "szorathgera:0:7b2bb3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.6936629084203043
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:dfb839",
                        "ysrc": "szorathgera:0:0d96f8",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.6739478956040864
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0de964",
                        "ysrc": "szorathgera:0:51bd00",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.763760119669177
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0f5edb",
                        "ysrc": "szorathgera:0:ccf155",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7793860863107671
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2622cb",
                        "ysrc": "szorathgera:0:8d29c5",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7808453375193045
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:af9910",
                        "ysrc": "szorathgera:0:dea400",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7586590340855426
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a673b1",
                        "ysrc": "szorathgera:0:a5ede6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7845680535719579
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e3c8e8",
                        "ysrc": "szorathgera:0:424233",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.9834352728866698
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e4f06d",
                        "ysrc": "szorathgera:0:5dfe6e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.6587234733121473
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2d09fe",
                        "ysrc": "szorathgera:0:c3bc0e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8326512710197755
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5cca76",
                        "ysrc": "szorathgera:0:cd98f6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.9297861933337488
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:14cee3",
                        "ysrc": "szorathgera:0:8b05d2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7703219143291342
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f68b8c",
                        "ysrc": "szorathgera:0:2b7c57",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7703219143291342
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:41781c",
                        "ysrc": "szorathgera:0:a37095",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7586590340855426
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6a0319",
                        "ysrc": "szorathgera:0:af7053",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7919596417604031
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:64e1a0",
                        "ysrc": "szorathgera:0:2dfa6a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7641027889071846
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:eefe71",
                        "ysrc": "szorathgera:0:68e5ab",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7275438963622456
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:23d6ca",
                        "ysrc": "szorathgera:0:d01808",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7947977484558502
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:43a511",
                        "ysrc": "szorathgera:0:0fd82d",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7272190875555283
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:177ab1",
                        "ysrc": "szorathgera:0:4b0a92",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7275438963622456
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d54363",
                        "ysrc": "szorathgera:0:c5dff6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.8514415159080266
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:645760",
                        "ysrc": "szorathgera:0:a104a1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.789906781944046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9ddf7f",
                        "ysrc": "szorathgera:0:42cfa3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8009978595596667
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e49be2",
                        "ysrc": "szorathgera:0:dff1d2",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.5077981203070289
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:79c8d2",
                        "ysrc": "szorathgera:0:6250ee",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.789906781944046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ae917d",
                        "ysrc": "szorathgera:0:fb1c6b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9488816268165972
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:317fd3",
                        "ysrc": "szorathgera:0:06ec0a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7272190875555283
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fadf2e",
                        "ysrc": "szorathgera:0:014ca4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.6990416754250937
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:43a920",
                        "ysrc": "szorathgera:0:08ef42",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 1.407389775883017
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ef1f33",
                        "ysrc": "szorathgera:0:b9463b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7368346168618826
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:59fe5a",
                        "ysrc": "szorathgera:0:5cdb74",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7966857720213092
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:814a28",
                        "ysrc": "szorathgera:0:38f0fa",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.789906781944046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0a1fdd",
                        "ysrc": "szorathgera:0:c033f6",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7499609688929467
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6b0711",
                        "ysrc": "szorathgera:0:2f9bfe",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7368346168618826
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:28e158",
                        "ysrc": "szorathgera:0:55b3d0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.8729498922106553
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:fb2748",
                        "ysrc": "szorathgera:0:7e3226",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.782411699618144
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d58f54",
                        "ysrc": "szorathgera:0:280725",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7981951924927311
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7c0d88",
                        "ysrc": "szorathgera:0:10193f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7567719079876276
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:bbc50d",
                        "ysrc": "szorathgera:0:563c2e",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7667100251787116
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1a98e9",
                        "ysrc": "szorathgera:0:cf054b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7956004938841557
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2d4ece",
                        "ysrc": "szorathgera:0:63dd77",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8331021512695911
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:470e13",
                        "ysrc": "szorathgera:0:4ed0ce",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7870880307698305
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ff2d38",
                        "ysrc": "szorathgera:0:2bd753",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.57221244299166
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6e965d",
                        "ysrc": "szorathgera:0:7cc550",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7406807739919283
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2d28a0",
                        "ysrc": "szorathgera:0:9d7d73",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.6145761700882917
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5b70ca",
                        "ysrc": "szorathgera:0:643d3b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 1.3750056438668776
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8e9e15",
                        "ysrc": "szorathgera:0:a540b9",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.8239817469494061
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:da0103",
                        "ysrc": "szorathgera:0:1d7611",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7221442808141811
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:29b554",
                        "ysrc": "szorathgera:0:280e0b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.505646485295464
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:840842",
                        "ysrc": "szorathgera:0:d5d75b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7560347893565231
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7e8b7a",
                        "ysrc": "szorathgera:0:a8bf0f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.5039603836558777
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:289dba",
                        "ysrc": "szorathgera:0:d780e0",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.7852136573962141
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5f213f",
                        "ysrc": "szorathgera:0:331e9a",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7873089566743485
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:a54c9b",
                        "ysrc": "szorathgera:0:e04368",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.75311818113362
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:45a0f7",
                        "ysrc": "szorathgera:0:b0c072",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.6874541410972703
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:509862",
                        "ysrc": "szorathgera:0:8f3e0b",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.789906781944046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ce01a8",
                        "ysrc": "szorathgera:0:05c538",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 1.0891774176531
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:545801",
                        "ysrc": "szorathgera:0:8699f7",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.789906781944046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1d7af1",
                        "ysrc": "szorathgera:0:249a4c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.789906781944046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ad2e04",
                        "ysrc": "szorathgera:0:41f94c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.789906781944046
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9c27f0",
                        "ysrc": "szorathgera:0:9dc3e5",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.6822743265174471
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1e3bb1",
                        "ysrc": "szorathgera:0:558f32",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7499609688929467
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:998871",
                        "ysrc": "szorathgera:0:ea5deb",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7586590340855426
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f6d493",
                        "ysrc": "szorathgera:0:72d82f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7789513708162363
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1ed16c",
                        "ysrc": "szorathgera:0:a92a86",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7785276916910233
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d7e331",
                        "ysrc": "szorathgera:0:124980",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.5871507695872422
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:f28fa9",
                        "ysrc": "szorathgera:0:13e1a1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.5014083292309386
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:d05b7b",
                        "ysrc": "szorathgera:0:37a9f4",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7641027889071846
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:dd912e",
                        "ysrc": "szorathgera:0:0db6cf",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6162846050216065
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:104edf",
                        "ysrc": "szorathgera:0:d3ae08",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7424008098305968
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:63dd0d",
                        "ysrc": "szorathgera:0:e70abe",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.7181626226281295
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:6e0227",
                        "ysrc": "szorathgera:0:151ea5",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6210584499509845
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4121ff",
                        "ysrc": "szorathgera:0:7552c9",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.664971441769368
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:661253",
                        "ysrc": "szorathgera:0:f0f7dd",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.756255744211607
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2ac309",
                        "ysrc": "szorathgera:0:455790",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7649721744024993
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:926134",
                        "ysrc": "szorathgera:0:3d5019",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.6756066017366988
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:658e21",
                        "ysrc": "szorathgera:0:645ac3",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6837329346098411
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:2377eb",
                        "ysrc": "szorathgera:0:a60075",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5087039545648678
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:8b0475",
                        "ysrc": "szorathgera:0:942611",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.5013984322731807
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:740fcf",
                        "ysrc": "szorathgera:0:cc50ef",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7820759681764755
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:59dfa0",
                        "ysrc": "szorathgera:0:0956f1",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9037116159001841
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1cf45e",
                        "ysrc": "szorathgera:0:41b887",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7137272429010044
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:5ddf5d",
                        "ysrc": "szorathgera:0:be58c9",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.9727246470655118
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:9a7c9d",
                        "ysrc": "szorathgera:0:65ff1c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7740611197969907
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:70291b",
                        "ysrc": "szorathgera:0:e4ab20",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#FF8C00",
                            "width": 0.7701873272838531
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:c4c9ff",
                        "ysrc": "szorathgera:0:1ebe76",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#99ff66",
                            "width": 0.7275438963622456
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:ced474",
                        "ysrc": "szorathgera:0:471438",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7589474520308674
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:423c86",
                        "ysrc": "szorathgera:0:a1ea3f",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#4dffff",
                            "width": 0.592568293128241
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:dc0ebf",
                        "ysrc": "szorathgera:0:afc3cf",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.7873089566743485
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:7de7be",
                        "ysrc": "szorathgera:0:3f98e9",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.7770047854256152
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:549f3a",
                        "ysrc": "szorathgera:0:26151c",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.6305964248269682
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:631ace",
                        "ysrc": "szorathgera:0:edb6da",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ff1a75",
                            "width": 0.643362819996361
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:1c515c",
                        "ysrc": "szorathgera:0:6c5c40",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#ffff00",
                            "width": 0.6288641677136761
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:0bde34",
                        "ysrc": "szorathgera:0:2e5590",
                        "hoverinfo": "none"
                    },
                    {
                        "line": {
                            "color": "#800080",
                            "width": 0.8450954257112298
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:4dd3c5",
                        "ysrc": "szorathgera:0:5e7f08",
                        "hoverinfo": "none"
                    },
                    {
                        "mode": "markers+text",
                        "type": "scatter",
                        "xsrc": "szorathgera:0:e11908",
                        "ysrc": "szorathgera:0:dfe46e",
                        "marker": {
                            "line": {
                                "color": "white",
                                "width": 1.5
                            },
                            "color": "red",
                            "sizesrc": "szorathgera:0:778b12"
                        },
                        "textsrc": "szorathgera:0:bc0aab",
                        "hoverinfo": "text"
                    }
                ],
                "layout": {
                    "width": 1000,
                    "xaxis": {
                        "showgrid": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "showgrid": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "height": 800,
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "rgb(17,17,17)",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#f2f5fa"
                                    },
                                    "error_y": {
                                        "color": "#f2f5fa"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#506784"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#2a3f5f"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    },
                                    "baxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "line": {
                                            "color": "#283442"
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "rgb(17,17,17)",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "line": {
                                            "color": "#283442"
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "rgb(17,17,17)",
                                "showland": true,
                                "lakecolor": "rgb(17,17,17)",
                                "landcolor": "rgb(17,17,17)",
                                "showlakes": true,
                                "subunitcolor": "#506784"
                            },
                            "font": {
                                "color": "#f2f5fa"
                            },
                            "polar": {
                                "bgcolor": "rgb(17,17,17)",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "dark"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "bgcolor": "rgb(17,17,17)"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "rgb(17,17,17)",
                            "paper_bgcolor": "rgb(17,17,17)",
                            "shapedefaults": {
                                "line": {
                                    "color": "#f2f5fa"
                                }
                            },
                            "sliderdefaults": {
                                "bgcolor": "#C8D4E3",
                                "tickwidth": 0,
                                "bordercolor": "rgb(17,17,17)",
                                "borderwidth": 1
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#f2f5fa",
                                "arrowwidth": 1
                            },
                            "updatemenudefaults": {
                                "bgcolor": "#506784",
                                "borderwidth": 0
                            }
                        }
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 800,
            "width": 1000,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~szorathgera",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/29.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-04 17:57:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "szorathgera",
                "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": "2024-04-04T18:08:28.909324Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mpkkiku/27.embed",
            "fid": "mpkkiku:27",
            "filename": "Plot 27",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/mpkkiku/27/9_DPY0RQ3CI69W4E0VXKM9IMU8WOKZYQ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/mpkkiku/27/2_KRH6UF3I369UIFSS11VC6SV3O3LPME.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mpkkiku/27/8_NQZH2Q2TE0SRUK3IDPXGF1JB98941Q.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mpkkiku/27/9_DPY0RQ3CI69W4E0VXKM9IMU8WOKZYQ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mpkkiku:27",
                "plots": "https://api.plotly.com/v2/plots/mpkkiku:27",
                "parent": "https://api.plotly.com/v2/folders/home?user=mpkkiku"
            },
            "owner": "mpkkiku",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~mpkkiku/27/",
            "world_readable": true,
            "date_modified": "2024-04-04T18:28:29.060Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mpkkiku/27/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Atlantic-Year",
                                "y": " Atlantic-TS"
                            }
                        },
                        "mode": "markers",
                        "name": "Total Storms",
                        "type": "scatter",
                        "xsrc": "mpkkiku:26:f49278",
                        "ysrc": "mpkkiku:26:12b756",
                        "yaxis": "y2",
                        "opacity": 0.73
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "1"
                            }
                        },
                        "mode": "lines",
                        "name": "Cat 1",
                        "type": "bar",
                        "xsrc": "mpkkiku:26:379457",
                        "ysrc": "mpkkiku:26:411293",
                        "marker": {
                            "color": "rgb(220, 238, 21)"
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "2"
                            }
                        },
                        "mode": "lines",
                        "name": "Cat 2",
                        "type": "bar",
                        "xsrc": "mpkkiku:26:379457",
                        "ysrc": "mpkkiku:26:076cf6",
                        "marker": {
                            "color": "rgb(7, 204, 0)"
                        },
                        "stackgroup": null,
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "3"
                            }
                        },
                        "mode": "lines",
                        "name": "Cat 3",
                        "type": "bar",
                        "xsrc": "mpkkiku:26:379457",
                        "ysrc": "mpkkiku:26:b4c2cb",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(239, 93, 12)"
                        },
                        "stackgroup": null,
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "4"
                            }
                        },
                        "name": "Cat 4",
                        "type": "bar",
                        "xsrc": "mpkkiku:26:379457",
                        "ysrc": "mpkkiku:26:4119d2",
                        "marker": {
                            "color": "rgb(239, 42, 12)"
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "5"
                            }
                        },
                        "name": "Cat 5",
                        "type": "bar",
                        "xsrc": "mpkkiku:26:379457",
                        "ysrc": "mpkkiku:26:8f4add",
                        "marker": {
                            "color": "rgb(102, 2, 117)"
                        },
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "CATs! Now in 4D!"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            1840.5380377395331,
                            2023
                        ],
                        "title": {
                            "text": "<br>"
                        },
                        "nticks": 21,
                        "autorange": false,
                        "showspikes": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            4.308397204461114
                        ],
                        "title": {
                            "text": "Storms per Cat level"
                        },
                        "autorange": false,
                        "showspikes": false
                    },
                    "legend": {
                        "orientation": "h"
                    },
                    "yaxis2": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            -9.23251748251748,
                            328.2325174825175
                        ],
                        "title": {
                            "font": {
                                "color": "rgb(32, 13, 209)"
                            },
                            "text": "Annual TotStorms"
                        },
                        "nticks": 11,
                        "autorange": false,
                        "overlaying": "y"
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "annotations": [
                        {
                            "x": 2004.1835410781396,
                            "y": 4.056224215055132,
                            "ax": -47,
                            "ay": 21,
                            "text": "2005, 305 TS"
                        },
                        {
                            "x": 2012.650075414781,
                            "y": 3.6913654440232158,
                            "ax": -78,
                            "ay": 36,
                            "text": "2012, 286 TS"
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mpkkiku",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/93.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": "2024-02-07 07:23:07",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mpkkiku",
                "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": "2024-04-04T18:03:07.156230Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~GatoPaisa/1.embed",
            "fid": "GatoPaisa:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/GatoPaisa/1/9_3JEXAD4XZULB0O33GNNE8Y1XFCI9C5.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/GatoPaisa/1/2_K217IV0THFZ8VRJC0XEUUQVZ7Z5146.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/GatoPaisa/1/8_3IY2C57L0XQ6ZJ0B8OWN8U1AX01GBY.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/GatoPaisa/1/9_3JEXAD4XZULB0O33GNNE8Y1XFCI9C5.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/GatoPaisa:1",
                "plots": "https://api.plotly.com/v2/plots/GatoPaisa:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=GatoPaisa"
            },
            "owner": "GatoPaisa",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~GatoPaisa/1/",
            "world_readable": true,
            "date_modified": "2024-04-04T18:03:07.170Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~GatoPaisa/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~GatoPaisa",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-04 18:02:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "GatoPaisa",
                "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": "2024-04-04T17:49:52.499855Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~chidianachebe0/46.embed",
            "fid": "chidianachebe0:46",
            "filename": "NYLON CFRP UV 16",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/chidianachebe0/46/9_Z1YFJEN1Z2M8Y5CW1UYBGXCLJU0HHY.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/chidianachebe0/46/2_OS42APD4WJV69JU00Z9MRFTF8U5AUX.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/chidianachebe0/46/8_XLGEJL0KIKFIXVYH6A9H71XC4RQPLK.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/chidianachebe0/46/9_Z1YFJEN1Z2M8Y5CW1UYBGXCLJU0HHY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/chidianachebe0:46",
                "plots": "https://api.plotly.com/v2/plots/chidianachebe0:46",
                "parent": "https://api.plotly.com/v2/folders/home?user=chidianachebe0"
            },
            "owner": "chidianachebe0",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~chidianachebe0/46/",
            "world_readable": true,
            "date_modified": "2024-04-29T13:12:36.455Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~chidianachebe0/46/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "80 for 1 hr",
                        "type": "scatter",
                        "xsrc": "chidianachebe0:41:241f83",
                        "ysrc": "chidianachebe0:41:b56fb7"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "80 for 5 hrs",
                        "type": "scatter",
                        "xsrc": "chidianachebe0:44:863004",
                        "ysrc": "chidianachebe0:44:510c4b"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "110 for 3 hrs",
                        "type": "scatter",
                        "xsrc": "chidianachebe0:42:ffd143",
                        "ysrc": "chidianachebe0:42:7ddc28",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "140 for 1 hr",
                        "type": "scatter",
                        "xsrc": "chidianachebe0:43:46bf2b",
                        "ysrc": "chidianachebe0:43:cb85d4",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "140 for 5 hrs",
                        "type": "scatter",
                        "xsrc": "chidianachebe0:45:6b1db2",
                        "ysrc": "chidianachebe0:45:e635a5",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "rgb(14, 14, 14)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "Control",
                        "type": "scatter",
                        "xsrc": "chidianachebe0:40:dddf59",
                        "ysrc": "chidianachebe0:40:ab5d7d",
                        "error_x": {
                            "type": "percent",
                            "color": "rgb(14, 14, 14)",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Stress-Strain Graph of Nylon- CFRP after 16 hours of UV"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            38.562107142857144
                        ],
                        "title": {
                            "text": "Compressive Strain/%"
                        },
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.02352877718988111,
                            179.06439297472073
                        ],
                        "title": {
                            "text": "Compressive Stress/MPa"
                        },
                        "autorange": false
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~chidianachebe0",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/72.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-03 14:25:24",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "chidianachebe0",
                "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": "2024-04-04T17:46:35.036414Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~samlimbu/19.embed",
            "fid": "samlimbu:19",
            "filename": "sentiment-pie-chart",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/samlimbu/19/9_UPYNM4ZS7JIYKI3M88T9PAPAZSYI2O.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/samlimbu/19/2_IIN1W1NH5EO387IGEIRX8R93IHF7BA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/samlimbu/19/8_ZPV69TY1WN5YP77M6AFE309BKAJ4AY.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/samlimbu/19/9_UPYNM4ZS7JIYKI3M88T9PAPAZSYI2O.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/samlimbu:19",
                "plots": "https://api.plotly.com/v2/plots/samlimbu:19",
                "parent": "https://api.plotly.com/v2/folders/home?user=samlimbu"
            },
            "owner": "samlimbu",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Sentiment Analysis",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~samlimbu/19/sentiment-analysis/",
            "world_readable": true,
            "date_modified": "2024-04-04T18:01:51.443Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~samlimbu/19/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "pie",
                        "labelssrc": "samlimbu:20:01e647",
                        "valuessrc": "samlimbu:20:f7fda3"
                    }
                ],
                "layout": {
                    "title": "Sentiment Analysis"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~samlimbu",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.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": "2024-03-27 17:38:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "samlimbu",
                "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": "2024-04-04T17:40:59.528291Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jhboucher/1.embed",
            "fid": "jhboucher:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jhboucher/1/9_P7IJ2BMQ2G9CMBM7LFW2VPF6U9QHJ1.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jhboucher/1/2_8GKCY6GGQTW6SVHM9HASRBL4K2LGTK.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jhboucher/1/8_YQ6KCLV1TZ2U2LG2X68YUMEJ9TX9DN.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jhboucher/1/9_P7IJ2BMQ2G9CMBM7LFW2VPF6U9QHJ1.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jhboucher:1",
                "plots": "https://api.plotly.com/v2/plots/jhboucher:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=jhboucher"
            },
            "owner": "jhboucher",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~jhboucher/1/",
            "world_readable": true,
            "date_modified": "2024-04-04T17:40:59.539Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jhboucher/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Function",
                                "y": "2014"
                            }
                        },
                        "mode": "markers",
                        "name": "2014",
                        "type": "bar",
                        "xsrc": "jhboucher:0:8d2966",
                        "ysrc": "jhboucher:0:996532",
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Function"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Total Expenditures"
                                ],
                                "enabled": true,
                                "operation": "}{",
                                "targetsrc": "jhboucher:0:8d2966"
                            }
                        ],
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Function",
                                "y": "2015"
                            }
                        },
                        "name": "2015",
                        "type": "bar",
                        "xsrc": "jhboucher:0:8d2966",
                        "ysrc": "jhboucher:0:ecc916",
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Function"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Total Expenditures"
                                ],
                                "operation": "}{",
                                "targetsrc": "jhboucher:0:8d2966"
                            }
                        ],
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Function",
                                "y": "2016"
                            }
                        },
                        "name": "2016",
                        "type": "bar",
                        "xsrc": "jhboucher:0:8d2966",
                        "ysrc": "jhboucher:0:c1dae7",
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Function"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Total Expenditures"
                                ],
                                "operation": "}{",
                                "targetsrc": "jhboucher:0:8d2966"
                            }
                        ],
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Function",
                                "y": "2017"
                            }
                        },
                        "name": "2017",
                        "type": "bar",
                        "xsrc": "jhboucher:0:8d2966",
                        "ysrc": "jhboucher:0:77ac38",
                        "xaxis": "x",
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Function"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Total Expenditures"
                                ],
                                "operation": "}{",
                                "targetsrc": "jhboucher:0:8d2966"
                            }
                        ],
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Function",
                                "y": "2018"
                            }
                        },
                        "name": "2018",
                        "type": "bar",
                        "xsrc": "jhboucher:0:8d2966",
                        "ysrc": "jhboucher:0:5a1a19",
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Function"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Total Expenditures"
                                ],
                                "operation": "}{",
                                "targetsrc": "jhboucher:0:8d2966"
                            }
                        ],
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Function",
                                "y": "2019"
                            }
                        },
                        "name": "2019",
                        "type": "bar",
                        "xsrc": "jhboucher:0:8d2966",
                        "ysrc": "jhboucher:0:fee275",
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Function"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Total Expenditures"
                                ],
                                "operation": "}{",
                                "targetsrc": "jhboucher:0:8d2966"
                            }
                        ],
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Function",
                                "y": "2020"
                            }
                        },
                        "name": "2020",
                        "type": "bar",
                        "xsrc": "jhboucher:0:8d2966",
                        "ysrc": "jhboucher:0:aba211",
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Function"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Total Expenditures"
                                ],
                                "operation": "}{",
                                "targetsrc": "jhboucher:0:8d2966"
                            }
                        ],
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Function",
                                "y": "2021"
                            }
                        },
                        "name": "2021",
                        "type": "bar",
                        "xsrc": "jhboucher:0:8d2966",
                        "ysrc": "jhboucher:0:a192e9",
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Function"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Total Expenditures"
                                ],
                                "operation": "}{",
                                "targetsrc": "jhboucher:0:8d2966"
                            }
                        ],
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Function",
                                "y": "2022"
                            }
                        },
                        "name": "2022",
                        "type": "bar",
                        "xsrc": "jhboucher:0:8d2966",
                        "ysrc": "jhboucher:0:6bb708",
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Function"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Total Expenditures"
                                ],
                                "operation": "}{",
                                "targetsrc": "jhboucher:0:8d2966"
                            }
                        ],
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Function",
                                "y": "2023"
                            }
                        },
                        "name": "2023",
                        "type": "bar",
                        "xsrc": "jhboucher:0:8d2966",
                        "ysrc": "jhboucher:0:7899e6",
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Function"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Total Expenditures"
                                ],
                                "operation": "}{",
                                "targetsrc": "jhboucher:0:8d2966"
                            }
                        ],
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Expenditures by Function, Prior 10 Years"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            11.5
                        ],
                        "title": {
                            "text": "Function"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            4390716842.105263
                        ],
                        "title": {
                            "text": "Expenditures (In Billions)"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jhboucher",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-04 17:38:57",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jhboucher",
                "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": "2024-04-04T17:40:58.432061Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rupertk/5.embed",
            "fid": "rupertk:5",
            "filename": "Plot 5",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/rupertk/5/9_2NLDF9KV3RXWNJPY5I7ISEN39MGF64.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/rupertk/5/2_AHXYSH0W3T1TMH7BYIU9RBSO6IJLK5.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rupertk/5/8_2GKYMYULD59N4R9EVJGGUS44EUBEGI.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rupertk/5/9_2NLDF9KV3RXWNJPY5I7ISEN39MGF64.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rupertk:5",
                "plots": "https://api.plotly.com/v2/plots/rupertk:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=rupertk"
            },
            "owner": "rupertk",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 5,
            "web_url": "https://chart-studio.plotly.com/~rupertk/5/",
            "world_readable": true,
            "date_modified": "2024-04-04T17:40:58.442Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rupertk/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "sunburst",
                        "idssrc": "rupertk:4:e50deb",
                        "marker": {
                            "colorssrc": "rupertk:4:478bb5"
                        },
                        "hoverinfo": "text",
                        "labelssrc": "rupertk:4:101d60",
                        "valuessrc": "rupertk:4:e678f5",
                        "parentssrc": "rupertk:4:a308f6",
                        "branchvalues": "total",
                        "hovertextsrc": "rupertk:4:b2202d"
                    }
                ],
                "layout": {
                    "title": "EETH Token Distribution",
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    },
                    "title_x": 0.5
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rupertk",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.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": "2024-04-04 06:48:21",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rupertk",
                "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": "2024-04-04T17:40:31.941115Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rupertk/3.embed",
            "fid": "rupertk:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/rupertk/3/9_QTP3DVZ6B5CXLWG69THI3QF5TOJM6P.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/rupertk/3/2_92HS9LX4QUJHZW7DVH4AVU844P1AAJ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rupertk/3/8_EGEFPH2Z7PET0UI9UAQV5W9R8R8LBI.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rupertk/3/9_QTP3DVZ6B5CXLWG69THI3QF5TOJM6P.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rupertk:3",
                "plots": "https://api.plotly.com/v2/plots/rupertk:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=rupertk"
            },
            "owner": "rupertk",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~rupertk/3/",
            "world_readable": true,
            "date_modified": "2024-04-04T17:40:31.954Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rupertk/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "sunburst",
                        "idssrc": "rupertk:2:1690a8",
                        "marker": {
                            "colorssrc": "rupertk:2:66226a"
                        },
                        "hoverinfo": "text",
                        "labelssrc": "rupertk:2:68279d",
                        "valuessrc": "rupertk:2:89491b",
                        "parentssrc": "rupertk:2:cf5278",
                        "branchvalues": "total",
                        "hovertextsrc": "rupertk:2:030d60"
                    }
                ],
                "layout": {
                    "title": "EETH Token Distribution",
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    },
                    "title_x": 0.5
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rupertk",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.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": "2024-04-04 06:48:21",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rupertk",
                "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": "2024-04-04T17:32:07.539731Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Raell/123.embed",
            "fid": "Raell:123",
            "filename": "Plot 123",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Raell/123/9_3Z5X8K111OVGRPY6UEPNZR21LV97VM.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Raell/123/2_HW2LVO10I769Z22SWPK691SVETZBTP.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Raell/123/8_DHNTSRTAZI1O9L1X6P1L72XG8AFPZI.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Raell/123/9_3Z5X8K111OVGRPY6UEPNZR21LV97VM.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Raell:123",
                "plots": "https://api.plotly.com/v2/plots/Raell:123",
                "parent": "https://api.plotly.com/v2/folders/home?user=Raell"
            },
            "owner": "Raell",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~Raell/123/",
            "world_readable": true,
            "date_modified": "2024-04-04T17:32:07.550Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Raell/123/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "sunburst",
                        "idssrc": "Raell:122:ceaeaf",
                        "marker": {
                            "colorssrc": "Raell:122:ffbbdf"
                        },
                        "hoverinfo": "text",
                        "labelssrc": "Raell:122:5ec5d4",
                        "valuessrc": "Raell:122:45fded",
                        "parentssrc": "Raell:122:0c6589",
                        "branchvalues": "total",
                        "hovertextsrc": "Raell:122:97c449"
                    }
                ],
                "layout": {
                    "title": "EETH Token Distribution",
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    },
                    "title_x": 0.5
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Raell",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-01 09:43:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Raell",
                "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": "2024-04-04T17:22:43.506090Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Wandi23/3.embed",
            "fid": "Wandi23:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Wandi23/3/9_K6FLVGFT3BR0R4LBR0HRNLISR9FKWA.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Wandi23/3/2_0NU65SG8Q8EURT7JA5VCDO69R9DXY4.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Wandi23/3/8_UGDWK18N1T0HR4RQ6F23221OWONOOQ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Wandi23/3/9_K6FLVGFT3BR0R4LBR0HRNLISR9FKWA.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Wandi23:3",
                "plots": "https://api.plotly.com/v2/plots/Wandi23:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=Wandi23"
            },
            "owner": "Wandi23",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~Wandi23/3/",
            "world_readable": true,
            "date_modified": "2024-04-04T18:11:57.047Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Wandi23/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B",
                                "z": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "R",
                        "type": "bar",
                        "xsrc": "Wandi23:5:7dc795",
                        "ysrc": "Wandi23:5:246607",
                        "zsrc": "Wandi23:5:246607",
                        "orientation": "v",
                        "autocolorscale": true
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Revenue by type: Saldanha Bay Municipality "
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            11.5
                        ],
                        "title": {
                            "text": "Revenue sources"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            0,
                            595620923.1578947
                        ],
                        "title": {
                            "text": "Revenue in Millions"
                        },
                        "autorange": true
                    },
                    "legend": {
                        "title": {
                            "text": "<br>"
                        },
                        "borderwidth": 0,
                        "orientation": "v"
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "hovermode": "x",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Wandi23",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-04 17:04:24",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Wandi23",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}