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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIwKzE5JTNBNTAlM0EwMy4xNzk0MzklMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsxOSUzQTU5JTNBNDcuMTY0ODA0JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-03-20T19:59:47.164804Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nurfedin/171.embed",
            "fid": "nurfedin:171",
            "filename": "error-bar-style",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/nurfedin:171/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/nurfedin:171/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/nurfedin:171/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/nurfedin:171/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nurfedin:171",
                "plots": "https://api.plotly.com/v2/plots/nurfedin:171",
                "parent": "https://api.plotly.com/v2/folders/home?user=nurfedin"
            },
            "owner": "nurfedin",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "sinc(x) vs measured",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~nurfedin/171/sincx-vs-measured/",
            "world_readable": true,
            "date_modified": "2019-03-20T19:59:47.764Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nurfedin/171/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f675ed4f-ab98-44bc-996f-2c32d3c5eaf5",
                        "name": "sinc(x)",
                        "type": "scatter",
                        "xsrc": "nurfedin:172:5926cc",
                        "ysrc": "nurfedin:172:c885ed"
                    },
                    {
                        "uid": "36d5ce76-ed16-4c0f-be88-bdcf43d71b7e",
                        "mode": "markers",
                        "name": "measured",
                        "type": "scatter",
                        "xsrc": "nurfedin:172:5926cc",
                        "ysrc": "nurfedin:172:c885ed",
                        "marker": {
                            "size": 8,
                            "color": "#85144B"
                        },
                        "error_x": {
                            "type": "data",
                            "color": "#85144B",
                            "width": 3,
                            "arraysrc": "nurfedin:172:8d8b39",
                            "thickness": 1.5
                        }
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nurfedin",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/72.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "N/A",
                "nickname": "Ten24",
                "website": "www.zenudstudio.com",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-10-24 20:59:21",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nurfedin",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T19:58:57.528788Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~salshehhi4/4.embed",
            "fid": "salshehhi4:4",
            "filename": "scatter",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/salshehhi4:4/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/salshehhi4:4/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/salshehhi4:4/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/salshehhi4:4/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/salshehhi4:4",
                "plots": "https://api.plotly.com/v2/plots/salshehhi4:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=salshehhi4"
            },
            "owner": "salshehhi4",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~salshehhi4/4/",
            "world_readable": true,
            "date_modified": "2019-03-20T20:01:53.138Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~salshehhi4/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "a37ea8a8-8daa-4374-8166-378531053f22",
                        "mode": "markers",
                        "type": "scatter",
                        "ysrc": "salshehhi4:5:409a51",
                        "marker": {
                            "size": 8
                        }
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~salshehhi4",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 19:44:59",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "salshehhi4",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T19:58:19.422230Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Salihimc/109.embed",
            "fid": "Salihimc:109",
            "filename": "Plot 109",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Salihimc:109/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Salihimc:109/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Salihimc/109/8_VWI0MHUR58VSU9FI9BWPLUPIW5JR2J.png",
                "list-thumb": "https://api.plotly.com/v2/files/Salihimc:109/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Salihimc:109",
                "plots": "https://api.plotly.com/v2/plots/Salihimc:109",
                "parent": "https://api.plotly.com/v2/folders/home?user=Salihimc"
            },
            "owner": "Salihimc",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~Salihimc/109/",
            "world_readable": true,
            "date_modified": "2019-06-19T06:46:40.977Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Salihimc/109/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "76363ea4-4b4a-11e9-aac2-60f677db332c",
                        "name": "Supradyn",
                        "type": "bar",
                        "xsrc": "Salihimc:108:4a0eba",
                        "ysrc": "Salihimc:108:3a5743",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 0, 0)",
                                "width": 1.5
                            },
                            "color": "#FAE411"
                        },
                        "textsrc": "Salihimc:108:0ec826",
                        "textposition": "auto"
                    },
                    {
                        "uid": "76363ea5-4b4a-11e9-93a8-60f677db332c",
                        "name": "Pharmaton",
                        "type": "bar",
                        "xsrc": "Salihimc:108:4a0eba",
                        "ysrc": "Salihimc:108:ce8a3a",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 0, 0)",
                                "width": 1.5
                            },
                            "color": "#581E2D"
                        },
                        "textsrc": "Salihimc:108:754ff8",
                        "textposition": "auto"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Monthly Sales in 2018"
                    },
                    "xaxis": {
                        "type": "date",
                        "range": [
                            "2017-12-18",
                            "2018-12-15"
                        ],
                        "title": {
                            "text": "Months"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            228495.7894736842
                        ],
                        "autorange": true
                    },
                    "barmode": "group",
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Salihimc",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-10-28 14:39:59",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Salihimc",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T19:53:14.944467Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~melodyhuang/1.embed",
            "fid": "melodyhuang:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/melodyhuang:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/melodyhuang/1/2_ZEPWUZB6PSC6DNCV4TILCC3B1WVBP5.png",
                "block-thumb": "https://api.plotly.com/v2/files/melodyhuang:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/melodyhuang:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/melodyhuang:1",
                "plots": "https://api.plotly.com/v2/plots/melodyhuang:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=melodyhuang"
            },
            "owner": "melodyhuang",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~melodyhuang/1/",
            "world_readable": true,
            "date_modified": "2019-03-20T19:53:14.966Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~melodyhuang/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c103c83e-ae64-11e8-bee6-0242ac130002",
                        "mode": "markers",
                        "name": "Asia",
                        "type": "scatter",
                        "xsrc": "melodyhuang:0:ea212b",
                        "ysrc": "melodyhuang:0:d907e1",
                        "marker": {
                            "sizeref": 137362.8225,
                            "sizesrc": "melodyhuang:0:c8bc3a",
                            "sizemode": "area"
                        },
                        "textsrc": "melodyhuang:0:e8b9af"
                    },
                    {
                        "uid": "c103cc94-ae64-11e8-bee6-0242ac130002",
                        "mode": "markers",
                        "name": "Europe",
                        "type": "scatter",
                        "xsrc": "melodyhuang:0:360114",
                        "ysrc": "melodyhuang:0:2bf2c2",
                        "marker": {
                            "sizeref": 137362.8225,
                            "sizesrc": "melodyhuang:0:203ea8",
                            "sizemode": "area"
                        },
                        "textsrc": "melodyhuang:0:79039b"
                    },
                    {
                        "uid": "c103cf14-ae64-11e8-bee6-0242ac130002",
                        "mode": "markers",
                        "name": "Africa",
                        "type": "scatter",
                        "xsrc": "melodyhuang:0:29f990",
                        "ysrc": "melodyhuang:0:454599",
                        "marker": {
                            "sizeref": 137362.8225,
                            "sizesrc": "melodyhuang:0:fd84c6",
                            "sizemode": "area"
                        },
                        "textsrc": "melodyhuang:0:fdfc5f"
                    },
                    {
                        "uid": "c103d2f2-ae64-11e8-bee6-0242ac130002",
                        "mode": "markers",
                        "name": "Americas",
                        "type": "scatter",
                        "xsrc": "melodyhuang:0:0c42ef",
                        "ysrc": "melodyhuang:0:8ad9d6",
                        "marker": {
                            "sizeref": 137362.8225,
                            "sizesrc": "melodyhuang:0:a74355",
                            "sizemode": "area"
                        },
                        "textsrc": "melodyhuang:0:c46820"
                    },
                    {
                        "uid": "c103d59a-ae64-11e8-bee6-0242ac130002",
                        "mode": "markers",
                        "name": "Oceania",
                        "type": "scatter",
                        "xsrc": "melodyhuang:0:b9296f",
                        "ysrc": "melodyhuang:0:9bb0f4",
                        "marker": {
                            "sizeref": 137362.8225,
                            "sizesrc": "melodyhuang:0:ec7c42",
                            "sizemode": "area"
                        },
                        "textsrc": "melodyhuang:0:3b50a3"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "external:0:e51d14",
                                "ysrc": "external:0:21c21c",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:e17883",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:b1bc26"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "external:0:b17c8a",
                                "ysrc": "external:0:4d8fd0",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:03d2fd",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:d05a25"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "external:0:e49451",
                                "ysrc": "external:0:e127c0",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:5a193c",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:8baca8"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "external:0:2d1855",
                                "ysrc": "external:0:8b4a12",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:f705c7",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:879b9d"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "external:0:e961ff",
                                "ysrc": "external:0:cbe70b",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:e4679e",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:fa1e2d"
                            }
                        ],
                        "name": "1952"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "external:0:5e50e8",
                                "ysrc": "external:0:3f40ca",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:2cc754",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:b1bc26"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "external:0:0b3f33",
                                "ysrc": "external:0:407d18",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:4cb3b9",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:d05a25"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "external:0:d20349",
                                "ysrc": "external:0:3de8d8",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:f192b7",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:8baca8"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "external:0:a42591",
                                "ysrc": "external:0:114a10",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:a212f3",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:879b9d"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "external:0:b248a8",
                                "ysrc": "external:0:90069e",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:d8ed63",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:fa1e2d"
                            }
                        ],
                        "name": "1957"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "external:0:aee672",
                                "ysrc": "external:0:10dcb0",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:60cbf7",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:b1bc26"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "external:0:db3efe",
                                "ysrc": "external:0:821d98",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:be75d9",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:d05a25"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "external:0:196fe4",
                                "ysrc": "external:0:928102",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:04101d",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:8baca8"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "external:0:324586",
                                "ysrc": "external:0:4350d6",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:f8e7cb",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:879b9d"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "external:0:078b13",
                                "ysrc": "external:0:bbe766",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:d041d8",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:fa1e2d"
                            }
                        ],
                        "name": "1962"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "external:0:ab19b7",
                                "ysrc": "external:0:b8dfa3",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:76a095",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:b1bc26"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "external:0:39dcbd",
                                "ysrc": "external:0:e716d7",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:67c793",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:d05a25"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "external:0:96fa3e",
                                "ysrc": "external:0:8332a7",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:97818a",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:8baca8"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "external:0:625b3a",
                                "ysrc": "external:0:23f0e3",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:df5da3",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:879b9d"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "external:0:f1cc97",
                                "ysrc": "external:0:0063f6",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:a23fd6",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:fa1e2d"
                            }
                        ],
                        "name": "1967"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "external:0:c67b9d",
                                "ysrc": "external:0:ead1ab",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:a73c98",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:b1bc26"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "external:0:20afab",
                                "ysrc": "external:0:d02223",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:926134",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:d05a25"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "external:0:0e98f4",
                                "ysrc": "external:0:39ec11",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:b14e46",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:8baca8"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "external:0:49128a",
                                "ysrc": "external:0:f5877f",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:5cbb67",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:879b9d"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "external:0:f4785e",
                                "ysrc": "external:0:670a54",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:7d49ec",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:fa1e2d"
                            }
                        ],
                        "name": "1972"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "external:0:63e520",
                                "ysrc": "external:0:2a4869",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:f9274c",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:b1bc26"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "external:0:5d1392",
                                "ysrc": "external:0:e9ba2f",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:183674",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:d05a25"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "external:0:968b6e",
                                "ysrc": "external:0:40a12f",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:3ab594",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:8baca8"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "external:0:c2e294",
                                "ysrc": "external:0:496280",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:ccb45a",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:879b9d"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "external:0:4c3c0c",
                                "ysrc": "external:0:32ad8e",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:3ea500",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:fa1e2d"
                            }
                        ],
                        "name": "1977"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "external:0:232f5b",
                                "ysrc": "external:0:9145a3",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:6f14fe",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:b1bc26"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "external:0:b97837",
                                "ysrc": "external:0:2d1730",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:a22bf5",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:d05a25"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "external:0:cd123d",
                                "ysrc": "external:0:b2f1f6",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:c76063",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:8baca8"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "external:0:af7c1f",
                                "ysrc": "external:0:8148be",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:88dcba",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:879b9d"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "external:0:f60d78",
                                "ysrc": "external:0:61afb3",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:dbe79b",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:fa1e2d"
                            }
                        ],
                        "name": "1982"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "external:0:b7bb88",
                                "ysrc": "external:0:9ea6ce",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:bb22e8",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:b1bc26"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "external:0:2eb84a",
                                "ysrc": "external:0:b8229a",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:75bf3c",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:d05a25"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "external:0:1d7fbe",
                                "ysrc": "external:0:0adb61",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:7904b1",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:8baca8"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "external:0:ffef1a",
                                "ysrc": "external:0:c1f978",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:f4c378",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:879b9d"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "external:0:dcef2b",
                                "ysrc": "external:0:06ef7c",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:449d7e",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:fa1e2d"
                            }
                        ],
                        "name": "1987"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "external:0:8d0fab",
                                "ysrc": "external:0:150a68",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:34cff1",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:b1bc26"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "external:0:e478d1",
                                "ysrc": "external:0:1b4013",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:6c3379",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:d05a25"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "external:0:e5d314",
                                "ysrc": "external:0:304ff2",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:2a6d1b",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:8baca8"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "external:0:fd22c6",
                                "ysrc": "external:0:6436ac",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:a03f2b",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:879b9d"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "external:0:02802e",
                                "ysrc": "external:0:36b6c8",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:191f8e",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:fa1e2d"
                            }
                        ],
                        "name": "1992"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "external:0:3ce0fd",
                                "ysrc": "external:0:594555",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:db8040",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:b1bc26"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "external:0:2dcb20",
                                "ysrc": "external:0:f92c06",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:9bc3ca",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:d05a25"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "external:0:1dca68",
                                "ysrc": "external:0:e12592",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:aadf9a",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:8baca8"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "external:0:297b83",
                                "ysrc": "external:0:31397e",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:5b4654",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:879b9d"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "external:0:3e264a",
                                "ysrc": "external:0:f1a8a6",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:88db2a",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:fa1e2d"
                            }
                        ],
                        "name": "1997"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "external:0:62a075",
                                "ysrc": "external:0:cc9496",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:8f76aa",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:b1bc26"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "external:0:28a846",
                                "ysrc": "external:0:1cc4c3",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:bdfed7",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:d05a25"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "external:0:7823f2",
                                "ysrc": "external:0:888ae6",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:9bcfaa",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:8baca8"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "external:0:68c035",
                                "ysrc": "external:0:db7535",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:cad0b2",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:879b9d"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "external:0:1b2234",
                                "ysrc": "external:0:1f6dc6",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:994534",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:fa1e2d"
                            }
                        ],
                        "name": "2002"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "external:0:507bae",
                                "ysrc": "external:0:67a3ba",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:cd03df",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:b1bc26"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "external:0:eced30",
                                "ysrc": "external:0:a65895",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:bc125e",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:d05a25"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "external:0:b5bff8",
                                "ysrc": "external:0:ac3048",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:2d8bda",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:8baca8"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "external:0:c4f8ac",
                                "ysrc": "external:0:da956d",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:195976",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:879b9d"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "external:0:c3dac7",
                                "ysrc": "external:0:29a534",
                                "marker": {
                                    "sizeref": 137362.8225,
                                    "sizesrc": "external:0:f11d53",
                                    "sizemode": "area"
                                },
                                "textsrc": "external:0:fa1e2d"
                            }
                        ],
                        "name": "2007"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Gapminder Global Indicators"
                    },
                    "xaxis": {
                        "type": "log",
                        "range": [
                            2.31084638206198,
                            5.257287742561561
                        ],
                        "title": {
                            "text": "GDP per Capita"
                        },
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            16.519299999999998,
                            115.64419999999998
                        ],
                        "title": {
                            "text": "Life Expectancy"
                        },
                        "autorange": false
                    },
                    "margin": {
                        "b": 50,
                        "t": 50,
                        "pad": 5
                    },
                    "sliders": [
                        {
                            "x": 0.1,
                            "y": 0,
                            "len": 0.9,
                            "pad": {
                                "b": 10,
                                "t": 50
                            },
                            "steps": [
                                {
                                    "args": [
                                        [
                                            1952
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1952",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            1957
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1957",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            1962
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1962",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            1967
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1967",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            1972
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1972",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            1977
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1977",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            1982
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1982",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            1987
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1987",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            1992
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1992",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            1997
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1997",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            2002
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "2002",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            2007
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "2007",
                                    "method": "animate"
                                }
                            ],
                            "active": 11,
                            "xanchor": "left",
                            "yanchor": "top",
                            "transition": {
                                "easing": "cubic-in-out",
                                "duration": 300
                            },
                            "currentvalue": {
                                "font": {
                                    "size": 20
                                },
                                "prefix": "Year:",
                                "visible": true,
                                "xanchor": "right"
                            }
                        }
                    ],
                    "autosize": true,
                    "hovermode": "closest",
                    "showlegend": true,
                    "updatemenus": [
                        {
                            "x": 0.1,
                            "y": 0,
                            "pad": {
                                "r": 10,
                                "t": 87
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "frame": {
                                                "redraw": false,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "quadratic-in-out",
                                                "duration": 300
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "Play",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            null
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Pause",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "direction": "left",
                            "showactive": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~melodyhuang",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 19:52:54",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "melodyhuang",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T19:51:47.390838Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~salshehhi4/2.embed",
            "fid": "salshehhi4:2",
            "filename": "scatter-for-dashboard1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/salshehhi4:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/salshehhi4:2/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/salshehhi4/2/8_W5V0WGUN2I5VC265N1MJ8RNNKR60M8.png",
                "list-thumb": "https://api.plotly.com/v2/files/salshehhi4:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/salshehhi4:2",
                "plots": "https://api.plotly.com/v2/plots/salshehhi4:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=salshehhi4"
            },
            "owner": "salshehhi4",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~salshehhi4/2/",
            "world_readable": true,
            "date_modified": "2019-03-20T19:52:57.322Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~salshehhi4/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "efc6788c-cd32-429a-a717-85932ff2eb42",
                        "type": "scatter",
                        "ysrc": "salshehhi4:3:8ac218"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~salshehhi4",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 19:44:59",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "salshehhi4",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T19:51:44.662469Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~shuangliu19931013/2.embed",
            "fid": "shuangliu19931013:2",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/shuangliu19931013:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/shuangliu19931013:2/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/shuangliu19931013:2/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/shuangliu19931013:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/shuangliu19931013:2",
                "plots": "https://api.plotly.com/v2/plots/shuangliu19931013:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=shuangliu19931013"
            },
            "owner": "shuangliu19931013",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~shuangliu19931013/2/",
            "world_readable": true,
            "date_modified": "2019-03-20T19:51:45.258Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~shuangliu19931013/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "517915d5-58a7-4a7c-a1c5-7fa189d5ee00",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "shuangliu19931013:3:096a5e",
                        "ysrc": "shuangliu19931013:3:90efb0",
                        "zsrc": "shuangliu19931013:3:f3a1fe",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0, 0, 255)",
                            "symbol": "circle",
                            "opacity": 1
                        }
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~shuangliu19931013",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/23.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 19:44:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "shuangliu19931013",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T19:51:34.730923Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~konradbartczak/2.embed",
            "fid": "konradbartczak:2",
            "filename": "Pressuremeter_Ep",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/konradbartczak:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/konradbartczak:2/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/konradbartczak:2/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/konradbartczak:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/konradbartczak:2",
                "plots": "https://api.plotly.com/v2/plots/konradbartczak:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=konradbartczak"
            },
            "owner": "konradbartczak",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Pressuremeter stiffness modulus as a function of depth",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~konradbartczak/2/pressuremeter-stiffness-modulus-as-a-function-of-depth/",
            "world_readable": true,
            "date_modified": "2019-03-20T20:01:43.381Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~konradbartczak/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1895f988-863c-4eba-8d67-7abe18dbabff",
                        "name": "Pressuremeter stiffness modulus as a function of depth",
                        "type": "scatter",
                        "xsrc": "konradbartczak:3:3475dc",
                        "ysrc": "konradbartczak:3:856228"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Pressuremeter stiffness modulus as a function of depth"
                    },
                    "showlegend": true,
                    "plot_bgcolor": "rgb(230, 230,230)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~konradbartczak",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/36.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 19:38:36",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "konradbartczak",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T19:51:07.651479Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~shuangliu19931013/0.embed",
            "fid": "shuangliu19931013:0",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/shuangliu19931013:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/shuangliu19931013:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/shuangliu19931013:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/shuangliu19931013:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/shuangliu19931013:0",
                "plots": "https://api.plotly.com/v2/plots/shuangliu19931013:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=shuangliu19931013"
            },
            "owner": "shuangliu19931013",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~shuangliu19931013/0/",
            "world_readable": true,
            "date_modified": "2019-03-20T19:51:08.120Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~shuangliu19931013/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "d5303df9-a064-44b0-84be-f8f1eea5e8d2",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "shuangliu19931013:1:8d6b8b",
                        "ysrc": "shuangliu19931013:1:1b28e0",
                        "zsrc": "shuangliu19931013:1:e06ffc",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0, 0, 255)",
                            "symbol": "circle",
                            "opacity": 1
                        }
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~shuangliu19931013",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/23.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 19:44:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "shuangliu19931013",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T19:50:17.158796Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mtamarapalli/40.embed",
            "fid": "mtamarapalli:40",
            "filename": "cfp_example1553111411.9427683",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/mtamarapalli:40/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/mtamarapalli:40/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/mtamarapalli:40/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/mtamarapalli:40/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mtamarapalli:40",
                "plots": "https://api.plotly.com/v2/plots/mtamarapalli:40",
                "parent": "https://api.plotly.com/v2/folders/home?user=mtamarapalli"
            },
            "owner": "mtamarapalli",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~mtamarapalli/40/",
            "world_readable": true,
            "date_modified": "2019-03-20T19:50:17.174Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mtamarapalli/40/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Africa",
                        "xsrc": "mtamarapalli:37:b87523",
                        "ysrc": "mtamarapalli:37:f04100",
                        "marker": {
                            "color": "rgb(100, 150, 225)",
                            "sizeref": 1000000,
                            "sizesrc": "mtamarapalli:37:683aae",
                            "sizemode": "area"
                        },
                        "textsrc": "mtamarapalli:37:c1e17f"
                    },
                    {
                        "mode": "markers",
                        "name": "Asia",
                        "xsrc": "mtamarapalli:37:ec27fc",
                        "ysrc": "mtamarapalli:37:b1e9c8",
                        "marker": {
                            "color": "rgb(225, 35, 14)",
                            "sizeref": 1000000,
                            "sizesrc": "mtamarapalli:37:8fcbec",
                            "sizemode": "area"
                        },
                        "textsrc": "mtamarapalli:37:5e7859"
                    },
                    {
                        "mode": "markers",
                        "name": "Europe",
                        "xsrc": "mtamarapalli:37:36cf99",
                        "ysrc": "mtamarapalli:37:92c901",
                        "marker": {
                            "color": "rgb(225, 200, 162)",
                            "sizeref": 1000000,
                            "sizesrc": "mtamarapalli:37:d38e74",
                            "sizemode": "area"
                        },
                        "textsrc": "mtamarapalli:37:78da67"
                    },
                    {
                        "mode": "markers",
                        "name": "North America",
                        "xsrc": "mtamarapalli:37:9f0ee6",
                        "ysrc": "mtamarapalli:37:946f49",
                        "marker": {
                            "color": "rgb(225, 145, 65)",
                            "sizeref": 1000000,
                            "sizesrc": "mtamarapalli:37:858ef1",
                            "sizemode": "area"
                        },
                        "textsrc": "mtamarapalli:37:645396"
                    },
                    {
                        "mode": "markers",
                        "name": "Oceania",
                        "xsrc": "mtamarapalli:37:c7a233",
                        "ysrc": "mtamarapalli:37:d72dea",
                        "marker": {
                            "color": "rgb(128, 0, 128)",
                            "sizeref": 1000000,
                            "sizesrc": "mtamarapalli:37:82b966",
                            "sizemode": "area"
                        },
                        "textsrc": "mtamarapalli:37:2a48d8"
                    },
                    {
                        "mode": "markers",
                        "name": "South America",
                        "xsrc": "mtamarapalli:37:0c39b0",
                        "ysrc": "mtamarapalli:37:e2d3b7",
                        "marker": {
                            "color": "rgb(49, 55, 255)",
                            "sizeref": 1000000,
                            "sizesrc": "mtamarapalli:37:fff664",
                            "sizemode": "area"
                        },
                        "textsrc": "mtamarapalli:37:97fa0e"
                    }
                ],
                "config": {
                    "scrollzoom": true
                },
                "frames": [
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:b87523",
                                "ysrc": "mtamarapalli:37:f04100",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:683aae",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:c1e17f"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:ec27fc",
                                "ysrc": "mtamarapalli:37:b1e9c8",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:8fcbec",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:5e7859"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:36cf99",
                                "ysrc": "mtamarapalli:37:92c901",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:d38e74",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:78da67"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:9f0ee6",
                                "ysrc": "mtamarapalli:37:946f49",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:858ef1",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:645396"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:c7a233",
                                "ysrc": "mtamarapalli:37:d72dea",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:82b966",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:2a48d8"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:0c39b0",
                                "ysrc": "mtamarapalli:37:e2d3b7",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:fff664",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:97fa0e"
                            }
                        ],
                        "name": "1971"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:8f4e70",
                                "ysrc": "mtamarapalli:37:fb7b94",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:46d321",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:cde77e"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:be7575",
                                "ysrc": "mtamarapalli:37:7ba731",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:87452f",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:a0398e"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:fe5bdf",
                                "ysrc": "mtamarapalli:37:86f64e",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:1d4156",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:03b2c1"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:e3e9ef",
                                "ysrc": "mtamarapalli:37:b89f89",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:c8b79a",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:7e4468"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:ae2705",
                                "ysrc": "mtamarapalli:37:711cd3",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:72fa17",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:1d13f8"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:64277a",
                                "ysrc": "mtamarapalli:37:280a1c",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:dc32b7",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:d52a9b"
                            }
                        ],
                        "name": "1972"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:3a4ac1",
                                "ysrc": "mtamarapalli:37:23c292",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:1ca85c",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:a96a19"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:4d1713",
                                "ysrc": "mtamarapalli:37:f50e10",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:c29be6",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:998552"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:912bdc",
                                "ysrc": "mtamarapalli:37:500adc",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:6fe134",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:cc2837"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:bec99b",
                                "ysrc": "mtamarapalli:37:eac2df",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:9aef7d",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:f820b6"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:3675a9",
                                "ysrc": "mtamarapalli:37:a0af1c",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:fb7eb5",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:ebb577"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:d1989a",
                                "ysrc": "mtamarapalli:37:7f13f6",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:6c3088",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:f8550b"
                            }
                        ],
                        "name": "1973"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:45ebd0",
                                "ysrc": "mtamarapalli:37:6afbc4",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:f44264",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:e6173c"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:198c0e",
                                "ysrc": "mtamarapalli:37:5f08fc",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:dbf02d",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:b6ad1e"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:52b22f",
                                "ysrc": "mtamarapalli:37:4aa60b",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:1b1071",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:4dfbc7"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:718634",
                                "ysrc": "mtamarapalli:37:c4d32b",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:d9bffa",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:33c3db"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:67153c",
                                "ysrc": "mtamarapalli:37:cc25d0",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:1cb1c8",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:a60f1d"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:57f5d6",
                                "ysrc": "mtamarapalli:37:e4274b",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:0b8f82",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:9d0126"
                            }
                        ],
                        "name": "1974"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:efff09",
                                "ysrc": "mtamarapalli:37:3151d3",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:1823cd",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:ae4d6d"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:44e6d5",
                                "ysrc": "mtamarapalli:37:5c3449",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:6f77d3",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:22988b"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:f4814b",
                                "ysrc": "mtamarapalli:37:fa6bd9",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:d4376f",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:fa6c2b"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:77b85b",
                                "ysrc": "mtamarapalli:37:cdefb1",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:225410",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:8e4ce7"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:ff5025",
                                "ysrc": "mtamarapalli:37:15ee03",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:673da7",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:67a490"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:d2eec8",
                                "ysrc": "mtamarapalli:37:768bfa",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:f923d3",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:f40400"
                            }
                        ],
                        "name": "1975"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:9d530b",
                                "ysrc": "mtamarapalli:37:15e361",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:d5d05c",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:96cf7c"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:b0e563",
                                "ysrc": "mtamarapalli:37:22cc66",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:31362a",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:23888e"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:fc7aed",
                                "ysrc": "mtamarapalli:37:67cfa2",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:4e04c4",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:9d6faa"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:eeb324",
                                "ysrc": "mtamarapalli:37:70cec0",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:300615",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:1f6361"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:b26c74",
                                "ysrc": "mtamarapalli:37:9aaf62",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:1d0b9e",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:2a0a31"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:c5f949",
                                "ysrc": "mtamarapalli:37:4c4639",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:5b23b8",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:b785d5"
                            }
                        ],
                        "name": "1976"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:d89a71",
                                "ysrc": "mtamarapalli:37:9afd48",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:acda54",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:f0533d"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:d68874",
                                "ysrc": "mtamarapalli:37:a07eec",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:5968ff",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:0ad1c2"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:c027e1",
                                "ysrc": "mtamarapalli:37:26ded0",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:b2c7c2",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:b4458f"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:292e08",
                                "ysrc": "mtamarapalli:37:930faa",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:617fe1",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:556375"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:b6ba15",
                                "ysrc": "mtamarapalli:37:26e303",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:1fd3b1",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:9566f2"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:c14d8b",
                                "ysrc": "mtamarapalli:37:1de598",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:99eeb2",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:3b7453"
                            }
                        ],
                        "name": "1977"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:c3196c",
                                "ysrc": "mtamarapalli:37:47b081",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:981589",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:661f50"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:5bf684",
                                "ysrc": "mtamarapalli:37:90bbe1",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:bbb9b3",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:5298b9"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:929d3c",
                                "ysrc": "mtamarapalli:37:58f1ff",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:863b29",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:44771f"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:ba233e",
                                "ysrc": "mtamarapalli:37:f983b3",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:602021",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:bda7cb"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:cf6a39",
                                "ysrc": "mtamarapalli:37:163413",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:d83fa9",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:99f2d1"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:706dee",
                                "ysrc": "mtamarapalli:37:c70cd5",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:8f3577",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:c26a3a"
                            }
                        ],
                        "name": "1978"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:3ec0f8",
                                "ysrc": "mtamarapalli:37:477fb1",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:289b41",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:b7b4c1"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:f4fc02",
                                "ysrc": "mtamarapalli:37:3905dc",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:ad2335",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:6b71a8"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:1e8f8d",
                                "ysrc": "mtamarapalli:37:260018",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:53ee57",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:3000c7"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:a39d59",
                                "ysrc": "mtamarapalli:37:7f33e3",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:7883e7",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:565206"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:cd2fc5",
                                "ysrc": "mtamarapalli:37:ebdc4b",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:dae3f2",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:fe30bd"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:8aeed3",
                                "ysrc": "mtamarapalli:37:1181b8",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:e19c34",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:f043a4"
                            }
                        ],
                        "name": "1979"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:5266e8",
                                "ysrc": "mtamarapalli:37:a992e2",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:b1096f",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:059283"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:5b1a44",
                                "ysrc": "mtamarapalli:37:903193",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:3e44f6",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:ad6d0a"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:4d33ba",
                                "ysrc": "mtamarapalli:37:4fccdd",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:64450b",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:1a2b46"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:a6c00e",
                                "ysrc": "mtamarapalli:37:dd1421",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:dd3d0d",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:154eaf"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:99587f",
                                "ysrc": "mtamarapalli:37:f126ec",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:1baa77",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:26ec95"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:6a7250",
                                "ysrc": "mtamarapalli:37:9fee5e",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:f045ec",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:7dc779"
                            }
                        ],
                        "name": "1980"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:a477c4",
                                "ysrc": "mtamarapalli:37:de058e",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:4584fa",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:cbb961"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:ca4a22",
                                "ysrc": "mtamarapalli:37:556f92",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:0b0478",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:48ae80"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:e3bf8b",
                                "ysrc": "mtamarapalli:37:e4d292",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:accccf",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:a05ce1"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:542a84",
                                "ysrc": "mtamarapalli:37:c85445",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:dcfa35",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:65b72a"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:06c6e7",
                                "ysrc": "mtamarapalli:37:03ff36",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:921995",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:b95373"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:30f4df",
                                "ysrc": "mtamarapalli:37:892d67",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:0fefc7",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:92e989"
                            }
                        ],
                        "name": "1981"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:c19614",
                                "ysrc": "mtamarapalli:37:4f0b6d",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:b3fd34",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:7b9cba"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:0ab01c",
                                "ysrc": "mtamarapalli:37:d83217",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:330f1c",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:96726b"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:1a0bff",
                                "ysrc": "mtamarapalli:37:507c7e",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:f13c98",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:7951cf"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:c7e3fd",
                                "ysrc": "mtamarapalli:37:34869b",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:39f8ae",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:db7dbb"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:79cc71",
                                "ysrc": "mtamarapalli:37:a45f1b",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:a21d1a",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:e9fc77"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:fcd8c2",
                                "ysrc": "mtamarapalli:37:35443b",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:7235e5",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:8fff17"
                            }
                        ],
                        "name": "1982"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:72da39",
                                "ysrc": "mtamarapalli:37:6d2de9",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:de79cf",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:a6ecb9"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:972bcd",
                                "ysrc": "mtamarapalli:37:ec4756",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:10dbd3",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:1141bc"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:2ea371",
                                "ysrc": "mtamarapalli:37:c6d4d9",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:01ec33",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:846454"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:831b60",
                                "ysrc": "mtamarapalli:37:ae3cdc",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:162d61",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:99e6c0"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:0c49cd",
                                "ysrc": "mtamarapalli:37:b76a06",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:82d217",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:312d0f"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:7c5081",
                                "ysrc": "mtamarapalli:37:c0397c",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:28ea67",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:797f44"
                            }
                        ],
                        "name": "1983"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:19580b",
                                "ysrc": "mtamarapalli:37:ce2bbd",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:bbc2fc",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:57889e"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:8b1ada",
                                "ysrc": "mtamarapalli:37:532993",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:f7c48a",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:24ae53"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:f1dcee",
                                "ysrc": "mtamarapalli:37:d9fb6d",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:eee3e1",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:13ed38"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:1eb712",
                                "ysrc": "mtamarapalli:37:54b36a",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:d68ad3",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:04423c"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:88701e",
                                "ysrc": "mtamarapalli:37:cdd6c4",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:f5a4ba",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:34d0d5"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:051cd2",
                                "ysrc": "mtamarapalli:37:b1f056",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:33c565",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:84ce9f"
                            }
                        ],
                        "name": "1984"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:8738f2",
                                "ysrc": "mtamarapalli:37:136b70",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:32e449",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:80d2bf"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:959727",
                                "ysrc": "mtamarapalli:37:be89c1",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:ba8b33",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:b269b8"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:586b85",
                                "ysrc": "mtamarapalli:37:6d861f",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:fc48d4",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:079437"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:e87fbc",
                                "ysrc": "mtamarapalli:37:dfea4e",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:9fcf6f",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:61c8af"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:a35d56",
                                "ysrc": "mtamarapalli:37:c1672a",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:65527f",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:c68bde"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:1e1222",
                                "ysrc": "mtamarapalli:37:bb47df",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:d719c4",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:7637b8"
                            }
                        ],
                        "name": "1985"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:bb0179",
                                "ysrc": "mtamarapalli:37:f48bb1",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:ec265d",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:935cd6"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:da6486",
                                "ysrc": "mtamarapalli:37:146092",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:9f83df",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:dd069c"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:b6c0e6",
                                "ysrc": "mtamarapalli:37:3f2b41",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:d76bb3",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:c99056"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:fabaa2",
                                "ysrc": "mtamarapalli:37:87cec9",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:efbb41",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:80d77f"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:d623c6",
                                "ysrc": "mtamarapalli:37:2a63e1",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:476eef",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:65978f"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:443eea",
                                "ysrc": "mtamarapalli:37:b8be1c",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:33f250",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:a2f152"
                            }
                        ],
                        "name": "1986"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:48ebce",
                                "ysrc": "mtamarapalli:37:67dd0f",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:f90867",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:a7bdeb"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:1f70a6",
                                "ysrc": "mtamarapalli:37:69a54c",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:644eff",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:3acdeb"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:7c27d4",
                                "ysrc": "mtamarapalli:37:7ea1c4",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:296684",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:45ef28"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:7f579e",
                                "ysrc": "mtamarapalli:37:4a90b4",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:c711b5",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:458096"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:085a4e",
                                "ysrc": "mtamarapalli:37:a375da",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:5fd842",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:bf043a"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:989f21",
                                "ysrc": "mtamarapalli:37:eb8898",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:e1677d",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:fc5452"
                            }
                        ],
                        "name": "1987"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:49e709",
                                "ysrc": "mtamarapalli:37:c357f4",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:86fb7f",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:7c36e1"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:c478f7",
                                "ysrc": "mtamarapalli:37:ca2582",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:0d8fd5",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:5d49ef"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:4d9268",
                                "ysrc": "mtamarapalli:37:49d8ed",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:349351",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:0748c5"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:d1bf2f",
                                "ysrc": "mtamarapalli:37:927a47",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:54719c",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:6dd36f"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:30660f",
                                "ysrc": "mtamarapalli:37:ccd902",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:1d963c",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:9ad8d7"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:3ea3ae",
                                "ysrc": "mtamarapalli:37:29b537",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:e3f3c9",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:bc7f9f"
                            }
                        ],
                        "name": "1988"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:0ebd22",
                                "ysrc": "mtamarapalli:37:6f6022",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:a48218",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:5432f2"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:f4be01",
                                "ysrc": "mtamarapalli:37:1328d8",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:1722ad",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:ac561b"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:5e3c4e",
                                "ysrc": "mtamarapalli:37:5b219d",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:02ef9b",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:76e021"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:9822fe",
                                "ysrc": "mtamarapalli:37:fd5b7c",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:131303",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:4f3c52"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:ad3091",
                                "ysrc": "mtamarapalli:37:a3d3fe",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:900cb7",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:1a9671"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:1357ad",
                                "ysrc": "mtamarapalli:37:03f123",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:847461",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:fed1ca"
                            }
                        ],
                        "name": "1989"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:ffcd70",
                                "ysrc": "mtamarapalli:37:c99dc2",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:47cc77",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:c18416"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:bc478a",
                                "ysrc": "mtamarapalli:37:7f8e2a",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:00548f",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:c8a951"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:1b1004",
                                "ysrc": "mtamarapalli:37:d2c3fd",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:fd7781",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:4bf10e"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:1b47ed",
                                "ysrc": "mtamarapalli:37:6aabfc",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:10daf0",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:8ee516"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:413cdb",
                                "ysrc": "mtamarapalli:37:e25583",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:0febd9",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:781ff6"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:98f91f",
                                "ysrc": "mtamarapalli:37:b9e7e8",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:629dd1",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:c9a18e"
                            }
                        ],
                        "name": "1990"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:702048",
                                "ysrc": "mtamarapalli:37:bab4b2",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:7933c1",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:fb348c"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:c07edd",
                                "ysrc": "mtamarapalli:37:d19819",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:61d587",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:07d435"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:7a31e5",
                                "ysrc": "mtamarapalli:37:acadc6",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:e2b4ab",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:046324"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:dfa9bc",
                                "ysrc": "mtamarapalli:37:6355aa",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:af0ab6",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:60789b"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:ee27a6",
                                "ysrc": "mtamarapalli:37:23e5e9",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:30ce17",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:552193"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:da7b90",
                                "ysrc": "mtamarapalli:37:442317",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:9af443",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:25ef4c"
                            }
                        ],
                        "name": "1991"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:47303b",
                                "ysrc": "mtamarapalli:37:f05611",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:114694",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:2ebc82"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:095619",
                                "ysrc": "mtamarapalli:37:28cb6a",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:6a177c",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:f0c605"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:ee22a4",
                                "ysrc": "mtamarapalli:37:b5ca95",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:9f0950",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:81e4a3"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:80b82c",
                                "ysrc": "mtamarapalli:37:2731ca",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:364721",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:96832a"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:d5c39b",
                                "ysrc": "mtamarapalli:37:6f6e61",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:790199",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:3090bb"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:936924",
                                "ysrc": "mtamarapalli:37:3b3cdc",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:37ed0d",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:74da52"
                            }
                        ],
                        "name": "1992"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:2789ee",
                                "ysrc": "mtamarapalli:37:e3a3b5",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:453bdc",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:bbbe5f"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:e5a19a",
                                "ysrc": "mtamarapalli:37:666b09",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:a996f0",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:5e4a5c"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:f1e173",
                                "ysrc": "mtamarapalli:37:40ca7f",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:7f0e2c",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:12b0fa"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:cc59b9",
                                "ysrc": "mtamarapalli:37:ffc4e0",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:0d122b",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:55cf71"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:b99138",
                                "ysrc": "mtamarapalli:37:be6df4",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:656d8d",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:d2c198"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:079eb4",
                                "ysrc": "mtamarapalli:37:405b8f",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:9c4fcb",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:c878de"
                            }
                        ],
                        "name": "1993"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:34209e",
                                "ysrc": "mtamarapalli:37:e45ff4",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:061bb0",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:e1eb26"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:078ad0",
                                "ysrc": "mtamarapalli:37:fadb5f",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:dc4614",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:2f0d4f"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:b9f967",
                                "ysrc": "mtamarapalli:37:5a1b0c",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:7c9e8f",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:01cf52"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:fe22d8",
                                "ysrc": "mtamarapalli:37:bf42a0",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:af4c7a",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:a97539"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:5ed6b7",
                                "ysrc": "mtamarapalli:37:a3e31d",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:bbb74a",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:fe657e"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:103d47",
                                "ysrc": "mtamarapalli:37:46dcf3",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:54ea04",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:9267c2"
                            }
                        ],
                        "name": "1994"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:9ea640",
                                "ysrc": "mtamarapalli:37:37f08b",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:faba30",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:f10e60"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:7c62e7",
                                "ysrc": "mtamarapalli:37:2e3c71",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:20c875",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:861c5b"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:bc79af",
                                "ysrc": "mtamarapalli:37:990433",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:cb731b",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:349aad"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:8f4ea9",
                                "ysrc": "mtamarapalli:37:f68ef4",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:4ffdbf",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:d1ad38"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:50caef",
                                "ysrc": "mtamarapalli:37:c77696",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:cc5ca6",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:53b087"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:5f61f3",
                                "ysrc": "mtamarapalli:37:b851e4",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:18f7c3",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:8d2052"
                            }
                        ],
                        "name": "1995"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:8903dd",
                                "ysrc": "mtamarapalli:37:2056ff",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:7bedfc",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:409ba1"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:42fe96",
                                "ysrc": "mtamarapalli:37:bb2221",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:d34dd2",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:82a243"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:c08815",
                                "ysrc": "mtamarapalli:37:a7ac04",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:babb34",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:3de15d"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:9b6d50",
                                "ysrc": "mtamarapalli:37:15e1c0",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:b79c4e",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:842698"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:55d300",
                                "ysrc": "mtamarapalli:37:34d81b",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:2400df",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:b80c35"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:1e50b7",
                                "ysrc": "mtamarapalli:37:c09962",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:ac1a57",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:fc65d5"
                            }
                        ],
                        "name": "1996"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:34d175",
                                "ysrc": "mtamarapalli:37:d39275",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:349abf",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:e1cab2"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:c61969",
                                "ysrc": "mtamarapalli:37:b78226",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:e7c21e",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:fa5c35"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:5ebb37",
                                "ysrc": "mtamarapalli:37:b96168",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:d00b94",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:3b278b"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:17f276",
                                "ysrc": "mtamarapalli:37:84d03f",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:975e22",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:518d3a"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:f866c7",
                                "ysrc": "mtamarapalli:37:f34a06",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:378715",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:59911c"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:8b33ee",
                                "ysrc": "mtamarapalli:37:2da9ce",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:43734d",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:0d3676"
                            }
                        ],
                        "name": "1997"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:f0d9d9",
                                "ysrc": "mtamarapalli:37:3b97a7",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:ad1e99",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:ef250f"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:3da0e7",
                                "ysrc": "mtamarapalli:37:6c4c7b",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:eeada6",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:77b53e"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:ed77c7",
                                "ysrc": "mtamarapalli:37:0e9c77",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:38beba",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:8291b7"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:7802e3",
                                "ysrc": "mtamarapalli:37:e77605",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:d1357c",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:d5172f"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:4cac52",
                                "ysrc": "mtamarapalli:37:0938f1",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:d2ae3c",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:49a310"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:1e31e5",
                                "ysrc": "mtamarapalli:37:4b2d5b",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:7b8265",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:219630"
                            }
                        ],
                        "name": "1998"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:daa815",
                                "ysrc": "mtamarapalli:37:19e2c6",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:659260",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:5c18ff"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:8dc8b0",
                                "ysrc": "mtamarapalli:37:ca52c2",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:374583",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:6ed8e3"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:9e58e2",
                                "ysrc": "mtamarapalli:37:a27b2b",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:e78fa2",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:11ad2c"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:2054d1",
                                "ysrc": "mtamarapalli:37:9a8c7a",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:65a874",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:96da5d"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:91b501",
                                "ysrc": "mtamarapalli:37:46ad45",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:6b67e8",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:7ab6e1"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:0e67f2",
                                "ysrc": "mtamarapalli:37:708e67",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:51c815",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:bc3c2e"
                            }
                        ],
                        "name": "1999"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:384f37",
                                "ysrc": "mtamarapalli:37:49ff94",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:df44e5",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:9eb9a9"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:8081e2",
                                "ysrc": "mtamarapalli:37:81b1c5",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:ab066e",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:597a52"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:94a91b",
                                "ysrc": "mtamarapalli:37:758321",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:ea9741",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:893869"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:fa4b96",
                                "ysrc": "mtamarapalli:37:a3b01a",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:a76a0a",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:13770b"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:05da78",
                                "ysrc": "mtamarapalli:37:666cc3",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:b83eee",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:f34235"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:8d2e52",
                                "ysrc": "mtamarapalli:37:c4cf32",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:23e410",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:750fa7"
                            }
                        ],
                        "name": "2000"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:48c81f",
                                "ysrc": "mtamarapalli:37:b5196c",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:5723a9",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:d66138"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:655106",
                                "ysrc": "mtamarapalli:37:11e748",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:44cec2",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:52371c"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:c07980",
                                "ysrc": "mtamarapalli:37:d38b4a",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:118a21",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:69134e"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:385223",
                                "ysrc": "mtamarapalli:37:e03210",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:dffa56",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:418249"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:5a8ee1",
                                "ysrc": "mtamarapalli:37:976710",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:3decc7",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:9a9e0a"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:3e7680",
                                "ysrc": "mtamarapalli:37:e515e4",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:5d4813",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:dd59d7"
                            }
                        ],
                        "name": "2001"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:961b44",
                                "ysrc": "mtamarapalli:37:8ab529",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:94279f",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:0706d6"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:f81f17",
                                "ysrc": "mtamarapalli:37:d0a108",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:cdb979",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:582216"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:b84ee3",
                                "ysrc": "mtamarapalli:37:39f1a1",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:caab2a",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:587a33"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:c39e3d",
                                "ysrc": "mtamarapalli:37:7e103a",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:b7d9be",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:a5fa09"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:0bc4e5",
                                "ysrc": "mtamarapalli:37:fd7966",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:4ea6f8",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:b22c72"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:3dd593",
                                "ysrc": "mtamarapalli:37:e7ff65",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:1c9de0",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:6d0f46"
                            }
                        ],
                        "name": "2002"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:cb4948",
                                "ysrc": "mtamarapalli:37:d77819",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:786c07",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:1621f2"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:3af748",
                                "ysrc": "mtamarapalli:37:2e017a",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:109eb5",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:16a6fd"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:32d814",
                                "ysrc": "mtamarapalli:37:103c85",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:56633f",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:baad8c"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:140038",
                                "ysrc": "mtamarapalli:37:fc7f0d",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:79f602",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:d8968f"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:c273a7",
                                "ysrc": "mtamarapalli:37:7dd134",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:2123c5",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:8e2c90"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:d37c15",
                                "ysrc": "mtamarapalli:37:c1f44b",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:aec1a5",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:8e8d3b"
                            }
                        ],
                        "name": "2003"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:797553",
                                "ysrc": "mtamarapalli:37:6f8c49",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:11f006",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:030eed"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:904c82",
                                "ysrc": "mtamarapalli:37:2d3e7e",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:0de830",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:816a92"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:9be238",
                                "ysrc": "mtamarapalli:37:75aa47",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:0d4eb8",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:744463"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:143c05",
                                "ysrc": "mtamarapalli:37:987d43",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:7a1de9",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:7db595"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:959d9b",
                                "ysrc": "mtamarapalli:37:571f10",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:20058f",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:423679"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:093f8a",
                                "ysrc": "mtamarapalli:37:c10b3a",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:31fd9d",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:2cd08d"
                            }
                        ],
                        "name": "2004"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:c39f88",
                                "ysrc": "mtamarapalli:37:34bdad",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:cb33e3",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:a7c5f6"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:5be26d",
                                "ysrc": "mtamarapalli:37:be330d",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:f13852",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:b3a071"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:780f74",
                                "ysrc": "mtamarapalli:37:fc9dae",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:22b688",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:101208"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:99ff8f",
                                "ysrc": "mtamarapalli:37:a40fb5",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:14f0fe",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:13abf6"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:faf1b2",
                                "ysrc": "mtamarapalli:37:0a1e8d",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:01d477",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:56646a"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:58c81e",
                                "ysrc": "mtamarapalli:37:57580e",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:fb5820",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:0eaf8a"
                            }
                        ],
                        "name": "2005"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:f063ea",
                                "ysrc": "mtamarapalli:37:374602",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:a8d1d5",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:f8fbc3"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:6afeb1",
                                "ysrc": "mtamarapalli:37:5dbcb2",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:5dd47f",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:ffa5ac"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:351796",
                                "ysrc": "mtamarapalli:37:e3ee9d",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:532c8f",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:81ece8"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:9d7442",
                                "ysrc": "mtamarapalli:37:0a21ac",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:978ef1",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:4fd5a2"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:a223f4",
                                "ysrc": "mtamarapalli:37:17f484",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:db2014",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:1a63bd"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:c75c90",
                                "ysrc": "mtamarapalli:37:500d06",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:8f8896",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:540094"
                            }
                        ],
                        "name": "2006"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:c25fd8",
                                "ysrc": "mtamarapalli:37:81e997",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:7ae333",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:da739e"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:4d1add",
                                "ysrc": "mtamarapalli:37:5c5269",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:95fc12",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:7ae7d6"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:6739bc",
                                "ysrc": "mtamarapalli:37:55c1da",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:3d622f",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:5b0c7e"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:dc1936",
                                "ysrc": "mtamarapalli:37:4b5914",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:cc186c",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:ff6cf6"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:069890",
                                "ysrc": "mtamarapalli:37:6d9b88",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:1ae6bc",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:9be7bf"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:e93f1c",
                                "ysrc": "mtamarapalli:37:7fb5d5",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:bf9da5",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:f7eaad"
                            }
                        ],
                        "name": "2007"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:da64ca",
                                "ysrc": "mtamarapalli:37:6fd569",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:6f24c0",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:c1ce37"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:91e355",
                                "ysrc": "mtamarapalli:37:ed34ad",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:90e77f",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:ac1f38"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:aa6bad",
                                "ysrc": "mtamarapalli:37:2881f1",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:e65941",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:ef9655"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:d9b6e0",
                                "ysrc": "mtamarapalli:37:ebcee8",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:e4e43b",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:4d2b05"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:b19e82",
                                "ysrc": "mtamarapalli:37:9f24dc",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:9d958e",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:92e2b4"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:5486f4",
                                "ysrc": "mtamarapalli:37:2eccad",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:9e9bbe",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:10b6c2"
                            }
                        ],
                        "name": "2008"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:130a8d",
                                "ysrc": "mtamarapalli:37:bc9c4b",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:a4aaf0",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:d35212"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:7e0349",
                                "ysrc": "mtamarapalli:37:e21bf9",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:6da915",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:175814"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:aa9a3a",
                                "ysrc": "mtamarapalli:37:ce075e",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:615231",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:423ef5"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:93e5a2",
                                "ysrc": "mtamarapalli:37:e63872",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:9b821e",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:f90384"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:c6d2a7",
                                "ysrc": "mtamarapalli:37:246e05",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:ad19b8",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:10328f"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:b103d4",
                                "ysrc": "mtamarapalli:37:bf6fb4",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:3f9189",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:1337f7"
                            }
                        ],
                        "name": "2009"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:912afa",
                                "ysrc": "mtamarapalli:37:c3f635",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:8417f6",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:d74442"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:8ce88a",
                                "ysrc": "mtamarapalli:37:9de696",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:04894e",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:74eab7"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:a8f3e4",
                                "ysrc": "mtamarapalli:37:048197",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:01833b",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:7f74d4"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:81e895",
                                "ysrc": "mtamarapalli:37:7998c3",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:c03300",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:c40379"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:c16326",
                                "ysrc": "mtamarapalli:37:c89cf1",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:d7e29f",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:6bdb43"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:5fb471",
                                "ysrc": "mtamarapalli:37:199516",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:8d3f7a",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:97efaf"
                            }
                        ],
                        "name": "2010"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:03c47f",
                                "ysrc": "mtamarapalli:37:82bdd8",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:e4dc9d",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:4f0efe"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:d20e64",
                                "ysrc": "mtamarapalli:37:6f1611",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:f4dc51",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:df50e8"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:8958b2",
                                "ysrc": "mtamarapalli:37:6ae4e5",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:8c0fa6",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:de70a4"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:db9e3f",
                                "ysrc": "mtamarapalli:37:6563b4",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:6c94ea",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:34b43f"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:0dc12a",
                                "ysrc": "mtamarapalli:37:4509c5",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:8fddf5",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:b38c56"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:375c75",
                                "ysrc": "mtamarapalli:37:e7bed2",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:fb07d3",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:7072dc"
                            }
                        ],
                        "name": "2011"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "xsrc": "mtamarapalli:37:61d97b",
                                "ysrc": "mtamarapalli:37:e478fe",
                                "marker": {
                                    "color": "rgb(100, 150, 225)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:16f5f7",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:85b561"
                            },
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "xsrc": "mtamarapalli:37:19e9af",
                                "ysrc": "mtamarapalli:37:03de0f",
                                "marker": {
                                    "color": "rgb(225, 35, 14)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:3f9329",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:b4b8e1"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "xsrc": "mtamarapalli:37:13292d",
                                "ysrc": "mtamarapalli:37:dd720f",
                                "marker": {
                                    "color": "rgb(225, 200, 162)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:8e4a99",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:b18ee7"
                            },
                            {
                                "mode": "markers",
                                "name": "North America",
                                "xsrc": "mtamarapalli:37:5d0445",
                                "ysrc": "mtamarapalli:37:1b733f",
                                "marker": {
                                    "color": "rgb(225, 145, 65)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:3712b7",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:ceb094"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "xsrc": "mtamarapalli:37:becf97",
                                "ysrc": "mtamarapalli:37:bad60a",
                                "marker": {
                                    "color": "rgb(128, 0, 128)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:2f4ac9",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:35b3e5"
                            },
                            {
                                "mode": "markers",
                                "name": "South America",
                                "xsrc": "mtamarapalli:37:4e1bda",
                                "ysrc": "mtamarapalli:37:05b449",
                                "marker": {
                                    "color": "rgb(49, 55, 255)",
                                    "sizeref": 1000000,
                                    "sizesrc": "mtamarapalli:37:51e9df",
                                    "sizemode": "area"
                                },
                                "textsrc": "mtamarapalli:37:68847f"
                            }
                        ],
                        "name": "2012"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "range": [
                            0,
                            20000
                        ],
                        "title": "Total CO2",
                        "gridcolor": "#FFFFFF"
                    },
                    "yaxis": {
                        "type": "log",
                        "title": "GDP USD",
                        "gridcolor": "#FFFFFF"
                    },
                    "sliders": [
                        {
                            "x": 0.1,
                            "y": 0,
                            "len": 0.9,
                            "pad": {
                                "b": 10,
                                "t": 50
                            },
                            "steps": [
                                {
                                    "args": [
                                        [
                                            "1971"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1971",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1972"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1972",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1973"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1973",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1974"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1974",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1975"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1975",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1976"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1976",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1977"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1977",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1978"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1978",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1979"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1979",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1980"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1980",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1981"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1981",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1982"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1982",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1983"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1983",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1984"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1984",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1985"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1985",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1986"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1986",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1987"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1987",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1988"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1988",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1989"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1989",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1990"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1990",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1991"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1991",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1992"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1992",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1993"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1993",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1994"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1994",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1995"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1995",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1996"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1996",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1997"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1997",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1998"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1998",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1999"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "1999",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2000"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "2000",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2001"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "2001",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2002"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "2002",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2003"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "2003",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2004"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "2004",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2005"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "2005",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2006"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "2006",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2007"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "2007",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2008"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "2008",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2009"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "2009",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2010"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "2010",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2011"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "2011",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2012"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 300
                                            },
                                            "transition": {
                                                "duration": 300
                                            }
                                        }
                                    ],
                                    "label": "2012",
                                    "method": "animate"
                                }
                            ],
                            "active": 0,
                            "xanchor": "left",
                            "yanchor": "top",
                            "transition": {
                                "easing": "cubic-in-out",
                                "duration": 300
                            },
                            "currentvalue": {
                                "font": {
                                    "size": 20
                                },
                                "prefix": "Year:",
                                "visible": true,
                                "xanchor": "right"
                            }
                        }
                    ],
                    "hovermode": "closest",
                    "updatemenus": [
                        {
                            "x": 0.1,
                            "y": 0,
                            "pad": {
                                "r": 10,
                                "t": 87
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "frame": {
                                                "redraw": false,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "quadratic-in-out",
                                                "duration": 300
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "Play",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            null
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Pause",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "direction": "left",
                            "showactive": false
                        }
                    ],
                    "plot_bgcolor": "rgb(223, 232, 243)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mtamarapalli",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-13 06:02:57",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mtamarapalli",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T19:50:03.179439Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rixingprinxe/3.embed",
            "fid": "rixingprinxe:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/rixingprinxe:3/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/rixingprinxe/3/2_W42Y8DNF6VW4OJCE3DZAOQGGO3DHKV.png",
                "block-thumb": "https://api.plotly.com/v2/files/rixingprinxe:3/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/rixingprinxe:3/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rixingprinxe:3",
                "plots": "https://api.plotly.com/v2/plots/rixingprinxe:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=rixingprinxe"
            },
            "owner": "rixingprinxe",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~rixingprinxe/3/",
            "world_readable": true,
            "date_modified": "2019-03-20T19:50:03.196Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rixingprinxe/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "rsrc": "rixingprinxe:2:d124de",
                        "type": "scatterpolar",
                        "xsrc": "rixingprinxe:2:d124de",
                        "ysrc": "rixingprinxe:2:a7ba32"
                    }
                ],
                "frames": [],
                "layout": {
                    "polar": {
                        "radialaxis": {
                            "type": "linear",
                            "range": [
                                0,
                                1.44
                            ],
                            "autorange": true
                        },
                        "angularaxis": {
                            "type": "linear"
                        }
                    },
                    "title": {
                        "text": "Polar Diagram"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.3999999999999999,
                            2.4
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -19.14873546444534,
                            374.64356028490187
                        ],
                        "autorange": true
                    },
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rixingprinxe",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/21.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 16:22:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rixingprinxe",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}