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=cj0xJnA9MjAxOS0wNi0xNysxNSUzQTM0JTNBNDkuODE0ODA2JTJCMDAlM0EwMA%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=cD0yMDE5LTA2LTE3KzE1JTNBMzUlM0EyOC4zNTUyMjMlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxNSUzQTQxJTNBNDUuOTY0NDE1JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T15:41:45.964415Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jas_usc/259.embed",
            "fid": "jas_usc:259",
            "filename": "projection-matrix-Affs: LEMNISCATE Trajectory (10x)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jas_usc:259/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jas_usc:259/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jas_usc/259/8_DAQV4K1EKBQD3WY8E2GABDBIX7XHWI.png",
                "list-thumb": "https://api.plotly.com/v2/files/jas_usc:259/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jas_usc:259",
                "plots": "https://api.plotly.com/v2/plots/jas_usc:259",
                "parent": "https://api.plotly.com/v2/folders/jas_usc:252"
            },
            "owner": "jas_usc",
            "parent": 252,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "PC1 vs.PC2: LEMNISCATE Trajectory (10x)",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jas_usc/259/pc1-vspc2-lemniscate-trajectory-10x/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:50:43.196Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jas_usc/259/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f219d6b8-75ad-4508-8bf4-ba28e9822029",
                        "mode": "markers",
                        "name": "Phase One",
                        "type": "scatter",
                        "xsrc": "jas_usc:260:ef1c78",
                        "ysrc": "jas_usc:260:ed09eb",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#1D65A6",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "1abf526d-ef06-4d02-b446-3f3ad958baa9",
                        "mode": "markers",
                        "name": "Phase Two",
                        "type": "scatter",
                        "xsrc": "jas_usc:260:664755",
                        "ysrc": "jas_usc:260:7aa337",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#C0334D",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "e8b134d8-2673-4c33-bfc1-8f5758795bc7",
                        "mode": "markers",
                        "name": "Phase Three",
                        "type": "scatter",
                        "xsrc": "jas_usc:260:3b63f5",
                        "ysrc": "jas_usc:260:5af1a7",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#00743F",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "de468dee-8778-4bdf-b96f-5d25bff0a8b1",
                        "mode": "markers",
                        "name": "Phase Four",
                        "type": "scatter",
                        "xsrc": "jas_usc:260:317695",
                        "ysrc": "jas_usc:260:00ea8c",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#F2A104",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "084332bd-5212-4caa-b59f-dcd957bc9445",
                        "mode": "markers",
                        "name": "Phase Five",
                        "type": "scatter",
                        "xsrc": "jas_usc:260:f054be",
                        "ysrc": "jas_usc:260:7ed331",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#FF69B4",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "8e900519-a1cd-4b38-9ae0-86b74c9ce70c",
                        "mode": "markers",
                        "name": "Phase Six",
                        "type": "scatter",
                        "xsrc": "jas_usc:260:a6586d",
                        "ysrc": "jas_usc:260:b4d065",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#00CED1",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "887a4150-8af0-4ed6-8b7d-662870cfc27e",
                        "mode": "markers",
                        "name": "Phase Seven",
                        "type": "scatter",
                        "xsrc": "jas_usc:260:0c146f",
                        "ysrc": "jas_usc:260:1558d1",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#800080",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "6bfb31a3-7c4a-4595-b78f-3af9b839ba9a",
                        "mode": "markers",
                        "name": "Phase Eight",
                        "type": "scatter",
                        "xsrc": "jas_usc:260:a891d4",
                        "ysrc": "jas_usc:260:85802f",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#00FF00",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "3034bc70-063c-490e-93a4-009c3c43d778",
                        "mode": "markers",
                        "name": "Phase Nine",
                        "type": "scatter",
                        "xsrc": "jas_usc:260:55d6d9",
                        "ysrc": "jas_usc:260:205ca5",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#778899",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "59322a19-d649-496f-8314-88c41f5d1a28",
                        "mode": "markers",
                        "name": "Phase Ten",
                        "type": "scatter",
                        "xsrc": "jas_usc:260:4f38bb",
                        "ysrc": "jas_usc:260:e7dda2",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#A0522D",
                            "opacity": 0.8
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "PC1 vs.PC2: LEMNISCATE Trajectory (10x)"
                    },
                    "xaxis": {
                        "title": {
                            "text": "PC1"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "PC2"
                        }
                    },
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jas_usc",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.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": "2015-11-09 00:19:02",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jas_usc",
                "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-17T15:41:40.286123Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~bbeatty/1.embed",
            "fid": "bbeatty:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/bbeatty:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/bbeatty/1/2_XHVB3QCU7VRS4M6FCM9QZM79F07CJS.png",
                "block-thumb": "https://api.plotly.com/v2/files/bbeatty:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/bbeatty:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/bbeatty:1",
                "plots": "https://api.plotly.com/v2/plots/bbeatty:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=bbeatty"
            },
            "owner": "bbeatty",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 15,
            "web_url": "https://chart-studio.plotly.com/~bbeatty/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:41:40.300Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~bbeatty/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "7f23a6",
                        "line": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "name": "blue",
                        "type": "box",
                        "ysrc": "bbeatty:0:7fdb86",
                        "jitter": 1,
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 4
                        },
                        "visible": true,
                        "pointpos": 0,
                        "boxpoints": "all",
                        "fillcolor": "rgb(31, 119, 180)"
                    },
                    {
                        "uid": "3d694a",
                        "line": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "name": "brown",
                        "type": "box",
                        "ysrc": "bbeatty:0:69fbbd",
                        "jitter": 1,
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 4
                        },
                        "pointpos": 0,
                        "boxpoints": "all",
                        "fillcolor": "rgb(127, 96, 0)"
                    },
                    {
                        "uid": "78b959",
                        "line": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "name": "green",
                        "type": "box",
                        "ysrc": "bbeatty:0:14a874",
                        "jitter": 1,
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 4
                        },
                        "pointpos": 0,
                        "boxpoints": "all",
                        "fillcolor": "rgb(106, 168, 79)"
                    },
                    {
                        "uid": "ef0c73",
                        "line": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "name": "orange",
                        "type": "box",
                        "ysrc": "bbeatty:0:ca2d84",
                        "jitter": 1,
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 4
                        },
                        "pointpos": 0,
                        "boxpoints": "all",
                        "fillcolor": "rgb(230, 145, 56)"
                    },
                    {
                        "uid": "271545",
                        "line": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "name": "red",
                        "type": "box",
                        "ysrc": "bbeatty:0:e3ad9f",
                        "jitter": 1,
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 4
                        },
                        "pointpos": 0,
                        "boxpoints": "all",
                        "fillcolor": "rgb(214, 39, 40)"
                    },
                    {
                        "uid": "a329cf",
                        "line": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "name": "yellow",
                        "type": "box",
                        "ysrc": "bbeatty:0:92ee2d",
                        "jitter": 1,
                        "marker": {
                            "line": {
                                "color": "rgb(0, 0, 0)",
                                "width": 0
                            },
                            "size": 4,
                            "color": "rgb(0, 0, 0)"
                        },
                        "pointpos": 0,
                        "boxpoints": "all",
                        "fillcolor": "rgb(255, 255, 0)",
                        "orientation": "h"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Figure 2: Box and Whisker Plots for all Colors of M&Ms"
                    },
                    "width": 1121,
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -1.6111111111111112,
                            30.61111111111111
                        ],
                        "ticks": "",
                        "title": {
                            "text": "color"
                        },
                        "showline": false,
                        "autorange": true,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "dtick": 3,
                        "range": [
                            -1.277777777777778,
                            25
                        ],
                        "ticks": "outside",
                        "title": {
                            "text": "number of M&Ms in a 1.69-oz bag"
                        },
                        "showline": true,
                        "tickmode": "linear",
                        "zeroline": false,
                        "autorange": false
                    },
                    "height": 636,
                    "boxmode": "group",
                    "autosize": true
                }
            },
            "height": 636,
            "width": 1121,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~bbeatty",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.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-06-17 15:41:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "bbeatty",
                "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-17T15:41:30.507137Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67056.embed",
            "fid": "amper:67056",
            "filename": "06-07-19_ds-1656_alg-5421_param-1256_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:67056/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:67056/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67056/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:67056/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67056",
                "plots": "https://api.plotly.com/v2/plots/amper:67056",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-07-19_ds-1656_alg-5421_param-1256_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67056/_06-07-19-ds-1656-alg-5421-param-1256-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:41:31.826Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67056/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f7ad819c-03ce-400f-b961-26e1a041e95a",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:67057:dd1de4",
                        "ysrc": "amper:67057:6eb144",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "40676f60-f858-4bdb-ad7f-0b50603d555f",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:67057:dd1de4",
                        "ysrc": "amper:67057:f4015e",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "e63763f7-97da-4bf1-9c69-c0a56bf1455e",
                        "mode": "lines",
                        "name": "Other",
                        "type": "scattergl",
                        "xsrc": "amper:67057:dd1de4",
                        "ysrc": "amper:67057:cb7c2e",
                        "marker": {
                            "line": {
                                "color": "rgb(169,169,169)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(169,169,169)"
                        }
                    }
                ],
                "layout": {
                    "title": "06-07-19_ds-1656_alg-5421_param-1256_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T15:40:12.731921Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~lorenzotara/112.embed",
            "fid": "lorenzotara:112",
            "filename": "generations",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/lorenzotara:112/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/lorenzotara:112/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lorenzotara/112/8_PPQOVQG9MI0L8VE0A3SOOY71GOGCMB.png",
                "list-thumb": "https://api.plotly.com/v2/files/lorenzotara:112/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/lorenzotara:112",
                "plots": "https://api.plotly.com/v2/plots/lorenzotara:112",
                "parent": "https://api.plotly.com/v2/folders/home?user=lorenzotara"
            },
            "owner": "lorenzotara",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~lorenzotara/112/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:40:12.745Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~lorenzotara/112/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Millenials",
                        "type": "bar",
                        "ysrc": "lorenzotara:111:dbb71b",
                        "xaxis": "x",
                        "marker": {
                            "color": "rgb(25, 40, 250)"
                        },
                        "opacity": 0.7,
                        "textsrc": "lorenzotara:111:dbb71b",
                        "showlegend": true,
                        "orientation": "v",
                        "textposition": "inside"
                    },
                    {
                        "name": "Gen X",
                        "type": "bar",
                        "ysrc": "lorenzotara:111:08a494",
                        "marker": {
                            "color": "rgb(5, 131, 138)"
                        },
                        "textsrc": "lorenzotara:111:08a494",
                        "orientation": "v",
                        "textposition": "inside"
                    },
                    {
                        "name": "Baby Boomers",
                        "type": "bar",
                        "ysrc": "lorenzotara:111:9b15f7",
                        "marker": {
                            "color": "rgb(242, 96, 52)"
                        },
                        "textsrc": "lorenzotara:111:9b15f7",
                        "textfont": {
                            "color": "rgb(255, 255, 255)"
                        },
                        "orientation": "v",
                        "textposition": "inside"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "color": "rgb(255, 255, 255)"
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "color": "rgb(255, 255, 255)"
                        },
                        "text": "% di chi preferisce self-service options"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "range": [
                            -0.5,
                            4.5
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "color": "rgb(255, 255, 255)"
                            },
                            "text": "<br>"
                        },
                        "nticks": 6,
                        "showline": false,
                        "tickfont": {
                            "size": 11,
                            "color": "rgb(255, 255, 255)",
                            "family": "Arial"
                        },
                        "tickmode": "auto",
                        "autorange": false,
                        "automargin": true,
                        "fixedrange": true,
                        "tickformat": "",
                        "tickprefix": "",
                        "rangeslider": {
                            "range": [
                                -0.5,
                                4.5
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "showexponent": "all",
                        "exponentformat": "none",
                        "showticklabels": false
                    },
                    "yaxis": {
                        "range": [
                            0,
                            53.68
                        ],
                        "title": {
                            "text": "Percentage"
                        },
                        "tickfont": {
                            "color": "rgb(255, 255, 255)"
                        },
                        "autorange": false
                    },
                    "bargap": 0.37,
                    "legend": {
                        "font": {
                            "color": "rgb(255, 255, 255)"
                        }
                    },
                    "margin": {
                        "pad": 0
                    },
                    "barmode": "group",
                    "barnorm": "",
                    "autosize": true,
                    "dragmode": "zoom",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "bargroupgap": 0.2,
                    "plot_bgcolor": "rgba(0, 0, 0, 0)",
                    "paper_bgcolor": "rgba(0, 0, 0, 0)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~lorenzotara",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/42.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": "2018-03-15 12:00:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "lorenzotara",
                "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-17T15:39:55.071070Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~slanmpjes/15.embed",
            "fid": "slanmpjes:15",
            "filename": "Plot 15",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/slanmpjes/15/9_FFLU5F0EBXKS9VFRO0LLHUEJGVMWHC.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/slanmpjes/15/2_N57JXNIGA9EE5VBNOHJJIIDC86ONMN.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/slanmpjes/15/8_DSWPJG6Z65GLWG72L0JSSMC10C1W6V.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/slanmpjes/15/9_FFLU5F0EBXKS9VFRO0LLHUEJGVMWHC.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/slanmpjes:15",
                "plots": "https://api.plotly.com/v2/plots/slanmpjes:15",
                "parent": "https://api.plotly.com/v2/folders/home?user=slanmpjes"
            },
            "owner": "slanmpjes",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~slanmpjes/15/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:14:12.755Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~slanmpjes/15/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Demand",
                        "type": "waterfall",
                        "xsrc": "slanmpjes:14:d5d41c",
                        "ysrc": "slanmpjes:14:9ddb4e",
                        "textsrc": "slanmpjes:14:ffacbf",
                        "textfont": {
                            "size": 35
                        },
                        "decreasing": {
                            "line": {
                                "color": "#7f7f7f"
                            },
                            "marker": {
                                "color": "rgb(196, 223, 241)"
                            }
                        },
                        "increasing": {
                            "line": {
                                "color": "#17becf"
                            },
                            "marker": {
                                "color": "rgb(196, 223, 241)"
                            }
                        },
                        "textposition": "inside"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 1
                        },
                        "text": ""
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.6394579009733411,
                            5.5
                        ],
                        "title": {
                            "font": {
                                "size": 1
                            }
                        },
                        "tickfont": {
                            "size": 35
                        },
                        "tickmode": "auto",
                        "autorange": false,
                        "tickangle": "auto",
                        "automargin": true,
                        "showspikes": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            70
                        ],
                        "title": {
                            "font": {
                                "size": 35
                            },
                            "text": "bcm/year"
                        },
                        "tickfont": {
                            "size": 35
                        },
                        "autorange": false,
                        "showspikes": false
                    },
                    "legend": {
                        "x": 0.010273583229703356,
                        "y": 1.0747474747474748,
                        "font": {
                            "size": 20
                        }
                    },
                    "shapes": [
                        {
                            "x0": -0.6323684576696768,
                            "x1": 5.366812991801825,
                            "y0": 10.926315789473687,
                            "y1": 10.926315789473687,
                            "line": {
                                "dash": "dash",
                                "color": "rgb(235, 9, 9)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.76,
                            "fillcolor": "#7f7f7f"
                        }
                    ],
                    "autosize": true,
                    "hovermode": "x",
                    "showlegend": false,
                    "annotations": [],
                    "waterfallgroupgap": 0
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~slanmpjes",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/4.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-13 12:55:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "slanmpjes",
                "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-17T15:39:47.905820Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~slanmpjes/13.embed",
            "fid": "slanmpjes:13",
            "filename": "Plot 13",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/slanmpjes/13/9_UH37Q2802AURLSXP9VIHG8PVGSKS3T.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/slanmpjes/13/2_0FBD8HDRIIZ65J0W9SCNBICQUQ3APL.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/slanmpjes/13/8_N6CPZDMQ3WIEVEGOHDG3FNXNRAEOA7.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/slanmpjes/13/9_UH37Q2802AURLSXP9VIHG8PVGSKS3T.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/slanmpjes:13",
                "plots": "https://api.plotly.com/v2/plots/slanmpjes:13",
                "parent": "https://api.plotly.com/v2/folders/home?user=slanmpjes"
            },
            "owner": "slanmpjes",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~slanmpjes/13/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:18:02.027Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~slanmpjes/13/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Demand",
                        "type": "waterfall",
                        "xsrc": "slanmpjes:12:b4ac6f",
                        "ysrc": "slanmpjes:12:1b8bbd",
                        "textsrc": "slanmpjes:12:a5cee6",
                        "textfont": {
                            "size": 35
                        },
                        "decreasing": {
                            "line": {
                                "color": "#7f7f7f"
                            },
                            "marker": {
                                "color": "rgb(196, 223, 241)"
                            }
                        },
                        "increasing": {
                            "line": {
                                "color": "#17becf"
                            },
                            "marker": {
                                "color": "rgb(196, 223, 241)"
                            }
                        },
                        "textposition": "inside"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            5.5270243875420455
                        ],
                        "title": {
                            "font": {
                                "size": 1
                            }
                        },
                        "tickfont": {
                            "size": 35
                        },
                        "tickmode": "auto",
                        "autorange": true,
                        "tickangle": "auto",
                        "automargin": true,
                        "tickprefix": ""
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            747.3684210526316
                        ],
                        "title": {
                            "font": {
                                "size": 35
                            },
                            "text": "PJ/year"
                        },
                        "tickfont": {
                            "size": 35
                        },
                        "autorange": true,
                        "automargin": true
                    },
                    "legend": {
                        "x": 0.010273583229703358,
                        "y": 1.156798756798757,
                        "font": {
                            "size": 35
                        }
                    },
                    "shapes": [
                        {
                            "x0": -0.47926887195204904,
                            "x1": 5.519911455534718,
                            "y0": 120,
                            "y1": 120,
                            "line": {
                                "dash": "dash",
                                "color": "rgb(235, 9, 9)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.76,
                            "fillcolor": "#7f7f7f"
                        }
                    ],
                    "autosize": true,
                    "showlegend": true,
                    "annotations": [],
                    "waterfallgap": 0.23
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~slanmpjes",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/4.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-13 12:55:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "slanmpjes",
                "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-17T15:38:03.926812Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~camila.rangel/53500.embed",
            "fid": "camila.rangel:53500",
            "filename": "misfits_scripts_301_404ff7d5-3cd0-4ff0-8376-4a75fbb7fc841560785882.03.html",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/camila.rangel:53500/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/camila.rangel:53500/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/camila.rangel:53500/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/camila.rangel:53500/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/camila.rangel:53500",
                "plots": "https://api.plotly.com/v2/plots/camila.rangel:53500",
                "parent": "https://api.plotly.com/v2/folders/camila.rangel:53496"
            },
            "owner": "camila.rangel",
            "parent": 53496,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Scripts Misfits",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~camila.rangel/53500/scripts-misfits/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:38:05.583Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~camila.rangel/53500/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "db426c",
                        "line": {
                            "color": "rgb(214, 39, 40)",
                            "width": 2.5
                        },
                        "mode": "lines",
                        "name": "Critical Misfit value",
                        "type": "scatter",
                        "xsrc": "camila.rangel:53501:8d4868",
                        "ysrc": "camila.rangel:53501:292850",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "size": 10,
                            "color": "rgb(126, 167, 247)"
                        }
                    },
                    {
                        "uid": "122c84",
                        "mode": "markers",
                        "name": "Script Misfit value",
                        "type": "scatter",
                        "xsrc": "camila.rangel:53501:8d4868",
                        "ysrc": "camila.rangel:53501:292850",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0, 0, 0)",
                            "symbol": "circle"
                        },
                        "textsrc": "camila.rangel:53501:43cd06",
                        "hoverinfo": "y+text",
                        "showlegend": true
                    }
                ],
                "layout": {
                    "title": "Scripts Misfits",
                    "xaxis": {
                        "type": "category",
                        "showline": false,
                        "tickfont": {
                            "size": 8
                        },
                        "autorange": true,
                        "tickangle": 45,
                        "tickprefix": ""
                    },
                    "yaxis": {
                        "type": "linear",
                        "title": "Weighted mean square",
                        "showline": false,
                        "autorange": true
                    },
                    "legend": {
                        "x": -0.09,
                        "y": 2.0,
                        "font": {
                            "size": 16
                        },
                        "traceorder": "normal",
                        "orientation": "h"
                    },
                    "margin": {
                        "b": 120,
                        "l": 100,
                        "r": 100,
                        "pad": 0
                    },
                    "autosize": true,
                    "hovermode": "closest",
                    "showlegend": true,
                    "annotations": [
                        {
                            "x": 0.921,
                            "y": 1.4,
                            "font": {
                                "size": 11
                            },
                            "text": "Average Misfit value: 1.0",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "auto",
                            "yanchor": "auto",
                            "showarrow": false
                        },
                        {
                            "x": 0.921,
                            "y": 1.3,
                            "font": {
                                "size": 11
                            },
                            "text": "Critical Misfit value: 1.0",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "auto",
                            "yanchor": "auto",
                            "showarrow": false
                        }
                    ],
                    "plot_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~camila.rangel",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "Digital Assess",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-01-12 11:05:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "camila.rangel",
                "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-17T15:37:59.577404Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~camila.rangel/53498.embed",
            "fid": "camila.rangel:53498",
            "filename": "misfits_judges_301_404ff7d5-3cd0-4ff0-8376-4a75fbb7fc841560785877.73.html",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/camila.rangel/53498/9_H4MVXSW7YFDP584AZU6B13QNRGX0DE.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/camila.rangel:53498/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/camila.rangel:53498/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/camila.rangel/53498/9_H4MVXSW7YFDP584AZU6B13QNRGX0DE.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/camila.rangel:53498",
                "plots": "https://api.plotly.com/v2/plots/camila.rangel:53498",
                "parent": "https://api.plotly.com/v2/folders/camila.rangel:53496"
            },
            "owner": "camila.rangel",
            "parent": 53496,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Judge Misfits",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~camila.rangel/53498/judge-misfits/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:38:01.350Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~camila.rangel/53498/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "db426c",
                        "line": {
                            "color": "rgb(214, 39, 40)",
                            "width": 2.5
                        },
                        "mode": "lines",
                        "name": "Critical Misfit value",
                        "type": "scatter",
                        "xsrc": "camila.rangel:53499:839519",
                        "ysrc": "camila.rangel:53499:bde443",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "size": 10,
                            "color": "rgb(126, 167, 247)"
                        }
                    },
                    {
                        "uid": "122c84",
                        "mode": "markers",
                        "name": "Judge Misfit value",
                        "type": "scatter",
                        "xsrc": "camila.rangel:53499:839519",
                        "ysrc": "camila.rangel:53499:bde443",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0, 0, 0)",
                            "symbol": "circle"
                        },
                        "textsrc": "camila.rangel:53499:0882d5",
                        "hoverinfo": "y+text",
                        "showlegend": true
                    }
                ],
                "layout": {
                    "title": "Judge Misfits",
                    "xaxis": {
                        "type": "category",
                        "ticks": "",
                        "showline": false,
                        "autorange": true,
                        "tickprefix": ""
                    },
                    "yaxis": {
                        "type": "linear",
                        "title": "Weighted mean square",
                        "showline": false,
                        "autorange": true
                    },
                    "legend": {
                        "x": -0.09,
                        "y": 2.0,
                        "font": {
                            "size": 16
                        },
                        "traceorder": "normal",
                        "orientation": "h"
                    },
                    "margin": {
                        "b": 120,
                        "l": 100,
                        "r": 100,
                        "pad": 0
                    },
                    "autosize": true,
                    "hovermode": "closest",
                    "showlegend": true,
                    "annotations": [
                        {
                            "x": 0.921,
                            "y": 1.4,
                            "font": {
                                "size": 11
                            },
                            "text": "Average Misfit value: 1.0",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "auto",
                            "yanchor": "auto",
                            "showarrow": false
                        },
                        {
                            "x": 0.921,
                            "y": 1.3,
                            "font": {
                                "size": 11
                            },
                            "text": "Critical Misfit value: 1.0",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "auto",
                            "yanchor": "auto",
                            "showarrow": false
                        }
                    ],
                    "plot_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~camila.rangel",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "Digital Assess",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-01-12 11:05:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "camila.rangel",
                "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-17T15:37:56.584470Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~camila.rangel/53497.embed",
            "fid": "camila.rangel:53497",
            "filename": "parameter_evolution301_404ff7d5-3cd0-4ff0-8376-4a75fbb7fc841560785872.25.html",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/camila.rangel:53497/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/camila.rangel/53497/2_05KF94MG1IB64FMXANP3UHHHKN67PH.png",
                "block-thumb": "https://api.plotly.com/v2/files/camila.rangel:53497/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/camila.rangel:53497/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/camila.rangel:53497",
                "plots": "https://api.plotly.com/v2/plots/camila.rangel:53497",
                "parent": "https://api.plotly.com/v2/folders/camila.rangel:53496"
            },
            "owner": "camila.rangel",
            "parent": 53496,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~camila.rangel/53497/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:37:57.221Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~camila.rangel/53497/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(204, 0, 0)",
                            "width": 3
                        },
                        "type": "scatter",
                        "xsrc": "camila.rangel:53495:9cbddb",
                        "ysrc": "camila.rangel:53495:3fb036",
                        "error_y": {
                            "type": "data",
                            "color": "grey",
                            "width": 2,
                            "opacity": 0.9,
                            "visible": true,
                            "arraysrc": "camila.rangel:53495:714b34",
                            "thickness": 2
                        },
                        "textsrc": "camila.rangel:53495:aafa78",
                        "visible": false
                    },
                    {
                        "line": {
                            "color": "rgb(204, 0, 0)",
                            "width": 3
                        },
                        "type": "scatter",
                        "xsrc": "camila.rangel:53495:339077",
                        "ysrc": "camila.rangel:53495:e1042d",
                        "error_y": {
                            "type": "data",
                            "color": "grey",
                            "width": 2,
                            "opacity": 0.9,
                            "visible": true,
                            "arraysrc": "camila.rangel:53495:dae842",
                            "thickness": 2
                        },
                        "textsrc": "camila.rangel:53495:7507ca",
                        "visible": true
                    }
                ],
                "layout": {
                    "width": 1000,
                    "xaxis": {
                        "type": "category",
                        "nticks": 150,
                        "tickfont": {
                            "size": 8
                        },
                        "autorange": true,
                        "tickangle": 55
                    },
                    "yaxis": {
                        "title": "Parameter value ",
                        "autorange": true
                    },
                    "height": 300,
                    "margin": {
                        "b": 120,
                        "l": 100,
                        "r": 100,
                        "pad": 0
                    },
                    "sliders": [
                        {
                            "y": 3,
                            "pad": {
                                "t": 0
                            },
                            "font": {
                                "size": 10
                            },
                            "steps": [
                                {
                                    "args": [
                                        "visible",
                                        [
                                            true,
                                            false
                                        ]
                                    ],
                                    "label": "Round: 1<br>Reliability: 0.0 +/- 1.0",
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            true
                                        ]
                                    ],
                                    "label": "Round: 2<br>Reliability: 0.0 +/- 1.0",
                                    "method": "restyle"
                                }
                            ],
                            "active": 1,
                            "yanchor": "auto",
                            "bordercolor": "#11114E",
                            "borderwidth": 3,
                            "currentvalue": {
                                "font": {
                                    "size": 16
                                },
                                "prefix": "",
                                "visible": true,
                                "xanchor": "center"
                            }
                        }
                    ],
                    "autosize": false
                }
            },
            "height": 300,
            "width": 1000,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~camila.rangel",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "Digital Assess",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-01-12 11:05:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "camila.rangel",
                "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-17T15:35:28.355223Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ssantiagococa/27.embed",
            "fid": "ssantiagococa:27",
            "filename": "Plot 27",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ssantiagococa:27/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ssantiagococa:27/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/ssantiagococa:27/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/ssantiagococa:27/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ssantiagococa:27",
                "plots": "https://api.plotly.com/v2/plots/ssantiagococa:27",
                "parent": "https://api.plotly.com/v2/folders/home?user=ssantiagococa"
            },
            "owner": "ssantiagococa",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ssantiagococa/27/",
            "world_readable": true,
            "date_modified": "2019-06-18T08:23:52.082Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ssantiagococa/27/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "2a0d6458-b2f7-4bc9-83f6-f9aaaf040421",
                        "name": "+ 100",
                        "type": "scattergeo",
                        "latsrc": "ssantiagococa:26:dc5808",
                        "lonsrc": "ssantiagococa:26:f14af7",
                        "marker": {
                            "line": {
                                "color": "rgb(40,40,40)",
                                "width": 0.5
                            },
                            "color": "rgb(0, 100, 255)",
                            "sizeref": 1,
                            "sizesrc": "ssantiagococa:26:16bd96",
                            "sizemode": "area"
                        },
                        "textsrc": "ssantiagococa:26:075363",
                        "visible": true,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "97345f31-688e-4556-ad9c-69a2ac687dbb",
                        "name": "50 - 100",
                        "type": "scattergeo",
                        "latsrc": "ssantiagococa:26:17cbdb",
                        "lonsrc": "ssantiagococa:26:1a48fe",
                        "marker": {
                            "line": {
                                "color": "rgb(40,40,40)",
                                "width": 0.5
                            },
                            "color": "rgb(79, 145, 248)",
                            "sizesrc": "ssantiagococa:26:dc78db",
                            "sizemode": "area"
                        },
                        "textsrc": "ssantiagococa:26:218abe",
                        "visible": true,
                        "locationmode": "USA-states"
                    },
                    {
                        "geo": "geo",
                        "name": "21 - 50",
                        "type": "scattergeo",
                        "latsrc": "ssantiagococa:26:b27712",
                        "lonsrc": "ssantiagococa:26:fd2b86",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 8, 246)"
                            },
                            "color": "rgb(160, 197, 255)",
                            "sizeref": null,
                            "sizesrc": "ssantiagococa:26:a6db51",
                            "sizemode": "area"
                        },
                        "opacity": 1,
                        "visible": true
                    },
                    {
                        "uid": "b4741c8b-62f7-47f6-9c8f-b8120767600a",
                        "name": "11 - 20",
                        "type": "scattergeo",
                        "latsrc": "ssantiagococa:26:97fbaa",
                        "lonsrc": "ssantiagococa:26:52a607",
                        "marker": {
                            "line": {
                                "color": "rgb(40,40,40)",
                                "width": 0.5
                            },
                            "color": "rgb(198, 221, 255)",
                            "sizemin": 0,
                            "sizeref": 1,
                            "sizesrc": "ssantiagococa:26:e7a651",
                            "sizemode": "area"
                        },
                        "textsrc": "ssantiagococa:26:94225a",
                        "visible": true,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "0532b796-befc-41fd-b359-a6e936c63fad",
                        "name": "1 - 11",
                        "type": "scattergeo",
                        "latsrc": "ssantiagococa:26:8fcbb3",
                        "lonsrc": "ssantiagococa:26:42a485",
                        "marker": {
                            "line": {
                                "color": "rgb(40,40,40)",
                                "width": 0.5
                            },
                            "color": "rgb(97, 97, 97)",
                            "sizesrc": "ssantiagococa:26:e8d7a0",
                            "sizemode": "area"
                        },
                        "textsrc": "ssantiagococa:26:7dd083",
                        "visible": true,
                        "locationmode": "USA-states"
                    }
                ],
                "frames": [],
                "layout": {
                    "geo": {
                        "scope": "usa",
                        "center": {
                            "lat": -9.969686304118762,
                            "lon": -90.0609284770777
                        },
                        "showland": true,
                        "landcolor": "rgb(217, 217, 217)",
                        "projection": {
                            "scale": 2.4280079691945327
                        },
                        "countrycolor": "rgb(255, 255, 255)",
                        "countrywidth": 1,
                        "subunitcolor": "rgb(255, 255, 255)",
                        "subunitwidth": 1
                    },
                    "font": {
                        "family": "Arial"
                    },
                    "title": {
                        "text": "Potenciales ubicaciones de gimnasios en Estados Unidos"
                    },
                    "width": 1000,
                    "height": 500,
                    "legend": {
                        "x": 0.7747924164189223,
                        "y": 0.7325462936476154
                    },
                    "margin": {
                        "b": 100,
                        "l": 100,
                        "r": 100,
                        "t": 100,
                        "pad": 100
                    },
                    "autosize": true,
                    "colorscale": {
                        "sequentialminus": [
                            [
                                0,
                                "#050aac"
                            ],
                            [
                                0.2,
                                "#283cbe"
                            ],
                            [
                                0.4,
                                "#4664f5"
                            ],
                            [
                                0.6,
                                "#5a78f5"
                            ],
                            [
                                0.8,
                                "#6a89f7"
                            ],
                            [
                                1,
                                "#dcdcdc"
                            ]
                        ]
                    },
                    "showlegend": true
                }
            },
            "height": 500,
            "width": 1000,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ssantiagococa",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.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-17 08:57:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ssantiagococa",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}