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

{
    "next": "https://api.plotly.com/v2/plots?cursor=cD0yMDI0LTA0LTE5KzIwJTNBMzIlM0E1My4zODkwNjYlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0xOSsyMiUzQTQ0JTNBNTkuNTA5MjgwJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2024-04-19T22:44:59.509280Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~getcharish/275.embed",
            "fid": "getcharish:275",
            "filename": "dummyPhysicalRisksforAcute Physical Risk",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/getcharish/275/9_Q8OSA0LC61IATD284HI1RR3EYCV1PT.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/getcharish/275/2_NECN1ICDXL4R8ZDKMBCL7H15GFKNE1.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/275/8_3UKY0AY1FFGSQNKJID8Q3IDJ17BSTT.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/275/9_Q8OSA0LC61IATD284HI1RR3EYCV1PT.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/getcharish:275",
                "plots": "https://api.plotly.com/v2/plots/getcharish:275",
                "parent": "https://api.plotly.com/v2/folders/home?user=getcharish"
            },
            "owner": "getcharish",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~getcharish/275/",
            "world_readable": true,
            "date_modified": "2024-04-22T14:55:01.136Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~getcharish/275/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Pluvial Flooding",
                        "type": "scatter",
                        "xsrc": "getcharish:446:5b94fb",
                        "ysrc": "getcharish:446:02371c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:446:eb3d52",
                        "marker": {
                            "color": "#636efa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.16875,
                            "sizesrc": "getcharish:446:08f192",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Pluvial Flooding",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:446:d27d3c",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Pluvial Flooding<br>epoch=2020<br>=Rainfall/floodi<br>ng<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Groundwater Flooding",
                        "type": "scatter",
                        "xsrc": "getcharish:446:c627a4",
                        "ysrc": "getcharish:446:f51f46",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:446:eb80dd",
                        "marker": {
                            "color": "#EF553B",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.16875,
                            "sizesrc": "getcharish:446:cd25e7",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Groundwater Flooding",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:446:7e8bc5",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Groundwater Flooding<br>epoch=2020<br>=Rainfall/floodi<br>ng<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Increased Snowfall",
                        "type": "scatter",
                        "xsrc": "getcharish:446:356160",
                        "ysrc": "getcharish:446:0e0733",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "idssrc": "getcharish:446:aa0e62",
                        "marker": {
                            "color": "#00cc96",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.16875,
                            "sizesrc": "getcharish:446:4ff6d3",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Increased Snowfall",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:446:7dc31c",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased Snowfall<br>epoch=2020<br>=Snowfall<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Lightning/Thunderstorms",
                        "type": "scatter",
                        "xsrc": "getcharish:446:1ee738",
                        "ysrc": "getcharish:446:dc54b0",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "idssrc": "getcharish:446:532d3d",
                        "marker": {
                            "color": "#ab63fa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.16875,
                            "sizesrc": "getcharish:446:9f4c84",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Lightning/Thunderstorms",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:446:06fce5",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Lightning/Thunderstorms<br>epoch=2020<br>=Lightning/thund<br>erstorms<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Blizzard Conditions",
                        "type": "scatter",
                        "xsrc": "getcharish:446:3c40dd",
                        "ysrc": "getcharish:446:5cd8d3",
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "idssrc": "getcharish:446:14a2b8",
                        "marker": {
                            "color": "#FFA15A",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.16875,
                            "sizesrc": "getcharish:446:9f62d8",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Blizzard Conditions",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:446:916697",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Blizzard Conditions<br>epoch=2020<br>=Compound events<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Flight disruptions",
                        "type": "scatter",
                        "xsrc": "getcharish:446:c81a01",
                        "ysrc": "getcharish:446:457b4b",
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "idssrc": "getcharish:446:76b5a3",
                        "marker": {
                            "color": "#19d3f3",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.16875,
                            "sizesrc": "getcharish:446:913323",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Flight disruptions",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:446:912284",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Flight disruptions<br>epoch=2020<br>=Compound events<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Pluvial Flooding",
                                "type": "scatter",
                                "xsrc": "getcharish:446:4515ab",
                                "ysrc": "getcharish:446:762264",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:446:829483",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.16875,
                                    "sizesrc": "getcharish:446:78f34b",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Pluvial Flooding",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:446:36d387",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Pluvial Flooding<br>epoch=2020<br>=Rainfall/floodi<br>ng<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Groundwater Flooding",
                                "type": "scatter",
                                "xsrc": "getcharish:446:7de8e0",
                                "ysrc": "getcharish:446:d987d6",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:446:ed84bb",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.16875,
                                    "sizesrc": "getcharish:446:3c4f78",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Groundwater Flooding",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:446:86c61a",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Groundwater Flooding<br>epoch=2020<br>=Rainfall/floodi<br>ng<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased Snowfall",
                                "type": "scatter",
                                "xsrc": "getcharish:446:aca860",
                                "ysrc": "getcharish:446:0dc7ec",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:446:8745bd",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.16875,
                                    "sizesrc": "getcharish:446:90e879",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased Snowfall",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:446:f6ea7f",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased Snowfall<br>epoch=2020<br>=Snowfall<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Lightning/Thunderstorms",
                                "type": "scatter",
                                "xsrc": "getcharish:446:1eb040",
                                "ysrc": "getcharish:446:939711",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:446:747670",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.16875,
                                    "sizesrc": "getcharish:446:9eae57",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Lightning/Thunderstorms",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:446:3cd7e3",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Lightning/Thunderstorms<br>epoch=2020<br>=Lightning/thund<br>erstorms<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Blizzard Conditions",
                                "type": "scatter",
                                "xsrc": "getcharish:446:48d2bc",
                                "ysrc": "getcharish:446:3f9142",
                                "xaxis": "x4",
                                "yaxis": "y4",
                                "idssrc": "getcharish:446:3b5ec1",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.16875,
                                    "sizesrc": "getcharish:446:8d9066",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Blizzard Conditions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:446:951a12",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Blizzard Conditions<br>epoch=2020<br>=Compound events<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Flight disruptions",
                                "type": "scatter",
                                "xsrc": "getcharish:446:4974a1",
                                "ysrc": "getcharish:446:d401c5",
                                "xaxis": "x4",
                                "yaxis": "y4",
                                "idssrc": "getcharish:446:277a62",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.16875,
                                    "sizesrc": "getcharish:446:9756de",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Flight disruptions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:446:b9900d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Flight disruptions<br>epoch=2020<br>=Compound events<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2020"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Pluvial Flooding",
                                "type": "scatter",
                                "xsrc": "getcharish:446:054ef8",
                                "ysrc": "getcharish:446:455788",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:446:305ba2",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.16875,
                                    "sizesrc": "getcharish:446:ef5a21",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Pluvial Flooding",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:446:87b6bc",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Pluvial Flooding<br>epoch=2030<br>=Rainfall/floodi<br>ng<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Groundwater Flooding",
                                "type": "scatter",
                                "xsrc": "getcharish:446:734de7",
                                "ysrc": "getcharish:446:720b69",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:446:18513e",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.16875,
                                    "sizesrc": "getcharish:446:acd495",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Groundwater Flooding",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:446:19dce4",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Groundwater Flooding<br>epoch=2030<br>=Rainfall/floodi<br>ng<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased Snowfall",
                                "type": "scatter",
                                "xsrc": "getcharish:446:b60efb",
                                "ysrc": "getcharish:446:8edf03",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:446:af34d1",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.16875,
                                    "sizesrc": "getcharish:446:6add15",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased Snowfall",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:446:1468fc",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased Snowfall<br>epoch=2030<br>=Snowfall<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Lightning/Thunderstorms",
                                "type": "scatter",
                                "xsrc": "getcharish:446:7c29a3",
                                "ysrc": "getcharish:446:0864f5",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:446:4f6646",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.16875,
                                    "sizesrc": "getcharish:446:6c2348",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Lightning/Thunderstorms",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:446:c53b3d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Lightning/Thunderstorms<br>epoch=2030<br>=Lightning/thund<br>erstorms<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Blizzard Conditions",
                                "type": "scatter",
                                "xsrc": "getcharish:446:ad35b0",
                                "ysrc": "getcharish:446:f73d47",
                                "xaxis": "x4",
                                "yaxis": "y4",
                                "idssrc": "getcharish:446:36b9c2",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.16875,
                                    "sizesrc": "getcharish:446:0c9b9d",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Blizzard Conditions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:446:447149",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Blizzard Conditions<br>epoch=2030<br>=Compound events<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Flight disruptions",
                                "type": "scatter",
                                "xsrc": "getcharish:446:21ca28",
                                "ysrc": "getcharish:446:237711",
                                "xaxis": "x4",
                                "yaxis": "y4",
                                "idssrc": "getcharish:446:b0ff76",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.16875,
                                    "sizesrc": "getcharish:446:e7a4c8",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Flight disruptions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:446:672bd2",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Flight disruptions<br>epoch=2030<br>=Compound events<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2030"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Pluvial Flooding",
                                "type": "scatter",
                                "xsrc": "getcharish:446:7da9bb",
                                "ysrc": "getcharish:446:55e923",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:446:a2e8c6",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.16875,
                                    "sizesrc": "getcharish:446:6e69a6",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Pluvial Flooding",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:446:f2f6f6",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Pluvial Flooding<br>epoch=2070<br>=Rainfall/floodi<br>ng<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Groundwater Flooding",
                                "type": "scatter",
                                "xsrc": "getcharish:446:8c8cd4",
                                "ysrc": "getcharish:446:c60f57",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:446:939ab4",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.16875,
                                    "sizesrc": "getcharish:446:74a74a",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Groundwater Flooding",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:446:65e98d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Groundwater Flooding<br>epoch=2070<br>=Rainfall/floodi<br>ng<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased Snowfall",
                                "type": "scatter",
                                "xsrc": "getcharish:446:187f67",
                                "ysrc": "getcharish:446:4eaea6",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:446:8fa652",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.16875,
                                    "sizesrc": "getcharish:446:092d48",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased Snowfall",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:446:bd7fd8",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased Snowfall<br>epoch=2070<br>=Snowfall<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Lightning/Thunderstorms",
                                "type": "scatter",
                                "xsrc": "getcharish:446:2ce754",
                                "ysrc": "getcharish:446:21b2a4",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:446:8f116a",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.16875,
                                    "sizesrc": "getcharish:446:7533c3",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Lightning/Thunderstorms",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:446:66a51e",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Lightning/Thunderstorms<br>epoch=2070<br>=Lightning/thund<br>erstorms<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Blizzard Conditions",
                                "type": "scatter",
                                "xsrc": "getcharish:446:144661",
                                "ysrc": "getcharish:446:8d4fad",
                                "xaxis": "x4",
                                "yaxis": "y4",
                                "idssrc": "getcharish:446:00dad7",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.16875,
                                    "sizesrc": "getcharish:446:48675e",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Blizzard Conditions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:446:467f9e",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Blizzard Conditions<br>epoch=2070<br>=Compound events<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Flight disruptions",
                                "type": "scatter",
                                "xsrc": "getcharish:446:547e28",
                                "ysrc": "getcharish:446:439073",
                                "xaxis": "x4",
                                "yaxis": "y4",
                                "idssrc": "getcharish:446:42cd7c",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.16875,
                                    "sizesrc": "getcharish:446:2b5ddd",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Flight disruptions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:446:a7ccba",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Flight disruptions<br>epoch=2070<br>=Compound events<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2070"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "disclosure = Acute Physical Risk"
                    },
                    "xaxis": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            0.2425
                        ]
                    },
                    "yaxis": {
                        "range": [
                            0,
                            7
                        ],
                        "title": {
                            "text": "consequence"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "legend": {
                        "title": {
                            "text": "label"
                        },
                        "itemsizing": "constant",
                        "tracegroupgap": 0
                    },
                    "xaxis2": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y2",
                        "domain": [
                            0.2525,
                            0.495
                        ],
                        "matches": "x"
                    },
                    "xaxis3": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y3",
                        "domain": [
                            0.505,
                            0.7475
                        ],
                        "matches": "x"
                    },
                    "xaxis4": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y4",
                        "domain": [
                            0.7575000000000001,
                            1.0
                        ],
                        "matches": "x"
                    },
                    "yaxis2": {
                        "anchor": "x2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "yaxis3": {
                        "anchor": "x3",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "yaxis4": {
                        "anchor": "x4",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "sliders": [
                        {
                            "x": 0.1,
                            "y": 0,
                            "len": 0.9,
                            "pad": {
                                "b": 10,
                                "t": 60
                            },
                            "steps": [
                                {
                                    "args": [
                                        [
                                            "2020"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "2020",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2030"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "2030",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2070"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "2070",
                                    "method": "animate"
                                }
                            ],
                            "active": 0,
                            "xanchor": "left",
                            "yanchor": "top",
                            "currentvalue": {
                                "prefix": "epoch="
                            }
                        }
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "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",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "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": "#E5ECF6",
                                            "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": {
                                        "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
                                    },
                                    "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": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "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": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "annotations": [
                        {
                            "x": 0.12125,
                            "y": 1.0,
                            "font": {},
                            "text": "=Rainfall/floodi<br>ng",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.37375,
                            "y": 1.0,
                            "font": {},
                            "text": "=Snowfall",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.62625,
                            "y": 1.0,
                            "font": {},
                            "text": "=Lightning/thund<br>erstorms",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.87875,
                            "y": 1.0,
                            "font": {},
                            "text": "=Compound events",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ],
                    "updatemenus": [
                        {
                            "x": 0.1,
                            "y": 0,
                            "pad": {
                                "r": 10,
                                "t": 70
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "&#9654;",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            null
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "&#9724;",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "direction": "left",
                            "showactive": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~getcharish",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-07-24 12:58:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "getcharish",
                "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-19T22:44:54.049728Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~getcharish/273.embed",
            "fid": "getcharish:273",
            "filename": "dummyPhysicalRisksforChronic Physical Risk",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/getcharish/273/9_PGHP74WYALSI1CO3A3Z38PVB3T54EF.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/getcharish/273/2_DZA95I3LACKHJV7EIK96EBEZ1YCM5E.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/273/8_IB4VW3M06OW0T5YKZOA358656RT552.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/273/9_PGHP74WYALSI1CO3A3Z38PVB3T54EF.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/getcharish:273",
                "plots": "https://api.plotly.com/v2/plots/getcharish:273",
                "parent": "https://api.plotly.com/v2/folders/home?user=getcharish"
            },
            "owner": "getcharish",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 7,
            "web_url": "https://chart-studio.plotly.com/~getcharish/273/",
            "world_readable": true,
            "date_modified": "2024-04-22T14:54:54.744Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~getcharish/273/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Infrastructure damage (runway/apron tarmac)",
                        "type": "scatter",
                        "xsrc": "getcharish:445:185fd2",
                        "ysrc": "getcharish:445:69e6ef",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:445:02e440",
                        "marker": {
                            "color": "#636efa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:deca01",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Infrastructure damage (runway/apron tarmac)",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:503e65",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Infrastructure damage (runway/apron tarmac)<br>epoch=2020<br>=Maximum tempera<br>ture<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Surface access route integrity",
                        "type": "scatter",
                        "xsrc": "getcharish:445:450a6e",
                        "ysrc": "getcharish:445:348287",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:445:69a593",
                        "marker": {
                            "color": "#EF553B",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:9aaade",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Surface access route integrity",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:ee21b4",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Surface access route integrity<br>epoch=2020<br>=Maximum tempera<br>ture<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Maximum take-off weight limitations",
                        "type": "scatter",
                        "xsrc": "getcharish:445:170a33",
                        "ysrc": "getcharish:445:612239",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:445:b1f1c1",
                        "marker": {
                            "color": "#00cc96",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:b05ef6",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Maximum take-off weight limitations",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:074e41",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Maximum take-off weight limitations<br>epoch=2020<br>=Maximum tempera<br>ture<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Staff & passenger thermal comfort",
                        "type": "scatter",
                        "xsrc": "getcharish:445:39c234",
                        "ysrc": "getcharish:445:fa7464",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:445:50cc00",
                        "marker": {
                            "color": "#ab63fa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:cf4e6e",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Staff & passenger thermal comfort",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:245b76",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Staff & passenger thermal comfort<br>epoch=2020<br>=Maximum tempera<br>ture<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Construction/maintenance delays",
                        "type": "scatter",
                        "xsrc": "getcharish:445:c26513",
                        "ysrc": "getcharish:445:ffc1a8",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:445:28c3c3",
                        "marker": {
                            "color": "#FFA15A",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:b125d3",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Construction/maintenance delays",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:064bde",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Construction/maintenance delays<br>epoch=2020<br>=Maximum tempera<br>ture<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Take-off procedures",
                        "type": "scatter",
                        "xsrc": "getcharish:445:2a467f",
                        "ysrc": "getcharish:445:60408d",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "idssrc": "getcharish:445:47979c",
                        "marker": {
                            "color": "#19d3f3",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:b0c920",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Take-off procedures",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:b32602",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Take-off procedures<br>epoch=2020<br>=Extreme winds a<br>nd wind directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Damage to high structures",
                        "type": "scatter",
                        "xsrc": "getcharish:445:e7ffef",
                        "ysrc": "getcharish:445:abbccd",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "idssrc": "getcharish:445:5699ec",
                        "marker": {
                            "color": "#FF6692",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:fd1227",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Damage to high structures",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:5ee249",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Damage to high structures<br>epoch=2020<br>=Extreme winds a<br>nd wind directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Disruptive wind changes",
                        "type": "scatter",
                        "xsrc": "getcharish:445:64c8c8",
                        "ysrc": "getcharish:445:ad3083",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "idssrc": "getcharish:445:e0d8e8",
                        "marker": {
                            "color": "#B6E880",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:75da53",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Disruptive wind changes",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:37d53c",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Disruptive wind changes<br>epoch=2020<br>=Extreme winds a<br>nd wind directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Extreme Cold (De-icing)",
                        "type": "scatter",
                        "xsrc": "getcharish:445:b805d9",
                        "ysrc": "getcharish:445:021ace",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "idssrc": "getcharish:445:bef1ad",
                        "marker": {
                            "color": "#FF97FF",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:cb266e",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Extreme Cold (De-icing)",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:ef6b44",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (De-icing)<br>epoch=2020<br>=Extreme cold<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Extreme Cold (Closure)",
                        "type": "scatter",
                        "xsrc": "getcharish:445:0b7516",
                        "ysrc": "getcharish:445:fe5925",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "idssrc": "getcharish:445:5ff0f5",
                        "marker": {
                            "color": "#FECB52",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:21d289",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Extreme Cold (Closure)",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:e88c27",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (Closure)<br>epoch=2020<br>=Extreme cold<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Low Visibility",
                        "type": "scatter",
                        "xsrc": "getcharish:445:0a533f",
                        "ysrc": "getcharish:445:00c3e3",
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "idssrc": "getcharish:445:3a232c",
                        "marker": {
                            "color": "#636efa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:2ce067",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Low Visibility",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:a58f94",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Low Visibility<br>epoch=2020<br>=Low visibility<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Local ecosystem changes",
                        "type": "scatter",
                        "xsrc": "getcharish:445:ec75b6",
                        "ysrc": "getcharish:445:653ae6",
                        "xaxis": "x5",
                        "yaxis": "y5",
                        "idssrc": "getcharish:445:93ee72",
                        "marker": {
                            "color": "#EF553B",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:348e76",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Local ecosystem changes",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:a74579",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Local ecosystem changes<br>epoch=2020<br>=Maximum tempera<br>ture incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Increased fire risk",
                        "type": "scatter",
                        "xsrc": "getcharish:445:7216ed",
                        "ysrc": "getcharish:445:834c45",
                        "xaxis": "x5",
                        "yaxis": "y5",
                        "idssrc": "getcharish:445:92beba",
                        "marker": {
                            "color": "#00cc96",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:01c199",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Increased fire risk",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:e49b30",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased fire risk<br>epoch=2020<br>=Maximum tempera<br>ture incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Increased communicable diseases",
                        "type": "scatter",
                        "xsrc": "getcharish:445:7cc9a3",
                        "ysrc": "getcharish:445:2da39a",
                        "xaxis": "x5",
                        "yaxis": "y5",
                        "idssrc": "getcharish:445:902af1",
                        "marker": {
                            "color": "#ab63fa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:ff0505",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Increased communicable diseases",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:8726cb",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased communicable diseases<br>epoch=2020<br>=Maximum tempera<br>ture incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Changes to air currents",
                        "type": "scatter",
                        "xsrc": "getcharish:445:2d5b50",
                        "ysrc": "getcharish:445:90e4b0",
                        "xaxis": "x5",
                        "yaxis": "y5",
                        "idssrc": "getcharish:445:2b921a",
                        "marker": {
                            "color": "#FFA15A",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:93f805",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Changes to air currents",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:d64948",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Changes to air currents<br>epoch=2020<br>=Maximum tempera<br>ture incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Electrical/power disruption",
                        "type": "scatter",
                        "xsrc": "getcharish:445:f0e9bb",
                        "ysrc": "getcharish:445:1180be",
                        "xaxis": "x6",
                        "yaxis": "y6",
                        "idssrc": "getcharish:445:0db163",
                        "marker": {
                            "color": "#19d3f3",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:095829",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Electrical/power disruption",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:06a030",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Electrical/power disruption<br>epoch=2020<br>=Interdependency<br> risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Water supply disruption",
                        "type": "scatter",
                        "xsrc": "getcharish:445:ee34de",
                        "ysrc": "getcharish:445:ffcd11",
                        "xaxis": "x6",
                        "yaxis": "y6",
                        "idssrc": "getcharish:445:ee010c",
                        "marker": {
                            "color": "#FF6692",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:510ba8",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Water supply disruption",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:1f72e9",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Water supply disruption<br>epoch=2020<br>=Interdependency<br> risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Waste supply disruption",
                        "type": "scatter",
                        "xsrc": "getcharish:445:279e45",
                        "ysrc": "getcharish:445:eda8dd",
                        "xaxis": "x6",
                        "yaxis": "y6",
                        "idssrc": "getcharish:445:ec8bf7",
                        "marker": {
                            "color": "#B6E880",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:1b0a6f",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Waste supply disruption",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:ca98c9",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Waste supply disruption<br>epoch=2020<br>=Interdependency<br> risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Concession/delivery disruption",
                        "type": "scatter",
                        "xsrc": "getcharish:445:c88829",
                        "ysrc": "getcharish:445:79b978",
                        "xaxis": "x6",
                        "yaxis": "y6",
                        "idssrc": "getcharish:445:84673f",
                        "marker": {
                            "color": "#FF97FF",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:5b4959",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Concession/delivery disruption",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:9fb28a",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Concession/delivery disruption<br>epoch=2020<br>=Interdependency<br> risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Short-term disruptions in aviation",
                        "type": "scatter",
                        "xsrc": "getcharish:445:0c2be0",
                        "ysrc": "getcharish:445:eb6fcd",
                        "xaxis": "x7",
                        "yaxis": "y7",
                        "idssrc": "getcharish:445:fa1170",
                        "marker": {
                            "color": "#FECB52",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:dc31b9",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Short-term disruptions in aviation",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:6f7308",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Short-term disruptions in aviation<br>epoch=2020<br>=Aviation sector<br> risks<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Medium-term disruptions in aviation",
                        "type": "scatter",
                        "xsrc": "getcharish:445:8c8f48",
                        "ysrc": "getcharish:445:43c268",
                        "xaxis": "x7",
                        "yaxis": "y7",
                        "idssrc": "getcharish:445:03ed23",
                        "marker": {
                            "color": "#636efa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:4085e9",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Medium-term disruptions in aviation",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:378525",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Medium-term disruptions in aviation<br>epoch=2020<br>=Aviation sector<br> risks<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Long-term disruptions in aviation",
                        "type": "scatter",
                        "xsrc": "getcharish:445:18cd3a",
                        "ysrc": "getcharish:445:0193c3",
                        "xaxis": "x7",
                        "yaxis": "y7",
                        "idssrc": "getcharish:445:ea617e",
                        "marker": {
                            "color": "#EF553B",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.46875,
                            "sizesrc": "getcharish:445:c6030f",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Long-term disruptions in aviation",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:445:30b0bb",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Long-term disruptions in aviation<br>epoch=2020<br>=Aviation sector<br> risks<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Infrastructure damage (runway/apron tarmac)",
                                "type": "scatter",
                                "xsrc": "getcharish:445:75e214",
                                "ysrc": "getcharish:445:3ce526",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:445:4832ec",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:49c1e6",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Infrastructure damage (runway/apron tarmac)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:54ef9e",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Infrastructure damage (runway/apron tarmac)<br>epoch=2020<br>=Maximum tempera<br>ture<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Surface access route integrity",
                                "type": "scatter",
                                "xsrc": "getcharish:445:a7e28a",
                                "ysrc": "getcharish:445:1fcbd5",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:445:695dc7",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:3bf135",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Surface access route integrity",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:549fe4",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Surface access route integrity<br>epoch=2020<br>=Maximum tempera<br>ture<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Maximum take-off weight limitations",
                                "type": "scatter",
                                "xsrc": "getcharish:445:c05850",
                                "ysrc": "getcharish:445:f16f0a",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:445:97b232",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:e4373c",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Maximum take-off weight limitations",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:a93f8e",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Maximum take-off weight limitations<br>epoch=2020<br>=Maximum tempera<br>ture<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Staff & passenger thermal comfort",
                                "type": "scatter",
                                "xsrc": "getcharish:445:5516cb",
                                "ysrc": "getcharish:445:2d62f5",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:445:47356f",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:904eeb",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Staff & passenger thermal comfort",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:9167fd",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Staff & passenger thermal comfort<br>epoch=2020<br>=Maximum tempera<br>ture<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Construction/maintenance delays",
                                "type": "scatter",
                                "xsrc": "getcharish:445:3bd497",
                                "ysrc": "getcharish:445:32fba1",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:445:3b065a",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:6bff78",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Construction/maintenance delays",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:2869ca",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Construction/maintenance delays<br>epoch=2020<br>=Maximum tempera<br>ture<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Take-off procedures",
                                "type": "scatter",
                                "xsrc": "getcharish:445:cc463a",
                                "ysrc": "getcharish:445:c103ed",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:445:778ecf",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:ad86c1",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Take-off procedures",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:994824",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Take-off procedures<br>epoch=2020<br>=Extreme winds a<br>nd wind directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Damage to high structures",
                                "type": "scatter",
                                "xsrc": "getcharish:445:8635bd",
                                "ysrc": "getcharish:445:2a75de",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:445:f5691e",
                                "marker": {
                                    "color": "#FF6692",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:f75c78",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Damage to high structures",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:e39d8d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Damage to high structures<br>epoch=2020<br>=Extreme winds a<br>nd wind directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Disruptive wind changes",
                                "type": "scatter",
                                "xsrc": "getcharish:445:11b992",
                                "ysrc": "getcharish:445:2445c7",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:445:9f885e",
                                "marker": {
                                    "color": "#B6E880",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:94dfcb",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Disruptive wind changes",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:2008e1",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Disruptive wind changes<br>epoch=2020<br>=Extreme winds a<br>nd wind directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (De-icing)",
                                "type": "scatter",
                                "xsrc": "getcharish:445:45daa8",
                                "ysrc": "getcharish:445:b3396b",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:445:b6806b",
                                "marker": {
                                    "color": "#FF97FF",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:7096d3",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (De-icing)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:3896de",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (De-icing)<br>epoch=2020<br>=Extreme cold<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (Closure)",
                                "type": "scatter",
                                "xsrc": "getcharish:445:0f2c1b",
                                "ysrc": "getcharish:445:abed0e",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:445:f45735",
                                "marker": {
                                    "color": "#FECB52",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:209d1a",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (Closure)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:b62a4c",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (Closure)<br>epoch=2020<br>=Extreme cold<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Low Visibility",
                                "type": "scatter",
                                "xsrc": "getcharish:445:9be600",
                                "ysrc": "getcharish:445:efff1b",
                                "xaxis": "x4",
                                "yaxis": "y4",
                                "idssrc": "getcharish:445:e1af55",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:ba4a63",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Low Visibility",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:39cd4a",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Low Visibility<br>epoch=2020<br>=Low visibility<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Local ecosystem changes",
                                "type": "scatter",
                                "xsrc": "getcharish:445:b966a7",
                                "ysrc": "getcharish:445:720e5e",
                                "xaxis": "x5",
                                "yaxis": "y5",
                                "idssrc": "getcharish:445:27a94e",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:d17fc7",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Local ecosystem changes",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:01ee87",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Local ecosystem changes<br>epoch=2020<br>=Maximum tempera<br>ture incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased fire risk",
                                "type": "scatter",
                                "xsrc": "getcharish:445:3f4de2",
                                "ysrc": "getcharish:445:ef224a",
                                "xaxis": "x5",
                                "yaxis": "y5",
                                "idssrc": "getcharish:445:a65a43",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:b19755",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased fire risk",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:01f70a",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased fire risk<br>epoch=2020<br>=Maximum tempera<br>ture incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased communicable diseases",
                                "type": "scatter",
                                "xsrc": "getcharish:445:313108",
                                "ysrc": "getcharish:445:9280ab",
                                "xaxis": "x5",
                                "yaxis": "y5",
                                "idssrc": "getcharish:445:30cd2f",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:294f77",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased communicable diseases",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:1e9110",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased communicable diseases<br>epoch=2020<br>=Maximum tempera<br>ture incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Changes to air currents",
                                "type": "scatter",
                                "xsrc": "getcharish:445:75b772",
                                "ysrc": "getcharish:445:f3bea1",
                                "xaxis": "x5",
                                "yaxis": "y5",
                                "idssrc": "getcharish:445:146eb0",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:2c4c39",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Changes to air currents",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:eb4e30",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Changes to air currents<br>epoch=2020<br>=Maximum tempera<br>ture incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Electrical/power disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:445:b8179b",
                                "ysrc": "getcharish:445:7f8c7c",
                                "xaxis": "x6",
                                "yaxis": "y6",
                                "idssrc": "getcharish:445:9afd7a",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:6c0dba",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Electrical/power disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:82f412",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Electrical/power disruption<br>epoch=2020<br>=Interdependency<br> risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Water supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:445:2dee96",
                                "ysrc": "getcharish:445:b782a1",
                                "xaxis": "x6",
                                "yaxis": "y6",
                                "idssrc": "getcharish:445:4cd8ac",
                                "marker": {
                                    "color": "#FF6692",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:d21491",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Water supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:d1d4f1",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Water supply disruption<br>epoch=2020<br>=Interdependency<br> risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Waste supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:445:026d70",
                                "ysrc": "getcharish:445:b85427",
                                "xaxis": "x6",
                                "yaxis": "y6",
                                "idssrc": "getcharish:445:8120de",
                                "marker": {
                                    "color": "#B6E880",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:de6a6c",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Waste supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:bf2ad3",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Waste supply disruption<br>epoch=2020<br>=Interdependency<br> risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Concession/delivery disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:445:3ccf8a",
                                "ysrc": "getcharish:445:360ca2",
                                "xaxis": "x6",
                                "yaxis": "y6",
                                "idssrc": "getcharish:445:683f99",
                                "marker": {
                                    "color": "#FF97FF",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:6bef0d",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Concession/delivery disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:6fe086",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Concession/delivery disruption<br>epoch=2020<br>=Interdependency<br> risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Short-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:445:a693b4",
                                "ysrc": "getcharish:445:d681ba",
                                "xaxis": "x7",
                                "yaxis": "y7",
                                "idssrc": "getcharish:445:cb8ea1",
                                "marker": {
                                    "color": "#FECB52",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:2f2fb5",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Short-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:e4553b",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Short-term disruptions in aviation<br>epoch=2020<br>=Aviation sector<br> risks<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Medium-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:445:8ebb79",
                                "ysrc": "getcharish:445:57210e",
                                "xaxis": "x7",
                                "yaxis": "y7",
                                "idssrc": "getcharish:445:08eacc",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:8eb6a2",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Medium-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:a3c602",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Medium-term disruptions in aviation<br>epoch=2020<br>=Aviation sector<br> risks<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Long-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:445:bf26e4",
                                "ysrc": "getcharish:445:712da1",
                                "xaxis": "x7",
                                "yaxis": "y7",
                                "idssrc": "getcharish:445:9859a4",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:b1a67d",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Long-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:3be652",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Long-term disruptions in aviation<br>epoch=2020<br>=Aviation sector<br> risks<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2020"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Infrastructure damage (runway/apron tarmac)",
                                "type": "scatter",
                                "xsrc": "getcharish:445:451990",
                                "ysrc": "getcharish:445:9d32a9",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:445:70122e",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:6a5610",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Infrastructure damage (runway/apron tarmac)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:6bac16",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Infrastructure damage (runway/apron tarmac)<br>epoch=2030<br>=Maximum tempera<br>ture<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Surface access route integrity",
                                "type": "scatter",
                                "xsrc": "getcharish:445:b985c4",
                                "ysrc": "getcharish:445:0a3258",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:445:956c12",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:99a50d",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Surface access route integrity",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:3334af",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Surface access route integrity<br>epoch=2030<br>=Maximum tempera<br>ture<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Maximum take-off weight limitations",
                                "type": "scatter",
                                "xsrc": "getcharish:445:fd901e",
                                "ysrc": "getcharish:445:fdaecf",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:445:c20955",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:2909d6",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Maximum take-off weight limitations",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:a97fed",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Maximum take-off weight limitations<br>epoch=2030<br>=Maximum tempera<br>ture<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Staff & passenger thermal comfort",
                                "type": "scatter",
                                "xsrc": "getcharish:445:a84788",
                                "ysrc": "getcharish:445:ef515b",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:445:9bc828",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:92eee4",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Staff & passenger thermal comfort",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:8eaf4e",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Staff & passenger thermal comfort<br>epoch=2030<br>=Maximum tempera<br>ture<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Construction/maintenance delays",
                                "type": "scatter",
                                "xsrc": "getcharish:445:3ae12c",
                                "ysrc": "getcharish:445:b68fef",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:445:c5126d",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:e6c7b0",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Construction/maintenance delays",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:90088d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Construction/maintenance delays<br>epoch=2030<br>=Maximum tempera<br>ture<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Take-off procedures",
                                "type": "scatter",
                                "xsrc": "getcharish:445:e99d27",
                                "ysrc": "getcharish:445:87afb5",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:445:a3e3cd",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:edf8f5",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Take-off procedures",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:021cb5",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Take-off procedures<br>epoch=2030<br>=Extreme winds a<br>nd wind directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Damage to high structures",
                                "type": "scatter",
                                "xsrc": "getcharish:445:eb7f4a",
                                "ysrc": "getcharish:445:72566a",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:445:a7043e",
                                "marker": {
                                    "color": "#FF6692",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:9f9e28",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Damage to high structures",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:1b3836",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Damage to high structures<br>epoch=2030<br>=Extreme winds a<br>nd wind directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Disruptive wind changes",
                                "type": "scatter",
                                "xsrc": "getcharish:445:3ba87f",
                                "ysrc": "getcharish:445:d9ee2b",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:445:6bfa5e",
                                "marker": {
                                    "color": "#B6E880",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:6c5fee",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Disruptive wind changes",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:4669a4",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Disruptive wind changes<br>epoch=2030<br>=Extreme winds a<br>nd wind directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (De-icing)",
                                "type": "scatter",
                                "xsrc": "getcharish:445:bae60f",
                                "ysrc": "getcharish:445:fde972",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:445:e9818d",
                                "marker": {
                                    "color": "#FF97FF",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:3928fa",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (De-icing)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:cb754c",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (De-icing)<br>epoch=2030<br>=Extreme cold<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (Closure)",
                                "type": "scatter",
                                "xsrc": "getcharish:445:a03e24",
                                "ysrc": "getcharish:445:ab8812",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:445:3dd421",
                                "marker": {
                                    "color": "#FECB52",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:c42f50",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (Closure)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:efa006",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (Closure)<br>epoch=2030<br>=Extreme cold<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Low Visibility",
                                "type": "scatter",
                                "xsrc": "getcharish:445:2eead9",
                                "ysrc": "getcharish:445:0a8ebf",
                                "xaxis": "x4",
                                "yaxis": "y4",
                                "idssrc": "getcharish:445:3c9858",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:30de28",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Low Visibility",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:c4f19e",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Low Visibility<br>epoch=2030<br>=Low visibility<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Local ecosystem changes",
                                "type": "scatter",
                                "xsrc": "getcharish:445:a458d9",
                                "ysrc": "getcharish:445:e9ba25",
                                "xaxis": "x5",
                                "yaxis": "y5",
                                "idssrc": "getcharish:445:5da49a",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:e0ab6c",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Local ecosystem changes",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:c3edc1",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Local ecosystem changes<br>epoch=2030<br>=Maximum tempera<br>ture incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased fire risk",
                                "type": "scatter",
                                "xsrc": "getcharish:445:6a542d",
                                "ysrc": "getcharish:445:a5aa28",
                                "xaxis": "x5",
                                "yaxis": "y5",
                                "idssrc": "getcharish:445:788287",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:8a2b93",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased fire risk",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:f276cc",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased fire risk<br>epoch=2030<br>=Maximum tempera<br>ture incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased communicable diseases",
                                "type": "scatter",
                                "xsrc": "getcharish:445:72cc3f",
                                "ysrc": "getcharish:445:d23519",
                                "xaxis": "x5",
                                "yaxis": "y5",
                                "idssrc": "getcharish:445:b02eac",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:ec6508",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased communicable diseases",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:13b63e",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased communicable diseases<br>epoch=2030<br>=Maximum tempera<br>ture incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Changes to air currents",
                                "type": "scatter",
                                "xsrc": "getcharish:445:abff91",
                                "ysrc": "getcharish:445:fe9c1e",
                                "xaxis": "x5",
                                "yaxis": "y5",
                                "idssrc": "getcharish:445:502b1e",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:709a9b",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Changes to air currents",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:7e585f",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Changes to air currents<br>epoch=2030<br>=Maximum tempera<br>ture incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Electrical/power disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:445:4a22a0",
                                "ysrc": "getcharish:445:b7cfb6",
                                "xaxis": "x6",
                                "yaxis": "y6",
                                "idssrc": "getcharish:445:051031",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:e5ad29",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Electrical/power disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:7b84f2",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Electrical/power disruption<br>epoch=2030<br>=Interdependency<br> risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Water supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:445:f59145",
                                "ysrc": "getcharish:445:5db930",
                                "xaxis": "x6",
                                "yaxis": "y6",
                                "idssrc": "getcharish:445:1d5a7e",
                                "marker": {
                                    "color": "#FF6692",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:c156d4",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Water supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:aa613b",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Water supply disruption<br>epoch=2030<br>=Interdependency<br> risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Waste supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:445:0f3381",
                                "ysrc": "getcharish:445:fa95d1",
                                "xaxis": "x6",
                                "yaxis": "y6",
                                "idssrc": "getcharish:445:b3d5d3",
                                "marker": {
                                    "color": "#B6E880",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:a9895b",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Waste supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:abd99f",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Waste supply disruption<br>epoch=2030<br>=Interdependency<br> risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Concession/delivery disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:445:fd0ef8",
                                "ysrc": "getcharish:445:ce7c54",
                                "xaxis": "x6",
                                "yaxis": "y6",
                                "idssrc": "getcharish:445:f36549",
                                "marker": {
                                    "color": "#FF97FF",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:d8805d",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Concession/delivery disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:4f22b2",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Concession/delivery disruption<br>epoch=2030<br>=Interdependency<br> risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Short-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:445:217310",
                                "ysrc": "getcharish:445:a65bce",
                                "xaxis": "x7",
                                "yaxis": "y7",
                                "idssrc": "getcharish:445:281d51",
                                "marker": {
                                    "color": "#FECB52",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:209750",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Short-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:7ae127",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Short-term disruptions in aviation<br>epoch=2030<br>=Aviation sector<br> risks<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Medium-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:445:b6b816",
                                "ysrc": "getcharish:445:7dae51",
                                "xaxis": "x7",
                                "yaxis": "y7",
                                "idssrc": "getcharish:445:ff7af9",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:fb60ed",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Medium-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:d065b6",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Medium-term disruptions in aviation<br>epoch=2030<br>=Aviation sector<br> risks<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Long-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:445:6175c8",
                                "ysrc": "getcharish:445:cc5c0c",
                                "xaxis": "x7",
                                "yaxis": "y7",
                                "idssrc": "getcharish:445:7e3659",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:72ae7e",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Long-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:73debf",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Long-term disruptions in aviation<br>epoch=2030<br>=Aviation sector<br> risks<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2030"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Infrastructure damage (runway/apron tarmac)",
                                "type": "scatter",
                                "xsrc": "getcharish:445:272af7",
                                "ysrc": "getcharish:445:93abb2",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:445:eed9ec",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:db2b76",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Infrastructure damage (runway/apron tarmac)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:d22d64",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Infrastructure damage (runway/apron tarmac)<br>epoch=2070<br>=Maximum tempera<br>ture<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Surface access route integrity",
                                "type": "scatter",
                                "xsrc": "getcharish:445:4e4daa",
                                "ysrc": "getcharish:445:257b1a",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:445:cafad4",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:650791",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Surface access route integrity",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:d8f019",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Surface access route integrity<br>epoch=2070<br>=Maximum tempera<br>ture<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Maximum take-off weight limitations",
                                "type": "scatter",
                                "xsrc": "getcharish:445:beaeef",
                                "ysrc": "getcharish:445:aa7f71",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:445:bb1ba3",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:6ba420",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Maximum take-off weight limitations",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:27a60a",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Maximum take-off weight limitations<br>epoch=2070<br>=Maximum tempera<br>ture<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Staff & passenger thermal comfort",
                                "type": "scatter",
                                "xsrc": "getcharish:445:16d1aa",
                                "ysrc": "getcharish:445:3e739d",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:445:e9bfa0",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:ad4e2f",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Staff & passenger thermal comfort",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:5b2c50",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Staff & passenger thermal comfort<br>epoch=2070<br>=Maximum tempera<br>ture<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Construction/maintenance delays",
                                "type": "scatter",
                                "xsrc": "getcharish:445:629537",
                                "ysrc": "getcharish:445:3237e0",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:445:579199",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:bca4a2",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Construction/maintenance delays",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:4869ee",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Construction/maintenance delays<br>epoch=2070<br>=Maximum tempera<br>ture<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Take-off procedures",
                                "type": "scatter",
                                "xsrc": "getcharish:445:d1f722",
                                "ysrc": "getcharish:445:156cd2",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:445:6afba2",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:460e23",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Take-off procedures",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:1eee77",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Take-off procedures<br>epoch=2070<br>=Extreme winds a<br>nd wind directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Damage to high structures",
                                "type": "scatter",
                                "xsrc": "getcharish:445:ea65b7",
                                "ysrc": "getcharish:445:2f8526",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:445:b5c078",
                                "marker": {
                                    "color": "#FF6692",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:16b9e3",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Damage to high structures",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:cc6ab1",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Damage to high structures<br>epoch=2070<br>=Extreme winds a<br>nd wind directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Disruptive wind changes",
                                "type": "scatter",
                                "xsrc": "getcharish:445:82b6a3",
                                "ysrc": "getcharish:445:4b21ea",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:445:e6ee2f",
                                "marker": {
                                    "color": "#B6E880",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:3d1c9c",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Disruptive wind changes",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:f118c8",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Disruptive wind changes<br>epoch=2070<br>=Extreme winds a<br>nd wind directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (De-icing)",
                                "type": "scatter",
                                "xsrc": "getcharish:445:7c6801",
                                "ysrc": "getcharish:445:24b89f",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:445:9ab60c",
                                "marker": {
                                    "color": "#FF97FF",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:64ee40",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (De-icing)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:626c6b",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (De-icing)<br>epoch=2070<br>=Extreme cold<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (Closure)",
                                "type": "scatter",
                                "xsrc": "getcharish:445:2e986c",
                                "ysrc": "getcharish:445:919c80",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:445:5dd9cb",
                                "marker": {
                                    "color": "#FECB52",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:2a00f3",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (Closure)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:bcb8ad",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (Closure)<br>epoch=2070<br>=Extreme cold<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Low Visibility",
                                "type": "scatter",
                                "xsrc": "getcharish:445:929d1b",
                                "ysrc": "getcharish:445:68dfa5",
                                "xaxis": "x4",
                                "yaxis": "y4",
                                "idssrc": "getcharish:445:86a4de",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:a446cd",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Low Visibility",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:39308a",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Low Visibility<br>epoch=2070<br>=Low visibility<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Local ecosystem changes",
                                "type": "scatter",
                                "xsrc": "getcharish:445:cd6f06",
                                "ysrc": "getcharish:445:09bdbe",
                                "xaxis": "x5",
                                "yaxis": "y5",
                                "idssrc": "getcharish:445:ce70c9",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:86462c",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Local ecosystem changes",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:7359c4",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Local ecosystem changes<br>epoch=2070<br>=Maximum tempera<br>ture incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased fire risk",
                                "type": "scatter",
                                "xsrc": "getcharish:445:fb9292",
                                "ysrc": "getcharish:445:0cca91",
                                "xaxis": "x5",
                                "yaxis": "y5",
                                "idssrc": "getcharish:445:66989b",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:9cb470",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased fire risk",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:eb58e8",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased fire risk<br>epoch=2070<br>=Maximum tempera<br>ture incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased communicable diseases",
                                "type": "scatter",
                                "xsrc": "getcharish:445:841a8e",
                                "ysrc": "getcharish:445:6039ae",
                                "xaxis": "x5",
                                "yaxis": "y5",
                                "idssrc": "getcharish:445:09bdfe",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:3c6316",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased communicable diseases",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:b2aa2d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased communicable diseases<br>epoch=2070<br>=Maximum tempera<br>ture incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Changes to air currents",
                                "type": "scatter",
                                "xsrc": "getcharish:445:1c4f9b",
                                "ysrc": "getcharish:445:356f3d",
                                "xaxis": "x5",
                                "yaxis": "y5",
                                "idssrc": "getcharish:445:8eca6e",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:6c88d8",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Changes to air currents",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:3f23cb",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Changes to air currents<br>epoch=2070<br>=Maximum tempera<br>ture incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Electrical/power disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:445:a57fe6",
                                "ysrc": "getcharish:445:09f7a4",
                                "xaxis": "x6",
                                "yaxis": "y6",
                                "idssrc": "getcharish:445:c19bc8",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:888687",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Electrical/power disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:36e7ef",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Electrical/power disruption<br>epoch=2070<br>=Interdependency<br> risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Water supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:445:fe9a80",
                                "ysrc": "getcharish:445:72eb7d",
                                "xaxis": "x6",
                                "yaxis": "y6",
                                "idssrc": "getcharish:445:da2e84",
                                "marker": {
                                    "color": "#FF6692",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:bc8eed",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Water supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:d9e296",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Water supply disruption<br>epoch=2070<br>=Interdependency<br> risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Waste supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:445:14de7c",
                                "ysrc": "getcharish:445:73b806",
                                "xaxis": "x6",
                                "yaxis": "y6",
                                "idssrc": "getcharish:445:526f08",
                                "marker": {
                                    "color": "#B6E880",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:354d7c",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Waste supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:b3e03b",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Waste supply disruption<br>epoch=2070<br>=Interdependency<br> risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Concession/delivery disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:445:8fab47",
                                "ysrc": "getcharish:445:bf2713",
                                "xaxis": "x6",
                                "yaxis": "y6",
                                "idssrc": "getcharish:445:3708d1",
                                "marker": {
                                    "color": "#FF97FF",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:de400d",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Concession/delivery disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:21b942",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Concession/delivery disruption<br>epoch=2070<br>=Interdependency<br> risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Short-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:445:786df2",
                                "ysrc": "getcharish:445:a67296",
                                "xaxis": "x7",
                                "yaxis": "y7",
                                "idssrc": "getcharish:445:2855fc",
                                "marker": {
                                    "color": "#FECB52",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:30c2bf",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Short-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:290932",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Short-term disruptions in aviation<br>epoch=2070<br>=Aviation sector<br> risks<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Medium-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:445:4eb58f",
                                "ysrc": "getcharish:445:f90a6a",
                                "xaxis": "x7",
                                "yaxis": "y7",
                                "idssrc": "getcharish:445:1a8bfd",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:9057a1",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Medium-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:ba5d94",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Medium-term disruptions in aviation<br>epoch=2070<br>=Aviation sector<br> risks<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Long-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:445:cc7ae7",
                                "ysrc": "getcharish:445:678b1a",
                                "xaxis": "x7",
                                "yaxis": "y7",
                                "idssrc": "getcharish:445:0903f5",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.46875,
                                    "sizesrc": "getcharish:445:de9bac",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Long-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:445:f5343a",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Long-term disruptions in aviation<br>epoch=2070<br>=Aviation sector<br> risks<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2070"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "disclosure = Chronic Physical Risk"
                    },
                    "xaxis": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            0.13428571428571426
                        ]
                    },
                    "yaxis": {
                        "range": [
                            0,
                            7
                        ],
                        "title": {
                            "text": "consequence"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "legend": {
                        "title": {
                            "text": "label"
                        },
                        "itemsizing": "constant",
                        "tracegroupgap": 0
                    },
                    "xaxis2": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y2",
                        "domain": [
                            0.14428571428571427,
                            0.2785714285714285
                        ],
                        "matches": "x"
                    },
                    "xaxis3": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y3",
                        "domain": [
                            0.28857142857142853,
                            0.4228571428571428
                        ],
                        "matches": "x"
                    },
                    "xaxis4": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y4",
                        "domain": [
                            0.43285714285714283,
                            0.5671428571428571
                        ],
                        "matches": "x"
                    },
                    "xaxis5": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y5",
                        "domain": [
                            0.5771428571428571,
                            0.7114285714285713
                        ],
                        "matches": "x"
                    },
                    "xaxis6": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y6",
                        "domain": [
                            0.7214285714285713,
                            0.8557142857142855
                        ],
                        "matches": "x"
                    },
                    "xaxis7": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y7",
                        "domain": [
                            0.8657142857142854,
                            0.9999999999999997
                        ],
                        "matches": "x"
                    },
                    "yaxis2": {
                        "anchor": "x2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "yaxis3": {
                        "anchor": "x3",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "yaxis4": {
                        "anchor": "x4",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "yaxis5": {
                        "anchor": "x5",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "yaxis6": {
                        "anchor": "x6",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "yaxis7": {
                        "anchor": "x7",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "sliders": [
                        {
                            "x": 0.1,
                            "y": 0,
                            "len": 0.9,
                            "pad": {
                                "b": 10,
                                "t": 60
                            },
                            "steps": [
                                {
                                    "args": [
                                        [
                                            "2020"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "2020",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2030"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "2030",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2070"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "2070",
                                    "method": "animate"
                                }
                            ],
                            "active": 0,
                            "xanchor": "left",
                            "yanchor": "top",
                            "currentvalue": {
                                "prefix": "epoch="
                            }
                        }
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "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",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "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": "#E5ECF6",
                                            "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": {
                                        "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
                                    },
                                    "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": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "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": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "annotations": [
                        {
                            "x": 0.06714285714285713,
                            "y": 1.0,
                            "font": {},
                            "text": "=Maximum tempera<br>ture",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.2114285714285714,
                            "y": 1.0,
                            "font": {},
                            "text": "=Extreme winds a<br>nd wind directi<br>on",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.35571428571428565,
                            "y": 1.0,
                            "font": {},
                            "text": "=Extreme cold",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.49999999999999994,
                            "y": 1.0,
                            "font": {},
                            "text": "=Low visibility",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.6442857142857141,
                            "y": 1.0,
                            "font": {},
                            "text": "=Maximum tempera<br>ture incidental",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.7885714285714285,
                            "y": 1.0,
                            "font": {},
                            "text": "=Interdependency<br> risk",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.9328571428571426,
                            "y": 1.0,
                            "font": {},
                            "text": "=Aviation sector<br> risks",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ],
                    "updatemenus": [
                        {
                            "x": 0.1,
                            "y": 0,
                            "pad": {
                                "r": 10,
                                "t": 70
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "&#9654;",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            null
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "&#9724;",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "direction": "left",
                            "showactive": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~getcharish",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-07-24 12:58:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "getcharish",
                "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-19T22:37:36.931265Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~getcharish/270.embed",
            "fid": "getcharish:270",
            "filename": "dummyPhysicalRisksforIndirect Chronic",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/getcharish/270/9_F8O9UKI22SL9LP9KSQSW5H6NZVN9KT.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/getcharish/270/2_P9QW2P0GF46K4BO13UOMZ1GJMCU76F.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/270/8_V5IS7R2NUUYNUCNRA7IFO6TU98LQ1R.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/270/9_F8O9UKI22SL9LP9KSQSW5H6NZVN9KT.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/getcharish:270",
                "plots": "https://api.plotly.com/v2/plots/getcharish:270",
                "parent": "https://api.plotly.com/v2/folders/home?user=getcharish"
            },
            "owner": "getcharish",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~getcharish/270/",
            "world_readable": true,
            "date_modified": "2024-04-22T14:55:22.205Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~getcharish/270/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Local ecosystem changes",
                        "type": "scatter",
                        "xsrc": "getcharish:449:32a3cd",
                        "ysrc": "getcharish:449:6dad85",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:449:f45b16",
                        "marker": {
                            "color": "#636efa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.026041666666666668,
                            "sizesrc": "getcharish:449:baa7db",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Local ecosystem changes",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:449:419e7d",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Local ecosystem changes<br>epoch=2020<br>=Maximum temperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Increased fire risk",
                        "type": "scatter",
                        "xsrc": "getcharish:449:77f381",
                        "ysrc": "getcharish:449:00a792",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:449:4b2669",
                        "marker": {
                            "color": "#EF553B",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.026041666666666668,
                            "sizesrc": "getcharish:449:0e404d",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Increased fire risk",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:449:3c22f8",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased fire risk<br>epoch=2020<br>=Maximum temperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Increased communicable diseases",
                        "type": "scatter",
                        "xsrc": "getcharish:449:d5ce6c",
                        "ysrc": "getcharish:449:9a8405",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:449:1f3ecf",
                        "marker": {
                            "color": "#00cc96",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.026041666666666668,
                            "sizesrc": "getcharish:449:cc5ce7",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Increased communicable diseases",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:449:4a529b",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased communicable diseases<br>epoch=2020<br>=Maximum temperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Changes to air currents",
                        "type": "scatter",
                        "xsrc": "getcharish:449:ac3f9c",
                        "ysrc": "getcharish:449:2e4ab2",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:449:0ea13b",
                        "marker": {
                            "color": "#ab63fa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.026041666666666668,
                            "sizesrc": "getcharish:449:161c2c",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Changes to air currents",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:449:236662",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Changes to air currents<br>epoch=2020<br>=Maximum temperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Electrical/power disruption",
                        "type": "scatter",
                        "xsrc": "getcharish:449:0ac299",
                        "ysrc": "getcharish:449:9beed0",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "idssrc": "getcharish:449:f254a4",
                        "marker": {
                            "color": "#FFA15A",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.026041666666666668,
                            "sizesrc": "getcharish:449:741c81",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Electrical/power disruption",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:449:aa89b0",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Electrical/power disruption<br>epoch=2020<br>=Interdependency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Water supply disruption",
                        "type": "scatter",
                        "xsrc": "getcharish:449:47ae45",
                        "ysrc": "getcharish:449:8ee6e4",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "idssrc": "getcharish:449:f7130c",
                        "marker": {
                            "color": "#19d3f3",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.026041666666666668,
                            "sizesrc": "getcharish:449:66eeee",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Water supply disruption",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:449:4d30b1",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Water supply disruption<br>epoch=2020<br>=Interdependency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Waste supply disruption",
                        "type": "scatter",
                        "xsrc": "getcharish:449:90a270",
                        "ysrc": "getcharish:449:622ab9",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "idssrc": "getcharish:449:0f5821",
                        "marker": {
                            "color": "#FF6692",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.026041666666666668,
                            "sizesrc": "getcharish:449:bdd6cb",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Waste supply disruption",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:449:3bbe4b",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Waste supply disruption<br>epoch=2020<br>=Interdependency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Concession/delivery disruption",
                        "type": "scatter",
                        "xsrc": "getcharish:449:344268",
                        "ysrc": "getcharish:449:91b721",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "idssrc": "getcharish:449:4bf4ac",
                        "marker": {
                            "color": "#B6E880",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.026041666666666668,
                            "sizesrc": "getcharish:449:989ea9",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Concession/delivery disruption",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:449:5390a0",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Concession/delivery disruption<br>epoch=2020<br>=Interdependency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Short-term disruptions in aviation",
                        "type": "scatter",
                        "xsrc": "getcharish:449:308dcd",
                        "ysrc": "getcharish:449:8739d5",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "idssrc": "getcharish:449:1bea73",
                        "marker": {
                            "color": "#FF97FF",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.026041666666666668,
                            "sizesrc": "getcharish:449:3eef47",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Short-term disruptions in aviation",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:449:f1acdf",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Short-term disruptions in aviation<br>epoch=2020<br>=Aviation sector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Medium-term disruptions in aviation",
                        "type": "scatter",
                        "xsrc": "getcharish:449:21668d",
                        "ysrc": "getcharish:449:9e4d85",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "idssrc": "getcharish:449:703d97",
                        "marker": {
                            "color": "#FECB52",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.026041666666666668,
                            "sizesrc": "getcharish:449:24bc2a",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Medium-term disruptions in aviation",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:449:612c4d",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Medium-term disruptions in aviation<br>epoch=2020<br>=Aviation sector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Long-term disruptions in aviation",
                        "type": "scatter",
                        "xsrc": "getcharish:449:b664de",
                        "ysrc": "getcharish:449:01a8d5",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "idssrc": "getcharish:449:35fd48",
                        "marker": {
                            "color": "#636efa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.026041666666666668,
                            "sizesrc": "getcharish:449:23c3ba",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Long-term disruptions in aviation",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:449:e84836",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Long-term disruptions in aviation<br>epoch=2020<br>=Aviation sector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Local ecosystem changes",
                                "type": "scatter",
                                "xsrc": "getcharish:449:d15e08",
                                "ysrc": "getcharish:449:fba0e7",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:449:a9d4b3",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:cc27e0",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Local ecosystem changes",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:469059",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Local ecosystem changes<br>epoch=2020<br>=Maximum temperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased fire risk",
                                "type": "scatter",
                                "xsrc": "getcharish:449:522490",
                                "ysrc": "getcharish:449:6834d0",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:449:6d1ea4",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:df92c5",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased fire risk",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:7ffad2",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased fire risk<br>epoch=2020<br>=Maximum temperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased communicable diseases",
                                "type": "scatter",
                                "xsrc": "getcharish:449:bd6920",
                                "ysrc": "getcharish:449:bb773a",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:449:d95576",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:0e98a9",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased communicable diseases",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:b0467a",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased communicable diseases<br>epoch=2020<br>=Maximum temperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Changes to air currents",
                                "type": "scatter",
                                "xsrc": "getcharish:449:561b30",
                                "ysrc": "getcharish:449:5341b3",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:449:49f028",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:3c6c19",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Changes to air currents",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:b92eab",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Changes to air currents<br>epoch=2020<br>=Maximum temperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Electrical/power disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:449:b66fd1",
                                "ysrc": "getcharish:449:4d6d00",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:449:a200b0",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:6de4cb",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Electrical/power disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:f57c55",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Electrical/power disruption<br>epoch=2020<br>=Interdependency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Water supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:449:509f00",
                                "ysrc": "getcharish:449:c37fd6",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:449:9cd78e",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:feb420",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Water supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:73834f",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Water supply disruption<br>epoch=2020<br>=Interdependency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Waste supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:449:c4493e",
                                "ysrc": "getcharish:449:f902ed",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:449:faf924",
                                "marker": {
                                    "color": "#FF6692",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:7c1898",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Waste supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:5ec3f4",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Waste supply disruption<br>epoch=2020<br>=Interdependency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Concession/delivery disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:449:b57cb8",
                                "ysrc": "getcharish:449:bcd23d",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:449:93a28a",
                                "marker": {
                                    "color": "#B6E880",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:f9a722",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Concession/delivery disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:1526b9",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Concession/delivery disruption<br>epoch=2020<br>=Interdependency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Short-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:449:4ddbaf",
                                "ysrc": "getcharish:449:8f41f6",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:449:2fc1c0",
                                "marker": {
                                    "color": "#FF97FF",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:6418b1",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Short-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:f6676e",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Short-term disruptions in aviation<br>epoch=2020<br>=Aviation sector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Medium-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:449:f3c539",
                                "ysrc": "getcharish:449:d2955c",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:449:9ee202",
                                "marker": {
                                    "color": "#FECB52",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:fcbba4",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Medium-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:3ae468",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Medium-term disruptions in aviation<br>epoch=2020<br>=Aviation sector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Long-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:449:9cfbaa",
                                "ysrc": "getcharish:449:0edc0a",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:449:5946bf",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:987900",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Long-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:7d9a6d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Long-term disruptions in aviation<br>epoch=2020<br>=Aviation sector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2020"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Local ecosystem changes",
                                "type": "scatter",
                                "xsrc": "getcharish:449:494a42",
                                "ysrc": "getcharish:449:fedaf8",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:449:896acc",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:e008f3",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Local ecosystem changes",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:9d458c",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Local ecosystem changes<br>epoch=2030<br>=Maximum temperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased fire risk",
                                "type": "scatter",
                                "xsrc": "getcharish:449:6563c2",
                                "ysrc": "getcharish:449:c7c400",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:449:186d78",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:62a50f",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased fire risk",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:ec9032",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased fire risk<br>epoch=2030<br>=Maximum temperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased communicable diseases",
                                "type": "scatter",
                                "xsrc": "getcharish:449:72d431",
                                "ysrc": "getcharish:449:6c9e6c",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:449:5bc603",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:3b6037",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased communicable diseases",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:d7507c",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased communicable diseases<br>epoch=2030<br>=Maximum temperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Changes to air currents",
                                "type": "scatter",
                                "xsrc": "getcharish:449:9a02cb",
                                "ysrc": "getcharish:449:3f249a",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:449:5b6407",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:60f8fe",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Changes to air currents",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:f6a60d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Changes to air currents<br>epoch=2030<br>=Maximum temperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Electrical/power disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:449:36949b",
                                "ysrc": "getcharish:449:daafc4",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:449:88ee38",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:0ae421",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Electrical/power disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:8cc108",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Electrical/power disruption<br>epoch=2030<br>=Interdependency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Water supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:449:1040e9",
                                "ysrc": "getcharish:449:c5b830",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:449:bf7e8f",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:e6f324",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Water supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:c8f2f4",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Water supply disruption<br>epoch=2030<br>=Interdependency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Waste supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:449:de70fb",
                                "ysrc": "getcharish:449:5d1aea",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:449:7640d4",
                                "marker": {
                                    "color": "#FF6692",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:7eb78a",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Waste supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:64e4aa",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Waste supply disruption<br>epoch=2030<br>=Interdependency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Concession/delivery disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:449:6bb7e0",
                                "ysrc": "getcharish:449:e49736",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:449:6cb763",
                                "marker": {
                                    "color": "#B6E880",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:cfcdc4",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Concession/delivery disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:f689bd",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Concession/delivery disruption<br>epoch=2030<br>=Interdependency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Short-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:449:9cf2c1",
                                "ysrc": "getcharish:449:003d4f",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:449:ad64f0",
                                "marker": {
                                    "color": "#FF97FF",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:c12be1",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Short-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:c5a2a6",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Short-term disruptions in aviation<br>epoch=2030<br>=Aviation sector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Medium-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:449:6944b2",
                                "ysrc": "getcharish:449:d4329f",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:449:7d001b",
                                "marker": {
                                    "color": "#FECB52",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:2a67e9",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Medium-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:922a73",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Medium-term disruptions in aviation<br>epoch=2030<br>=Aviation sector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Long-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:449:f3485b",
                                "ysrc": "getcharish:449:df549a",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:449:f99fc4",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:b61cf9",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Long-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:182c1c",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Long-term disruptions in aviation<br>epoch=2030<br>=Aviation sector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2030"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Local ecosystem changes",
                                "type": "scatter",
                                "xsrc": "getcharish:449:094b50",
                                "ysrc": "getcharish:449:3e695b",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:449:087ff7",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:f46bea",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Local ecosystem changes",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:c593d6",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Local ecosystem changes<br>epoch=2070<br>=Maximum temperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased fire risk",
                                "type": "scatter",
                                "xsrc": "getcharish:449:d8a2b5",
                                "ysrc": "getcharish:449:16a7a4",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:449:083397",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:575c88",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased fire risk",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:a5ecf8",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased fire risk<br>epoch=2070<br>=Maximum temperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased communicable diseases",
                                "type": "scatter",
                                "xsrc": "getcharish:449:7d8a3c",
                                "ysrc": "getcharish:449:6d223b",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:449:e88480",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:f08457",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased communicable diseases",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:617b9d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased communicable diseases<br>epoch=2070<br>=Maximum temperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Changes to air currents",
                                "type": "scatter",
                                "xsrc": "getcharish:449:53ad15",
                                "ysrc": "getcharish:449:304045",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:449:343680",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:390752",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Changes to air currents",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:f2e912",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Changes to air currents<br>epoch=2070<br>=Maximum temperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Electrical/power disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:449:00de13",
                                "ysrc": "getcharish:449:0376d2",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:449:93a9b8",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:7b4b0d",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Electrical/power disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:74ea57",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Electrical/power disruption<br>epoch=2070<br>=Interdependency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Water supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:449:0e3842",
                                "ysrc": "getcharish:449:b33079",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:449:c79a83",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:c31fd2",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Water supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:4aca21",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Water supply disruption<br>epoch=2070<br>=Interdependency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Waste supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:449:da1633",
                                "ysrc": "getcharish:449:4bc01f",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:449:26c184",
                                "marker": {
                                    "color": "#FF6692",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:cb08f0",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Waste supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:71a6c1",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Waste supply disruption<br>epoch=2070<br>=Interdependency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Concession/delivery disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:449:8f5f69",
                                "ysrc": "getcharish:449:bbebad",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:449:cef4a4",
                                "marker": {
                                    "color": "#B6E880",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:a11d3f",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Concession/delivery disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:58f038",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Concession/delivery disruption<br>epoch=2070<br>=Interdependency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Short-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:449:055cb3",
                                "ysrc": "getcharish:449:b8fbbf",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:449:fb7816",
                                "marker": {
                                    "color": "#FF97FF",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:a9a066",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Short-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:eccd7b",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Short-term disruptions in aviation<br>epoch=2070<br>=Aviation sector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Medium-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:449:311887",
                                "ysrc": "getcharish:449:2e2916",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:449:f3d7d8",
                                "marker": {
                                    "color": "#FECB52",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:079f98",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Medium-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:383c88",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Medium-term disruptions in aviation<br>epoch=2070<br>=Aviation sector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Long-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:449:c863db",
                                "ysrc": "getcharish:449:e948d4",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:449:fbe2b3",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.026041666666666668,
                                    "sizesrc": "getcharish:449:6eab1f",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Long-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:449:f2e2c0",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Long-term disruptions in aviation<br>epoch=2070<br>=Aviation sector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2070"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "disclosure = Indirect Chronic"
                    },
                    "xaxis": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            0.32666666666666666
                        ]
                    },
                    "yaxis": {
                        "range": [
                            0,
                            7
                        ],
                        "title": {
                            "text": "consequence"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "legend": {
                        "title": {
                            "text": "label"
                        },
                        "itemsizing": "constant",
                        "tracegroupgap": 0
                    },
                    "xaxis2": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y2",
                        "domain": [
                            0.33666666666666667,
                            0.6633333333333333
                        ],
                        "matches": "x"
                    },
                    "xaxis3": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y3",
                        "domain": [
                            0.6733333333333333,
                            1.0
                        ],
                        "matches": "x"
                    },
                    "yaxis2": {
                        "anchor": "x2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "yaxis3": {
                        "anchor": "x3",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "sliders": [
                        {
                            "x": 0.1,
                            "y": 0,
                            "len": 0.9,
                            "pad": {
                                "b": 10,
                                "t": 60
                            },
                            "steps": [
                                {
                                    "args": [
                                        [
                                            "2020"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "2020",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2030"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "2030",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2070"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "2070",
                                    "method": "animate"
                                }
                            ],
                            "active": 0,
                            "xanchor": "left",
                            "yanchor": "top",
                            "currentvalue": {
                                "prefix": "epoch="
                            }
                        }
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "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",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "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": "#E5ECF6",
                                            "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": {
                                        "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
                                    },
                                    "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": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "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": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "annotations": [
                        {
                            "x": 0.16333333333333333,
                            "y": 1.0,
                            "font": {},
                            "text": "=Maximum temperature <br>incidental",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.5,
                            "y": 1.0,
                            "font": {},
                            "text": "=Interdependency risk",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.8366666666666667,
                            "y": 1.0,
                            "font": {},
                            "text": "=Aviation sector risk<br>s",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ],
                    "updatemenus": [
                        {
                            "x": 0.1,
                            "y": 0,
                            "pad": {
                                "r": 10,
                                "t": 70
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "&#9654;",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            null
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "&#9724;",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "direction": "left",
                            "showactive": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~getcharish",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-07-24 12:58:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "getcharish",
                "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-19T22:37:31.762353Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~getcharish/268.embed",
            "fid": "getcharish:268",
            "filename": "dummyPhysicalRisksforDirect Acute",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/getcharish/268/9_WFAET9T6PYCR19EZNSCN1PJ1SBNRRF.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/getcharish/268/2_BGMLUE0OMSOAECN5RNXWYISU1B0UAZ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/268/8_T16GFSN0J14IJNFC6GGD36YL0XJ65B.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/268/9_WFAET9T6PYCR19EZNSCN1PJ1SBNRRF.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/getcharish:268",
                "plots": "https://api.plotly.com/v2/plots/getcharish:268",
                "parent": "https://api.plotly.com/v2/folders/home?user=getcharish"
            },
            "owner": "getcharish",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~getcharish/268/",
            "world_readable": true,
            "date_modified": "2024-04-22T14:55:14.358Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~getcharish/268/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Pluvial Flooding",
                        "type": "scatter",
                        "xsrc": "getcharish:448:3a5874",
                        "ysrc": "getcharish:448:ed53a2",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:448:420ec7",
                        "marker": {
                            "color": "#636efa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.1171875,
                            "sizesrc": "getcharish:448:be6f60",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Pluvial Flooding",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:448:e824ec",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Pluvial Flooding<br>epoch=2020<br>=Rainfall/flooding<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Groundwater Flooding",
                        "type": "scatter",
                        "xsrc": "getcharish:448:64bbb5",
                        "ysrc": "getcharish:448:519adf",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:448:fb7c21",
                        "marker": {
                            "color": "#EF553B",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.1171875,
                            "sizesrc": "getcharish:448:b0c451",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Groundwater Flooding",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:448:96f94f",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Groundwater Flooding<br>epoch=2020<br>=Rainfall/flooding<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Increased Snowfall",
                        "type": "scatter",
                        "xsrc": "getcharish:448:333337",
                        "ysrc": "getcharish:448:636acd",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "idssrc": "getcharish:448:f82c69",
                        "marker": {
                            "color": "#00cc96",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.1171875,
                            "sizesrc": "getcharish:448:6045ef",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Increased Snowfall",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:448:85d0ee",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased Snowfall<br>epoch=2020<br>=Snowfall<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Lightning/Thunderstorms",
                        "type": "scatter",
                        "xsrc": "getcharish:448:ab8148",
                        "ysrc": "getcharish:448:233602",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "idssrc": "getcharish:448:b36852",
                        "marker": {
                            "color": "#ab63fa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.1171875,
                            "sizesrc": "getcharish:448:43f500",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Lightning/Thunderstorms",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:448:934f4f",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Lightning/Thunderstorms<br>epoch=2020<br>=Lightning/thundersto<br>rms<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Blizzard Conditions",
                        "type": "scatter",
                        "xsrc": "getcharish:448:d1abd7",
                        "ysrc": "getcharish:448:d839d9",
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "idssrc": "getcharish:448:d360c1",
                        "marker": {
                            "color": "#FFA15A",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.1171875,
                            "sizesrc": "getcharish:448:3ec546",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Blizzard Conditions",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:448:11da65",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Blizzard Conditions<br>epoch=2020<br>=Compound events<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Flight disruptions",
                        "type": "scatter",
                        "xsrc": "getcharish:448:931d33",
                        "ysrc": "getcharish:448:711e3a",
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "idssrc": "getcharish:448:ca9abd",
                        "marker": {
                            "color": "#19d3f3",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.1171875,
                            "sizesrc": "getcharish:448:387390",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Flight disruptions",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:448:3824eb",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Flight disruptions<br>epoch=2020<br>=Compound events<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Pluvial Flooding",
                                "type": "scatter",
                                "xsrc": "getcharish:448:3f6455",
                                "ysrc": "getcharish:448:96344c",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:448:1e6814",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.1171875,
                                    "sizesrc": "getcharish:448:dfd9c4",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Pluvial Flooding",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:448:65a303",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Pluvial Flooding<br>epoch=2020<br>=Rainfall/flooding<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Groundwater Flooding",
                                "type": "scatter",
                                "xsrc": "getcharish:448:3873e4",
                                "ysrc": "getcharish:448:758c82",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:448:1a310d",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.1171875,
                                    "sizesrc": "getcharish:448:d37c7c",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Groundwater Flooding",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:448:40d94b",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Groundwater Flooding<br>epoch=2020<br>=Rainfall/flooding<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased Snowfall",
                                "type": "scatter",
                                "xsrc": "getcharish:448:82ebc4",
                                "ysrc": "getcharish:448:a935bd",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:448:e7fc10",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.1171875,
                                    "sizesrc": "getcharish:448:e25379",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased Snowfall",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:448:46222d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased Snowfall<br>epoch=2020<br>=Snowfall<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Lightning/Thunderstorms",
                                "type": "scatter",
                                "xsrc": "getcharish:448:158517",
                                "ysrc": "getcharish:448:eff925",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:448:bb33c0",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.1171875,
                                    "sizesrc": "getcharish:448:9680d5",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Lightning/Thunderstorms",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:448:2f77db",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Lightning/Thunderstorms<br>epoch=2020<br>=Lightning/thundersto<br>rms<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Blizzard Conditions",
                                "type": "scatter",
                                "xsrc": "getcharish:448:97927c",
                                "ysrc": "getcharish:448:239f27",
                                "xaxis": "x4",
                                "yaxis": "y4",
                                "idssrc": "getcharish:448:0cee63",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.1171875,
                                    "sizesrc": "getcharish:448:32fa9b",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Blizzard Conditions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:448:2dd73d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Blizzard Conditions<br>epoch=2020<br>=Compound events<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Flight disruptions",
                                "type": "scatter",
                                "xsrc": "getcharish:448:a6aa59",
                                "ysrc": "getcharish:448:5b0011",
                                "xaxis": "x4",
                                "yaxis": "y4",
                                "idssrc": "getcharish:448:1e9ce7",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.1171875,
                                    "sizesrc": "getcharish:448:6d2830",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Flight disruptions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:448:58f241",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Flight disruptions<br>epoch=2020<br>=Compound events<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2020"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Pluvial Flooding",
                                "type": "scatter",
                                "xsrc": "getcharish:448:0302d3",
                                "ysrc": "getcharish:448:5572e5",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:448:d1b54b",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.1171875,
                                    "sizesrc": "getcharish:448:70bd72",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Pluvial Flooding",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:448:4f0d02",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Pluvial Flooding<br>epoch=2030<br>=Rainfall/flooding<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Groundwater Flooding",
                                "type": "scatter",
                                "xsrc": "getcharish:448:886eb4",
                                "ysrc": "getcharish:448:51248a",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:448:e9ab18",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.1171875,
                                    "sizesrc": "getcharish:448:9a79d4",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Groundwater Flooding",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:448:13c780",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Groundwater Flooding<br>epoch=2030<br>=Rainfall/flooding<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased Snowfall",
                                "type": "scatter",
                                "xsrc": "getcharish:448:db692f",
                                "ysrc": "getcharish:448:a21ad6",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:448:200b2e",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.1171875,
                                    "sizesrc": "getcharish:448:df3da4",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased Snowfall",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:448:ec5c7d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased Snowfall<br>epoch=2030<br>=Snowfall<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Lightning/Thunderstorms",
                                "type": "scatter",
                                "xsrc": "getcharish:448:46da80",
                                "ysrc": "getcharish:448:a9ac7a",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:448:0e24b6",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.1171875,
                                    "sizesrc": "getcharish:448:0351f2",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Lightning/Thunderstorms",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:448:becf48",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Lightning/Thunderstorms<br>epoch=2030<br>=Lightning/thundersto<br>rms<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Blizzard Conditions",
                                "type": "scatter",
                                "xsrc": "getcharish:448:492993",
                                "ysrc": "getcharish:448:8a28e0",
                                "xaxis": "x4",
                                "yaxis": "y4",
                                "idssrc": "getcharish:448:6434f8",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.1171875,
                                    "sizesrc": "getcharish:448:68273c",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Blizzard Conditions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:448:22d0ac",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Blizzard Conditions<br>epoch=2030<br>=Compound events<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Flight disruptions",
                                "type": "scatter",
                                "xsrc": "getcharish:448:6cfec0",
                                "ysrc": "getcharish:448:9a7bda",
                                "xaxis": "x4",
                                "yaxis": "y4",
                                "idssrc": "getcharish:448:d56db7",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.1171875,
                                    "sizesrc": "getcharish:448:b32142",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Flight disruptions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:448:a2056b",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Flight disruptions<br>epoch=2030<br>=Compound events<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2030"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Pluvial Flooding",
                                "type": "scatter",
                                "xsrc": "getcharish:448:163257",
                                "ysrc": "getcharish:448:681fcb",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:448:54abf5",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.1171875,
                                    "sizesrc": "getcharish:448:7f2fcf",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Pluvial Flooding",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:448:51e1b5",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Pluvial Flooding<br>epoch=2070<br>=Rainfall/flooding<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Groundwater Flooding",
                                "type": "scatter",
                                "xsrc": "getcharish:448:6285ac",
                                "ysrc": "getcharish:448:da4ed5",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:448:02a4bb",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.1171875,
                                    "sizesrc": "getcharish:448:762195",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Groundwater Flooding",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:448:9be436",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Groundwater Flooding<br>epoch=2070<br>=Rainfall/flooding<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased Snowfall",
                                "type": "scatter",
                                "xsrc": "getcharish:448:df90fd",
                                "ysrc": "getcharish:448:45cd68",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:448:ae578c",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.1171875,
                                    "sizesrc": "getcharish:448:65080d",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased Snowfall",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:448:ce5ad3",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased Snowfall<br>epoch=2070<br>=Snowfall<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Lightning/Thunderstorms",
                                "type": "scatter",
                                "xsrc": "getcharish:448:26de6e",
                                "ysrc": "getcharish:448:41e6bb",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:448:5983e6",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.1171875,
                                    "sizesrc": "getcharish:448:68fb3b",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Lightning/Thunderstorms",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:448:d6ccc2",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Lightning/Thunderstorms<br>epoch=2070<br>=Lightning/thundersto<br>rms<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Blizzard Conditions",
                                "type": "scatter",
                                "xsrc": "getcharish:448:60db7c",
                                "ysrc": "getcharish:448:3db35a",
                                "xaxis": "x4",
                                "yaxis": "y4",
                                "idssrc": "getcharish:448:206e41",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.1171875,
                                    "sizesrc": "getcharish:448:5468b1",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Blizzard Conditions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:448:2dc934",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Blizzard Conditions<br>epoch=2070<br>=Compound events<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Flight disruptions",
                                "type": "scatter",
                                "xsrc": "getcharish:448:0330c7",
                                "ysrc": "getcharish:448:1f9a44",
                                "xaxis": "x4",
                                "yaxis": "y4",
                                "idssrc": "getcharish:448:7ff34d",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.1171875,
                                    "sizesrc": "getcharish:448:13caf0",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Flight disruptions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:448:024a0a",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Flight disruptions<br>epoch=2070<br>=Compound events<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2070"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "disclosure = Direct Acute"
                    },
                    "xaxis": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            0.2425
                        ]
                    },
                    "yaxis": {
                        "range": [
                            0,
                            7
                        ],
                        "title": {
                            "text": "consequence"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "legend": {
                        "title": {
                            "text": "label"
                        },
                        "itemsizing": "constant",
                        "tracegroupgap": 0
                    },
                    "xaxis2": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y2",
                        "domain": [
                            0.2525,
                            0.495
                        ],
                        "matches": "x"
                    },
                    "xaxis3": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y3",
                        "domain": [
                            0.505,
                            0.7475
                        ],
                        "matches": "x"
                    },
                    "xaxis4": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y4",
                        "domain": [
                            0.7575000000000001,
                            1.0
                        ],
                        "matches": "x"
                    },
                    "yaxis2": {
                        "anchor": "x2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "yaxis3": {
                        "anchor": "x3",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "yaxis4": {
                        "anchor": "x4",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "sliders": [
                        {
                            "x": 0.1,
                            "y": 0,
                            "len": 0.9,
                            "pad": {
                                "b": 10,
                                "t": 60
                            },
                            "steps": [
                                {
                                    "args": [
                                        [
                                            "2020"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "2020",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2030"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "2030",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2070"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "2070",
                                    "method": "animate"
                                }
                            ],
                            "active": 0,
                            "xanchor": "left",
                            "yanchor": "top",
                            "currentvalue": {
                                "prefix": "epoch="
                            }
                        }
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "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",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "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": "#E5ECF6",
                                            "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": {
                                        "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
                                    },
                                    "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": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "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": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "annotations": [
                        {
                            "x": 0.12125,
                            "y": 1.0,
                            "font": {},
                            "text": "=Rainfall/flooding",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.37375,
                            "y": 1.0,
                            "font": {},
                            "text": "=Snowfall",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.62625,
                            "y": 1.0,
                            "font": {},
                            "text": "=Lightning/thundersto<br>rms",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.87875,
                            "y": 1.0,
                            "font": {},
                            "text": "=Compound events",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ],
                    "updatemenus": [
                        {
                            "x": 0.1,
                            "y": 0,
                            "pad": {
                                "r": 10,
                                "t": 70
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "&#9654;",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            null
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "&#9724;",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "direction": "left",
                            "showactive": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~getcharish",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-07-24 12:58:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "getcharish",
                "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-19T22:37:26.186899Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~getcharish/266.embed",
            "fid": "getcharish:266",
            "filename": "dummyPhysicalRisksforDirect Chronic",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/getcharish/266/9_AF6IQHEQ759NM02VO22BIYU9S91JY9.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/getcharish/266/2_EECP2QJR3OPRR0AQPQ425N9WY3AJPN.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/266/8_N94N55E0FKQMKYNIOBBNZLP20PRMZI.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/266/9_AF6IQHEQ759NM02VO22BIYU9S91JY9.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/getcharish:266",
                "plots": "https://api.plotly.com/v2/plots/getcharish:266",
                "parent": "https://api.plotly.com/v2/folders/home?user=getcharish"
            },
            "owner": "getcharish",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~getcharish/266/",
            "world_readable": true,
            "date_modified": "2024-04-22T14:55:07.952Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~getcharish/266/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Infrastructure damage (runway/apron tarmac)",
                        "type": "scatter",
                        "xsrc": "getcharish:447:3c18b8",
                        "ysrc": "getcharish:447:5a516c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:447:5db886",
                        "marker": {
                            "color": "#636efa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.3255208333333333,
                            "sizesrc": "getcharish:447:4b4172",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Infrastructure damage (runway/apron tarmac)",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:447:f4034a",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Infrastructure damage (runway/apron tarmac)<br>epoch=2020<br>=Maximum temperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Surface access route integrity",
                        "type": "scatter",
                        "xsrc": "getcharish:447:39bc14",
                        "ysrc": "getcharish:447:da31bf",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:447:a52c07",
                        "marker": {
                            "color": "#EF553B",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.3255208333333333,
                            "sizesrc": "getcharish:447:e73804",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Surface access route integrity",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:447:e407cc",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Surface access route integrity<br>epoch=2020<br>=Maximum temperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Maximum take-off weight limitations",
                        "type": "scatter",
                        "xsrc": "getcharish:447:e7e8bd",
                        "ysrc": "getcharish:447:bb62d5",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:447:822594",
                        "marker": {
                            "color": "#00cc96",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.3255208333333333,
                            "sizesrc": "getcharish:447:a01243",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Maximum take-off weight limitations",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:447:67c30a",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Maximum take-off weight limitations<br>epoch=2020<br>=Maximum temperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Staff & passenger thermal comfort",
                        "type": "scatter",
                        "xsrc": "getcharish:447:f4945e",
                        "ysrc": "getcharish:447:4ce6ad",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:447:f7dabb",
                        "marker": {
                            "color": "#ab63fa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.3255208333333333,
                            "sizesrc": "getcharish:447:48c498",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Staff & passenger thermal comfort",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:447:097d95",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Staff & passenger thermal comfort<br>epoch=2020<br>=Maximum temperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Construction/maintenance delays",
                        "type": "scatter",
                        "xsrc": "getcharish:447:332255",
                        "ysrc": "getcharish:447:9f4656",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:447:cdb61f",
                        "marker": {
                            "color": "#FFA15A",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.3255208333333333,
                            "sizesrc": "getcharish:447:32008c",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Construction/maintenance delays",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:447:c3ac2e",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Construction/maintenance delays<br>epoch=2020<br>=Maximum temperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Take-off procedures",
                        "type": "scatter",
                        "xsrc": "getcharish:447:805e48",
                        "ysrc": "getcharish:447:86526d",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "idssrc": "getcharish:447:446fbf",
                        "marker": {
                            "color": "#19d3f3",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.3255208333333333,
                            "sizesrc": "getcharish:447:5beb85",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Take-off procedures",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:447:d5f154",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Take-off procedures<br>epoch=2020<br>=Extreme winds and wi<br>nd direction<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Damage to high structures",
                        "type": "scatter",
                        "xsrc": "getcharish:447:6e2b25",
                        "ysrc": "getcharish:447:c8ea3e",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "idssrc": "getcharish:447:9442f4",
                        "marker": {
                            "color": "#FF6692",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.3255208333333333,
                            "sizesrc": "getcharish:447:40e333",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Damage to high structures",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:447:72d04a",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Damage to high structures<br>epoch=2020<br>=Extreme winds and wi<br>nd direction<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Disruptive wind changes",
                        "type": "scatter",
                        "xsrc": "getcharish:447:fa4208",
                        "ysrc": "getcharish:447:a73602",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "idssrc": "getcharish:447:84781d",
                        "marker": {
                            "color": "#B6E880",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.3255208333333333,
                            "sizesrc": "getcharish:447:c4175e",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Disruptive wind changes",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:447:f8d793",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Disruptive wind changes<br>epoch=2020<br>=Extreme winds and wi<br>nd direction<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Extreme Cold (De-icing)",
                        "type": "scatter",
                        "xsrc": "getcharish:447:52c9b5",
                        "ysrc": "getcharish:447:482465",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "idssrc": "getcharish:447:64cd9d",
                        "marker": {
                            "color": "#FF97FF",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.3255208333333333,
                            "sizesrc": "getcharish:447:965cef",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Extreme Cold (De-icing)",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:447:5f3a77",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (De-icing)<br>epoch=2020<br>=Extreme cold<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Extreme Cold (Closure)",
                        "type": "scatter",
                        "xsrc": "getcharish:447:5bf0da",
                        "ysrc": "getcharish:447:e71aa0",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "idssrc": "getcharish:447:f12bce",
                        "marker": {
                            "color": "#FECB52",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.3255208333333333,
                            "sizesrc": "getcharish:447:fd79d7",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Extreme Cold (Closure)",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:447:6962b6",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (Closure)<br>epoch=2020<br>=Extreme cold<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Low Visibility",
                        "type": "scatter",
                        "xsrc": "getcharish:447:c90644",
                        "ysrc": "getcharish:447:ee6f2a",
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "idssrc": "getcharish:447:44411a",
                        "marker": {
                            "color": "#636efa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.3255208333333333,
                            "sizesrc": "getcharish:447:fc16c1",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Low Visibility",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:447:aaee69",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Low Visibility<br>epoch=2020<br>=Low visibility<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Infrastructure damage (runway/apron tarmac)",
                                "type": "scatter",
                                "xsrc": "getcharish:447:1a103a",
                                "ysrc": "getcharish:447:2e71f2",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:447:ecec4e",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:a0413f",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Infrastructure damage (runway/apron tarmac)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:37df22",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Infrastructure damage (runway/apron tarmac)<br>epoch=2020<br>=Maximum temperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Surface access route integrity",
                                "type": "scatter",
                                "xsrc": "getcharish:447:ad797c",
                                "ysrc": "getcharish:447:cd4523",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:447:36b79e",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:3913be",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Surface access route integrity",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:2a9ecf",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Surface access route integrity<br>epoch=2020<br>=Maximum temperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Maximum take-off weight limitations",
                                "type": "scatter",
                                "xsrc": "getcharish:447:572d3f",
                                "ysrc": "getcharish:447:f66047",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:447:6e3905",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:4e45a4",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Maximum take-off weight limitations",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:afb693",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Maximum take-off weight limitations<br>epoch=2020<br>=Maximum temperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Staff & passenger thermal comfort",
                                "type": "scatter",
                                "xsrc": "getcharish:447:103739",
                                "ysrc": "getcharish:447:28ed74",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:447:db36f5",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:7ad963",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Staff & passenger thermal comfort",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:6d4a1f",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Staff & passenger thermal comfort<br>epoch=2020<br>=Maximum temperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Construction/maintenance delays",
                                "type": "scatter",
                                "xsrc": "getcharish:447:0a7958",
                                "ysrc": "getcharish:447:9510c8",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:447:67fd9d",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:d18733",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Construction/maintenance delays",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:1530b9",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Construction/maintenance delays<br>epoch=2020<br>=Maximum temperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Take-off procedures",
                                "type": "scatter",
                                "xsrc": "getcharish:447:751867",
                                "ysrc": "getcharish:447:fbb629",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:447:83be9a",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:f7ab4c",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Take-off procedures",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:dcf7fe",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Take-off procedures<br>epoch=2020<br>=Extreme winds and wi<br>nd direction<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Damage to high structures",
                                "type": "scatter",
                                "xsrc": "getcharish:447:73fe2e",
                                "ysrc": "getcharish:447:87a796",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:447:afa32f",
                                "marker": {
                                    "color": "#FF6692",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:dc67a1",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Damage to high structures",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:92dd2b",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Damage to high structures<br>epoch=2020<br>=Extreme winds and wi<br>nd direction<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Disruptive wind changes",
                                "type": "scatter",
                                "xsrc": "getcharish:447:cbfda2",
                                "ysrc": "getcharish:447:eab362",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:447:395a6c",
                                "marker": {
                                    "color": "#B6E880",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:0afdfa",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Disruptive wind changes",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:492c80",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Disruptive wind changes<br>epoch=2020<br>=Extreme winds and wi<br>nd direction<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (De-icing)",
                                "type": "scatter",
                                "xsrc": "getcharish:447:dc40fc",
                                "ysrc": "getcharish:447:81f2c2",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:447:4fa259",
                                "marker": {
                                    "color": "#FF97FF",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:f71323",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (De-icing)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:3bd1a8",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (De-icing)<br>epoch=2020<br>=Extreme cold<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (Closure)",
                                "type": "scatter",
                                "xsrc": "getcharish:447:972fa0",
                                "ysrc": "getcharish:447:be9835",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:447:0c7580",
                                "marker": {
                                    "color": "#FECB52",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:96f8f9",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (Closure)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:29ae11",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (Closure)<br>epoch=2020<br>=Extreme cold<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Low Visibility",
                                "type": "scatter",
                                "xsrc": "getcharish:447:48bfff",
                                "ysrc": "getcharish:447:32ad18",
                                "xaxis": "x4",
                                "yaxis": "y4",
                                "idssrc": "getcharish:447:ff0bea",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:a3ea70",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Low Visibility",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:85d76d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Low Visibility<br>epoch=2020<br>=Low visibility<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2020"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Infrastructure damage (runway/apron tarmac)",
                                "type": "scatter",
                                "xsrc": "getcharish:447:c68279",
                                "ysrc": "getcharish:447:8e75e8",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:447:a39a8a",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:d9f174",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Infrastructure damage (runway/apron tarmac)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:ba37b2",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Infrastructure damage (runway/apron tarmac)<br>epoch=2030<br>=Maximum temperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Surface access route integrity",
                                "type": "scatter",
                                "xsrc": "getcharish:447:3dec82",
                                "ysrc": "getcharish:447:4d5b61",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:447:5b618a",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:007527",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Surface access route integrity",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:fa8de6",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Surface access route integrity<br>epoch=2030<br>=Maximum temperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Maximum take-off weight limitations",
                                "type": "scatter",
                                "xsrc": "getcharish:447:e9b5cb",
                                "ysrc": "getcharish:447:9dc252",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:447:8293d9",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:f491ad",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Maximum take-off weight limitations",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:df6434",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Maximum take-off weight limitations<br>epoch=2030<br>=Maximum temperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Staff & passenger thermal comfort",
                                "type": "scatter",
                                "xsrc": "getcharish:447:2afce7",
                                "ysrc": "getcharish:447:bb42d3",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:447:5589df",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:599da7",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Staff & passenger thermal comfort",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:46d6fb",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Staff & passenger thermal comfort<br>epoch=2030<br>=Maximum temperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Construction/maintenance delays",
                                "type": "scatter",
                                "xsrc": "getcharish:447:6dd5cb",
                                "ysrc": "getcharish:447:6a9a3a",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:447:649f2d",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:0af692",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Construction/maintenance delays",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:27f557",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Construction/maintenance delays<br>epoch=2030<br>=Maximum temperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Take-off procedures",
                                "type": "scatter",
                                "xsrc": "getcharish:447:6efc44",
                                "ysrc": "getcharish:447:ad0522",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:447:ae5514",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:5a73df",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Take-off procedures",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:430931",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Take-off procedures<br>epoch=2030<br>=Extreme winds and wi<br>nd direction<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Damage to high structures",
                                "type": "scatter",
                                "xsrc": "getcharish:447:2938f3",
                                "ysrc": "getcharish:447:edccba",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:447:8298a0",
                                "marker": {
                                    "color": "#FF6692",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:14b728",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Damage to high structures",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:647900",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Damage to high structures<br>epoch=2030<br>=Extreme winds and wi<br>nd direction<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Disruptive wind changes",
                                "type": "scatter",
                                "xsrc": "getcharish:447:e76c92",
                                "ysrc": "getcharish:447:a63606",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:447:ee8a1d",
                                "marker": {
                                    "color": "#B6E880",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:1ced73",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Disruptive wind changes",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:4d3438",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Disruptive wind changes<br>epoch=2030<br>=Extreme winds and wi<br>nd direction<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (De-icing)",
                                "type": "scatter",
                                "xsrc": "getcharish:447:c39fa6",
                                "ysrc": "getcharish:447:13ea27",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:447:5afa22",
                                "marker": {
                                    "color": "#FF97FF",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:84661a",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (De-icing)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:0d347d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (De-icing)<br>epoch=2030<br>=Extreme cold<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (Closure)",
                                "type": "scatter",
                                "xsrc": "getcharish:447:1bc557",
                                "ysrc": "getcharish:447:c96ba0",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:447:371862",
                                "marker": {
                                    "color": "#FECB52",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:ee4017",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (Closure)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:f6083e",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (Closure)<br>epoch=2030<br>=Extreme cold<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Low Visibility",
                                "type": "scatter",
                                "xsrc": "getcharish:447:adac3e",
                                "ysrc": "getcharish:447:3c76ee",
                                "xaxis": "x4",
                                "yaxis": "y4",
                                "idssrc": "getcharish:447:7dfcb6",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:1937ed",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Low Visibility",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:0f488d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Low Visibility<br>epoch=2030<br>=Low visibility<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2030"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Infrastructure damage (runway/apron tarmac)",
                                "type": "scatter",
                                "xsrc": "getcharish:447:4ca285",
                                "ysrc": "getcharish:447:51616d",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:447:e3ad4e",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:718c87",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Infrastructure damage (runway/apron tarmac)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:3f1f6f",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Infrastructure damage (runway/apron tarmac)<br>epoch=2070<br>=Maximum temperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Surface access route integrity",
                                "type": "scatter",
                                "xsrc": "getcharish:447:a248e8",
                                "ysrc": "getcharish:447:bee188",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:447:904e8a",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:048d1c",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Surface access route integrity",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:08f4f3",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Surface access route integrity<br>epoch=2070<br>=Maximum temperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Maximum take-off weight limitations",
                                "type": "scatter",
                                "xsrc": "getcharish:447:21584e",
                                "ysrc": "getcharish:447:918650",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:447:1d3e1e",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:6398f7",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Maximum take-off weight limitations",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:5271bd",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Maximum take-off weight limitations<br>epoch=2070<br>=Maximum temperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Staff & passenger thermal comfort",
                                "type": "scatter",
                                "xsrc": "getcharish:447:3bbf12",
                                "ysrc": "getcharish:447:dc92d0",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:447:4cb17b",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:c1efa2",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Staff & passenger thermal comfort",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:f9149b",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Staff & passenger thermal comfort<br>epoch=2070<br>=Maximum temperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Construction/maintenance delays",
                                "type": "scatter",
                                "xsrc": "getcharish:447:6b48fa",
                                "ysrc": "getcharish:447:768e8b",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:447:abcd31",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:37bd02",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Construction/maintenance delays",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:14bc4f",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Construction/maintenance delays<br>epoch=2070<br>=Maximum temperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Take-off procedures",
                                "type": "scatter",
                                "xsrc": "getcharish:447:9dcaf4",
                                "ysrc": "getcharish:447:02ce35",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:447:2ef50d",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:c4c484",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Take-off procedures",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:205337",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Take-off procedures<br>epoch=2070<br>=Extreme winds and wi<br>nd direction<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Damage to high structures",
                                "type": "scatter",
                                "xsrc": "getcharish:447:785804",
                                "ysrc": "getcharish:447:839e03",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:447:e77484",
                                "marker": {
                                    "color": "#FF6692",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:cf5c66",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Damage to high structures",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:61bd89",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Damage to high structures<br>epoch=2070<br>=Extreme winds and wi<br>nd direction<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Disruptive wind changes",
                                "type": "scatter",
                                "xsrc": "getcharish:447:67926d",
                                "ysrc": "getcharish:447:de9b73",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:447:ac5dec",
                                "marker": {
                                    "color": "#B6E880",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:e13757",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Disruptive wind changes",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:33d6a7",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Disruptive wind changes<br>epoch=2070<br>=Extreme winds and wi<br>nd direction<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (De-icing)",
                                "type": "scatter",
                                "xsrc": "getcharish:447:cb8e84",
                                "ysrc": "getcharish:447:95ee7d",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:447:3961d4",
                                "marker": {
                                    "color": "#FF97FF",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:a83ca1",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (De-icing)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:5a11d4",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (De-icing)<br>epoch=2070<br>=Extreme cold<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (Closure)",
                                "type": "scatter",
                                "xsrc": "getcharish:447:ded8b7",
                                "ysrc": "getcharish:447:d287b8",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:447:78e19d",
                                "marker": {
                                    "color": "#FECB52",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:bf5a97",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (Closure)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:5119d7",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (Closure)<br>epoch=2070<br>=Extreme cold<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Low Visibility",
                                "type": "scatter",
                                "xsrc": "getcharish:447:984788",
                                "ysrc": "getcharish:447:22e526",
                                "xaxis": "x4",
                                "yaxis": "y4",
                                "idssrc": "getcharish:447:796376",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.3255208333333333,
                                    "sizesrc": "getcharish:447:fbec32",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Low Visibility",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:447:e6ae25",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Low Visibility<br>epoch=2070<br>=Low visibility<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2070"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "disclosure = Direct Chronic"
                    },
                    "xaxis": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            0.2425
                        ]
                    },
                    "yaxis": {
                        "range": [
                            0,
                            7
                        ],
                        "title": {
                            "text": "consequence"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "legend": {
                        "title": {
                            "text": "label"
                        },
                        "itemsizing": "constant",
                        "tracegroupgap": 0
                    },
                    "xaxis2": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y2",
                        "domain": [
                            0.2525,
                            0.495
                        ],
                        "matches": "x"
                    },
                    "xaxis3": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y3",
                        "domain": [
                            0.505,
                            0.7475
                        ],
                        "matches": "x"
                    },
                    "xaxis4": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y4",
                        "domain": [
                            0.7575000000000001,
                            1.0
                        ],
                        "matches": "x"
                    },
                    "yaxis2": {
                        "anchor": "x2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "yaxis3": {
                        "anchor": "x3",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "yaxis4": {
                        "anchor": "x4",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "sliders": [
                        {
                            "x": 0.1,
                            "y": 0,
                            "len": 0.9,
                            "pad": {
                                "b": 10,
                                "t": 60
                            },
                            "steps": [
                                {
                                    "args": [
                                        [
                                            "2020"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "2020",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2030"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "2030",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2070"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "2070",
                                    "method": "animate"
                                }
                            ],
                            "active": 0,
                            "xanchor": "left",
                            "yanchor": "top",
                            "currentvalue": {
                                "prefix": "epoch="
                            }
                        }
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "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",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "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": "#E5ECF6",
                                            "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": {
                                        "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
                                    },
                                    "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": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "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": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "annotations": [
                        {
                            "x": 0.12125,
                            "y": 1.0,
                            "font": {},
                            "text": "=Maximum temperature",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.37375,
                            "y": 1.0,
                            "font": {},
                            "text": "=Extreme winds and wi<br>nd direction",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.62625,
                            "y": 1.0,
                            "font": {},
                            "text": "=Extreme cold",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.87875,
                            "y": 1.0,
                            "font": {},
                            "text": "=Low visibility",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ],
                    "updatemenus": [
                        {
                            "x": 0.1,
                            "y": 0,
                            "pad": {
                                "r": 10,
                                "t": 70
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "&#9654;",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            null
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "&#9724;",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "direction": "left",
                            "showactive": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~getcharish",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-07-24 12:58:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "getcharish",
                "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-19T22:29:52.470229Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rinewithoutacat/1.embed",
            "fid": "rinewithoutacat:1",
            "filename": "Trans Formations Bar Chart",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/rinewithoutacat/1/9_CZQDR33GRW66MS4LKJHYP0DAE9P3AO.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/rinewithoutacat/1/2_M4F3KKVLA7NTFU20Z177ZXN3CZRVSM.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rinewithoutacat/1/8_UUOH16OLR52QQQ4GLL66XOU5CW7821.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rinewithoutacat/1/9_CZQDR33GRW66MS4LKJHYP0DAE9P3AO.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rinewithoutacat:1",
                "plots": "https://api.plotly.com/v2/plots/rinewithoutacat:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=rinewithoutacat"
            },
            "owner": "rinewithoutacat",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~rinewithoutacat/1/",
            "world_readable": true,
            "date_modified": "2024-04-21T16:02:49.154Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rinewithoutacat/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "Failed",
                        "type": "bar",
                        "xsrc": "rinewithoutacat:0:60c6b1",
                        "ysrc": "rinewithoutacat:0:61e4fb",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "#ed7fa1"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "hoverinfosrc": "rinewithoutacat:0:50a3d3",
                        "hovertextsrc": "rinewithoutacat:0:bd610b"
                    },
                    {
                        "name": "Active",
                        "type": "bar",
                        "xsrc": "rinewithoutacat:0:95da02",
                        "ysrc": "rinewithoutacat:0:0382fb",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "color": "#DB0044"
                        },
                        "error_x": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_y": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "hoverinfosrc": "rinewithoutacat:0:611237",
                        "hovertextsrc": "rinewithoutacat:0:1b8475"
                    },
                    {
                        "name": "Passed",
                        "type": "bar",
                        "xsrc": "rinewithoutacat:0:d2d675",
                        "ysrc": "rinewithoutacat:0:9ce057",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "#410014"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "hoverinfosrc": "rinewithoutacat:0:06d8d8",
                        "hovertextsrc": "rinewithoutacat:0:1217b2"
                    }
                ],
                "layout": {
                    "font": {
                        "family": [
                            "alexandria"
                        ]
                    },
                    "title": "Since 2021, we've tracked: 146 passed bills<br>824 failed bills, and 259 currently active bills",
                    "xaxis": {
                        "title": "Date Introduced",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "title": "Bills Introduced",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "barmode": "stack",
                    "hovermode": "closest",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rinewithoutacat",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/65.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-19 21:57:09",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rinewithoutacat",
                "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-19T21:21:31.431460Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ida.sihvonen/21.embed",
            "fid": "ida.sihvonen:21",
            "filename": "san_diego_3202",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ida.sihvonen/21/9_P8C52NTC7NX16MFV2U01NC905PODG9.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ida.sihvonen/21/2_QP0BL3MK3RBEVBATCYR2DZE0VSCASL.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ida.sihvonen/21/8_LK5RGFFI1J3DZNGN2HREP2UUUOZLN5.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ida.sihvonen/21/9_P8C52NTC7NX16MFV2U01NC905PODG9.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ida.sihvonen:21",
                "plots": "https://api.plotly.com/v2/plots/ida.sihvonen:21",
                "parent": "https://api.plotly.com/v2/folders/home?user=ida.sihvonen"
            },
            "owner": "ida.sihvonen",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~ida.sihvonen/21/",
            "world_readable": true,
            "date_modified": "2024-04-19T21:21:53.587Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ida.sihvonen/21/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Existing Facility Improvements"
                            }
                        },
                        "mode": "markers",
                        "name": "Existing Facility Improvements",
                        "type": "bar",
                        "xsrc": "ida.sihvonen:20:19f25e",
                        "ysrc": "ida.sihvonen:20:dea4fe",
                        "marker": {
                            "color": "rgb(21, 96, 130)"
                        },
                        "hoverinfo": "y",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "New Facilities"
                            }
                        },
                        "name": "New Facilities",
                        "type": "bar",
                        "xsrc": "ida.sihvonen:20:19f25e",
                        "ysrc": "ida.sihvonen:20:8f6797",
                        "marker": {
                            "color": "rgb(233, 113, 49)"
                        },
                        "hoverinfo": "y",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "<b>Class IV&nbsp;Bikeways</b>"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            2018.5,
                            2023.5
                        ],
                        "title": {
                            "text": "Year"
                        },
                        "tickmode": "auto",
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "dtick": 10,
                        "range": [
                            0,
                            72
                        ],
                        "title": {
                            "text": "Miles"
                        },
                        "tickmode": "linear",
                        "autorange": true
                    },
                    "barmode": "stack",
                    "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/~ida.sihvonen",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/43.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2023-10-10 14:59:11",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ida.sihvonen",
                "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-19T21:09:41.825512Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~lmalves/323.embed",
            "fid": "lmalves:323",
            "filename": "Teste novo",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/lmalves/323/9_Q1G948AJSOKF9DFAHV8VBCOBX8KY95.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/lmalves/323/2_63AFLOTH0X7TMUMEXTUWF0Z5FGZQCO.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lmalves/323/8_0BXRZ9YPQ7GNR2KJDZBDLWDO388FP7.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/lmalves/323/9_Q1G948AJSOKF9DFAHV8VBCOBX8KY95.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/lmalves:323",
                "plots": "https://api.plotly.com/v2/plots/lmalves:323",
                "parent": "https://api.plotly.com/v2/folders/home?user=lmalves"
            },
            "owner": "lmalves",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 146,
            "web_url": "https://chart-studio.plotly.com/~lmalves/323/",
            "world_readable": true,
            "date_modified": "2024-04-20T03:32:10.056Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~lmalves/323/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "T - U",
                                "y": "B",
                                "text": "K"
                            }
                        },
                        "name": "<b>Ciências Agrárias</b>",
                        "type": "bar",
                        "xsrc": "lmalves:322:0a6f46,d3a9ba*",
                        "ysrc": "lmalves:322:093821",
                        "marker": {
                            "color": "rgb(255, 215, 0)"
                        },
                        "textsrc": "lmalves:322:542418",
                        "hoverinfo": "text",
                        "hoverlabel": {
                            "align": "left"
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "T - U",
                                "y": "C",
                                "text": "L"
                            }
                        },
                        "name": "<b>Ciências Biológicas</b>",
                        "type": "bar",
                        "xsrc": "lmalves:322:0a6f46,d3a9ba*",
                        "ysrc": "lmalves:322:b01882",
                        "marker": {
                            "color": "rgb(22, 36, 94)"
                        },
                        "textsrc": "lmalves:322:fbb0ba",
                        "hoverinfo": "text",
                        "hoverlabel": {
                            "align": "left"
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "T - U",
                                "y": "D",
                                "text": "M"
                            }
                        },
                        "name": "<b>Ciências da Saúde</b>",
                        "type": "bar",
                        "xsrc": "lmalves:322:0a6f46,d3a9ba*",
                        "ysrc": "lmalves:322:80da88",
                        "marker": {
                            "color": "rgb(0, 206, 209)"
                        },
                        "textsrc": "lmalves:322:a2768c",
                        "hoverinfo": "text",
                        "hoverlabel": {
                            "align": "left"
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "T - U",
                                "y": "E",
                                "text": "N"
                            }
                        },
                        "name": "<b>Ciências Exatas e da Terra</b>",
                        "type": "bar",
                        "xsrc": "lmalves:322:0a6f46,d3a9ba*",
                        "ysrc": "lmalves:322:446d95",
                        "marker": {
                            "color": "rgb(135, 206, 235)"
                        },
                        "textsrc": "lmalves:322:fc8f7e",
                        "hoverinfo": "text",
                        "hoverlabel": {
                            "align": "left"
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "T - U",
                                "y": "F",
                                "text": "O"
                            }
                        },
                        "name": "<b>Ciências Humanas</b>",
                        "type": "bar",
                        "xsrc": "lmalves:322:0a6f46,d3a9ba*",
                        "ysrc": "lmalves:322:be565a",
                        "marker": {
                            "color": "rgb(147, 112, 219)"
                        },
                        "textsrc": "lmalves:322:6bf541",
                        "hoverinfo": "text",
                        "hoverlabel": {
                            "align": "left"
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "T - U",
                                "y": "G",
                                "text": "P"
                            }
                        },
                        "name": "<b>Ciências Sociais Aplicadas</b>",
                        "type": "bar",
                        "xsrc": "lmalves:322:0a6f46,d3a9ba*",
                        "ysrc": "lmalves:322:d90ecd",
                        "marker": {
                            "color": "rgb(2, 149, 100)"
                        },
                        "textsrc": "lmalves:322:af56c5",
                        "hoverinfo": "text",
                        "hoverlabel": {
                            "align": "left"
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "T - U",
                                "y": "H",
                                "text": "Q"
                            }
                        },
                        "name": "<b>Engenharias</b>",
                        "type": "bar",
                        "xsrc": "lmalves:322:0a6f46,d3a9ba*",
                        "ysrc": "lmalves:322:afb0c2",
                        "marker": {
                            "color": "rgb(50, 205, 50)"
                        },
                        "textsrc": "lmalves:322:c907f4",
                        "hoverinfo": "text",
                        "hoverlabel": {
                            "align": "left"
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "T - U",
                                "y": "I",
                                "text": "R"
                            }
                        },
                        "name": "<b>Linguística Letras e Artes</b>",
                        "type": "bar",
                        "xsrc": "lmalves:322:0a6f46,d3a9ba*",
                        "ysrc": "lmalves:322:feafd0",
                        "textsrc": "lmalves:322:945a1a",
                        "hoverinfo": "text",
                        "hoverlabel": {
                            "align": "left"
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "T - U",
                                "y": "J",
                                "text": "S"
                            }
                        },
                        "name": "<b>Multidisciplinar</b>",
                        "type": "bar",
                        "xsrc": "lmalves:322:0a6f46,d3a9ba*",
                        "ysrc": "lmalves:322:722583",
                        "textsrc": "lmalves:322:0c4be0",
                        "hoverinfo": "text",
                        "hoverlabel": {
                            "align": "left"
                        },
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 13,
                        "family": "Roboto"
                    },
                    "width": 1000,
                    "xaxis": {
                        "side": "bottom",
                        "type": "multicategory",
                        "dtick": 1,
                        "range": [
                            -0.5,
                            11.5
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 13,
                                "family": "Roboto"
                            },
                            "text": "<br> <b>Natureza jurídica</b>"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "mirror": false,
                        "tickson": "labels",
                        "showgrid": true,
                        "showline": true,
                        "tickfont": {
                            "size": 13,
                            "family": "Roboto"
                        },
                        "tickmode": "auto",
                        "zeroline": true,
                        "autorange": true,
                        "gridwidth": 0,
                        "linewidth": 1,
                        "automargin": true,
                        "rangeslider": {
                            "range": [
                                -0.5,
                                7.5
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        }
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0,
                            2516.842105263158
                        ],
                        "title": {
                            "font": {
                                "size": 13,
                                "family": "Roboto"
                            },
                            "text": "<b>Percentual <br> <br>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "tickfont": {
                            "size": 13,
                            "family": "Roboto"
                        },
                        "autorange": true,
                        "ticksuffix": "",
                        "zerolinewidth": 2
                    },
                    "height": 550,
                    "legend": {
                        "x": 0.48,
                        "y": -0.3,
                        "font": {
                            "size": 13,
                            "family": "Roboto"
                        },
                        "xanchor": "center",
                        "yanchor": "top",
                        "orientation": "h"
                    },
                    "margin": {
                        "b": 80,
                        "l": 25,
                        "r": 0,
                        "t": 25,
                        "pad": 0
                    },
                    "barmode": "relative",
                    "barnorm": "",
                    "autosize": false,
                    "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"
                    },
                    "hoverlabel": {
                        "font": {
                            "family": "Roboto"
                        }
                    }
                }
            },
            "height": 550,
            "width": 1000,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~lmalves",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-11-28 13:10:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "lmalves",
                "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-19T20:36:02.020453Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~eschwelgin/2.embed",
            "fid": "eschwelgin:2",
            "filename": "box-plot-jitter",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/eschwelgin:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/eschwelgin:2/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/eschwelgin/2/8_4B48QHX3ZU057SK2NVYI2R6KLWXWIR.png",
                "list-thumb": "https://api.plotly.com/v2/files/eschwelgin:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/eschwelgin:2",
                "plots": "https://api.plotly.com/v2/plots/eschwelgin:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=eschwelgin"
            },
            "owner": "eschwelgin",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~eschwelgin/2/",
            "world_readable": true,
            "date_modified": "2024-05-06T22:27:31.762Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~eschwelgin/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "box",
                        "ysrc": "eschwelgin:3:7c16a1",
                        "jitter": 0.3,
                        "pointpos": -1.8,
                        "boxpoints": "all"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~eschwelgin",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-19 20:30:44",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "eschwelgin",
                "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-19T20:32:53.389066Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~eschwelgin/0.embed",
            "fid": "eschwelgin:0",
            "filename": "simple-node-example",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/eschwelgin/0/9_AS96OXOHWX3RPN9GQEGKQ7YP7XUNJF.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/eschwelgin/0/2_V6LSR5B2IIOTNC53IHDLIXU1JF3EAC.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/eschwelgin/0/8_OB1WW6IX2CSRVN0ES7GYGH0QSJAOXV.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/eschwelgin/0/9_AS96OXOHWX3RPN9GQEGKQ7YP7XUNJF.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/eschwelgin:0",
                "plots": "https://api.plotly.com/v2/plots/eschwelgin:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=eschwelgin"
            },
            "owner": "eschwelgin",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~eschwelgin/0/",
            "world_readable": true,
            "date_modified": "2024-04-19T20:32:53.990Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~eschwelgin/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "bar",
                        "xsrc": "eschwelgin:1:f34bbe",
                        "ysrc": "eschwelgin:1:ef174f"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~eschwelgin",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-19 20:30:44",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "eschwelgin",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}