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

{
    "next": "https://api.plotly.com/v2/plots?cursor=cD0yMDI0LTA0LTE4KzA3JTNBNDMlM0E0NS4zMDI2NTMlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0xOCswNyUzQTQ0JTNBMTguNTM0MTc4JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2024-04-18T07:44:18.534178Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nccurer2/27.embed",
            "fid": "nccurer2:27",
            "filename": "shilin_2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nccurer2/27/9_SACWDEAN2GO3IWDMCH6SPCOMOMITSX.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nccurer2/27/2_U9MPOJ4LU6PNFDB4IPYXYFKRKMEWDZ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer2/27/8_QTZKP1606S5A5RG5M8GLM5BSVT2H6J.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer2/27/9_SACWDEAN2GO3IWDMCH6SPCOMOMITSX.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nccurer2:27",
                "plots": "https://api.plotly.com/v2/plots/nccurer2:27",
                "parent": "https://api.plotly.com/v2/folders/home?user=nccurer2"
            },
            "owner": "nccurer2",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 10,
            "web_url": "https://chart-studio.plotly.com/~nccurer2/27/",
            "world_readable": true,
            "date_modified": "2024-04-22T03:34:48.955Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nccurer2/27/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "累計物件",
                        "type": "bar",
                        "xsrc": "nccurer2:26:ab5d8b",
                        "ysrc": "nccurer2:26:3565e2",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgb(32,46,124)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "widthsrc": "nccurer2:26:f6a981",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgb(213,69,83)",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "月租金中位數",
                        "type": "scatter",
                        "xsrc": "nccurer2:26:7bc0a7",
                        "ysrc": "nccurer2:26:3da784",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_x": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_y": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "showlegend": false
                    }
                ],
                "layout": {
                    "title": {
                        "y": 0.98,
                        "font": {
                            "size": 20
                        },
                        "text": "<b>士林區租屋熱點【士林站】獨立套房租金變化</b>"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>年份</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "tickformat": "digit"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>累計物件</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "tickformat": "digit"
                    },
                    "images": [
                        {
                            "x": 0.5,
                            "y": 0.5,
                            "col": 1,
                            "row": 1,
                            "xref": "x domain",
                            "yref": "y domain",
                            "layer": "below",
                            "sizex": 0.5,
                            "sizey": 0.5,
                            "source": "https://i.ibb.co/Lt28WxF/logo.jpg",
                            "opacity": 0.05,
                            "xanchor": "center",
                            "yanchor": "middle"
                        }
                    ],
                    "legend": {
                        "font": {
                            "size": 14
                        },
                        "title": {
                            "text": "<b>站名</b>"
                        }
                    },
                    "margin": {
                        "b": 60,
                        "l": 60,
                        "r": 60,
                        "t": 40
                    },
                    "yaxis2": {
                        "side": "right",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>月租金中位數</b>"
                        },
                        "rangemode": "tozero",
                        "overlaying": "y",
                        "tickformat": "digit"
                    },
                    "hovermode": "x",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nccurer2",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-18 07:38:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nccurer2",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-18T07:44:15.052652Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nccurer2/25.embed",
            "fid": "nccurer2:25",
            "filename": "beitou_2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nccurer2/25/9_IG034DM982SANAMY1NP506PFFB7R2K.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nccurer2/25/2_3JKZ4R4GUGTEB53ZEKPZMJVRL18JXQ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer2/25/8_CZV4VKM3OZVMU7NZJE2FJS2F11IVLQ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer2/25/9_IG034DM982SANAMY1NP506PFFB7R2K.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nccurer2:25",
                "plots": "https://api.plotly.com/v2/plots/nccurer2:25",
                "parent": "https://api.plotly.com/v2/folders/home?user=nccurer2"
            },
            "owner": "nccurer2",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 21,
            "web_url": "https://chart-studio.plotly.com/~nccurer2/25/",
            "world_readable": true,
            "date_modified": "2024-04-22T03:34:45.579Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nccurer2/25/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "累計物件",
                        "type": "bar",
                        "xsrc": "nccurer2:24:d3fe5e",
                        "ysrc": "nccurer2:24:bf9348",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgb(32,46,124)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "widthsrc": "nccurer2:24:d0ea0b",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgb(213,69,83)",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "月租金中位數",
                        "type": "scatter",
                        "xsrc": "nccurer2:24:6e27e0",
                        "ysrc": "nccurer2:24:2b7495",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_x": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_y": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "showlegend": false
                    }
                ],
                "layout": {
                    "title": {
                        "y": 0.98,
                        "font": {
                            "size": 20
                        },
                        "text": "<b>北投區租屋熱點【石牌站】獨立套房租金變化</b>"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>年份</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "tickformat": "digit"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>累計物件</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "tickformat": "digit"
                    },
                    "images": [
                        {
                            "x": 0.5,
                            "y": 0.5,
                            "col": 1,
                            "row": 1,
                            "xref": "x domain",
                            "yref": "y domain",
                            "layer": "below",
                            "sizex": 0.5,
                            "sizey": 0.5,
                            "source": "https://i.ibb.co/Lt28WxF/logo.jpg",
                            "opacity": 0.05,
                            "xanchor": "center",
                            "yanchor": "middle"
                        }
                    ],
                    "legend": {
                        "font": {
                            "size": 14
                        },
                        "title": {
                            "text": "<b>站名</b>"
                        }
                    },
                    "margin": {
                        "b": 60,
                        "l": 60,
                        "r": 60,
                        "t": 40
                    },
                    "yaxis2": {
                        "side": "right",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>月租金中位數</b>"
                        },
                        "rangemode": "tozero",
                        "overlaying": "y",
                        "tickformat": "digit"
                    },
                    "hovermode": "x",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nccurer2",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-18 07:38:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nccurer2",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-18T07:44:11.271018Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nccurer2/23.embed",
            "fid": "nccurer2:23",
            "filename": "wenshan_1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nccurer2/23/9_VN67TEV2IIHOJ8H3WSQRO5LPR7XUE9.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nccurer2/23/2_WTIQK3QEHJMIJUMTGHNUHZ26WJN5G5.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer2/23/8_FNMRBP6JN9XEJMGCBZQ7J29MK9AGQ0.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer2/23/9_VN67TEV2IIHOJ8H3WSQRO5LPR7XUE9.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nccurer2:23",
                "plots": "https://api.plotly.com/v2/plots/nccurer2:23",
                "parent": "https://api.plotly.com/v2/folders/home?user=nccurer2"
            },
            "owner": "nccurer2",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 16,
            "web_url": "https://chart-studio.plotly.com/~nccurer2/23/",
            "world_readable": true,
            "date_modified": "2024-04-22T03:34:42.040Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nccurer2/23/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "累計物件",
                        "type": "bar",
                        "xsrc": "nccurer2:22:bedd6e",
                        "ysrc": "nccurer2:22:d02250",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgb(32,46,124)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "widthsrc": "nccurer2:22:b4a519",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgb(213,69,83)",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "月租金中位數",
                        "type": "scatter",
                        "xsrc": "nccurer2:22:777c18",
                        "ysrc": "nccurer2:22:99ced7",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_x": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_y": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "showlegend": false
                    }
                ],
                "layout": {
                    "title": {
                        "y": 0.98,
                        "font": {
                            "size": 20
                        },
                        "text": "<b>文山區租屋熱點【景美站】整層住家租金變化</b>"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>年份</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "tickformat": "digit"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>累計物件</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "tickformat": "digit"
                    },
                    "images": [
                        {
                            "x": 0.5,
                            "y": 0.5,
                            "col": 1,
                            "row": 1,
                            "xref": "x domain",
                            "yref": "y domain",
                            "layer": "below",
                            "sizex": 0.5,
                            "sizey": 0.5,
                            "source": "https://i.ibb.co/Lt28WxF/logo.jpg",
                            "opacity": 0.05,
                            "xanchor": "center",
                            "yanchor": "middle"
                        }
                    ],
                    "legend": {
                        "font": {
                            "size": 14
                        },
                        "title": {
                            "text": "<b>站名</b>"
                        }
                    },
                    "margin": {
                        "b": 60,
                        "l": 60,
                        "r": 60,
                        "t": 40
                    },
                    "yaxis2": {
                        "side": "right",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>月租金中位數</b>"
                        },
                        "rangemode": "tozero",
                        "overlaying": "y",
                        "tickformat": "digit"
                    },
                    "hovermode": "x",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nccurer2",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-18 07:38:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nccurer2",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-18T07:44:07.413238Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nccurer2/21.embed",
            "fid": "nccurer2:21",
            "filename": "nangang_1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nccurer2/21/9_CF4AX0S687PXSMGLH8A2G7IFSIQEBT.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nccurer2/21/2_Q1QLRDE5AAXZXX8WR7XEI7RMZRXRDE.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer2/21/8_4Y3ISBX1YWVL6W3CMZ4UCU55L52H6G.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer2/21/9_CF4AX0S687PXSMGLH8A2G7IFSIQEBT.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nccurer2:21",
                "plots": "https://api.plotly.com/v2/plots/nccurer2:21",
                "parent": "https://api.plotly.com/v2/folders/home?user=nccurer2"
            },
            "owner": "nccurer2",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 13,
            "web_url": "https://chart-studio.plotly.com/~nccurer2/21/",
            "world_readable": true,
            "date_modified": "2024-04-22T03:34:38.692Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nccurer2/21/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "累計物件",
                        "type": "bar",
                        "xsrc": "nccurer2:20:1af0e6",
                        "ysrc": "nccurer2:20:94bc70",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgb(32,46,124)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "widthsrc": "nccurer2:20:9044bd",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgb(213,69,83)",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "月租金中位數",
                        "type": "scatter",
                        "xsrc": "nccurer2:20:1a6630",
                        "ysrc": "nccurer2:20:6f0ee6",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_x": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_y": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "showlegend": false
                    }
                ],
                "layout": {
                    "title": {
                        "y": 0.98,
                        "font": {
                            "size": 20
                        },
                        "text": "<b>南港區租屋熱點【南港軟體園區站】整層住家租金變化</b>"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>年份</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "tickformat": "digit"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>累計物件</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "tickformat": "digit"
                    },
                    "images": [
                        {
                            "x": 0.5,
                            "y": 0.5,
                            "col": 1,
                            "row": 1,
                            "xref": "x domain",
                            "yref": "y domain",
                            "layer": "below",
                            "sizex": 0.5,
                            "sizey": 0.5,
                            "source": "https://i.ibb.co/Lt28WxF/logo.jpg",
                            "opacity": 0.05,
                            "xanchor": "center",
                            "yanchor": "middle"
                        }
                    ],
                    "legend": {
                        "font": {
                            "size": 14
                        },
                        "title": {
                            "text": "<b>站名</b>"
                        }
                    },
                    "margin": {
                        "b": 60,
                        "l": 60,
                        "r": 60,
                        "t": 40
                    },
                    "yaxis2": {
                        "side": "right",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>月租金中位數</b>"
                        },
                        "rangemode": "tozero",
                        "overlaying": "y",
                        "tickformat": "digit"
                    },
                    "hovermode": "x",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nccurer2",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-18 07:38:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nccurer2",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-18T07:44:02.940166Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nccurer2/19.embed",
            "fid": "nccurer2:19",
            "filename": "xinyi_1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nccurer2/19/9_GSYF87IZ86YMWIDB75T74255DEKUQX.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nccurer2/19/2_ENKI8XRGJTTY2W5VOUKMIY5LAR5W0O.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer2/19/8_DW0RECMRH8H0O3Z89Z125OR0A6UK6W.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer2/19/9_GSYF87IZ86YMWIDB75T74255DEKUQX.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nccurer2:19",
                "plots": "https://api.plotly.com/v2/plots/nccurer2:19",
                "parent": "https://api.plotly.com/v2/folders/home?user=nccurer2"
            },
            "owner": "nccurer2",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 11,
            "web_url": "https://chart-studio.plotly.com/~nccurer2/19/",
            "world_readable": true,
            "date_modified": "2024-04-22T03:34:35.335Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nccurer2/19/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "累計物件",
                        "type": "bar",
                        "xsrc": "nccurer2:18:2d2f24",
                        "ysrc": "nccurer2:18:8daf4f",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgb(32,46,124)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "widthsrc": "nccurer2:18:f3955a",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgb(213,69,83)",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "月租金中位數",
                        "type": "scatter",
                        "xsrc": "nccurer2:18:d3a82e",
                        "ysrc": "nccurer2:18:f70e8a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_x": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_y": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "showlegend": false
                    }
                ],
                "layout": {
                    "title": {
                        "y": 0.98,
                        "font": {
                            "size": 20
                        },
                        "text": "<b>信義區租屋熱點【永春站】整層住家租金變化</b>"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>年份</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "tickformat": "digit"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>累計物件</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "tickformat": "digit"
                    },
                    "images": [
                        {
                            "x": 0.5,
                            "y": 0.5,
                            "col": 1,
                            "row": 1,
                            "xref": "x domain",
                            "yref": "y domain",
                            "layer": "below",
                            "sizex": 0.5,
                            "sizey": 0.5,
                            "source": "https://i.ibb.co/Lt28WxF/logo.jpg",
                            "opacity": 0.05,
                            "xanchor": "center",
                            "yanchor": "middle"
                        }
                    ],
                    "legend": {
                        "font": {
                            "size": 14
                        },
                        "title": {
                            "text": "<b>站名</b>"
                        }
                    },
                    "margin": {
                        "b": 60,
                        "l": 60,
                        "r": 60,
                        "t": 40
                    },
                    "yaxis2": {
                        "side": "right",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>月租金中位數</b>"
                        },
                        "rangemode": "tozero",
                        "overlaying": "y",
                        "tickformat": "digit"
                    },
                    "hovermode": "x",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nccurer2",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-18 07:38:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nccurer2",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-18T07:43:59.393694Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nccurer2/17.embed",
            "fid": "nccurer2:17",
            "filename": "daan_1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nccurer2/17/9_0YCCWAM0VJLQJ7REUTYWNMDWV02FO1.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nccurer2/17/2_NK0E6Z7SANW5BWIVR248FRMWY3X0UQ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer2/17/8_CLTPRGKWCVA3E4SZA8EVPZKUX9PB0R.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer2/17/9_0YCCWAM0VJLQJ7REUTYWNMDWV02FO1.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nccurer2:17",
                "plots": "https://api.plotly.com/v2/plots/nccurer2:17",
                "parent": "https://api.plotly.com/v2/folders/home?user=nccurer2"
            },
            "owner": "nccurer2",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 19,
            "web_url": "https://chart-studio.plotly.com/~nccurer2/17/",
            "world_readable": true,
            "date_modified": "2024-04-22T03:34:31.940Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nccurer2/17/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "累計物件",
                        "type": "bar",
                        "xsrc": "nccurer2:16:71afe3",
                        "ysrc": "nccurer2:16:22d8f9",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgb(32,46,124)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "widthsrc": "nccurer2:16:1082fb",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgb(213,69,83)",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "月租金中位數",
                        "type": "scatter",
                        "xsrc": "nccurer2:16:0f9b8b",
                        "ysrc": "nccurer2:16:3d2bf4",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_x": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_y": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "showlegend": false
                    }
                ],
                "layout": {
                    "title": {
                        "y": 0.98,
                        "font": {
                            "size": 20
                        },
                        "text": "<b>大安區租屋熱點【信義安和站】整層住家租金變化</b>"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>年份</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "tickformat": "digit"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>累計物件</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "tickformat": "digit"
                    },
                    "images": [
                        {
                            "x": 0.5,
                            "y": 0.5,
                            "col": 1,
                            "row": 1,
                            "xref": "x domain",
                            "yref": "y domain",
                            "layer": "below",
                            "sizex": 0.5,
                            "sizey": 0.5,
                            "source": "https://i.ibb.co/Lt28WxF/logo.jpg",
                            "opacity": 0.05,
                            "xanchor": "center",
                            "yanchor": "middle"
                        }
                    ],
                    "legend": {
                        "font": {
                            "size": 14
                        },
                        "title": {
                            "text": "<b>站名</b>"
                        }
                    },
                    "margin": {
                        "b": 60,
                        "l": 60,
                        "r": 60,
                        "t": 40
                    },
                    "yaxis2": {
                        "side": "right",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>月租金中位數</b>"
                        },
                        "rangemode": "tozero",
                        "overlaying": "y",
                        "tickformat": "digit"
                    },
                    "hovermode": "x",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nccurer2",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-18 07:38:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nccurer2",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-18T07:43:55.831589Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nccurer2/15.embed",
            "fid": "nccurer2:15",
            "filename": "zhongzheng_1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nccurer2/15/9_VND8O3S5CMGTR7XON6LK1HLK2JKEPD.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nccurer2/15/2_ZB9ZIZN1PQZ5VSBX2WRKDCA5CVA0EU.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer2/15/8_HKT7EA49T4I5WL1X1EF7OL5V2ENRYX.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer2/15/9_VND8O3S5CMGTR7XON6LK1HLK2JKEPD.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nccurer2:15",
                "plots": "https://api.plotly.com/v2/plots/nccurer2:15",
                "parent": "https://api.plotly.com/v2/folders/home?user=nccurer2"
            },
            "owner": "nccurer2",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 9,
            "web_url": "https://chart-studio.plotly.com/~nccurer2/15/",
            "world_readable": true,
            "date_modified": "2024-04-22T03:34:28.509Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nccurer2/15/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "累計物件",
                        "type": "bar",
                        "xsrc": "nccurer2:14:2e2f9b",
                        "ysrc": "nccurer2:14:0f1d97",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgb(32,46,124)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "widthsrc": "nccurer2:14:f02ce0",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgb(213,69,83)",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "月租金中位數",
                        "type": "scatter",
                        "xsrc": "nccurer2:14:2a5323",
                        "ysrc": "nccurer2:14:21543d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_x": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_y": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "showlegend": false
                    }
                ],
                "layout": {
                    "title": {
                        "y": 0.98,
                        "font": {
                            "size": 20
                        },
                        "text": "<b>中正區租屋熱點【古亭站】整層住家租金變化</b>"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>年份</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "tickformat": "digit"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>累計物件</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "tickformat": "digit"
                    },
                    "images": [
                        {
                            "x": 0.5,
                            "y": 0.5,
                            "col": 1,
                            "row": 1,
                            "xref": "x domain",
                            "yref": "y domain",
                            "layer": "below",
                            "sizex": 0.5,
                            "sizey": 0.5,
                            "source": "https://i.ibb.co/Lt28WxF/logo.jpg",
                            "opacity": 0.05,
                            "xanchor": "center",
                            "yanchor": "middle"
                        }
                    ],
                    "legend": {
                        "font": {
                            "size": 14
                        },
                        "title": {
                            "text": "<b>站名</b>"
                        }
                    },
                    "margin": {
                        "b": 60,
                        "l": 60,
                        "r": 60,
                        "t": 40
                    },
                    "yaxis2": {
                        "side": "right",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>月租金中位數</b>"
                        },
                        "rangemode": "tozero",
                        "overlaying": "y",
                        "tickformat": "digit"
                    },
                    "hovermode": "x",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nccurer2",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-18 07:38:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nccurer2",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-18T07:43:52.258479Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nccurer2/13.embed",
            "fid": "nccurer2:13",
            "filename": "wanhua_1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nccurer2/13/9_AX6CG1G00K6NFI7TFKBY0NPT43NS2E.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nccurer2/13/2_DJDOCE89VINF4L0ISUJ0EZD1NL4OJ9.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer2/13/8_KFQJD1FRFMR7IW1YE0873GNQYEM8TT.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer2/13/9_AX6CG1G00K6NFI7TFKBY0NPT43NS2E.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nccurer2:13",
                "plots": "https://api.plotly.com/v2/plots/nccurer2:13",
                "parent": "https://api.plotly.com/v2/folders/home?user=nccurer2"
            },
            "owner": "nccurer2",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 10,
            "web_url": "https://chart-studio.plotly.com/~nccurer2/13/",
            "world_readable": true,
            "date_modified": "2024-04-22T03:34:25.094Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nccurer2/13/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "累計物件",
                        "type": "bar",
                        "xsrc": "nccurer2:12:444ff2",
                        "ysrc": "nccurer2:12:2f8b26",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgb(32,46,124)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "widthsrc": "nccurer2:12:5718dd",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgb(213,69,83)",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "月租金中位數",
                        "type": "scatter",
                        "xsrc": "nccurer2:12:df1d90",
                        "ysrc": "nccurer2:12:9f0795",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_x": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_y": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "showlegend": false
                    }
                ],
                "layout": {
                    "title": {
                        "y": 0.98,
                        "font": {
                            "size": 20
                        },
                        "text": "<b>萬華區租屋熱點【西門站】整層住家租金變化</b>"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>年份</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "tickformat": "digit"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>累計物件</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "tickformat": "digit"
                    },
                    "images": [
                        {
                            "x": 0.5,
                            "y": 0.5,
                            "col": 1,
                            "row": 1,
                            "xref": "x domain",
                            "yref": "y domain",
                            "layer": "below",
                            "sizex": 0.5,
                            "sizey": 0.5,
                            "source": "https://i.ibb.co/Lt28WxF/logo.jpg",
                            "opacity": 0.05,
                            "xanchor": "center",
                            "yanchor": "middle"
                        }
                    ],
                    "legend": {
                        "font": {
                            "size": 14
                        },
                        "title": {
                            "text": "<b>站名</b>"
                        }
                    },
                    "margin": {
                        "b": 60,
                        "l": 60,
                        "r": 60,
                        "t": 40
                    },
                    "yaxis2": {
                        "side": "right",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>月租金中位數</b>"
                        },
                        "rangemode": "tozero",
                        "overlaying": "y",
                        "tickformat": "digit"
                    },
                    "hovermode": "x",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nccurer2",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-18 07:38:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nccurer2",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-18T07:43:48.799146Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nccurer2/11.embed",
            "fid": "nccurer2:11",
            "filename": "neihu_1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nccurer2/11/9_4MJZJ7GJTBP013YGBRPYIWU6KGTCTV.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nccurer2/11/2_ZGQD9H5MZB8Z7FNU00LB5UFNWW9M3U.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer2/11/8_S4RLPOVNQ6I270KXXP288SQRVMVHO7.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer2/11/9_4MJZJ7GJTBP013YGBRPYIWU6KGTCTV.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nccurer2:11",
                "plots": "https://api.plotly.com/v2/plots/nccurer2:11",
                "parent": "https://api.plotly.com/v2/folders/home?user=nccurer2"
            },
            "owner": "nccurer2",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 13,
            "web_url": "https://chart-studio.plotly.com/~nccurer2/11/",
            "world_readable": true,
            "date_modified": "2024-04-22T03:34:21.615Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nccurer2/11/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "累計物件",
                        "type": "bar",
                        "xsrc": "nccurer2:10:b530b0",
                        "ysrc": "nccurer2:10:33adf9",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgb(32,46,124)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "widthsrc": "nccurer2:10:4feaf3",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgb(213,69,83)",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "月租金中位數",
                        "type": "scatter",
                        "xsrc": "nccurer2:10:69bdc0",
                        "ysrc": "nccurer2:10:ad4586",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_x": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_y": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "showlegend": false
                    }
                ],
                "layout": {
                    "title": {
                        "y": 0.98,
                        "font": {
                            "size": 20
                        },
                        "text": "<b>內湖區租屋熱點【內湖站】整層住家租金變化</b>"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>年份</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "tickformat": "digit"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>累計物件</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "tickformat": "digit"
                    },
                    "images": [
                        {
                            "x": 0.5,
                            "y": 0.5,
                            "col": 1,
                            "row": 1,
                            "xref": "x domain",
                            "yref": "y domain",
                            "layer": "below",
                            "sizex": 0.5,
                            "sizey": 0.5,
                            "source": "https://i.ibb.co/Lt28WxF/logo.jpg",
                            "opacity": 0.05,
                            "xanchor": "center",
                            "yanchor": "middle"
                        }
                    ],
                    "legend": {
                        "font": {
                            "size": 14
                        },
                        "title": {
                            "text": "<b>站名</b>"
                        }
                    },
                    "margin": {
                        "b": 60,
                        "l": 60,
                        "r": 60,
                        "t": 40
                    },
                    "yaxis2": {
                        "side": "right",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>月租金中位數</b>"
                        },
                        "rangemode": "tozero",
                        "overlaying": "y",
                        "tickformat": "digit"
                    },
                    "hovermode": "x",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nccurer2",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-18 07:38:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nccurer2",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-18T07:43:45.302653Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nccurer2/9.embed",
            "fid": "nccurer2:9",
            "filename": "songshan_1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nccurer2/9/9_NZIFCSVOPRKCQ3ZMQ4I35SFRU3M6PR.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nccurer2/9/2_0YZ91KHJG1EQ59B2WDUL4PT2NG651E.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer2/9/8_9LGHRCH2I7DA2M0R53VNPTZJDIKTHB.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer2/9/9_NZIFCSVOPRKCQ3ZMQ4I35SFRU3M6PR.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nccurer2:9",
                "plots": "https://api.plotly.com/v2/plots/nccurer2:9",
                "parent": "https://api.plotly.com/v2/folders/home?user=nccurer2"
            },
            "owner": "nccurer2",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 11,
            "web_url": "https://chart-studio.plotly.com/~nccurer2/9/",
            "world_readable": true,
            "date_modified": "2024-04-22T03:34:18.169Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nccurer2/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "累計物件",
                        "type": "bar",
                        "xsrc": "nccurer2:8:2733b0",
                        "ysrc": "nccurer2:8:798d17",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgb(32,46,124)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "widthsrc": "nccurer2:8:4200c4",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgb(213,69,83)",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "月租金中位數",
                        "type": "scatter",
                        "xsrc": "nccurer2:8:b9c0c5",
                        "ysrc": "nccurer2:8:854914",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_x": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_y": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "showlegend": false
                    }
                ],
                "layout": {
                    "title": {
                        "y": 0.98,
                        "font": {
                            "size": 20
                        },
                        "text": "<b>松山區租屋熱點【南京復興站】整層住家租金變化</b>"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>年份</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "tickformat": "digit"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>累計物件</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "tickformat": "digit"
                    },
                    "images": [
                        {
                            "x": 0.5,
                            "y": 0.5,
                            "col": 1,
                            "row": 1,
                            "xref": "x domain",
                            "yref": "y domain",
                            "layer": "below",
                            "sizex": 0.5,
                            "sizey": 0.5,
                            "source": "https://i.ibb.co/Lt28WxF/logo.jpg",
                            "opacity": 0.05,
                            "xanchor": "center",
                            "yanchor": "middle"
                        }
                    ],
                    "legend": {
                        "font": {
                            "size": 14
                        },
                        "title": {
                            "text": "<b>站名</b>"
                        }
                    },
                    "margin": {
                        "b": 60,
                        "l": 60,
                        "r": 60,
                        "t": 40
                    },
                    "yaxis2": {
                        "side": "right",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>月租金中位數</b>"
                        },
                        "rangemode": "tozero",
                        "overlaying": "y",
                        "tickformat": "digit"
                    },
                    "hovermode": "x",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nccurer2",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-18 07:38:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nccurer2",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}