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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzIwJTNBMzUlM0E1MC4xMTYyMjElMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysyMCUzQTM5JTNBMTEuNzE2MDIxJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T20:39:11.716021Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67144.embed",
            "fid": "amper:67144",
            "filename": "05-29-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:67144/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/amper/67144/2_77QK7ULJ92C0LTDJ7H9FOI66BO28W9.png",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67144/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:67144/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67144",
                "plots": "https://api.plotly.com/v2/plots/amper:67144",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "05-29-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67144/_05-29-19-ds-1976-alg-5421-param-1407-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:39:12.969Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67144/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "dac974ef-ac60-423f-9c53-6a02ec58b7e7",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:67145:555e60",
                        "ysrc": "amper:67145:93ca40",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "e46605a8-9eb9-44f0-b3d2-6e61ebd764ab",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:67145:555e60",
                        "ysrc": "amper:67145:271069",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    }
                ],
                "layout": {
                    "title": "05-29-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "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-06-17T20:39:01.125313Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~siboraseranaj/116.embed",
            "fid": "siboraseranaj:116",
            "filename": "plot from API (21)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/siboraseranaj:116/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/siboraseranaj:116/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/siboraseranaj/116/8_ZTM2B4BK6FODTA5WQ9GIXE898JJUAH.png",
                "list-thumb": "https://api.plotly.com/v2/files/siboraseranaj:116/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/siboraseranaj:116",
                "plots": "https://api.plotly.com/v2/plots/siboraseranaj:116",
                "parent": "https://api.plotly.com/v2/folders/home?user=siboraseranaj"
            },
            "owner": "siboraseranaj",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Most frequent Customers (Pre-Tamr and Post-Tamr)",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~siboraseranaj/116/most-frequent-customers-pre-tamr-and-post-tamr/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:39:01.601Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~siboraseranaj/116/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "11b66d90-fd46-4309-b846-f86c19afdac0",
                        "name": "Pre-Tamr",
                        "type": "bar",
                        "xsrc": "siboraseranaj:117:37a55d",
                        "ysrc": "siboraseranaj:117:37ce68",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "colorsrc": "siboraseranaj:117:3fbca9"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "1407c867-b676-48ef-9f95-253b8aafc7cf",
                        "name": "Post-Tamr",
                        "type": "bar",
                        "xsrc": "siboraseranaj:117:8f3ff4",
                        "ysrc": "siboraseranaj:117:0af26e",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "colorsrc": "siboraseranaj:117:b4eac7"
                        },
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Most frequent Customers (Pre-Tamr and Post-Tamr)"
                    },
                    "xaxis": {
                        "anchor": "y",
                        "domain": [
                            0.0,
                            0.45
                        ],
                        "showgrid": true,
                        "showline": true,
                        "zeroline": false,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "showgrid": false,
                        "showline": true,
                        "showticklabels": false
                    },
                    "legend": {
                        "x": 0.7,
                        "y": 1.188,
                        "font": {
                            "size": 10
                        }
                    },
                    "margin": {
                        "b": 70,
                        "l": 50,
                        "r": 20,
                        "t": 150
                    },
                    "xaxis2": {
                        "anchor": "y2",
                        "domain": [
                            0.55,
                            1.0
                        ],
                        "showgrid": true,
                        "showline": true,
                        "zeroline": false,
                        "showticklabels": true
                    },
                    "yaxis2": {
                        "anchor": "x2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "showgrid": false,
                        "showline": true,
                        "showticklabels": false
                    },
                    "annotations": [
                        {
                            "x": -0.2,
                            "y": -0.109,
                            "xref": "paper",
                            "yref": "paper",
                            "align": "right",
                            "borderpad": false,
                            "showarrow": false
                        }
                    ],
                    "plot_bgcolor": "rgb(248, 248, 255)",
                    "paper_bgcolor": "rgb(248, 248, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~siboraseranaj",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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": "2019-06-16 00:20:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "siboraseranaj",
                "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-06-17T20:38:37.444441Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~siboraseranaj/114.embed",
            "fid": "siboraseranaj:114",
            "filename": "plot from API (20)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/siboraseranaj:114/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/siboraseranaj:114/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/siboraseranaj/114/8_ANDB11HKOGANYA847W0ZMFHB6NIJ5H.png",
                "list-thumb": "https://api.plotly.com/v2/files/siboraseranaj:114/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/siboraseranaj:114",
                "plots": "https://api.plotly.com/v2/plots/siboraseranaj:114",
                "parent": "https://api.plotly.com/v2/folders/home?user=siboraseranaj"
            },
            "owner": "siboraseranaj",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Most frequent Customers (Pre-Tamr and Post-Tamr)",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~siboraseranaj/114/most-frequent-customers-pre-tamr-and-post-tamr/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:38:37.905Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~siboraseranaj/114/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "0eb4d067-63a1-4283-8917-f6acd39b3ee0",
                        "name": "Pre-Tamr",
                        "type": "bar",
                        "xsrc": "siboraseranaj:115:00b7af",
                        "ysrc": "siboraseranaj:115:f3222c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "colorsrc": "siboraseranaj:115:f2565b"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "aa59f951-cd6f-49f6-a200-3be211808640",
                        "name": "Post-Tamr",
                        "type": "bar",
                        "xsrc": "siboraseranaj:115:61a34f",
                        "ysrc": "siboraseranaj:115:8dd96f",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "colorsrc": "siboraseranaj:115:e5ff59"
                        },
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Most frequent Customers (Pre-Tamr and Post-Tamr)"
                    },
                    "xaxis": {
                        "anchor": "y",
                        "domain": [
                            0.0,
                            0.45
                        ],
                        "showgrid": true,
                        "showline": true,
                        "zeroline": false,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "showgrid": false,
                        "showline": true,
                        "showticklabels": false
                    },
                    "legend": {
                        "x": 0.7,
                        "y": 1.188,
                        "font": {
                            "size": 10
                        }
                    },
                    "margin": {
                        "b": 70,
                        "l": 50,
                        "r": 20,
                        "t": 150
                    },
                    "xaxis2": {
                        "anchor": "y2",
                        "domain": [
                            0.55,
                            1.0
                        ],
                        "showgrid": true,
                        "showline": true,
                        "zeroline": false,
                        "showticklabels": true
                    },
                    "yaxis2": {
                        "anchor": "x2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "showgrid": false,
                        "showline": true,
                        "showticklabels": false
                    },
                    "annotations": [
                        {
                            "x": -0.2,
                            "y": -0.109,
                            "xref": "paper",
                            "yref": "paper",
                            "align": "right",
                            "borderpad": true,
                            "showarrow": false
                        }
                    ],
                    "plot_bgcolor": "rgb(248, 248, 255)",
                    "paper_bgcolor": "rgb(248, 248, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~siboraseranaj",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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": "2019-06-16 00:20:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "siboraseranaj",
                "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-06-17T20:38:18.809916Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~krox413/8.embed",
            "fid": "krox413:8",
            "filename": "plot from API (3)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/krox413:8/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/krox413:8/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/krox413:8/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/krox413:8/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/krox413:8",
                "plots": "https://api.plotly.com/v2/plots/krox413:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=krox413"
            },
            "owner": "krox413",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Gantt Chart",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~krox413/8/gantt-chart/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:38:19.295Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~krox413/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "151c4ed0-c644-4e27-be1e-d6f0e71be567",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:95177c",
                        "ysrc": "krox413:9:1b84a4",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "7ff0c255-6509-440c-9138-dee6b774533f",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:9dd552",
                        "ysrc": "krox413:9:bfdc9a",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "13c90db6-cf23-4bc3-bafe-d9cb3fa762b1",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:5538d7",
                        "ysrc": "krox413:9:15356a",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "175f56dd-16e6-4451-8873-14f7d9d551b0",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:ed1b83",
                        "ysrc": "krox413:9:8c55dc",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "5c466884-dcc0-4e45-b14e-bc4fc0dba988",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:433625",
                        "ysrc": "krox413:9:369d5c",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "81f8622f-863a-4478-9b68-7e03d0ff94b4",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:3679da",
                        "ysrc": "krox413:9:074381",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "6910f3fa-1347-49d7-85d6-41c21453b431",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:76d880",
                        "ysrc": "krox413:9:bdf3be",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "3fa48059-270a-46cf-a140-68c15441abeb",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:cf6a44",
                        "ysrc": "krox413:9:8dd2f7",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "ce12b2db-a9e3-46e8-8cc2-1688b1df6bd5",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:cf6a44",
                        "ysrc": "krox413:9:281f8b",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "97918d9c-c359-4e1d-9a2f-12cd1488c252",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:fabf31",
                        "ysrc": "krox413:9:cfb754",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "899a06c0-3e8d-46ec-82c1-806f0622a01e",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:2fa9c2",
                        "ysrc": "krox413:9:10d8f0",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "1d742d61-eb6c-4bee-b67f-b1641ec6e2b0",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:1982e2",
                        "ysrc": "krox413:9:e96668",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "a37c7e5f-e254-4974-863c-77623802cbc3",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:f57110",
                        "ysrc": "krox413:9:cc6552",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "9b8d0f50-081f-4d6e-b55e-e463ce0d261c",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:24175b",
                        "ysrc": "krox413:9:f97432",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "ca5b0899-2f14-4581-bf98-75dac6a8ba1f",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:7a4f56",
                        "ysrc": "krox413:9:4b932e",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "e43c4352-50cc-4282-9bbc-fb6cf58d66bf",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:7f71c1",
                        "ysrc": "krox413:9:24ccbf",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "7aca334b-8e06-4c5e-bace-c3f0fa1b7da0",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:208843",
                        "ysrc": "krox413:9:ed4a99",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "55783a07-5d97-4657-9567-77b11ad1236c",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:7f3387",
                        "ysrc": "krox413:9:56e183",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "4bf42e9b-15da-4d73-9265-c3f3eca7cbfa",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:d60f8d",
                        "ysrc": "krox413:9:13eef9",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "2a783a21-e3b2-4503-a9ec-da6eeaa06021",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:0657f7",
                        "ysrc": "krox413:9:d12275",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "e3f82137-94b0-4272-8c42-d4b8e7e3688b",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:67b523",
                        "ysrc": "krox413:9:de7915",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "43274606-fb41-4933-814e-60b74016890a",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:ceef7f",
                        "ysrc": "krox413:9:7d6b2a",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "b931eca7-f50a-4976-aba5-1f9f5af87e59",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:ceef7f",
                        "ysrc": "krox413:9:8c0577",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "aa649005-0d56-454d-a738-589fd5cb7b91",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:d8ca68",
                        "ysrc": "krox413:9:99ace3",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "cc642fb3-daa8-4f6e-ae69-364b0a3f8ca3",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:0153ce",
                        "ysrc": "krox413:9:bb7bca",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "af45c1e5-40d8-491a-a5c0-a2291b665a0f",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:c4bac7",
                        "ysrc": "krox413:9:6b5df8",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "0c693601-e459-4a80-a04a-ff0b0a744cdc",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:05c2db",
                        "ysrc": "krox413:9:565320",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "0a896223-bc9f-4def-8418-362df1361f9f",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:1fa3d0",
                        "ysrc": "krox413:9:bae6b9",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "adf28266-df74-42ec-81f8-dbd6ccfaaec6",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:1ac7f9",
                        "ysrc": "krox413:9:d3f49a",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "7da289ee-f951-407f-b74d-c0c040160d15",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:8fc7ff",
                        "ysrc": "krox413:9:fc4985",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "b8790cf2-23de-4d21-8241-82fb0acf25bd",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:8fc7ff",
                        "ysrc": "krox413:9:da0744",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "abaec36a-e77d-4624-a521-039eebb28b8d",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:3ed19a",
                        "ysrc": "krox413:9:e7e345",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "14a65650-8bad-455d-be28-0a11d6e90a1f",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:aed6e6",
                        "ysrc": "krox413:9:a93ad7",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "a188778d-551b-466b-9d00-ea088e55d9ae",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:037353",
                        "ysrc": "krox413:9:b364f7",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "eb154392-3e71-4c8b-bc0f-2d28122bb107",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:e38b94",
                        "ysrc": "krox413:9:3d8342",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "3e40209d-9d2d-4d47-8621-03059ef6b422",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:490718",
                        "ysrc": "krox413:9:bdd249",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "9d6fda63-dcbb-4599-9c98-d6bab23f7057",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:d185c6",
                        "ysrc": "krox413:9:d479c7",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "e651ecae-c3c0-47ee-839a-c3fcfc4f4e6a",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:d0ae20",
                        "ysrc": "krox413:9:0ca99b",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "54a9c4f7-38ec-41aa-bebb-a2f55f7b3ada",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:c46111",
                        "ysrc": "krox413:9:5654c6",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "69f36d60-e0d7-4d28-965d-ffac6f096586",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:c46111",
                        "ysrc": "krox413:9:b2dc7e",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "41ed9f8f-1de8-43fe-b261-d8e3c7a64551",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:4ceb92",
                        "ysrc": "krox413:9:e7092f",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "e1730f32-e1f9-443b-9d70-95e0ef3b32c8",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:722735",
                        "ysrc": "krox413:9:667388",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "2794a682-67b6-45f7-acf7-8ad17b12400b",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:742268",
                        "ysrc": "krox413:9:3033b3",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "ef0aa912-bbaf-4e2d-a969-db4d4746c626",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:c51abb",
                        "ysrc": "krox413:9:80301d",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "edbd1177-c34c-488f-9476-cb086f7251bc",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:c51abb",
                        "ysrc": "krox413:9:b0fdd7",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "0bd7f87b-d98e-429c-bd88-b21fa91bdf65",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:f46075",
                        "ysrc": "krox413:9:ae83c7",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "d531134d-8b5a-4c30-b0b4-02b8ffee2117",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:f46075",
                        "ysrc": "krox413:9:b51232",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "b8e788b3-919a-43b7-8c05-e9bce517d284",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:df3e67",
                        "ysrc": "krox413:9:549203",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "061b6078-cc3a-44c4-ab6d-fc2f72d7655f",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:132686",
                        "ysrc": "krox413:9:133c4e",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "e6332831-f2b9-4507-8b1a-571677f90ca0",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:132686",
                        "ysrc": "krox413:9:9bad2b",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "6ecf1d9b-7348-4611-8473-b8b8505178fb",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:152295",
                        "ysrc": "krox413:9:78f5b6",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "14feb6a9-783d-496b-a3a6-ded990648cd7",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:4a0b6a",
                        "ysrc": "krox413:9:d2c611",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "c85d1427-516e-45db-8ac4-432348e7c8d3",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:52023b",
                        "ysrc": "krox413:9:f01794",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "45026393-104f-47dc-85ec-02f7f3432265",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:a4f58d",
                        "ysrc": "krox413:9:0a51ae",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "7610f473-bfc2-4f90-b0f5-68fe62093c63",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:36110b",
                        "ysrc": "krox413:9:cce392",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "40c70245-5cac-438f-a42f-b7330a31c07b",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:36110b",
                        "ysrc": "krox413:9:55b72a",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "2e8a1de3-dd21-4bd9-a517-8049b6434ebf",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:449b81",
                        "ysrc": "krox413:9:cf000c",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "ba0f925d-cead-4c37-8fdb-ee13a7a33c3a",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:8d1d05",
                        "ysrc": "krox413:9:da2fae",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "a9f6dc6c-8e5f-4af5-adaa-a20ebb60a554",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:8d1d05",
                        "ysrc": "krox413:9:6c4bef",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "c7343483-7d10-4bae-8aa6-642006834610",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:e8c94b",
                        "ysrc": "krox413:9:931833",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "af89b117-0d4b-4a54-a8b5-5dd5dae8d36c",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:75c899",
                        "ysrc": "krox413:9:86f782",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "7a99138e-54ce-499e-90ae-914f1075d507",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:75c899",
                        "ysrc": "krox413:9:5f6506",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "99a9d5f0-9141-4fe8-ad87-804dba229897",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:485095",
                        "ysrc": "krox413:9:2e8972",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "89625386-9eb5-4567-bc3c-870389c3a66c",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:642184",
                        "ysrc": "krox413:9:a69624",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "e339ee49-5fd8-40f8-b663-2d1bcac51e25",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:55fcb6",
                        "ysrc": "krox413:9:20acff",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "36831362-f83f-4ce8-9e99-268da05b91ee",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:12f38b",
                        "ysrc": "krox413:9:f30de4",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "63215845-9878-4087-97f5-7c7c4e136603",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:8bae0c",
                        "ysrc": "krox413:9:537d91",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "1df1d7b9-374d-419f-a000-50127581d390",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:c408fc",
                        "ysrc": "krox413:9:770148",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "933b8a62-3f8e-404a-9e10-f51e068055ff",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:c408fc",
                        "ysrc": "krox413:9:e70167",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "1a0a05f3-e106-4dba-b77e-8b3529a46ab8",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "krox413:9:0e481a",
                        "ysrc": "krox413:9:433414",
                        "marker": {
                            "color": "white"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Gantt Chart"
                    },
                    "width": 900,
                    "xaxis": {
                        "type": "date",
                        "showgrid": false,
                        "zeroline": false,
                        "rangeselector": {
                            "buttons": [
                                {
                                    "step": "day",
                                    "count": 7,
                                    "label": "1w",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "month",
                                    "count": 1,
                                    "label": "1m",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "month",
                                    "count": 6,
                                    "label": "6m",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "year",
                                    "count": 1,
                                    "label": "YTD",
                                    "stepmode": "todate"
                                },
                                {
                                    "step": "year",
                                    "count": 1,
                                    "label": "1y",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "all"
                                }
                            ]
                        }
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            71
                        ],
                        "showgrid": false,
                        "ticktext": [
                            "Tesouro Prefixado",
                            "Tesouro Prefixado",
                            "Tesouro IPCA+",
                            "Tesouro Prefixado",
                            "Tesouro Selic",
                            "Tesouro Prefixado",
                            "Tesouro IGPM+ com Juros Semestrais",
                            "Tesouro IGPM+ com Juros Semestrais",
                            "Tesouro Prefixado",
                            "Tesouro Prefixado",
                            "Tesouro Prefixado",
                            "Tesouro IPCA+ com Juros Semestrais",
                            "Tesouro Prefixado",
                            "Tesouro Prefixado",
                            "Tesouro Selic",
                            "Tesouro IPCA+ com Juros Semestrais",
                            "Tesouro Prefixado",
                            "Tesouro Selic",
                            "Tesouro IGPM+ com Juros Semestrais",
                            "Tesouro Prefixado",
                            "Tesouro Prefixado",
                            "Tesouro Prefixado",
                            "Tesouro Prefixado com Juros Semestrais",
                            "Tesouro Prefixado",
                            "Tesouro Prefixado",
                            "Tesouro IPCA+ com Juros Semestrais",
                            "Tesouro Prefixado",
                            "Tesouro Selic",
                            "Tesouro Prefixado",
                            "Tesouro Prefixado",
                            "Tesouro IGPM+ com Juros Semestrais",
                            "Tesouro IPCA+ com Juros Semestrais",
                            "Tesouro Prefixado",
                            "Tesouro Prefixado",
                            "Tesouro Prefixado",
                            "Tesouro Selic",
                            "Tesouro Selic",
                            "Tesouro Prefixado",
                            "Tesouro Prefixado",
                            "Tesouro Prefixado com Juros Semestrais",
                            "Tesouro IGPM+ com Juros Semestrais",
                            "Tesouro IPCA+ com Juros Semestrais",
                            "Tesouro Selic",
                            "Tesouro Prefixado",
                            "Tesouro Prefixado com Juros Semestrais",
                            "Tesouro Prefixado com Juros Semestrais",
                            "Tesouro Prefixado",
                            "Tesouro IPCA+ com Juros Semestrais",
                            "Tesouro Prefixado com Juros Semestrais",
                            "Tesouro Prefixado",
                            "Tesouro Selic",
                            "Tesouro Prefixado",
                            "Tesouro IPCA+ com Juros Semestrais",
                            "Tesouro Selic",
                            "Tesouro Prefixado",
                            "Tesouro Prefixado com Juros Semestrais",
                            "Tesouro IPCA+ com Juros Semestrais",
                            "Tesouro Prefixado",
                            "Tesouro Prefixado com Juros Semestrais",
                            "Tesouro Selic",
                            "Tesouro IPCA+",
                            "Tesouro IPCA+ com Juros Semestrais",
                            "Tesouro Selic",
                            "Tesouro Prefixado",
                            "Tesouro Prefixado",
                            "Tesouro IPCA+ com Juros Semestrais",
                            "Tesouro Selic",
                            "Tesouro Prefixado com Juros Semestrais",
                            "Tesouro Prefixado",
                            "Tesouro IGPM+ com Juros Semestrais"
                        ],
                        "tickvals": [
                            0,
                            1,
                            2,
                            3,
                            4,
                            5,
                            6,
                            7,
                            8,
                            9,
                            10,
                            11,
                            12,
                            13,
                            14,
                            15,
                            16,
                            17,
                            18,
                            19,
                            20,
                            21,
                            22,
                            23,
                            24,
                            25,
                            26,
                            27,
                            28,
                            29,
                            30,
                            31,
                            32,
                            33,
                            34,
                            35,
                            36,
                            37,
                            38,
                            39,
                            40,
                            41,
                            42,
                            43,
                            44,
                            45,
                            46,
                            47,
                            48,
                            49,
                            50,
                            51,
                            52,
                            53,
                            54,
                            55,
                            56,
                            57,
                            58,
                            59,
                            60,
                            61,
                            62,
                            63,
                            64,
                            65,
                            66,
                            67,
                            68,
                            69
                        ],
                        "zeroline": false,
                        "autorange": false
                    },
                    "height": 600,
                    "shapes": [
                        {
                            "x0": "2018-02-01",
                            "x1": "2018-01-01",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(31, 119, 180)"
                        },
                        {
                            "x0": "2019-02-01",
                            "x1": "2019-01-01",
                            "y0": 0.8,
                            "y1": 1.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(255, 127, 14)"
                        },
                        {
                            "x0": "2019-05-15",
                            "x1": "2019-05-15",
                            "y0": 1.8,
                            "y1": 2.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(44, 160, 44)"
                        },
                        {
                            "x0": "2005-04-01",
                            "x1": "2005-04-01",
                            "y0": 2.8,
                            "y1": 3.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(214, 39, 40)"
                        },
                        {
                            "x0": "2005-02-16",
                            "x1": "2005-02-16",
                            "y0": 3.8,
                            "y1": 4.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(148, 103, 189)"
                        },
                        {
                            "x0": "2005-03-10",
                            "x1": "2005-01-10",
                            "y0": 4.8,
                            "y1": 5.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(140, 86, 75)"
                        },
                        {
                            "x0": "2005-01-12",
                            "x1": "2005-01-12",
                            "y0": 5.8,
                            "y1": 6.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(227, 119, 194)"
                        },
                        {
                            "x0": "2005-01-07",
                            "x1": "2005-01-07",
                            "y0": 6.8,
                            "y1": 7.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(127, 127, 127)"
                        },
                        {
                            "x0": "2005-01-07",
                            "x1": "2005-01-07",
                            "y0": 7.8,
                            "y1": 8.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(188, 189, 34)"
                        },
                        {
                            "x0": "2005-01-04",
                            "x1": "2005-01-04",
                            "y0": 8.8,
                            "y1": 9.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(23, 190, 207)"
                        },
                        {
                            "x0": "2006-03-07",
                            "x1": "2006-01-07",
                            "y0": 9.8,
                            "y1": 10.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(31, 119, 180)"
                        },
                        {
                            "x0": "2006-08-15",
                            "x1": "2006-08-15",
                            "y0": 10.8,
                            "y1": 11.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(255, 127, 14)"
                        },
                        {
                            "x0": "2006-03-04",
                            "x1": "2006-01-04",
                            "y0": 11.8,
                            "y1": 12.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(44, 160, 44)"
                        },
                        {
                            "x0": "2006-02-01",
                            "x1": "2006-01-01",
                            "y0": 12.8,
                            "y1": 13.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(214, 39, 40)"
                        },
                        {
                            "x0": "2006-01-18",
                            "x1": "2006-01-18",
                            "y0": 13.8,
                            "y1": 14.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(148, 103, 189)"
                        },
                        {
                            "x0": "2007-05-15",
                            "x1": "2007-05-15",
                            "y0": 14.8,
                            "y1": 15.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(140, 86, 75)"
                        },
                        {
                            "x0": "2007-02-04",
                            "x1": "2007-01-04",
                            "y0": 15.8,
                            "y1": 16.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(227, 119, 194)"
                        },
                        {
                            "x0": "2007-01-17",
                            "x1": "2007-01-17",
                            "y0": 16.8,
                            "y1": 17.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(127, 127, 127)"
                        },
                        {
                            "x0": "2006-01-12",
                            "x1": "2006-01-12",
                            "y0": 17.8,
                            "y1": 18.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(188, 189, 34)"
                        },
                        {
                            "x0": "2007-02-01",
                            "x1": "2007-01-01",
                            "y0": 18.8,
                            "y1": 19.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(23, 190, 207)"
                        },
                        {
                            "x0": "2006-02-10",
                            "x1": "2006-01-10",
                            "y0": 19.8,
                            "y1": 20.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(31, 119, 180)"
                        },
                        {
                            "x0": "2008-02-01",
                            "x1": "2008-01-01",
                            "y0": 20.8,
                            "y1": 21.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(255, 127, 14)"
                        },
                        {
                            "x0": "2008-02-01",
                            "x1": "2008-01-01",
                            "y0": 21.8,
                            "y1": 22.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(44, 160, 44)"
                        },
                        {
                            "x0": "2007-01-10",
                            "x1": "2007-01-10",
                            "y0": 22.8,
                            "y1": 23.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(214, 39, 40)"
                        },
                        {
                            "x0": "2007-02-07",
                            "x1": "2007-01-07",
                            "y0": 23.8,
                            "y1": 24.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(148, 103, 189)"
                        },
                        {
                            "x0": "2008-08-15",
                            "x1": "2008-08-15",
                            "y0": 24.8,
                            "y1": 25.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(140, 86, 75)"
                        },
                        {
                            "x0": "2008-01-10",
                            "x1": "2008-01-10",
                            "y0": 25.8,
                            "y1": 26.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(227, 119, 194)"
                        },
                        {
                            "x0": "2008-06-18",
                            "x1": "2008-06-18",
                            "y0": 26.8,
                            "y1": 27.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(127, 127, 127)"
                        },
                        {
                            "x0": "2008-01-07",
                            "x1": "2008-01-07",
                            "y0": 27.8,
                            "y1": 28.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(188, 189, 34)"
                        },
                        {
                            "x0": "2008-01-04",
                            "x1": "2008-01-04",
                            "y0": 28.8,
                            "y1": 29.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(23, 190, 207)"
                        },
                        {
                            "x0": "2008-01-04",
                            "x1": "2008-01-04",
                            "y0": 29.8,
                            "y1": 30.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(31, 119, 180)"
                        },
                        {
                            "x0": "2009-05-15",
                            "x1": "2009-05-15",
                            "y0": 30.8,
                            "y1": 31.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(255, 127, 14)"
                        },
                        {
                            "x0": "2009-01-04",
                            "x1": "2009-01-04",
                            "y0": 31.8,
                            "y1": 32.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(44, 160, 44)"
                        },
                        {
                            "x0": "2009-01-07",
                            "x1": "2009-01-07",
                            "y0": 32.8,
                            "y1": 33.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(214, 39, 40)"
                        },
                        {
                            "x0": "2009-02-01",
                            "x1": "2009-01-01",
                            "y0": 33.8,
                            "y1": 34.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(148, 103, 189)"
                        },
                        {
                            "x0": "2009-03-18",
                            "x1": "2009-03-18",
                            "y0": 34.8,
                            "y1": 35.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(140, 86, 75)"
                        },
                        {
                            "x0": "2010-03-17",
                            "x1": "2010-03-17",
                            "y0": 35.8,
                            "y1": 36.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(227, 119, 194)"
                        },
                        {
                            "x0": "2009-01-10",
                            "x1": "2009-01-10",
                            "y0": 36.8,
                            "y1": 37.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(127, 127, 127)"
                        },
                        {
                            "x0": "2010-04-01",
                            "x1": "2010-01-01",
                            "y0": 37.8,
                            "y1": 38.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(188, 189, 34)"
                        },
                        {
                            "x0": "2010-04-01",
                            "x1": "2010-01-01",
                            "y0": 38.8,
                            "y1": 39.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(23, 190, 207)"
                        },
                        {
                            "x0": "2011-01-03",
                            "x1": "2011-01-03",
                            "y0": 39.8,
                            "y1": 40.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(31, 119, 180)"
                        },
                        {
                            "x0": "2011-05-16",
                            "x1": "2011-05-15",
                            "y0": 40.8,
                            "y1": 41.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(255, 127, 14)"
                        },
                        {
                            "x0": "2011-03-16",
                            "x1": "2011-03-16",
                            "y0": 41.8,
                            "y1": 42.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(44, 160, 44)"
                        },
                        {
                            "x0": "2011-03-01",
                            "x1": "2011-01-01",
                            "y0": 42.8,
                            "y1": 43.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(214, 39, 40)"
                        },
                        {
                            "x0": "2011-03-01",
                            "x1": "2011-01-01",
                            "y0": 43.8,
                            "y1": 44.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(148, 103, 189)"
                        },
                        {
                            "x0": "2010-01-07",
                            "x1": "2010-01-07",
                            "y0": 44.8,
                            "y1": 45.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(140, 86, 75)"
                        },
                        {
                            "x0": "2010-01-07",
                            "x1": "2010-01-07",
                            "y0": 45.8,
                            "y1": 46.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(227, 119, 194)"
                        },
                        {
                            "x0": "2010-08-16",
                            "x1": "2010-08-15",
                            "y0": 46.8,
                            "y1": 47.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(127, 127, 127)"
                        },
                        {
                            "x0": "2012-02-01",
                            "x1": "2012-01-01",
                            "y0": 47.8,
                            "y1": 48.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(188, 189, 34)"
                        },
                        {
                            "x0": "2012-02-01",
                            "x1": "2012-01-01",
                            "y0": 48.8,
                            "y1": 49.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(23, 190, 207)"
                        },
                        {
                            "x0": "2012-07-03",
                            "x1": "2012-07-03",
                            "y0": 49.8,
                            "y1": 50.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(31, 119, 180)"
                        },
                        {
                            "x0": "2011-01-07",
                            "x1": "2011-01-07",
                            "y0": 50.8,
                            "y1": 51.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(255, 127, 14)"
                        },
                        {
                            "x0": "2013-05-15",
                            "x1": "2013-05-15",
                            "y0": 51.8,
                            "y1": 52.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(44, 160, 44)"
                        },
                        {
                            "x0": "2013-07-03",
                            "x1": "2013-07-03",
                            "y0": 52.8,
                            "y1": 53.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(214, 39, 40)"
                        },
                        {
                            "x0": "2013-02-01",
                            "x1": "2013-01-01",
                            "y0": 53.8,
                            "y1": 54.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(148, 103, 189)"
                        },
                        {
                            "x0": "2013-02-01",
                            "x1": "2013-01-01",
                            "y0": 54.8,
                            "y1": 55.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(140, 86, 75)"
                        },
                        {
                            "x0": "2012-08-15",
                            "x1": "2012-08-15",
                            "y0": 55.8,
                            "y1": 56.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(227, 119, 194)"
                        },
                        {
                            "x0": "2014-02-01",
                            "x1": "2014-01-01",
                            "y0": 56.8,
                            "y1": 57.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(127, 127, 127)"
                        },
                        {
                            "x0": "2014-02-01",
                            "x1": "2014-01-01",
                            "y0": 57.8,
                            "y1": 58.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(188, 189, 34)"
                        },
                        {
                            "x0": "2014-07-03",
                            "x1": "2014-07-03",
                            "y0": 58.8,
                            "y1": 59.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(23, 190, 207)"
                        },
                        {
                            "x0": "2015-05-15",
                            "x1": "2015-05-15",
                            "y0": 59.8,
                            "y1": 60.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(31, 119, 180)"
                        },
                        {
                            "x0": "2015-05-15",
                            "x1": "2015-05-15",
                            "y0": 60.8,
                            "y1": 61.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(255, 127, 14)"
                        },
                        {
                            "x0": "2015-09-03",
                            "x1": "2015-07-03",
                            "y0": 61.8,
                            "y1": 62.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(44, 160, 44)"
                        },
                        {
                            "x0": "2015-02-01",
                            "x1": "2015-01-01",
                            "y0": 62.8,
                            "y1": 63.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(214, 39, 40)"
                        },
                        {
                            "x0": "2016-04-01",
                            "x1": "2016-01-01",
                            "y0": 63.8,
                            "y1": 64.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(148, 103, 189)"
                        },
                        {
                            "x0": "2017-05-15",
                            "x1": "2017-05-15",
                            "y0": 64.8,
                            "y1": 65.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(140, 86, 75)"
                        },
                        {
                            "x0": "2017-07-03",
                            "x1": "2017-07-03",
                            "y0": 65.8,
                            "y1": 66.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(227, 119, 194)"
                        },
                        {
                            "x0": "2017-02-01",
                            "x1": "2017-01-01",
                            "y0": 66.8,
                            "y1": 67.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(127, 127, 127)"
                        },
                        {
                            "x0": "2017-02-01",
                            "x1": "2017-01-01",
                            "y0": 67.8,
                            "y1": 68.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(188, 189, 34)"
                        },
                        {
                            "x0": "2017-03-07",
                            "x1": "2017-01-07",
                            "y0": 68.8,
                            "y1": 69.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(23, 190, 207)"
                        }
                    ],
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 600,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~krox413",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/64.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-15 19:41:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "krox413",
                "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-06-17T20:38:08.152964Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~darren2340/0.embed",
            "fid": "darren2340:0",
            "filename": "basic-line",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/darren2340:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/darren2340/0/2_LX2CA0YSEISB94N5ZMJUD63A22ZRRQ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/darren2340/0/8_NAOJMQLN91G14GIVMGXWLP848NVPBY.png",
                "list-thumb": "https://api.plotly.com/v2/files/darren2340:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/darren2340:0",
                "plots": "https://api.plotly.com/v2/plots/darren2340:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=darren2340"
            },
            "owner": "darren2340",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~darren2340/0/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:38:08.584Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~darren2340/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "0444565b-df08-4916-be5d-6dce440f3d26",
                        "type": "scatter",
                        "xsrc": "darren2340:1:e72e4a",
                        "ysrc": "darren2340:1:486c14"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~darren2340",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/28.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-06-17 20:33:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "darren2340",
                "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-06-17T20:37:41.193675Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~siboraseranaj/112.embed",
            "fid": "siboraseranaj:112",
            "filename": "plot from API (19)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/siboraseranaj:112/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/siboraseranaj:112/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/siboraseranaj/112/8_PP2VFS8GB34IGA7EQXYQGAYDACR05T.png",
                "list-thumb": "https://api.plotly.com/v2/files/siboraseranaj:112/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/siboraseranaj:112",
                "plots": "https://api.plotly.com/v2/plots/siboraseranaj:112",
                "parent": "https://api.plotly.com/v2/folders/home?user=siboraseranaj"
            },
            "owner": "siboraseranaj",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Most frequent Customers (Pre-Tamr and Post-Tamr)",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~siboraseranaj/112/most-frequent-customers-pre-tamr-and-post-tamr/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:37:41.658Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~siboraseranaj/112/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "e3fd3868-06d9-4641-945d-28537d20c44f",
                        "name": "Pre-Tamr",
                        "type": "bar",
                        "xsrc": "siboraseranaj:113:14eb32",
                        "ysrc": "siboraseranaj:113:db074f",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "colorsrc": "siboraseranaj:113:38df1a"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "e7c7857f-6aaf-4923-8021-2ab8b1c99f29",
                        "name": "Post-Tamr",
                        "type": "bar",
                        "xsrc": "siboraseranaj:113:66d8ad",
                        "ysrc": "siboraseranaj:113:c9ae4a",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "colorsrc": "siboraseranaj:113:a77ac7"
                        },
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Most frequent Customers (Pre-Tamr and Post-Tamr)"
                    },
                    "xaxis": {
                        "anchor": "y",
                        "domain": [
                            0.0,
                            0.45
                        ],
                        "showgrid": true,
                        "showline": true,
                        "zeroline": false,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "showgrid": false,
                        "showline": true,
                        "showticklabels": false
                    },
                    "legend": {
                        "x": 0.7,
                        "y": 1.188,
                        "font": {
                            "size": 10
                        }
                    },
                    "margin": {
                        "b": 70,
                        "l": 50,
                        "r": 20,
                        "t": 150
                    },
                    "xaxis2": {
                        "anchor": "y2",
                        "domain": [
                            0.55,
                            1.0
                        ],
                        "showgrid": true,
                        "showline": true,
                        "zeroline": false,
                        "showticklabels": true
                    },
                    "yaxis2": {
                        "anchor": "x2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "showgrid": false,
                        "showline": true,
                        "showticklabels": false
                    },
                    "annotations": [
                        {
                            "x": -0.2,
                            "y": -0.109,
                            "xref": "paper",
                            "yref": "paper",
                            "align": "right",
                            "showarrow": false
                        }
                    ],
                    "plot_bgcolor": "rgb(248, 248, 255)",
                    "paper_bgcolor": "rgb(248, 248, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~siboraseranaj",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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": "2019-06-16 00:20:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "siboraseranaj",
                "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-06-17T20:37:11.143927Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cooperyang/1.embed",
            "fid": "cooperyang:1",
            "filename": "BS,LA,Spin",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cooperyang:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cooperyang:1/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/cooperyang:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/cooperyang:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cooperyang:1",
                "plots": "https://api.plotly.com/v2/plots/cooperyang:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=cooperyang"
            },
            "owner": "cooperyang",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cooperyang/1/",
            "world_readable": true,
            "date_modified": "2019-06-21T20:59:49.595Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cooperyang/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "566 BS",
                                "y": "566 LA",
                                "z": "566 spin"
                            }
                        },
                        "mode": "markers",
                        "name": "566",
                        "type": "scatter3d",
                        "xsrc": "cooperyang:0:8be8e0",
                        "ysrc": "cooperyang:0:55f4de",
                        "zsrc": "cooperyang:0:7ebc57",
                        "marker": {
                            "color": "#1f77b4"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "#1f77b4",
                            "value": 10,
                            "width": 0,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "percent",
                            "color": "#1f77b4",
                            "value": 10,
                            "width": 0,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_z": {
                            "type": "percent",
                            "color": "#1f77b4",
                            "value": 10,
                            "width": 0,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "visible": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "RBT BS",
                                "y": "RBT LA",
                                "z": "RBT spin"
                            }
                        },
                        "mode": "markers",
                        "name": "RBT",
                        "type": "scatter3d",
                        "xsrc": "cooperyang:0:7a77b7",
                        "ysrc": "cooperyang:0:d00037",
                        "zsrc": "cooperyang:0:2fb1a8",
                        "visible": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "RBTX BS",
                                "y": "RBTX LA",
                                "z": "RBTX spin"
                            }
                        },
                        "mode": "markers",
                        "name": "RBTX",
                        "type": "scatter3d",
                        "xsrc": "cooperyang:0:2467da",
                        "ysrc": "cooperyang:0:f8742b",
                        "zsrc": "cooperyang:0:8c4427",
                        "visible": true
                    },
                    {
                        "line": {
                            "width": 6
                        },
                        "meta": {
                            "columnNames": {
                                "x": "TM 7i BS",
                                "y": "TM 7i launch",
                                "z": "TM 7i spin"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "TM 7i",
                        "type": "scatter3d",
                        "xsrc": "cooperyang:0:2fbb69",
                        "ysrc": "cooperyang:0:638b91",
                        "zsrc": "cooperyang:0:fe3f1d",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 12
                        },
                        "opacity": 1,
                        "connectgaps": false
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "title": {
                                "text": "Ballspeed"
                            },
                            "showline": true,
                            "showspikes": true
                        },
                        "yaxis": {
                            "type": "linear",
                            "title": {
                                "text": "Launch"
                            },
                            "showline": true,
                            "showspikes": true
                        },
                        "zaxis": {
                            "type": "linear",
                            "title": {
                                "text": "Spin"
                            },
                            "showline": true,
                            "showspikes": true
                        },
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": 0.3100359551005001,
                                "y": -0.16544589236147678,
                                "z": 0.21838931053219307
                            },
                            "center": {
                                "x": 0,
                                "y": 0,
                                "z": 0
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "dragmode": "turntable",
                        "hovermode": "closest",
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "text": "3 balls, 2500 swings"
                    },
                    "xaxis": {
                        "domain": [
                            0,
                            1
                        ]
                    },
                    "yaxis": {
                        "domain": [
                            0,
                            1
                        ]
                    },
                    "legend": {
                        "x": 0.9887010954616589,
                        "y": 0.9507692307692308
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "shapes": [],
                    "autosize": true,
                    "dragmode": "zoom",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cooperyang",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 20:34:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cooperyang",
                "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-06-17T20:36:47.023643Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~annacallahan/61.embed",
            "fid": "annacallahan:61",
            "filename": "Plot 61",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/annacallahan/61/9_PTN067IK85QTW7C7CMVNTKAHKJDVOA.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/annacallahan/61/2_KHM1GGW8TQO26WV6I0WCZUY0FW7UHP.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/annacallahan/61/8_QC1DVXVYD0VV1BPMI9OABG9S97P69S.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/annacallahan/61/9_PTN067IK85QTW7C7CMVNTKAHKJDVOA.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/annacallahan:61",
                "plots": "https://api.plotly.com/v2/plots/annacallahan:61",
                "parent": "https://api.plotly.com/v2/folders/home?user=annacallahan"
            },
            "owner": "annacallahan",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~annacallahan/61/",
            "world_readable": true,
            "date_modified": "2019-06-17T23:04:59.315Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~annacallahan/61/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(250, 213, 99)"
                        },
                        "mode": "lines",
                        "name": "total cases",
                        "type": "bar",
                        "xsrc": "annacallahan:60:09fdb0",
                        "ysrc": "annacallahan:60:fd0a3d",
                        "marker": {
                            "color": "rgb(169, 172, 255)"
                        },
                        "orientation": "v"
                    },
                    {
                        "line": {
                            "color": "rgb(59, 159, 239)"
                        },
                        "mode": "lines",
                        "name": "street/sidewalk <br>cleaning requests",
                        "type": "bar",
                        "xsrc": "annacallahan:60:09fdb0",
                        "ysrc": "annacallahan:60:db9812",
                        "marker": {
                            "color": "rgb(74, 204, 198)"
                        },
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Total 311 Cases within 150m of the 16th/Mission Pit Stop"
                    },
                    "xaxis": {
                        "type": "date",
                        "range": [
                            "2008-06-17",
                            "2019-06-15"
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.7589079130032392,
                            345.30310041647385
                        ],
                        "autorange": true
                    },
                    "bargap": 0,
                    "legend": {
                        "x": 1.02,
                        "y": 0.881578947368421
                    },
                    "shapes": [
                        {
                            "x0": "2015-07-01 18:00",
                            "x1": "2015-07-01 06:00",
                            "y0": 0,
                            "y1": 300,
                            "line": {
                                "dash": "dot",
                                "color": "rgb(255, 0, 0)",
                                "width": 2
                            },
                            "type": "line",
                            "opacity": 1,
                            "fillcolor": "#7f7f7f"
                        }
                    ],
                    "barmode": "overlay",
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "annotations": [
                        {
                            "x": "2015-05-10 00:59:54.3485",
                            "y": 256.67783433595554,
                            "ax": -58,
                            "ay": -22,
                            "text": "pit stop installed"
                        }
                    ],
                    "bargroupgap": 0.33
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~annacallahan",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/80.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-19 14:31:32",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "annacallahan",
                "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-06-17T20:36:38.585561Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ghbellesis/2.embed",
            "fid": "ghbellesis:2",
            "filename": "styled-line-chart",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ghbellesis:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ghbellesis:2/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ghbellesis/2/8_EKXW4Q31X2UAQR658J2NJRLZDSIXCA.png",
                "list-thumb": "https://api.plotly.com/v2/files/ghbellesis:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ghbellesis:2",
                "plots": "https://api.plotly.com/v2/plots/ghbellesis:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=ghbellesis"
            },
            "owner": "ghbellesis",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Double Line Chart",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ghbellesis/2/double-line-chart/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:36:39.008Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ghbellesis/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "d3bdf358-83cc-41e6-8ae0-d0ee07f186d9",
                        "line": {
                            "width": 5
                        },
                        "name": "List Object",
                        "type": "scatter",
                        "xsrc": "ghbellesis:3:d0c0dc",
                        "ysrc": "ghbellesis:3:54bc8b"
                    },
                    {
                        "uid": "ef70d015-9304-4eac-a9f7-68ee3bf19bc6",
                        "line": {
                            "width": 10
                        },
                        "name": "List Object 2",
                        "type": "scatter",
                        "xsrc": "ghbellesis:3:d0c0dc",
                        "ysrc": "ghbellesis:3:f3df44"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Double Line Chart"
                    },
                    "xaxis": {
                        "title": {
                            "text": "x-axis"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "y-axis"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ghbellesis",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.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-06-17 20:18:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ghbellesis",
                "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-06-17T20:35:50.116221Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67142.embed",
            "fid": "amper:67142",
            "filename": "06-03-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:67142/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:67142/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67142/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:67142/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67142",
                "plots": "https://api.plotly.com/v2/plots/amper:67142",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-03-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67142/_06-03-19-ds-1976-alg-5421-param-1407-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:35:51.286Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67142/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "df4ea09c-2021-489b-8e6b-403b1ce258ed",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:67143:87461f",
                        "ysrc": "amper:67143:77c5b8",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    }
                ],
                "layout": {
                    "title": "06-03-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}