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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzIxJTNBMjYlM0E1Ni44MjQ2MjYlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysyMSUzQTM0JTNBMjUuNzM1MjYxJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T21:34:25.735261Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~NadjaM/139.embed",
            "fid": "NadjaM:139",
            "filename": "Actions aggregated by month Time Series (2016)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/NadjaM/139/9_NDFOEN19X742VASZTUK9VOZUJXDEI7.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/NadjaM/139/2_7BG5QZW5BCQWG0GPPHQ9OGA7ZOEK8Y.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/NadjaM/139/8_G27LV3V2NCEDYEUMNOAUCLDLHRKSOP.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/NadjaM/139/9_NDFOEN19X742VASZTUK9VOZUJXDEI7.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/NadjaM:139",
                "plots": "https://api.plotly.com/v2/plots/NadjaM:139",
                "parent": "https://api.plotly.com/v2/folders/home?user=NadjaM"
            },
            "owner": "NadjaM",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Actions Aggregated By Month Time Series (2016)",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~NadjaM/139/actions-aggregated-by-month-time-series-2016/",
            "world_readable": true,
            "date_modified": "2019-06-25T23:37:08.275Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~NadjaM/139/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "54d67f7d-7282-4799-a6a6-3a18eed51acd",
                        "line": {
                            "color": "#7626A7"
                        },
                        "name": "Lower 3 Target Action",
                        "type": "scatter",
                        "xsrc": "NadjaM:140:1ed23c",
                        "ysrc": "NadjaM:140:96b019",
                        "opacity": 0.8
                    },
                    {
                        "uid": "d8c4e4c1-86e0-4088-9729-3fa90d6a183e",
                        "line": {
                            "color": "#A7263F"
                        },
                        "name": "Lower 1",
                        "type": "scatter",
                        "xsrc": "NadjaM:140:1ed23c",
                        "ysrc": "NadjaM:140:fa6ada",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "28f0af8b-80b7-4377-b273-0d1d4c6b97eb",
                        "line": {
                            "color": "#3326A7"
                        },
                        "name": "Lower 2",
                        "type": "scatter",
                        "xsrc": "NadjaM:140:1ed23c",
                        "ysrc": "NadjaM:140:3229a2",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "05cc98da-47ed-4630-8a52-110c082df198",
                        "line": {
                            "color": "#2694A7"
                        },
                        "name": "Lower 4",
                        "type": "scatter",
                        "xsrc": "NadjaM:140:1ed23c",
                        "ysrc": "NadjaM:140:38e380",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "228221b6-c7fd-440e-a668-0b12042223d8",
                        "line": {
                            "color": "#26A74C"
                        },
                        "name": "Lower 5",
                        "type": "scatter",
                        "xsrc": "NadjaM:140:1ed23c",
                        "ysrc": "NadjaM:140:f59ef6",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "f60041e2-6bbe-4142-bf78-c3082a18d44a",
                        "line": {
                            "color": "#A126A7"
                        },
                        "name": "Lower 6",
                        "type": "scatter",
                        "xsrc": "NadjaM:140:1ed23c",
                        "ysrc": "NadjaM:140:fa6ada",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "dad6aa73-ba40-411f-a818-234fe2c9ddbe",
                        "line": {
                            "color": "#87A726"
                        },
                        "name": "Lower 7",
                        "type": "scatter",
                        "xsrc": "NadjaM:140:1ed23c",
                        "ysrc": "NadjaM:140:fa6ada",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "52483e5e-922f-4bd7-93e0-5a60dd552b57",
                        "line": {
                            "color": "#87A726"
                        },
                        "name": "Lower 8",
                        "type": "scatter",
                        "xsrc": "NadjaM:140:1ed23c",
                        "ysrc": "NadjaM:140:e53f1c",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "75bd8511-f28c-4607-8997-a5d27bd6760a",
                        "line": {
                            "color": "#DA4C37"
                        },
                        "name": "Lower 9",
                        "type": "scatter",
                        "xsrc": "NadjaM:140:1ed23c",
                        "ysrc": "NadjaM:140:fa6ada",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "0881f203-d7cf-427f-8f34-5fa8d626f173",
                        "line": {
                            "color": "#FA31AE"
                        },
                        "name": "Lower 10",
                        "type": "scatter",
                        "xsrc": "NadjaM:140:1ed23c",
                        "ysrc": "NadjaM:140:ef5b1e",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "833a370e-31b5-4312-a449-4e93f2bc1b14",
                        "line": {
                            "color": "#A7263F"
                        },
                        "name": "Upper 1",
                        "type": "scatter",
                        "xsrc": "NadjaM:140:1ed23c",
                        "ysrc": "NadjaM:140:3105f2",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "df5ee988-b8bb-4e0d-9281-a6208f801728",
                        "line": {
                            "color": "#3326A7"
                        },
                        "name": "Upper 2",
                        "type": "scatter",
                        "xsrc": "NadjaM:140:1ed23c",
                        "ysrc": "NadjaM:140:31bcf5",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "506a0e04-ba7e-4de8-9cd6-6c43c80ac08c",
                        "line": {
                            "color": "#2694A7"
                        },
                        "name": "Upper 3",
                        "type": "scatter",
                        "xsrc": "NadjaM:140:1ed23c",
                        "ysrc": "NadjaM:140:f3ef9d",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "362b0bfe-093f-4732-8eb2-7165d2eb2054",
                        "line": {
                            "color": "#26A74C"
                        },
                        "name": "Upper 4",
                        "type": "scatter",
                        "xsrc": "NadjaM:140:1ed23c",
                        "ysrc": "NadjaM:140:213256",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "2a7ae04b-5f25-450a-9012-40e5969e191f",
                        "line": {
                            "color": "#A126A7"
                        },
                        "name": "Upper 5",
                        "type": "scatter",
                        "xsrc": "NadjaM:140:1ed23c",
                        "ysrc": "NadjaM:140:fa6ada",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "29780e7a-da8d-4663-a609-0ab192906b73",
                        "line": {
                            "color": "#87A726"
                        },
                        "name": "Upper 6",
                        "type": "scatter",
                        "xsrc": "NadjaM:140:1ed23c",
                        "ysrc": "NadjaM:140:222e72",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "f16a8cf0-26fe-4ca8-9252-8fcbb2ce45ec",
                        "line": {
                            "color": "#87A726"
                        },
                        "name": "Upper 7",
                        "type": "scatter",
                        "xsrc": "NadjaM:140:1ed23c",
                        "ysrc": "NadjaM:140:fa6ada",
                        "yaxis": "y2",
                        "opacity": 0.8
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Actions Aggregated By Month Time Series (2016)"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Month of the year"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Lower 3 Target Action"
                        }
                    },
                    "yaxis2": {
                        "side": "right",
                        "title": {
                            "text": "Action"
                        },
                        "overlaying": "y"
                    },
                    "updatemenus": [
                        {
                            "active": -1,
                            "buttons": [
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_1",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 1",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_2",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 2",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_4",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 4",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_5",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 5",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_6",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 6",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_7",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 7",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_8",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 8",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_9",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 9",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_10",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 10",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Upper_1",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Upper 1",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Upper_2",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Upper 2",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Upper_3",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Upper 3",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Upper_4",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Upper 4",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Upper_5",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Upper 5",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Upper_6",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Upper 6",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Upper_7",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Upper 7",
                                    "method": "update"
                                }
                            ]
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~NadjaM",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.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-03-11 19:05:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "NadjaM",
                "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-17T21:32:30.733677Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~NadjaM/137.embed",
            "fid": "NadjaM:137",
            "filename": "Actions aggregated by month Time Series (2015)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/NadjaM/137/9_SAUCS8WH7TT9WV8E982O91AWCROM20.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/NadjaM/137/2_VYIYE2R9OFMMY25XHYTFK2KET4XR9W.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/NadjaM/137/8_HOBCMBZO04UV07N76MIIS9APJV0DXK.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/NadjaM/137/9_SAUCS8WH7TT9WV8E982O91AWCROM20.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/NadjaM:137",
                "plots": "https://api.plotly.com/v2/plots/NadjaM:137",
                "parent": "https://api.plotly.com/v2/folders/home?user=NadjaM"
            },
            "owner": "NadjaM",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Actions Aggregated By Month Time Series (2015)",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~NadjaM/137/actions-aggregated-by-month-time-series-2015/",
            "world_readable": true,
            "date_modified": "2019-06-25T23:37:05.600Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~NadjaM/137/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "670c9b0c-c212-46e7-a58c-661d08c02c3d",
                        "line": {
                            "color": "#7626A7"
                        },
                        "name": "Lower 3 Target Action",
                        "type": "scatter",
                        "xsrc": "NadjaM:138:4ec3c1",
                        "ysrc": "NadjaM:138:364311",
                        "opacity": 0.8
                    },
                    {
                        "uid": "659d61ab-1ba8-4deb-b0fa-0be0cb3179ed",
                        "line": {
                            "color": "#A7263F"
                        },
                        "name": "Lower 1",
                        "type": "scatter",
                        "xsrc": "NadjaM:138:4ec3c1",
                        "ysrc": "NadjaM:138:23a656",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "697e8cf7-98e2-41d7-a8f4-a08883c28836",
                        "line": {
                            "color": "#3326A7"
                        },
                        "name": "Lower 2",
                        "type": "scatter",
                        "xsrc": "NadjaM:138:4ec3c1",
                        "ysrc": "NadjaM:138:feb644",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "8fe4557d-8578-40b2-8fc9-935392c0c7e2",
                        "line": {
                            "color": "#2694A7"
                        },
                        "name": "Lower 4",
                        "type": "scatter",
                        "xsrc": "NadjaM:138:4ec3c1",
                        "ysrc": "NadjaM:138:8091b2",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "e80aff79-718f-4aa5-ba0d-933eb985817d",
                        "line": {
                            "color": "#26A74C"
                        },
                        "name": "Lower 5",
                        "type": "scatter",
                        "xsrc": "NadjaM:138:4ec3c1",
                        "ysrc": "NadjaM:138:73a1b2",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "a16de76a-a1e6-485d-a7e1-ee33225eed20",
                        "line": {
                            "color": "#A126A7"
                        },
                        "name": "Lower 6",
                        "type": "scatter",
                        "xsrc": "NadjaM:138:4ec3c1",
                        "ysrc": "NadjaM:138:23a656",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "9628ddb7-21b0-4e13-b029-f78eb6d9fc28",
                        "line": {
                            "color": "#87A726"
                        },
                        "name": "Lower 7",
                        "type": "scatter",
                        "xsrc": "NadjaM:138:4ec3c1",
                        "ysrc": "NadjaM:138:23a656",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "fa19763a-2b48-489e-a6f9-b06a998548ff",
                        "line": {
                            "color": "#87A726"
                        },
                        "name": "Lower 8",
                        "type": "scatter",
                        "xsrc": "NadjaM:138:4ec3c1",
                        "ysrc": "NadjaM:138:f7faaf",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "f2390229-f9d5-455a-94f0-a9c0d90997a6",
                        "line": {
                            "color": "#DA4C37"
                        },
                        "name": "Lower 9",
                        "type": "scatter",
                        "xsrc": "NadjaM:138:4ec3c1",
                        "ysrc": "NadjaM:138:23a656",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "53b61bab-8182-4df1-8f53-5ce969b7577d",
                        "line": {
                            "color": "#FA31AE"
                        },
                        "name": "Lower 10",
                        "type": "scatter",
                        "xsrc": "NadjaM:138:4ec3c1",
                        "ysrc": "NadjaM:138:5887fc",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "add1a29b-5ac4-477e-8390-4e15d432f040",
                        "line": {
                            "color": "#A7263F"
                        },
                        "name": "Upper 1",
                        "type": "scatter",
                        "xsrc": "NadjaM:138:4ec3c1",
                        "ysrc": "NadjaM:138:45cb75",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "e79aae63-3b79-4617-9520-efe50cc9d39c",
                        "line": {
                            "color": "#3326A7"
                        },
                        "name": "Upper 2",
                        "type": "scatter",
                        "xsrc": "NadjaM:138:4ec3c1",
                        "ysrc": "NadjaM:138:ed2ed1",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "767c116f-9de9-465d-ba11-b9d89d800efb",
                        "line": {
                            "color": "#2694A7"
                        },
                        "name": "Upper 3",
                        "type": "scatter",
                        "xsrc": "NadjaM:138:4ec3c1",
                        "ysrc": "NadjaM:138:4f288d",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "d7af5f39-c2e3-4734-b33b-ba2fecad9b8a",
                        "line": {
                            "color": "#26A74C"
                        },
                        "name": "Upper 4",
                        "type": "scatter",
                        "xsrc": "NadjaM:138:4ec3c1",
                        "ysrc": "NadjaM:138:aec57f",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "b0a88856-5785-45ce-854a-76fadf3a940f",
                        "line": {
                            "color": "#A126A7"
                        },
                        "name": "Upper 5",
                        "type": "scatter",
                        "xsrc": "NadjaM:138:4ec3c1",
                        "ysrc": "NadjaM:138:23a656",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "2beeaa00-5861-4262-b7e5-b3f5a67f7335",
                        "line": {
                            "color": "#87A726"
                        },
                        "name": "Upper 6",
                        "type": "scatter",
                        "xsrc": "NadjaM:138:4ec3c1",
                        "ysrc": "NadjaM:138:73e81e",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "96d5fdf5-e29f-4de7-8d75-740113876e08",
                        "line": {
                            "color": "#87A726"
                        },
                        "name": "Upper 7",
                        "type": "scatter",
                        "xsrc": "NadjaM:138:4ec3c1",
                        "ysrc": "NadjaM:138:23a656",
                        "yaxis": "y2",
                        "opacity": 0.8
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Actions Aggregated By Month Time Series (2015)"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Month of the year"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Lower 3 Target Action"
                        }
                    },
                    "yaxis2": {
                        "side": "right",
                        "title": {
                            "text": "Action"
                        },
                        "overlaying": "y"
                    },
                    "updatemenus": [
                        {
                            "active": -1,
                            "buttons": [
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_1",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 1",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_2",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 2",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_4",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 4",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_5",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 5",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_6",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 6",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_7",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 7",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_8",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 8",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_9",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 9",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_10",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 10",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Upper_1",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Upper 1",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Upper_2",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Upper 2",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Upper_3",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Upper 3",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Upper_4",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Upper 4",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Upper_5",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Upper 5",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Upper_6",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Upper 6",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Upper_7",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Upper 7",
                                    "method": "update"
                                }
                            ]
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~NadjaM",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.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-03-11 19:05:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "NadjaM",
                "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-17T21:31:31.385303Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~khuang316/10.embed",
            "fid": "khuang316:10",
            "filename": "JD visits by datehour",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/khuang316/10/9_TOYEXW3Q9Y9DGV3TYKZAT7YYGST6EQ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/khuang316/10/2_6XDNH4HNMQ7DJMV7TU1CLSD7TH0GGE.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/khuang316/10/8_SKZ1WES3GGRX5OWKJL3X04K6BY0AVD.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/khuang316/10/9_TOYEXW3Q9Y9DGV3TYKZAT7YYGST6EQ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/khuang316:10",
                "plots": "https://api.plotly.com/v2/plots/khuang316:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=khuang316"
            },
            "owner": "khuang316",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 38,
            "web_url": "https://chart-studio.plotly.com/~khuang316/10/",
            "world_readable": true,
            "date_modified": "2019-06-28T15:29:36.089Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~khuang316/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "a920a401-7c46-4613-89cf-5498bd37d84e",
                        "type": "scatter",
                        "xsrc": "khuang316:11:967b41",
                        "ysrc": "khuang316:11:64b40d"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~khuang316",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-11 17:11:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "khuang316",
                "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-17T21:31:23.118692Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gichoc/211.embed",
            "fid": "gichoc:211",
            "filename": "plot from API (21)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/gichoc/211/9_TMICDLET690YVLU99G0ZGG4OKBDA97.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gichoc/211/2_L5YC5ZT43CIOWSTGKJ2VH2AO72LP3K.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gichoc/211/8_GZUL17JWFRW02R10KOG338BKGKMLSV.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gichoc/211/9_TMICDLET690YVLU99G0ZGG4OKBDA97.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gichoc:211",
                "plots": "https://api.plotly.com/v2/plots/gichoc:211",
                "parent": "https://api.plotly.com/v2/folders/home?user=gichoc"
            },
            "owner": "gichoc",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~gichoc/211/",
            "world_readable": true,
            "date_modified": "2019-06-17T21:31:23.654Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gichoc/211/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "569222ce-ccb3-4d1b-bb4c-3d3b4317f7c1",
                        "type": "scatter",
                        "xsrc": "gichoc:212:1aed07",
                        "ysrc": "gichoc:212:6fa7c2"
                    },
                    {
                        "uid": "a324e57e-a0f9-45bc-a705-401afe73129e",
                        "type": "scatter",
                        "xsrc": "gichoc:212:07349b",
                        "ysrc": "gichoc:212:6fa7c2"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "range": [
                            1381968000000.0,
                            1447977600000.0
                        ]
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gichoc",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/65.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "GiChoc",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-06-06 14:47:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gichoc",
                "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-17T21:30:45.970179Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gichoc/209.embed",
            "fid": "gichoc:209",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/gichoc/209/9_H10E2M5LOJDEEOWVGFNALY7NX2XXPK.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gichoc/209/2_435UGIRJHFDVM8OON7U6FZN0LSG8CC.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gichoc/209/8_QEBRCMCQ3TMEXAHGKCV59PU9Y7GKZI.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gichoc/209/9_H10E2M5LOJDEEOWVGFNALY7NX2XXPK.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gichoc:209",
                "plots": "https://api.plotly.com/v2/plots/gichoc:209",
                "parent": "https://api.plotly.com/v2/folders/home?user=gichoc"
            },
            "owner": "gichoc",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~gichoc/209/",
            "world_readable": true,
            "date_modified": "2019-06-17T21:30:46.465Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gichoc/209/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f56a7ee4-5755-41ce-8cfe-94b36f0df55c",
                        "type": "scatter",
                        "xsrc": "gichoc:210:2f81c0",
                        "ysrc": "gichoc:210:c38793"
                    },
                    {
                        "uid": "b18236ea-0709-4729-83ca-0df6a05131a9",
                        "type": "scatter",
                        "xsrc": "gichoc:210:20a3fb",
                        "ysrc": "gichoc:210:c38793"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "range": [
                            1381968000000.0,
                            1384905600000.0
                        ]
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gichoc",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/65.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "GiChoc",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-06-06 14:47:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gichoc",
                "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-17T21:28:44.195866Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~NadjaM/135.embed",
            "fid": "NadjaM:135",
            "filename": "Actions aggregated by week Time Series (2016)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/NadjaM/135/9_1VJPZUV03C0UISWK5O7IBIDAX7G330.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/NadjaM/135/2_DENR1TDFUPLKSF2UEL7M0GSNXF7HSV.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/NadjaM/135/8_8F9HQ95MWY6FN2T1MWWMBVH3UAY95N.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/NadjaM/135/9_1VJPZUV03C0UISWK5O7IBIDAX7G330.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/NadjaM:135",
                "plots": "https://api.plotly.com/v2/plots/NadjaM:135",
                "parent": "https://api.plotly.com/v2/folders/home?user=NadjaM"
            },
            "owner": "NadjaM",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Actions Aggregated By Week Time Series (2016)",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~NadjaM/135/actions-aggregated-by-week-time-series-2016/",
            "world_readable": true,
            "date_modified": "2019-06-25T23:36:57.809Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~NadjaM/135/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b8c776fc-3b9e-48a3-a14e-1eaed7930560",
                        "line": {
                            "color": "#7626A7"
                        },
                        "name": "Lower 3 Target Action",
                        "type": "scatter",
                        "xsrc": "NadjaM:136:6fe9db",
                        "ysrc": "NadjaM:136:b7be1d",
                        "opacity": 0.8
                    },
                    {
                        "uid": "7a508440-e7ba-4457-8db9-e3dd5680e244",
                        "line": {
                            "color": "#A7263F"
                        },
                        "name": "Lower 1",
                        "type": "scatter",
                        "xsrc": "NadjaM:136:6fe9db",
                        "ysrc": "NadjaM:136:ae4a86",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "ab69870f-2177-460b-8d20-38728c7bb386",
                        "line": {
                            "color": "#3326A7"
                        },
                        "name": "Lower 2",
                        "type": "scatter",
                        "xsrc": "NadjaM:136:6fe9db",
                        "ysrc": "NadjaM:136:1d7815",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "2772c1cd-c791-4a35-930d-bf4f2582ac82",
                        "line": {
                            "color": "#2694A7"
                        },
                        "name": "Lower 4",
                        "type": "scatter",
                        "xsrc": "NadjaM:136:6fe9db",
                        "ysrc": "NadjaM:136:c39d64",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "9e52427a-de99-4d7d-9480-b471d917185c",
                        "line": {
                            "color": "#26A74C"
                        },
                        "name": "Lower 5",
                        "type": "scatter",
                        "xsrc": "NadjaM:136:6fe9db",
                        "ysrc": "NadjaM:136:057644",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "f9b51015-63f3-4f5b-915c-abfa402152da",
                        "line": {
                            "color": "#A126A7"
                        },
                        "name": "Lower 6",
                        "type": "scatter",
                        "xsrc": "NadjaM:136:6fe9db",
                        "ysrc": "NadjaM:136:ae4a86",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "b1dd5ba0-2c93-46fa-9701-318e6b8f1b08",
                        "line": {
                            "color": "#87A726"
                        },
                        "name": "Lower 7",
                        "type": "scatter",
                        "xsrc": "NadjaM:136:6fe9db",
                        "ysrc": "NadjaM:136:ae4a86",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "05e2b2e3-7ae9-4df0-8fce-a800bfcdb0e8",
                        "line": {
                            "color": "#87A726"
                        },
                        "name": "Lower 8",
                        "type": "scatter",
                        "xsrc": "NadjaM:136:6fe9db",
                        "ysrc": "NadjaM:136:1024a6",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "a869dc7d-c994-4e44-9cbb-5bfbdb5cdd58",
                        "line": {
                            "color": "#DA4C37"
                        },
                        "name": "Lower 9",
                        "type": "scatter",
                        "xsrc": "NadjaM:136:6fe9db",
                        "ysrc": "NadjaM:136:ae4a86",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "37865927-6b97-4ace-8a62-d03bfa8cfa6b",
                        "line": {
                            "color": "#FA31AE"
                        },
                        "name": "Lower 10",
                        "type": "scatter",
                        "xsrc": "NadjaM:136:6fe9db",
                        "ysrc": "NadjaM:136:808d17",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "b8982ad1-8ba8-412f-bc77-631fe186da7f",
                        "line": {
                            "color": "#A7263F"
                        },
                        "name": "Upper 1",
                        "type": "scatter",
                        "xsrc": "NadjaM:136:6fe9db",
                        "ysrc": "NadjaM:136:c22c0a",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "c9c5bd81-7f23-4829-af56-d52e9f4aaaaa",
                        "line": {
                            "color": "#3326A7"
                        },
                        "name": "Upper 2",
                        "type": "scatter",
                        "xsrc": "NadjaM:136:6fe9db",
                        "ysrc": "NadjaM:136:52b753",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "276af315-929d-4e1d-898f-e4c142595335",
                        "line": {
                            "color": "#2694A7"
                        },
                        "name": "Upper 3",
                        "type": "scatter",
                        "xsrc": "NadjaM:136:6fe9db",
                        "ysrc": "NadjaM:136:adb07e",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "6293bad2-a66f-4eed-8199-4eab7ac4e961",
                        "line": {
                            "color": "#26A74C"
                        },
                        "name": "Upper 4",
                        "type": "scatter",
                        "xsrc": "NadjaM:136:6fe9db",
                        "ysrc": "NadjaM:136:5a30dd",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "a15d2b8c-61e8-454a-a28e-e0a6870ea1a5",
                        "line": {
                            "color": "#A126A7"
                        },
                        "name": "Upper 5",
                        "type": "scatter",
                        "xsrc": "NadjaM:136:6fe9db",
                        "ysrc": "NadjaM:136:ae4a86",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "a1564cb4-04e8-4980-8fb9-d3a68b3855c2",
                        "line": {
                            "color": "#87A726"
                        },
                        "name": "Upper 6",
                        "type": "scatter",
                        "xsrc": "NadjaM:136:6fe9db",
                        "ysrc": "NadjaM:136:5ea285",
                        "yaxis": "y2",
                        "opacity": 0.8
                    },
                    {
                        "uid": "5816b737-73bb-4bf9-b30c-ba3a38fceb47",
                        "line": {
                            "color": "#87A726"
                        },
                        "name": "Upper 7",
                        "type": "scatter",
                        "xsrc": "NadjaM:136:6fe9db",
                        "ysrc": "NadjaM:136:ae4a86",
                        "yaxis": "y2",
                        "opacity": 0.8
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Actions Aggregated By Week Time Series (2016)"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Week of the year"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Lower 3 Target Action"
                        }
                    },
                    "yaxis2": {
                        "side": "right",
                        "title": {
                            "text": "Action"
                        },
                        "overlaying": "y"
                    },
                    "updatemenus": [
                        {
                            "active": -1,
                            "buttons": [
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_1",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 1",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_2",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 2",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_4",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 4",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_5",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 5",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_6",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 6",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_7",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 7",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_8",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 8",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_9",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 9",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Lower_10",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Lower 10",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Upper_1",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Upper 1",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Upper_2",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Upper 2",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Upper_3",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Upper 3",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Upper_4",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Upper 4",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Upper_5",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Upper 5",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Upper_6",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Upper 6",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true
                                            ]
                                        },
                                        {
                                            "title": "Lower_3_Target_Action and Upper_7",
                                            "annotations": []
                                        }
                                    ],
                                    "label": "Upper 7",
                                    "method": "update"
                                }
                            ]
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~NadjaM",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.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-03-11 19:05:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "NadjaM",
                "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-17T21:27:24.784316Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jingwenc/111.embed",
            "fid": "jingwenc:111",
            "filename": "plot from API (11)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jingwenc/111/9_KS5ORCQ9B77EP7E3YP32DCXO7DK6IM.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jingwenc/111/2_IDMNEGKFHC1FPG7N12TJWTUBE4FDJD.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jingwenc/111/8_0KF6R0D0A0L0A2GLBZX55V3O0VN91F.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jingwenc/111/9_KS5ORCQ9B77EP7E3YP32DCXO7DK6IM.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jingwenc:111",
                "plots": "https://api.plotly.com/v2/plots/jingwenc:111",
                "parent": "https://api.plotly.com/v2/folders/home?user=jingwenc"
            },
            "owner": "jingwenc",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Historical Cost of Properties in Top 5 ROI Area",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~jingwenc/111/historical-cost-of-properties-in-top-5-roi-area/",
            "world_readable": true,
            "date_modified": "2019-06-17T21:27:25.247Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jingwenc/111/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "facdb3f3-d2e5-4da8-93bd-729dcf3769a2",
                        "name": "10312",
                        "type": "scatter",
                        "xsrc": "jingwenc:112:2f30c3",
                        "ysrc": "jingwenc:112:9d2f29"
                    },
                    {
                        "uid": "5e40a337-a273-4d0c-a368-441e26dbd8ac",
                        "name": "10306",
                        "type": "scatter",
                        "xsrc": "jingwenc:112:2f30c3",
                        "ysrc": "jingwenc:112:e2be26"
                    },
                    {
                        "uid": "91c7d462-d9d2-4e1e-a281-24eee1098e32",
                        "name": "11434",
                        "type": "scatter",
                        "xsrc": "jingwenc:112:2f30c3",
                        "ysrc": "jingwenc:112:2073f6"
                    },
                    {
                        "uid": "b9af2bec-728b-4237-96ec-c76f1df17130",
                        "name": "11234",
                        "type": "scatter",
                        "xsrc": "jingwenc:112:2f30c3",
                        "ysrc": "jingwenc:112:287c1b"
                    },
                    {
                        "uid": "e6740fdf-c600-420b-90b1-d3a72e6be016",
                        "name": "10304",
                        "type": "scatter",
                        "xsrc": "jingwenc:112:2f30c3",
                        "ysrc": "jingwenc:112:953caa"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Historical Cost of Properties in Top 5 ROI Area"
                    },
                    "xaxis": {
                        "type": "date",
                        "rangeslider": {
                            "visible": true
                        },
                        "rangeselector": {
                            "buttons": [
                                {
                                    "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"
                                }
                            ]
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jingwenc",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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": "2018-02-20 18:49:11",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jingwenc",
                "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-17T21:27:23.039896Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mohammadmoosanaqvi/86.embed",
            "fid": "mohammadmoosanaqvi:86",
            "filename": "AAPL1Actual",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/mohammadmoosanaqvi/86/9_KJDSLWYMTCSW0ELGEJS1UCSS6SPXYU.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/mohammadmoosanaqvi/86/2_SOG1UW1KJBUO448VCLCCYHDQ4ELHMT.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mohammadmoosanaqvi/86/8_3JEP069K3TKDYN4ZIDH24A9MDBMAUS.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mohammadmoosanaqvi/86/9_KJDSLWYMTCSW0ELGEJS1UCSS6SPXYU.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mohammadmoosanaqvi:86",
                "plots": "https://api.plotly.com/v2/plots/mohammadmoosanaqvi:86",
                "parent": "https://api.plotly.com/v2/folders/home?user=mohammadmoosanaqvi"
            },
            "owner": "mohammadmoosanaqvi",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Apple Stock Price & Sentiment Chart(During first Apple Watch launch)",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~mohammadmoosanaqvi/86/apple-stock-price-sentiment-chartduring-first-apple-watch-launch/",
            "world_readable": true,
            "date_modified": "2019-07-08T19:37:03.836Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mohammadmoosanaqvi/86/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "173cea68-8c31-4b65-8b7d-e37c1375b8e1",
                        "name": "Stock Price($)",
                        "type": "bar",
                        "xsrc": "mohammadmoosanaqvi:87:b5ac75",
                        "ysrc": "mohammadmoosanaqvi:87:592a69",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgb(8,48,107)",
                                "width": 0.3
                            },
                            "color": "rgb(158,202,225)"
                        },
                        "opacity": 0.6
                    },
                    {
                        "uid": "e07edf0b-df01-4b9a-a217-9b3cb5ef3688",
                        "name": "Sentiment Score",
                        "type": "scatter",
                        "xsrc": "mohammadmoosanaqvi:87:4da547",
                        "ysrc": "mohammadmoosanaqvi:87:091e07"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Apple Stock Price & Sentiment Chart(During first Apple Watch launch)"
                    },
                    "yaxis": {
                        "title": {
                            "text": "Sentiment Score"
                        }
                    },
                    "yaxis2": {
                        "side": "right",
                        "title": {
                            "font": {
                                "color": "rgb(148, 103, 189)"
                            },
                            "text": "Stock Price"
                        },
                        "tickfont": {
                            "color": "rgb(148, 103, 189)"
                        },
                        "overlaying": "y"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mohammadmoosanaqvi",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/80.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-01 20:09:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mohammadmoosanaqvi",
                "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-17T21:27:15.649780Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mwelch4/3.embed",
            "fid": "mwelch4:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/mwelch4/3/9_54HJG1KTYPJ6HR044RZ92Q1KH0JS1J.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/mwelch4/3/2_MCT2P9RD9IZSNX48V7612YHC9BKSZE.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mwelch4/3/8_RVDREVDYM4G1P4P6QMVLOR6PM6279V.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mwelch4/3/9_54HJG1KTYPJ6HR044RZ92Q1KH0JS1J.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mwelch4:3",
                "plots": "https://api.plotly.com/v2/plots/mwelch4:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=mwelch4"
            },
            "owner": "mwelch4",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~mwelch4/3/",
            "world_readable": true,
            "date_modified": "2019-06-17T21:27:15.663Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mwelch4/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1878a6",
                        "fill": "none",
                        "line": {
                            "shape": "spline",
                            "smoothing": 0.4
                        },
                        "mode": "markers",
                        "name": "White",
                        "type": "scatter",
                        "xsrc": "mwelch4:2:06e574",
                        "ysrc": "mwelch4:2:5fcc51",
                        "marker": {
                            "size": 9
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "hoveron": "points",
                        "legendgroup": 1,
                        "hovertemplate": ""
                    },
                    {
                        "uid": "10c2a4",
                        "mode": "markers",
                        "name": "Black",
                        "type": "scatter",
                        "xsrc": "mwelch4:2:06e574",
                        "ysrc": "mwelch4:2:aaa0f8",
                        "marker": {
                            "size": 9,
                            "symbol": "square"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "stackgroup": null
                    },
                    {
                        "uid": "f7f5d6",
                        "mode": "markers",
                        "name": "Hispanic",
                        "type": "scatter",
                        "xsrc": "mwelch4:2:06e574",
                        "ysrc": "mwelch4:2:98942e",
                        "marker": {
                            "size": 9,
                            "symbol": "diamond"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "stackgroup": null
                    },
                    {
                        "uid": "6c5b87",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "1878a6",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 0.04803630078621082,
                                        "value": 0.05041912644802934
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 3.5586707062384932,
                                        "value": 50.65533313560959
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "a83a16",
                        "transforms": [
                            {
                                "rms": 16.744522441074107,
                                "type": "fit",
                                "xmid": 90.20972500000005,
                                "ymid": 16.907880258429444,
                                "inputUid": "10c2a4",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 0.036905340568146296,
                                        "value": 0.0774868837340012
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 2.7340563747431257,
                                        "value": 9.74054511111775
                                    }
                                ],
                                "regressand": "y",
                                "correlation": 0.13308698876567288,
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "b0ec2a",
                        "name": "Fit of Hispanic",
                        "visible": false,
                        "transforms": [
                            {
                                "rms": 21.239183500823334,
                                "type": "fit",
                                "xmid": 90.20972500000005,
                                "ymid": 20.39047087588383,
                                "inputUid": "f7f5d6",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": null,
                                        "value": null
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": null,
                                        "value": null
                                    }
                                ],
                                "regressand": "y",
                                "correlation": 0.12448706336237673,
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            21.92863876485047,
                            158.49081123514955
                        ],
                        "ticks": "",
                        "title": {
                            "text": "NoEE MDA8 O3 Concentration (ppb) per County"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "showgrid": true,
                        "showline": false,
                        "zeroline": true,
                        "autorange": true,
                        "tickangle": "auto",
                        "automargin": false,
                        "showspikes": false,
                        "ticksuffix": "",
                        "rangeslider": {
                            "range": [
                                21.9375959844094,
                                158.4818540155906
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            -6.270826719989083,
                            104.0339177249891
                        ],
                        "title": {
                            "text": "Race per County"
                        },
                        "autorange": true,
                        "ticksuffix": "%"
                    },
                    "autosize": true,
                    "dragmode": "pan",
                    "annotations": [
                        {
                            "text": "new text"
                        },
                        {
                            "text": "new text"
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mwelch4",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/63.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-05-15 16:14:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mwelch4",
                "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-17T21:26:56.824626Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jingwenc/109.embed",
            "fid": "jingwenc:109",
            "filename": "plot from API (10)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jingwenc/109/9_KVLGHJI5HPRA04Z92X6FMBEP03YBOB.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jingwenc/109/2_POQSS37H3SF13UNDAVHMBSOR4L9ZL1.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jingwenc/109/8_2IN44IN1GTO8637FQPBBE82VMZ8XVP.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jingwenc/109/9_KVLGHJI5HPRA04Z92X6FMBEP03YBOB.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jingwenc:109",
                "plots": "https://api.plotly.com/v2/plots/jingwenc:109",
                "parent": "https://api.plotly.com/v2/folders/home?user=jingwenc"
            },
            "owner": "jingwenc",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Historical Cost of Properties in Top 5 ROI Zipcodes",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~jingwenc/109/historical-cost-of-properties-in-top-5-roi-zipcodes/",
            "world_readable": true,
            "date_modified": "2019-06-17T21:26:57.322Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jingwenc/109/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "80470d32-a438-4c18-88de-2802ecd14267",
                        "name": "10312",
                        "type": "scatter",
                        "xsrc": "jingwenc:110:c76018",
                        "ysrc": "jingwenc:110:eec202"
                    },
                    {
                        "uid": "89ee1366-04b0-4b8a-b110-189acc389e97",
                        "name": "10306",
                        "type": "scatter",
                        "xsrc": "jingwenc:110:c76018",
                        "ysrc": "jingwenc:110:6158ab"
                    },
                    {
                        "uid": "e75546a9-08aa-453c-b109-2867b9b18f63",
                        "name": "11434",
                        "type": "scatter",
                        "xsrc": "jingwenc:110:c76018",
                        "ysrc": "jingwenc:110:745e43"
                    },
                    {
                        "uid": "b8dbca70-0e57-4664-b43a-f1e99a29fd53",
                        "name": "11234",
                        "type": "scatter",
                        "xsrc": "jingwenc:110:c76018",
                        "ysrc": "jingwenc:110:aaa0ca"
                    },
                    {
                        "uid": "bbccf57b-60da-4aa6-8e1f-233783d61672",
                        "name": "10304",
                        "type": "scatter",
                        "xsrc": "jingwenc:110:c76018",
                        "ysrc": "jingwenc:110:489b23"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Historical Cost of Properties in Top 5 ROI Zipcodes"
                    },
                    "xaxis": {
                        "type": "date",
                        "rangeslider": {
                            "visible": true
                        },
                        "rangeselector": {
                            "buttons": [
                                {
                                    "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"
                                }
                            ]
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jingwenc",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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": "2018-02-20 18:49:11",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jingwenc",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}