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

{
    "next": "https://api.plot.ly/v2/plots/?cursor=cD0yMDI0LTA0LTI5KzA1JTNBNTQlM0EwNy42NTU4NDYlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNC0wNC0yOSswNSUzQTU0JTNBNDEuNzkzOTM3JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2024-04-29T05:54:41.793937Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nccurer/318.embed",
            "fid": "nccurer:318",
            "filename": "aprG_2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nccurer/318/9_69YMC4GXRHPMRLU00W7VIE0F9BHK2R.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nccurer/318/2_1C7DS1K2901MU3HA1KHP5TAMMO7P14.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer/318/8_OHHCFRSJBX7CAURLX90M4OE0UMPFH2.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer/318/9_69YMC4GXRHPMRLU00W7VIE0F9BHK2R.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nccurer:318",
                "plots": "https://api.plotly.com/v2/plots/nccurer:318",
                "parent": "https://api.plotly.com/v2/folders/home?user=nccurer"
            },
            "owner": "nccurer",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 19,
            "web_url": "https://chart-studio.plotly.com/~nccurer/318/",
            "world_readable": true,
            "date_modified": "2024-06-07T02:35:04.383Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nccurer/318/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "新店",
                        "type": "scatter",
                        "xsrc": "nccurer:317:2dbe2b",
                        "ysrc": "nccurer:317:6dedd8",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:317:28774f",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:317:70a980"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "新店區公所",
                        "type": "scatter",
                        "xsrc": "nccurer:317:1fffad",
                        "ysrc": "nccurer:317:90e8cd",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:317:dec52d",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:317:01ef30"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "七張",
                        "type": "scatter",
                        "xsrc": "nccurer:317:0d7026",
                        "ysrc": "nccurer:317:d13d0e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:317:c64fbd",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:317:1a0962"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "小碧潭",
                        "type": "scatter",
                        "xsrc": "nccurer:317:d881bd",
                        "ysrc": "nccurer:317:e830bf",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:317:5e81b9",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:317:7f008f"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "lines",
                        "name": "大坪林",
                        "type": "scatter",
                        "xsrc": "nccurer:317:983a15",
                        "ysrc": "nccurer:317:8e6ab0",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "textsrc": "nccurer:317:7e1b80",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:317:bb4d6f"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "lines",
                        "name": "景美",
                        "type": "scatter",
                        "xsrc": "nccurer:317:6ac371",
                        "ysrc": "nccurer:317:386b06",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "textsrc": "nccurer:317:a203b9",
                        "visible": true,
                        "hoverinfosrc": "nccurer:317:351ff0"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "lines",
                        "name": "萬隆",
                        "type": "scatter",
                        "xsrc": "nccurer:317:587b6e",
                        "ysrc": "nccurer:317:5f60c2",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "textsrc": "nccurer:317:36ed1e",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:317:dc0a08"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "lines",
                        "name": "公館",
                        "type": "scatter",
                        "xsrc": "nccurer:317:c1e6a4",
                        "ysrc": "nccurer:317:ecf310",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "textsrc": "nccurer:317:46fdf5",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:317:aff0f8"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "lines",
                        "name": "台電大樓",
                        "type": "scatter",
                        "xsrc": "nccurer:317:5f87eb",
                        "ysrc": "nccurer:317:96b089",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "textsrc": "nccurer:317:b67b8a",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:317:f63030"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "lines",
                        "name": "古亭",
                        "type": "scatter",
                        "xsrc": "nccurer:317:d13783",
                        "ysrc": "nccurer:317:b90d28",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "textsrc": "nccurer:317:5c0ced",
                        "visible": true,
                        "hoverinfosrc": "nccurer:317:6a0be6"
                    },
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "中正紀念堂",
                        "type": "scatter",
                        "xsrc": "nccurer:317:60548a",
                        "ysrc": "nccurer:317:c93440",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:317:d897c6",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:317:ade6d5"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "小南門",
                        "type": "scatter",
                        "xsrc": "nccurer:317:f01eb5",
                        "ysrc": "nccurer:317:7f94b6",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:317:757a61",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:317:666ee3"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "西門",
                        "type": "scatter",
                        "xsrc": "nccurer:317:c96766",
                        "ysrc": "nccurer:317:07204c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:317:96b979",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:317:dfb212"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "北門",
                        "type": "scatter",
                        "xsrc": "nccurer:317:e6fdd2",
                        "ysrc": "nccurer:317:8b168c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:317:925632",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:317:700b1e"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "lines",
                        "name": "中山",
                        "type": "scatter",
                        "xsrc": "nccurer:317:8aaf30",
                        "ysrc": "nccurer:317:e115cb",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "textsrc": "nccurer:317:f7f490",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:317:f8bef8"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "lines",
                        "name": "松江南京",
                        "type": "scatter",
                        "xsrc": "nccurer:317:3f79fc",
                        "ysrc": "nccurer:317:5acd97",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "textsrc": "nccurer:317:10d4fc",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:317:551384"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "lines",
                        "name": "南京復興",
                        "type": "scatter",
                        "xsrc": "nccurer:317:154eac",
                        "ysrc": "nccurer:317:db58d8",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "textsrc": "nccurer:317:881817",
                        "visible": true,
                        "hoverinfosrc": "nccurer:317:8792a4"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "lines",
                        "name": "台北小巨蛋",
                        "type": "scatter",
                        "xsrc": "nccurer:317:2ef3a7",
                        "ysrc": "nccurer:317:4d4ff0",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "textsrc": "nccurer:317:643e56",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:317:713d1b"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "lines",
                        "name": "南京三民",
                        "type": "scatter",
                        "xsrc": "nccurer:317:f24d6d",
                        "ysrc": "nccurer:317:8fa113",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "textsrc": "nccurer:317:ab196b",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:317:debc78"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "lines",
                        "name": "松山",
                        "type": "scatter",
                        "xsrc": "nccurer:317:334b68",
                        "ysrc": "nccurer:317:946b4e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "textsrc": "nccurer:317:a3dcfe",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:317:ed527e"
                    }
                ],
                "layout": {
                    "title": {
                        "y": 0.98,
                        "font": {
                            "size": 20
                        },
                        "text": "<b>松山新店線各捷運站周邊的公寓租金變化</b>"
                    },
                    "xaxis": {
                        "type": "category",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>年份</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "categoryarray": [
                            "2019",
                            "2020",
                            "2021",
                            "2022",
                            "2023"
                        ],
                        "categoryorder": "array"
                    },
                    "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": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "x",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nccurer",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-02-17 05:11:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nccurer",
                "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-29T05:54:38.031121Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nccurer/316.embed",
            "fid": "nccurer:316",
            "filename": "aprBR_2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nccurer/316/9_HZ2GF9QHQIYHDS5K5ZR85NUXTYE3E3.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nccurer/316/2_XNZMNEZQRLYJO6DZDOEBTYWM8VUZNQ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer/316/8_ED6B163I6HCHXSZ5AXJVYPB2F32YRB.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer/316/9_HZ2GF9QHQIYHDS5K5ZR85NUXTYE3E3.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nccurer:316",
                "plots": "https://api.plotly.com/v2/plots/nccurer:316",
                "parent": "https://api.plotly.com/v2/folders/home?user=nccurer"
            },
            "owner": "nccurer",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 19,
            "web_url": "https://chart-studio.plotly.com/~nccurer/316/",
            "world_readable": true,
            "date_modified": "2024-06-07T02:34:59.661Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nccurer/316/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines+markers",
                        "name": "動物園",
                        "text": "16688 *筆數少於12",
                        "type": "scatter",
                        "xsrc": "nccurer:315:f2e75a",
                        "ysrc": "nccurer:315:4d538e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "visible": "legendonly",
                        "hoverinfo": "text+name"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "木柵",
                        "type": "scatter",
                        "xsrc": "nccurer:315:95a8a6",
                        "ysrc": "nccurer:315:f993ed",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:315:b193bd",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:315:a422c3"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "萬芳社區",
                        "type": "scatter",
                        "xsrc": "nccurer:315:432294",
                        "ysrc": "nccurer:315:6fc7e0",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:315:d71e00",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:315:57543a"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "萬芳醫院",
                        "type": "scatter",
                        "xsrc": "nccurer:315:8943d5",
                        "ysrc": "nccurer:315:87537d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:315:6c96cd",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:315:3df39d"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "lines",
                        "name": "辛亥",
                        "type": "scatter",
                        "xsrc": "nccurer:315:cb60db",
                        "ysrc": "nccurer:315:78a8e7",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "textsrc": "nccurer:315:cc2398",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:315:6e1034"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "lines",
                        "name": "麟光",
                        "type": "scatter",
                        "xsrc": "nccurer:315:6dafb2",
                        "ysrc": "nccurer:315:2000fd",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "textsrc": "nccurer:315:4dfc23",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:315:a2c97c"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "lines",
                        "name": "六張犁",
                        "type": "scatter",
                        "xsrc": "nccurer:315:605200",
                        "ysrc": "nccurer:315:d5baae",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "textsrc": "nccurer:315:44b448",
                        "visible": true,
                        "hoverinfosrc": "nccurer:315:286837"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "lines",
                        "name": "科技大樓",
                        "type": "scatter",
                        "xsrc": "nccurer:315:5ca428",
                        "ysrc": "nccurer:315:fe6e7a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "textsrc": "nccurer:315:17bf27",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:315:2d5ac6"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "lines",
                        "name": "大安",
                        "type": "scatter",
                        "xsrc": "nccurer:315:e51686",
                        "ysrc": "nccurer:315:bf545e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "textsrc": "nccurer:315:c08169",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:315:229eda"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "lines",
                        "name": "忠孝復興",
                        "type": "scatter",
                        "xsrc": "nccurer:315:537c04",
                        "ysrc": "nccurer:315:5fd67b",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "textsrc": "nccurer:315:3651a6",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:315:5d8cbe"
                    },
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "南京復興",
                        "type": "scatter",
                        "xsrc": "nccurer:315:0d03b6",
                        "ysrc": "nccurer:315:1b9724",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:315:bcc189",
                        "visible": true,
                        "hoverinfosrc": "nccurer:315:f6df84"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "中山國中",
                        "type": "scatter",
                        "xsrc": "nccurer:315:96c30f",
                        "ysrc": "nccurer:315:6311dc",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:315:168b61",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:315:f1b239"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "松山機場",
                        "type": "scatter",
                        "xsrc": "nccurer:315:749372",
                        "ysrc": "nccurer:315:a9c226",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:315:430a32",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:315:834fd4"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "大直",
                        "type": "scatter",
                        "xsrc": "nccurer:315:75afac",
                        "ysrc": "nccurer:315:6a9e4c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:315:3365b5",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:315:2b5210"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "lines",
                        "name": "劍南路",
                        "type": "scatter",
                        "xsrc": "nccurer:315:5e3386",
                        "ysrc": "nccurer:315:ff35f5",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "textsrc": "nccurer:315:66a966",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:315:064b70"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "lines",
                        "name": "西湖",
                        "type": "scatter",
                        "xsrc": "nccurer:315:3930c9",
                        "ysrc": "nccurer:315:86645e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "textsrc": "nccurer:315:ffe7df",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:315:ae8d06"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "lines",
                        "name": "港墘",
                        "type": "scatter",
                        "xsrc": "nccurer:315:890a44",
                        "ysrc": "nccurer:315:b87da7",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "textsrc": "nccurer:315:816f90",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:315:be08f3"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "lines",
                        "name": "文德",
                        "type": "scatter",
                        "xsrc": "nccurer:315:f838e8",
                        "ysrc": "nccurer:315:9e29f4",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "textsrc": "nccurer:315:7e2916",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:315:52346c"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "lines",
                        "name": "內湖",
                        "type": "scatter",
                        "xsrc": "nccurer:315:80349c",
                        "ysrc": "nccurer:315:036be9",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "textsrc": "nccurer:315:7ad36c",
                        "visible": true,
                        "hoverinfosrc": "nccurer:315:604f79"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "lines",
                        "name": "大湖公園",
                        "type": "scatter",
                        "xsrc": "nccurer:315:d1b4da",
                        "ysrc": "nccurer:315:fb6b9c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "textsrc": "nccurer:315:1cde3e",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:315:38e8f5"
                    },
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "葫洲",
                        "type": "scatter",
                        "xsrc": "nccurer:315:37260a",
                        "ysrc": "nccurer:315:159d1d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:315:2c73f0",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:315:7c6efd"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "東湖",
                        "type": "scatter",
                        "xsrc": "nccurer:315:a0732f",
                        "ysrc": "nccurer:315:94aa80",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:315:31808d",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:315:6ff034"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines+markers",
                        "name": "南港軟體園區",
                        "type": "scatter",
                        "xsrc": "nccurer:315:2c3884",
                        "ysrc": "nccurer:315:1f0b2d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:315:592399",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:315:437d00"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "南港展覽館",
                        "type": "scatter",
                        "xsrc": "nccurer:315:816eae",
                        "ysrc": "nccurer:315:a1ab2a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:315:321a06",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:315:713907"
                    }
                ],
                "layout": {
                    "title": {
                        "y": 0.98,
                        "font": {
                            "size": 20
                        },
                        "text": "<b>文湖線各捷運站周邊的公寓租金變化</b>"
                    },
                    "xaxis": {
                        "type": "category",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>年份</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "categoryarray": [
                            "2019",
                            "2020",
                            "2021",
                            "2022",
                            "2023"
                        ],
                        "categoryorder": "array"
                    },
                    "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": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "x",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nccurer",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-02-17 05:11:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nccurer",
                "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-29T05:54:34.245324Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nccurer/314.embed",
            "fid": "nccurer:314",
            "filename": "aprBL_2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nccurer/314/9_YRC2P295FPO1PHJ4NU4GHCN88M0AJK.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nccurer/314/2_X7HORI149N0WGW8WNZK84DPHWXPPQZ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer/314/8_E6HZOFB6UYGS8CTL9WMH55VVQX1K42.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer/314/9_YRC2P295FPO1PHJ4NU4GHCN88M0AJK.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nccurer:314",
                "plots": "https://api.plotly.com/v2/plots/nccurer:314",
                "parent": "https://api.plotly.com/v2/folders/home?user=nccurer"
            },
            "owner": "nccurer",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 19,
            "web_url": "https://chart-studio.plotly.com/~nccurer/314/",
            "world_readable": true,
            "date_modified": "2024-06-07T02:34:55.324Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nccurer/314/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "頂埔",
                        "type": "scatter",
                        "xsrc": "nccurer:313:73cab6",
                        "ysrc": "nccurer:313:7a8e1a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:313:7f3987",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:313:9899ed"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "永寧",
                        "type": "scatter",
                        "xsrc": "nccurer:313:f6fc1a",
                        "ysrc": "nccurer:313:03b415",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:313:a29460",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:313:59f335"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "土城",
                        "type": "scatter",
                        "xsrc": "nccurer:313:8d964f",
                        "ysrc": "nccurer:313:807b9d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:313:4d0012",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:313:498388"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "海山",
                        "type": "scatter",
                        "xsrc": "nccurer:313:9dfe10",
                        "ysrc": "nccurer:313:c372f1",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:313:f09617",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:313:b542f7"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "lines",
                        "name": "亞東醫院",
                        "type": "scatter",
                        "xsrc": "nccurer:313:a01cf9",
                        "ysrc": "nccurer:313:9f1acb",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "textsrc": "nccurer:313:f173a2",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:313:7ad1c2"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "lines",
                        "name": "府中",
                        "type": "scatter",
                        "xsrc": "nccurer:313:a9293e",
                        "ysrc": "nccurer:313:cd547d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "textsrc": "nccurer:313:7e5e1b",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:313:746444"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "lines",
                        "name": "板橋",
                        "type": "scatter",
                        "xsrc": "nccurer:313:826da7",
                        "ysrc": "nccurer:313:a0ca66",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "textsrc": "nccurer:313:16b12f",
                        "visible": true,
                        "hoverinfosrc": "nccurer:313:bda3ce"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "lines",
                        "name": "新埔",
                        "type": "scatter",
                        "xsrc": "nccurer:313:5265e3",
                        "ysrc": "nccurer:313:66c9fe",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "textsrc": "nccurer:313:6c98b5",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:313:5149c0"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "lines",
                        "name": "江子翠",
                        "type": "scatter",
                        "xsrc": "nccurer:313:26c597",
                        "ysrc": "nccurer:313:d50386",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "textsrc": "nccurer:313:83aee5",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:313:e67456"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "lines",
                        "name": "龍山寺",
                        "type": "scatter",
                        "xsrc": "nccurer:313:94cbe3",
                        "ysrc": "nccurer:313:6d746a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "textsrc": "nccurer:313:ac383a",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:313:65cbfc"
                    },
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "西門",
                        "type": "scatter",
                        "xsrc": "nccurer:313:34d8f2",
                        "ysrc": "nccurer:313:a6433e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:313:6b1746",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:313:c48812"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "台北車站",
                        "type": "scatter",
                        "xsrc": "nccurer:313:a5855d",
                        "ysrc": "nccurer:313:8a8427",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:313:8d997c",
                        "visible": true,
                        "hoverinfosrc": "nccurer:313:e8551e"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "善導寺",
                        "type": "scatter",
                        "xsrc": "nccurer:313:72e439",
                        "ysrc": "nccurer:313:fe998c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:313:37308b",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:313:b6ca27"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "忠孝新生",
                        "type": "scatter",
                        "xsrc": "nccurer:313:97fafb",
                        "ysrc": "nccurer:313:e916d2",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:313:284820",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:313:0deefe"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "lines",
                        "name": "忠孝復興",
                        "type": "scatter",
                        "xsrc": "nccurer:313:1e8f8c",
                        "ysrc": "nccurer:313:0ef61f",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "textsrc": "nccurer:313:e25302",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:313:624ef8"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "lines",
                        "name": "忠孝敦化",
                        "type": "scatter",
                        "xsrc": "nccurer:313:7fa3c5",
                        "ysrc": "nccurer:313:4ea6c2",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "textsrc": "nccurer:313:9eefe6",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:313:27633a"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "lines",
                        "name": "國父紀念館",
                        "type": "scatter",
                        "xsrc": "nccurer:313:2520c7",
                        "ysrc": "nccurer:313:6d54ee",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "textsrc": "nccurer:313:011e24",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:313:2d82e1"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "lines",
                        "name": "市政府",
                        "type": "scatter",
                        "xsrc": "nccurer:313:efc1bc",
                        "ysrc": "nccurer:313:a3276c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "textsrc": "nccurer:313:04a5c9",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:313:480085"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "lines",
                        "name": "永春",
                        "type": "scatter",
                        "xsrc": "nccurer:313:d755cb",
                        "ysrc": "nccurer:313:877258",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "textsrc": "nccurer:313:6b9c82",
                        "visible": true,
                        "hoverinfosrc": "nccurer:313:425258"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "lines",
                        "name": "後山埤",
                        "type": "scatter",
                        "xsrc": "nccurer:313:d8577a",
                        "ysrc": "nccurer:313:8444c6",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "textsrc": "nccurer:313:a27ac6",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:313:6f4377"
                    },
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "昆陽",
                        "type": "scatter",
                        "xsrc": "nccurer:313:1b00dd",
                        "ysrc": "nccurer:313:a92688",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:313:da6224",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:313:f0b6be"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines+markers",
                        "name": "南港",
                        "type": "scatter",
                        "xsrc": "nccurer:313:58d334",
                        "ysrc": "nccurer:313:5dde8f",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:313:d0cbf2",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:313:85e663"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "南港展覽館",
                        "type": "scatter",
                        "xsrc": "nccurer:313:3de658",
                        "ysrc": "nccurer:313:7090a2",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:313:1a0d3c",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:313:d54c8c"
                    }
                ],
                "layout": {
                    "title": {
                        "y": 0.98,
                        "font": {
                            "size": 20
                        },
                        "text": "<b>板南線各捷運站周邊的公寓租金變化</b>"
                    },
                    "xaxis": {
                        "type": "category",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>年份</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "categoryarray": [
                            "2019",
                            "2020",
                            "2021",
                            "2022",
                            "2023"
                        ],
                        "categoryorder": "array"
                    },
                    "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": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "x",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nccurer",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-02-17 05:11:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nccurer",
                "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-29T05:54:30.480635Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nccurer/312.embed",
            "fid": "nccurer:312",
            "filename": "aprA_1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nccurer/312/9_W6J4P26HNPUXM2WBLQHYIWOQC0SRPK.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nccurer/312/2_3JLVVWZQNPLH69YWFN2UBYX9PWA17M.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer/312/8_C1B3NB87F8AHRH1ZE3P64E4ECKFVKQ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer/312/9_W6J4P26HNPUXM2WBLQHYIWOQC0SRPK.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nccurer:312",
                "plots": "https://api.plotly.com/v2/plots/nccurer:312",
                "parent": "https://api.plotly.com/v2/folders/home?user=nccurer"
            },
            "owner": "nccurer",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 19,
            "web_url": "https://chart-studio.plotly.com/~nccurer/312/",
            "world_readable": true,
            "date_modified": "2024-06-07T02:34:51.128Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nccurer/312/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "台北車站",
                        "type": "scatter",
                        "xsrc": "nccurer:311:d1b5a9",
                        "ysrc": "nccurer:311:c64ff8",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:311:dc6a8b",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:311:49c99d"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "三重",
                        "type": "scatter",
                        "xsrc": "nccurer:311:2af781",
                        "ysrc": "nccurer:311:a38886",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:311:cc0b98",
                        "visible": true,
                        "hoverinfosrc": "nccurer:311:91207a"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "新北產業園區",
                        "type": "scatter",
                        "xsrc": "nccurer:311:5fe57a",
                        "ysrc": "nccurer:311:3d4dce",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:311:d683e1",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:311:ca77e7"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "新莊副都心",
                        "type": "scatter",
                        "xsrc": "nccurer:311:69efe5",
                        "ysrc": "nccurer:311:84cec2",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:311:fe0c23",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:311:3b7cb1"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "lines",
                        "name": "泰山",
                        "type": "scatter",
                        "xsrc": "nccurer:311:d54e9b",
                        "ysrc": "nccurer:311:aa431a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "textsrc": "nccurer:311:e6e62c",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:311:2c4ea3"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "lines+markers",
                        "name": "泰山貴和",
                        "text": "16463 *筆數少於12",
                        "type": "scatter",
                        "xsrc": "nccurer:311:2584ce",
                        "ysrc": "nccurer:311:d9a611",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "visible": "legendonly",
                        "hoverinfo": "text+name"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "lines",
                        "name": "體育大學",
                        "type": "scatter",
                        "xsrc": "nccurer:311:3f7231",
                        "ysrc": "nccurer:311:fa2b91",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "textsrc": "nccurer:311:03d4ea",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:311:493f4c"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "lines",
                        "name": "長庚醫院",
                        "type": "scatter",
                        "xsrc": "nccurer:311:a5d5ec",
                        "ysrc": "nccurer:311:4f0bc5",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "textsrc": "nccurer:311:9a6c60",
                        "visible": true,
                        "hoverinfosrc": "nccurer:311:302033"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "lines",
                        "name": "林口",
                        "type": "scatter",
                        "xsrc": "nccurer:311:3dd7ca",
                        "ysrc": "nccurer:311:2e7813",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "textsrc": "nccurer:311:f730aa",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:311:236ae8"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "lines",
                        "name": "山鼻",
                        "type": "scatter",
                        "xsrc": "nccurer:311:fda559",
                        "ysrc": "nccurer:311:f2b8fc",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "textsrc": "nccurer:311:a037a8",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:311:fd68b1"
                    },
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "領航",
                        "type": "scatter",
                        "xsrc": "nccurer:311:99996e",
                        "ysrc": "nccurer:311:588777",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:311:4c4487",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:311:cd9875"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "高鐵桃園站",
                        "type": "scatter",
                        "xsrc": "nccurer:311:f07ba6",
                        "ysrc": "nccurer:311:d78216",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:311:d9664e",
                        "visible": true,
                        "hoverinfosrc": "nccurer:311:2f98cd"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "桃園體育園區",
                        "type": "scatter",
                        "xsrc": "nccurer:311:ccd2fb",
                        "ysrc": "nccurer:311:2116aa",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:311:e5ca5a",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:311:c965be"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "環北",
                        "type": "scatter",
                        "xsrc": "nccurer:311:44e361",
                        "ysrc": "nccurer:311:88007c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:311:530dc9",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:311:0b66d5"
                    }
                ],
                "layout": {
                    "title": {
                        "y": 0.98,
                        "font": {
                            "size": 20
                        },
                        "text": "<b>機場線各捷運站周邊的大樓租金變化</b>"
                    },
                    "xaxis": {
                        "type": "category",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>年份</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "categoryarray": [
                            "2019",
                            "2020",
                            "2021",
                            "2022",
                            "2023"
                        ],
                        "categoryorder": "array"
                    },
                    "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": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "x",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nccurer",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-02-17 05:11:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nccurer",
                "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-29T05:54:26.804023Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nccurer/310.embed",
            "fid": "nccurer:310",
            "filename": "aprY_1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nccurer/310/9_810DLB8YDTZLB6UV25DG8R701UBMHC.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nccurer/310/2_QAZ4G9LVCXGUF7D3VCFL935AZN0N9B.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer/310/8_O3UF77NXLASRQETX76WTERPPO94K0N.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer/310/9_810DLB8YDTZLB6UV25DG8R701UBMHC.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nccurer:310",
                "plots": "https://api.plotly.com/v2/plots/nccurer:310",
                "parent": "https://api.plotly.com/v2/folders/home?user=nccurer"
            },
            "owner": "nccurer",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 20,
            "web_url": "https://chart-studio.plotly.com/~nccurer/310/",
            "world_readable": true,
            "date_modified": "2024-06-07T02:34:47.114Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nccurer/310/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "大坪林",
                        "type": "scatter",
                        "xsrc": "nccurer:309:26b601",
                        "ysrc": "nccurer:309:fd3c35",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:309:f9d469",
                        "visible": true,
                        "hoverinfosrc": "nccurer:309:6fdf21"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "十四張",
                        "type": "scatter",
                        "xsrc": "nccurer:309:501a80",
                        "ysrc": "nccurer:309:53f07f",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:309:9d5bd7",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:309:f3b1c8"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "秀朗橋",
                        "type": "scatter",
                        "xsrc": "nccurer:309:41335d",
                        "ysrc": "nccurer:309:a1ad64",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:309:66d93a",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:309:699102"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "景平",
                        "type": "scatter",
                        "xsrc": "nccurer:309:416fd2",
                        "ysrc": "nccurer:309:7e442c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:309:7eabe2",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:309:a03713"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "lines",
                        "name": "景安",
                        "type": "scatter",
                        "xsrc": "nccurer:309:ccdb94",
                        "ysrc": "nccurer:309:49ef2f",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "textsrc": "nccurer:309:b31a41",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:309:543421"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "lines",
                        "name": "中和",
                        "type": "scatter",
                        "xsrc": "nccurer:309:26b643",
                        "ysrc": "nccurer:309:a83649",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "textsrc": "nccurer:309:063142",
                        "visible": true,
                        "hoverinfosrc": "nccurer:309:abccd5"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "lines",
                        "name": "橋和",
                        "type": "scatter",
                        "xsrc": "nccurer:309:743e6b",
                        "ysrc": "nccurer:309:335bd8",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "textsrc": "nccurer:309:c810c5",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:309:24668d"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "lines",
                        "name": "中原",
                        "type": "scatter",
                        "xsrc": "nccurer:309:11c589",
                        "ysrc": "nccurer:309:bcbbd4",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "textsrc": "nccurer:309:f8d16f",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:309:329e8a"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "lines",
                        "name": "板新",
                        "type": "scatter",
                        "xsrc": "nccurer:309:3ceeb2",
                        "ysrc": "nccurer:309:cffa63",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "textsrc": "nccurer:309:6e9fb7",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:309:e353f1"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "lines",
                        "name": "板橋",
                        "type": "scatter",
                        "xsrc": "nccurer:309:16fbf5",
                        "ysrc": "nccurer:309:416a22",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "textsrc": "nccurer:309:e714f3",
                        "visible": true,
                        "hoverinfosrc": "nccurer:309:916d09"
                    },
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "新埔民生",
                        "type": "scatter",
                        "xsrc": "nccurer:309:6524c6",
                        "ysrc": "nccurer:309:e086bc",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:309:c57329",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:309:ac1071"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "頭前庄",
                        "type": "scatter",
                        "xsrc": "nccurer:309:e0e304",
                        "ysrc": "nccurer:309:25117d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:309:830e60",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:309:10efe5"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "幸福",
                        "type": "scatter",
                        "xsrc": "nccurer:309:3ba222",
                        "ysrc": "nccurer:309:6376d7",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:309:77c31c",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:309:b29e7f"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "新北產業園區",
                        "type": "scatter",
                        "xsrc": "nccurer:309:934501",
                        "ysrc": "nccurer:309:1ea167",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:309:72a887",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:309:4b7477"
                    }
                ],
                "layout": {
                    "title": {
                        "y": 0.98,
                        "font": {
                            "size": 20
                        },
                        "text": "<b>環狀線各捷運站周邊的大樓租金變化</b>"
                    },
                    "xaxis": {
                        "type": "category",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>年份</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "categoryarray": [
                            "2019",
                            "2020",
                            "2021",
                            "2022",
                            "2023"
                        ],
                        "categoryorder": "array"
                    },
                    "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": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "x",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nccurer",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-02-17 05:11:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nccurer",
                "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-29T05:54:23.069368Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nccurer/308.embed",
            "fid": "nccurer:308",
            "filename": "aprR_1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nccurer/308/9_PVU0C649U35K6CGIUS228CSVW0ROGU.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nccurer/308/2_JW7X2M0R4LSQQ018IMZ5G29V1I5KC2.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer/308/8_6VIVUI45I0E6EHVLX49510QZGB9TWJ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer/308/9_PVU0C649U35K6CGIUS228CSVW0ROGU.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nccurer:308",
                "plots": "https://api.plotly.com/v2/plots/nccurer:308",
                "parent": "https://api.plotly.com/v2/folders/home?user=nccurer"
            },
            "owner": "nccurer",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 20,
            "web_url": "https://chart-studio.plotly.com/~nccurer/308/",
            "world_readable": true,
            "date_modified": "2024-06-07T02:34:42.982Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nccurer/308/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "象山",
                        "type": "scatter",
                        "xsrc": "nccurer:307:2fa41e",
                        "ysrc": "nccurer:307:31eb07",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:307:f6a41c",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:71f155"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "台北101/世貿",
                        "type": "scatter",
                        "xsrc": "nccurer:307:5b9ac5",
                        "ysrc": "nccurer:307:e6ef51",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:307:4b7f53",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:90a46f"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "信義安和",
                        "type": "scatter",
                        "xsrc": "nccurer:307:6bfde9",
                        "ysrc": "nccurer:307:9e5b02",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:307:a27ad8",
                        "visible": true,
                        "hoverinfosrc": "nccurer:307:f3fc3e"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "大安",
                        "type": "scatter",
                        "xsrc": "nccurer:307:4cbab2",
                        "ysrc": "nccurer:307:baf0b6",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:307:7862b2",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:9d28e1"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "lines",
                        "name": "大安森林公園",
                        "type": "scatter",
                        "xsrc": "nccurer:307:1913c3",
                        "ysrc": "nccurer:307:9e78d0",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "textsrc": "nccurer:307:ae0673",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:456022"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "lines",
                        "name": "東門",
                        "type": "scatter",
                        "xsrc": "nccurer:307:6f4e15",
                        "ysrc": "nccurer:307:ef149c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "textsrc": "nccurer:307:50982f",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:5048df"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "lines",
                        "name": "中正紀念堂",
                        "type": "scatter",
                        "xsrc": "nccurer:307:9ccf07",
                        "ysrc": "nccurer:307:68d4f3",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "textsrc": "nccurer:307:89619f",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:66f524"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "lines",
                        "name": "台大醫院",
                        "type": "scatter",
                        "xsrc": "nccurer:307:7d5ab1",
                        "ysrc": "nccurer:307:43f9fa",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "textsrc": "nccurer:307:986008",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:f1c7f1"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "lines",
                        "name": "台北車站",
                        "type": "scatter",
                        "xsrc": "nccurer:307:b6bd78",
                        "ysrc": "nccurer:307:978b30",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "textsrc": "nccurer:307:f3f2ce",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:fd86da"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "lines",
                        "name": "中山",
                        "type": "scatter",
                        "xsrc": "nccurer:307:c31716",
                        "ysrc": "nccurer:307:eca93d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "textsrc": "nccurer:307:6d894c",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:5f2173"
                    },
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "雙連",
                        "type": "scatter",
                        "xsrc": "nccurer:307:0a3e81",
                        "ysrc": "nccurer:307:063a8b",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:307:60df1a",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:cfee7c"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "民權西路",
                        "type": "scatter",
                        "xsrc": "nccurer:307:47a3f4",
                        "ysrc": "nccurer:307:527b68",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:307:0db87e",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:4eb85f"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "圓山",
                        "type": "scatter",
                        "xsrc": "nccurer:307:9debc5",
                        "ysrc": "nccurer:307:a23155",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:307:22891f",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:e963d3"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "劍潭",
                        "type": "scatter",
                        "xsrc": "nccurer:307:d1c5b8",
                        "ysrc": "nccurer:307:aac527",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:307:17a58b",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:f3ada1"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "lines",
                        "name": "士林",
                        "type": "scatter",
                        "xsrc": "nccurer:307:b194be",
                        "ysrc": "nccurer:307:6b54d1",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "textsrc": "nccurer:307:c66d28",
                        "visible": true,
                        "hoverinfosrc": "nccurer:307:e97f00"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "lines",
                        "name": "芝山",
                        "type": "scatter",
                        "xsrc": "nccurer:307:35ef98",
                        "ysrc": "nccurer:307:e941bb",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "textsrc": "nccurer:307:72af81",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:732d50"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "lines",
                        "name": "明德",
                        "type": "scatter",
                        "xsrc": "nccurer:307:5e7e96",
                        "ysrc": "nccurer:307:9d7a2d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "textsrc": "nccurer:307:7d8169",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:256d24"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "lines",
                        "name": "石牌",
                        "type": "scatter",
                        "xsrc": "nccurer:307:72756e",
                        "ysrc": "nccurer:307:c80af0",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "textsrc": "nccurer:307:4f3437",
                        "visible": true,
                        "hoverinfosrc": "nccurer:307:73167e"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "lines",
                        "name": "唭哩岸",
                        "type": "scatter",
                        "xsrc": "nccurer:307:289aeb",
                        "ysrc": "nccurer:307:9948d7",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "textsrc": "nccurer:307:12e9e4",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:94b09f"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "lines",
                        "name": "奇岩",
                        "type": "scatter",
                        "xsrc": "nccurer:307:cd2a3b",
                        "ysrc": "nccurer:307:a25f92",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "textsrc": "nccurer:307:ece757",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:836086"
                    },
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "北投",
                        "type": "scatter",
                        "xsrc": "nccurer:307:e66a6b",
                        "ysrc": "nccurer:307:473e18",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:307:20bbb5",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:137d23"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "新北投",
                        "type": "scatter",
                        "xsrc": "nccurer:307:567dd2",
                        "ysrc": "nccurer:307:7fe998",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:307:a7e23f",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:86f761"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "復興崗",
                        "type": "scatter",
                        "xsrc": "nccurer:307:aa864f",
                        "ysrc": "nccurer:307:859c94",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:307:db45fa",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:e8d4bf"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "關渡",
                        "type": "scatter",
                        "xsrc": "nccurer:307:07da83",
                        "ysrc": "nccurer:307:923dc5",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:307:8fdda9",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:3ce2a6"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "lines",
                        "name": "竹圍",
                        "type": "scatter",
                        "xsrc": "nccurer:307:497888",
                        "ysrc": "nccurer:307:cac44c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "textsrc": "nccurer:307:895e1d",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:751623"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "lines",
                        "name": "紅樹林",
                        "type": "scatter",
                        "xsrc": "nccurer:307:46954b",
                        "ysrc": "nccurer:307:c6be45",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "textsrc": "nccurer:307:e8d5e4",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:8ec58f"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "lines",
                        "name": "淡水",
                        "type": "scatter",
                        "xsrc": "nccurer:307:f56e5f",
                        "ysrc": "nccurer:307:cd3c0b",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "textsrc": "nccurer:307:f4db80",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:307:7894d0"
                    }
                ],
                "layout": {
                    "title": {
                        "y": 0.98,
                        "font": {
                            "size": 20
                        },
                        "text": "<b>淡水信義線各捷運站周邊的大樓租金變化</b>"
                    },
                    "xaxis": {
                        "type": "category",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>年份</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "categoryarray": [
                            "2019",
                            "2020",
                            "2021",
                            "2022",
                            "2023"
                        ],
                        "categoryorder": "array"
                    },
                    "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": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "x",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nccurer",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-02-17 05:11:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nccurer",
                "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-29T05:54:19.211689Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nccurer/306.embed",
            "fid": "nccurer:306",
            "filename": "aprO_1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nccurer/306/9_A80KCT8N4E8XQJB58HK3EXZPRVJCS6.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nccurer/306/2_7HMC2R1R1X8CUTF1QORBR717CTL3A2.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer/306/8_6YUO9F5DRZE448HCKOCCH421MHM52X.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer/306/9_A80KCT8N4E8XQJB58HK3EXZPRVJCS6.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nccurer:306",
                "plots": "https://api.plotly.com/v2/plots/nccurer:306",
                "parent": "https://api.plotly.com/v2/folders/home?user=nccurer"
            },
            "owner": "nccurer",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 19,
            "web_url": "https://chart-studio.plotly.com/~nccurer/306/",
            "world_readable": true,
            "date_modified": "2024-06-07T02:34:38.573Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nccurer/306/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "南勢角",
                        "type": "scatter",
                        "xsrc": "nccurer:305:7170af",
                        "ysrc": "nccurer:305:ff681a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:305:eee460",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:2bbacf"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "景安",
                        "type": "scatter",
                        "xsrc": "nccurer:305:00d7ce",
                        "ysrc": "nccurer:305:6b91f7",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:305:ae4925",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:bb4569"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "永安市場",
                        "type": "scatter",
                        "xsrc": "nccurer:305:92aa3a",
                        "ysrc": "nccurer:305:5cd046",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:305:17f4f6",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:2ae9ed"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "頂溪",
                        "type": "scatter",
                        "xsrc": "nccurer:305:3f28ca",
                        "ysrc": "nccurer:305:5753a3",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:305:200003",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:544d5d"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "lines",
                        "name": "古亭",
                        "type": "scatter",
                        "xsrc": "nccurer:305:b3d96f",
                        "ysrc": "nccurer:305:d18508",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "textsrc": "nccurer:305:f88f21",
                        "visible": true,
                        "hoverinfosrc": "nccurer:305:52fd04"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "lines",
                        "name": "東門",
                        "type": "scatter",
                        "xsrc": "nccurer:305:b65e4f",
                        "ysrc": "nccurer:305:2386b9",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "textsrc": "nccurer:305:a0ecd5",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:203c5e"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "lines",
                        "name": "忠孝新生",
                        "type": "scatter",
                        "xsrc": "nccurer:305:b73b4b",
                        "ysrc": "nccurer:305:831a7a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "textsrc": "nccurer:305:b00440",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:cc3a93"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "lines",
                        "name": "松江南京",
                        "type": "scatter",
                        "xsrc": "nccurer:305:68fc6c",
                        "ysrc": "nccurer:305:e2355e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "textsrc": "nccurer:305:582370",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:2b47e7"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "lines",
                        "name": "行天宮",
                        "type": "scatter",
                        "xsrc": "nccurer:305:40f62b",
                        "ysrc": "nccurer:305:8de74d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "textsrc": "nccurer:305:d75253",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:08cbe9"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "lines",
                        "name": "中山國小",
                        "type": "scatter",
                        "xsrc": "nccurer:305:ee0911",
                        "ysrc": "nccurer:305:1e7571",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "textsrc": "nccurer:305:4db8db",
                        "visible": true,
                        "hoverinfosrc": "nccurer:305:b7d2d8"
                    },
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "民權西路",
                        "type": "scatter",
                        "xsrc": "nccurer:305:942a57",
                        "ysrc": "nccurer:305:3031c6",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:305:e37819",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:ce1755"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "大橋頭",
                        "type": "scatter",
                        "xsrc": "nccurer:305:6b0075",
                        "ysrc": "nccurer:305:c9d556",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:305:db4fd1",
                        "visible": true,
                        "hoverinfosrc": "nccurer:305:f6f990"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "台北橋",
                        "type": "scatter",
                        "xsrc": "nccurer:305:5f17c4",
                        "ysrc": "nccurer:305:bada64",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:305:0c6441",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:a1b9d0"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "菜寮",
                        "type": "scatter",
                        "xsrc": "nccurer:305:b5aaf1",
                        "ysrc": "nccurer:305:49e411",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:305:105e57",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:d1626e"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "lines",
                        "name": "三重",
                        "type": "scatter",
                        "xsrc": "nccurer:305:dd8906",
                        "ysrc": "nccurer:305:a7d48e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "textsrc": "nccurer:305:a81006",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:58a3df"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "lines",
                        "name": "先嗇宮",
                        "type": "scatter",
                        "xsrc": "nccurer:305:2f8921",
                        "ysrc": "nccurer:305:ff7ca9",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "textsrc": "nccurer:305:9d94ec",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:17d531"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "lines",
                        "name": "頭前庄",
                        "type": "scatter",
                        "xsrc": "nccurer:305:796b5e",
                        "ysrc": "nccurer:305:b88642",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "textsrc": "nccurer:305:4d6faf",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:c247c2"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "lines",
                        "name": "新莊",
                        "type": "scatter",
                        "xsrc": "nccurer:305:6844d8",
                        "ysrc": "nccurer:305:3d44f3",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "textsrc": "nccurer:305:6d2da7",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:831202"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "lines+markers",
                        "name": "輔大",
                        "text": "12847 *筆數少於12",
                        "type": "scatter",
                        "xsrc": "nccurer:305:a5ea50",
                        "ysrc": "nccurer:305:88b757",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "visible": "legendonly",
                        "hoverinfo": "text+name"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "lines",
                        "name": "丹鳳",
                        "type": "scatter",
                        "xsrc": "nccurer:305:18fefd",
                        "ysrc": "nccurer:305:d5512e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "textsrc": "nccurer:305:4decff",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:3ca1df"
                    },
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "迴龍",
                        "type": "scatter",
                        "xsrc": "nccurer:305:6892ff",
                        "ysrc": "nccurer:305:4931bc",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:305:a83b44",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:773e31"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "三重國小",
                        "type": "scatter",
                        "xsrc": "nccurer:305:245c72",
                        "ysrc": "nccurer:305:f3f51b",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:305:d4eae9",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:27fba6"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "三和國中",
                        "type": "scatter",
                        "xsrc": "nccurer:305:4cb243",
                        "ysrc": "nccurer:305:e2a69c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:305:c2b0fb",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:48ece1"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "徐匯中學",
                        "type": "scatter",
                        "xsrc": "nccurer:305:9f04f2",
                        "ysrc": "nccurer:305:4d25ca",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:305:554638",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:f58960"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "lines",
                        "name": "三民高中",
                        "type": "scatter",
                        "xsrc": "nccurer:305:7fdf52",
                        "ysrc": "nccurer:305:b11d52",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "textsrc": "nccurer:305:61013c",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:3375bb"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "lines",
                        "name": "蘆洲",
                        "type": "scatter",
                        "xsrc": "nccurer:305:7f32c1",
                        "ysrc": "nccurer:305:9b8681",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "textsrc": "nccurer:305:dacb62",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:305:0375d5"
                    }
                ],
                "layout": {
                    "title": {
                        "y": 0.98,
                        "font": {
                            "size": 20
                        },
                        "text": "<b>中和新蘆線各捷運站周邊的大樓租金變化</b>"
                    },
                    "xaxis": {
                        "type": "category",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>年份</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "categoryarray": [
                            "2019",
                            "2020",
                            "2021",
                            "2022",
                            "2023"
                        ],
                        "categoryorder": "array"
                    },
                    "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": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "x",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nccurer",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-02-17 05:11:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nccurer",
                "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-29T05:54:15.387375Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nccurer/304.embed",
            "fid": "nccurer:304",
            "filename": "aprG_1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nccurer/304/9_SS312B7O6AR4RH7TKVN7GLSWLNKXS6.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nccurer/304/2_SYS63YOTO4QJI9ZP5KN50CG3DQEOVI.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer/304/8_EKZ78P302TT1B9V69MEKUGHO7R6NX3.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer/304/9_SS312B7O6AR4RH7TKVN7GLSWLNKXS6.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nccurer:304",
                "plots": "https://api.plotly.com/v2/plots/nccurer:304",
                "parent": "https://api.plotly.com/v2/folders/home?user=nccurer"
            },
            "owner": "nccurer",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 19,
            "web_url": "https://chart-studio.plotly.com/~nccurer/304/",
            "world_readable": true,
            "date_modified": "2024-06-07T02:34:34.273Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nccurer/304/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "新店",
                        "type": "scatter",
                        "xsrc": "nccurer:303:67b90e",
                        "ysrc": "nccurer:303:cde437",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:303:3458b8",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:303:bd08a6"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "新店區公所",
                        "type": "scatter",
                        "xsrc": "nccurer:303:596dcd",
                        "ysrc": "nccurer:303:ca714e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:303:9410f3",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:303:f1e11b"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "七張",
                        "type": "scatter",
                        "xsrc": "nccurer:303:e80aa7",
                        "ysrc": "nccurer:303:a11f09",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:303:f626bb",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:303:e09742"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "小碧潭",
                        "type": "scatter",
                        "xsrc": "nccurer:303:d3c9b1",
                        "ysrc": "nccurer:303:64ec33",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:303:d916c1",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:303:afae2c"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "lines",
                        "name": "大坪林",
                        "type": "scatter",
                        "xsrc": "nccurer:303:0c9ecd",
                        "ysrc": "nccurer:303:a3a832",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "textsrc": "nccurer:303:98c8fa",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:303:4980e0"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "lines",
                        "name": "景美",
                        "type": "scatter",
                        "xsrc": "nccurer:303:6daa78",
                        "ysrc": "nccurer:303:8f39a9",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "textsrc": "nccurer:303:a4ac00",
                        "visible": true,
                        "hoverinfosrc": "nccurer:303:35aa2e"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "lines",
                        "name": "萬隆",
                        "type": "scatter",
                        "xsrc": "nccurer:303:6d580f",
                        "ysrc": "nccurer:303:4e58e3",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "textsrc": "nccurer:303:b3e8b9",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:303:195ca0"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "lines",
                        "name": "公館",
                        "type": "scatter",
                        "xsrc": "nccurer:303:b62a87",
                        "ysrc": "nccurer:303:8e45d5",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "textsrc": "nccurer:303:9b6739",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:303:c7778e"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "lines",
                        "name": "台電大樓",
                        "type": "scatter",
                        "xsrc": "nccurer:303:06f140",
                        "ysrc": "nccurer:303:edf258",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "textsrc": "nccurer:303:026b79",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:303:3e23d3"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "lines",
                        "name": "古亭",
                        "type": "scatter",
                        "xsrc": "nccurer:303:2c916a",
                        "ysrc": "nccurer:303:7e0077",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "textsrc": "nccurer:303:39c8f3",
                        "visible": true,
                        "hoverinfosrc": "nccurer:303:b0f235"
                    },
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "中正紀念堂",
                        "type": "scatter",
                        "xsrc": "nccurer:303:a9ecbf",
                        "ysrc": "nccurer:303:773e6b",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:303:794cfd",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:303:d89830"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines+markers",
                        "name": "小南門",
                        "type": "scatter",
                        "xsrc": "nccurer:303:4a0d55",
                        "ysrc": "nccurer:303:faa0f1",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:303:6138a7",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:303:3f4a28"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "西門",
                        "type": "scatter",
                        "xsrc": "nccurer:303:adbf6e",
                        "ysrc": "nccurer:303:4f2439",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:303:12edc8",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:303:c19f16"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "北門",
                        "type": "scatter",
                        "xsrc": "nccurer:303:a86528",
                        "ysrc": "nccurer:303:30ba24",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:303:17f8ec",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:303:d7c5aa"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "lines",
                        "name": "中山",
                        "type": "scatter",
                        "xsrc": "nccurer:303:3b02d9",
                        "ysrc": "nccurer:303:f520fc",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "textsrc": "nccurer:303:43b762",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:303:185784"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "lines",
                        "name": "松江南京",
                        "type": "scatter",
                        "xsrc": "nccurer:303:2160a4",
                        "ysrc": "nccurer:303:45e72a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "textsrc": "nccurer:303:4612e5",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:303:77478b"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "lines",
                        "name": "南京復興",
                        "type": "scatter",
                        "xsrc": "nccurer:303:cf7aaa",
                        "ysrc": "nccurer:303:da1bfb",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "textsrc": "nccurer:303:db5ceb",
                        "visible": true,
                        "hoverinfosrc": "nccurer:303:5f21cf"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "lines",
                        "name": "台北小巨蛋",
                        "type": "scatter",
                        "xsrc": "nccurer:303:ead62b",
                        "ysrc": "nccurer:303:93c1a7",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "textsrc": "nccurer:303:35fcae",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:303:3b50ef"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "lines",
                        "name": "南京三民",
                        "type": "scatter",
                        "xsrc": "nccurer:303:2e5aa5",
                        "ysrc": "nccurer:303:e92153",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "textsrc": "nccurer:303:a0910d",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:303:d884c2"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "lines",
                        "name": "松山",
                        "type": "scatter",
                        "xsrc": "nccurer:303:b68440",
                        "ysrc": "nccurer:303:3a351c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "textsrc": "nccurer:303:1841a0",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:303:56bd14"
                    }
                ],
                "layout": {
                    "title": {
                        "y": 0.98,
                        "font": {
                            "size": 20
                        },
                        "text": "<b>松山新店線各捷運站周邊的大樓租金變化</b>"
                    },
                    "xaxis": {
                        "type": "category",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>年份</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "categoryarray": [
                            "2019",
                            "2020",
                            "2021",
                            "2022",
                            "2023"
                        ],
                        "categoryorder": "array"
                    },
                    "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": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "x",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nccurer",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-02-17 05:11:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nccurer",
                "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-29T05:54:11.574998Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nccurer/302.embed",
            "fid": "nccurer:302",
            "filename": "aprBR_1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nccurer/302/9_POMT6629Y51IWUS4EXC8YKSWO94V5W.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nccurer/302/2_RXHKP9LYPSQ32LE0BH78SEDLPULNBO.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer/302/8_G46AEF0HDR7V0NPJOAVK4FMM6BUWAE.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer/302/9_POMT6629Y51IWUS4EXC8YKSWO94V5W.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nccurer:302",
                "plots": "https://api.plotly.com/v2/plots/nccurer:302",
                "parent": "https://api.plotly.com/v2/folders/home?user=nccurer"
            },
            "owner": "nccurer",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 20,
            "web_url": "https://chart-studio.plotly.com/~nccurer/302/",
            "world_readable": true,
            "date_modified": "2024-06-07T02:34:29.582Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nccurer/302/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines+markers",
                        "name": "動物園",
                        "text": "21731 *筆數少於12",
                        "type": "scatter",
                        "xsrc": "nccurer:301:b8ac9b",
                        "ysrc": "nccurer:301:744208",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "visible": "legendonly",
                        "hoverinfo": "text+name"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "木柵",
                        "type": "scatter",
                        "xsrc": "nccurer:301:e79ce5",
                        "ysrc": "nccurer:301:d9e423",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:301:a8f687",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:301:326ee7"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "萬芳社區",
                        "type": "scatter",
                        "xsrc": "nccurer:301:9a2d29",
                        "ysrc": "nccurer:301:7c5844",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:301:4729fb",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:301:024f0c"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "萬芳醫院",
                        "type": "scatter",
                        "xsrc": "nccurer:301:abd2f6",
                        "ysrc": "nccurer:301:ca4d0e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:301:f313f7",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:301:e80b9f"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "lines",
                        "name": "辛亥",
                        "type": "scatter",
                        "xsrc": "nccurer:301:05737c",
                        "ysrc": "nccurer:301:fa3f23",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "textsrc": "nccurer:301:a754d2",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:301:e1f3a2"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "lines",
                        "name": "麟光",
                        "type": "scatter",
                        "xsrc": "nccurer:301:a46f50",
                        "ysrc": "nccurer:301:b3b589",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "textsrc": "nccurer:301:51dbd4",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:301:bed8f9"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "lines",
                        "name": "六張犁",
                        "type": "scatter",
                        "xsrc": "nccurer:301:ebfeec",
                        "ysrc": "nccurer:301:c49bbb",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "textsrc": "nccurer:301:e0ea1c",
                        "visible": true,
                        "hoverinfosrc": "nccurer:301:63158b"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "lines",
                        "name": "科技大樓",
                        "type": "scatter",
                        "xsrc": "nccurer:301:439210",
                        "ysrc": "nccurer:301:102cab",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "textsrc": "nccurer:301:e71cf3",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:301:0e0aba"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "lines",
                        "name": "大安",
                        "type": "scatter",
                        "xsrc": "nccurer:301:3c94ff",
                        "ysrc": "nccurer:301:12d178",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "textsrc": "nccurer:301:aa0a81",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:301:6b3e5c"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "lines",
                        "name": "忠孝復興",
                        "type": "scatter",
                        "xsrc": "nccurer:301:03ece2",
                        "ysrc": "nccurer:301:3c46ed",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "textsrc": "nccurer:301:558f99",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:301:aff32d"
                    },
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "南京復興",
                        "type": "scatter",
                        "xsrc": "nccurer:301:889eec",
                        "ysrc": "nccurer:301:68b957",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:301:d9a613",
                        "visible": true,
                        "hoverinfosrc": "nccurer:301:8e76d0"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "中山國中",
                        "type": "scatter",
                        "xsrc": "nccurer:301:7c34ac",
                        "ysrc": "nccurer:301:5f6306",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:301:8d4eca",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:301:2faffe"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "松山機場",
                        "type": "scatter",
                        "xsrc": "nccurer:301:d2f212",
                        "ysrc": "nccurer:301:4875b4",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:301:4f03c3",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:301:d88276"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "大直",
                        "type": "scatter",
                        "xsrc": "nccurer:301:1fbd00",
                        "ysrc": "nccurer:301:3d820c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:301:475e9e",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:301:d36337"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "lines",
                        "name": "劍南路",
                        "type": "scatter",
                        "xsrc": "nccurer:301:37ef2c",
                        "ysrc": "nccurer:301:f0a090",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "textsrc": "nccurer:301:a0fe11",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:301:8bf0d7"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "lines",
                        "name": "西湖",
                        "type": "scatter",
                        "xsrc": "nccurer:301:5aac5e",
                        "ysrc": "nccurer:301:4bc6d7",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "textsrc": "nccurer:301:113698",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:301:0588c2"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "lines",
                        "name": "港墘",
                        "type": "scatter",
                        "xsrc": "nccurer:301:14a793",
                        "ysrc": "nccurer:301:2c9de9",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "textsrc": "nccurer:301:ff79ba",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:301:93034e"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "lines",
                        "name": "文德",
                        "type": "scatter",
                        "xsrc": "nccurer:301:5c254c",
                        "ysrc": "nccurer:301:522495",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "textsrc": "nccurer:301:af55c1",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:301:d13f78"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "lines",
                        "name": "內湖",
                        "type": "scatter",
                        "xsrc": "nccurer:301:83d09b",
                        "ysrc": "nccurer:301:81c020",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "textsrc": "nccurer:301:315ea4",
                        "visible": true,
                        "hoverinfosrc": "nccurer:301:706b70"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "lines",
                        "name": "大湖公園",
                        "type": "scatter",
                        "xsrc": "nccurer:301:b8babf",
                        "ysrc": "nccurer:301:48bf57",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "textsrc": "nccurer:301:93510a",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:301:192262"
                    },
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "葫洲",
                        "type": "scatter",
                        "xsrc": "nccurer:301:199693",
                        "ysrc": "nccurer:301:ed1cf6",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:301:35c444",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:301:8b7a39"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "東湖",
                        "type": "scatter",
                        "xsrc": "nccurer:301:8d82ed",
                        "ysrc": "nccurer:301:752a94",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:301:3f7e3a",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:301:a4e72c"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "南港軟體園區",
                        "type": "scatter",
                        "xsrc": "nccurer:301:76752a",
                        "ysrc": "nccurer:301:6315ec",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:301:800d21",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:301:fb2a4b"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "南港展覽館",
                        "type": "scatter",
                        "xsrc": "nccurer:301:ee7abe",
                        "ysrc": "nccurer:301:fd941b",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:301:891bfa",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:301:d01ebf"
                    }
                ],
                "layout": {
                    "title": {
                        "y": 0.98,
                        "font": {
                            "size": 20
                        },
                        "text": "<b>文湖線各捷運站周邊的大樓租金變化</b>"
                    },
                    "xaxis": {
                        "type": "category",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>年份</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "categoryarray": [
                            "2019",
                            "2020",
                            "2021",
                            "2022",
                            "2023"
                        ],
                        "categoryorder": "array"
                    },
                    "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": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "x",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nccurer",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-02-17 05:11:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nccurer",
                "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-29T05:54:07.655846Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nccurer/300.embed",
            "fid": "nccurer:300",
            "filename": "aprBL_1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nccurer/300/9_YPYMUPOHXZWW30F1ED8JG0QLGUJWGU.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nccurer/300/2_R6UW00RPKXN42XIWON4NLTDPLT4YX1.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer/300/8_CSZQWMJ1KYQN697YL2BER5Z9IGWOA1.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nccurer/300/9_YPYMUPOHXZWW30F1ED8JG0QLGUJWGU.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nccurer:300",
                "plots": "https://api.plotly.com/v2/plots/nccurer:300",
                "parent": "https://api.plotly.com/v2/folders/home?user=nccurer"
            },
            "owner": "nccurer",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 20,
            "web_url": "https://chart-studio.plotly.com/~nccurer/300/",
            "world_readable": true,
            "date_modified": "2024-06-07T02:34:25.262Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nccurer/300/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "頂埔",
                        "type": "scatter",
                        "xsrc": "nccurer:299:dd2bec",
                        "ysrc": "nccurer:299:e0da43",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:299:a474e4",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:299:279bac"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "永寧",
                        "type": "scatter",
                        "xsrc": "nccurer:299:9f44f9",
                        "ysrc": "nccurer:299:0d1d06",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:299:97ad72",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:299:cd4c65"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "土城",
                        "type": "scatter",
                        "xsrc": "nccurer:299:3b4d28",
                        "ysrc": "nccurer:299:0ed5d1",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:299:59c730",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:299:e5c989"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "海山",
                        "type": "scatter",
                        "xsrc": "nccurer:299:1b971e",
                        "ysrc": "nccurer:299:f5d68a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:299:9eba33",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:299:26dbd2"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "lines",
                        "name": "亞東醫院",
                        "type": "scatter",
                        "xsrc": "nccurer:299:9c09ff",
                        "ysrc": "nccurer:299:33af91",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "textsrc": "nccurer:299:2d4d57",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:299:5117ee"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "lines",
                        "name": "府中",
                        "type": "scatter",
                        "xsrc": "nccurer:299:a60e83",
                        "ysrc": "nccurer:299:84c04d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "textsrc": "nccurer:299:62b43d",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:299:ba5c02"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "lines",
                        "name": "板橋",
                        "type": "scatter",
                        "xsrc": "nccurer:299:96055f",
                        "ysrc": "nccurer:299:43ed55",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "textsrc": "nccurer:299:c149bd",
                        "visible": true,
                        "hoverinfosrc": "nccurer:299:8b9977"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "lines",
                        "name": "新埔",
                        "type": "scatter",
                        "xsrc": "nccurer:299:5b134e",
                        "ysrc": "nccurer:299:22ffea",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "textsrc": "nccurer:299:602482",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:299:66d16a"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "lines",
                        "name": "江子翠",
                        "type": "scatter",
                        "xsrc": "nccurer:299:a5aace",
                        "ysrc": "nccurer:299:618e8a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "textsrc": "nccurer:299:6c5e31",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:299:89105f"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "lines",
                        "name": "龍山寺",
                        "type": "scatter",
                        "xsrc": "nccurer:299:0c4e29",
                        "ysrc": "nccurer:299:0fbd89",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "textsrc": "nccurer:299:677840",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:299:e78275"
                    },
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "西門",
                        "type": "scatter",
                        "xsrc": "nccurer:299:982e92",
                        "ysrc": "nccurer:299:80923d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:299:ab79dc",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:299:238b82"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "台北車站",
                        "type": "scatter",
                        "xsrc": "nccurer:299:05fca3",
                        "ysrc": "nccurer:299:e4387e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:299:d65d7d",
                        "visible": true,
                        "hoverinfosrc": "nccurer:299:2cbcf5"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "善導寺",
                        "type": "scatter",
                        "xsrc": "nccurer:299:2deced",
                        "ysrc": "nccurer:299:cd51e2",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:299:b4d19f",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:299:5a99f1"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "lines",
                        "name": "忠孝新生",
                        "type": "scatter",
                        "xsrc": "nccurer:299:c13fc9",
                        "ysrc": "nccurer:299:4d51db",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "textsrc": "nccurer:299:1cf580",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:299:26f063"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "lines",
                        "name": "忠孝復興",
                        "type": "scatter",
                        "xsrc": "nccurer:299:27d8a8",
                        "ysrc": "nccurer:299:1753bc",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "textsrc": "nccurer:299:8915f4",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:299:6aaed8"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "lines",
                        "name": "忠孝敦化",
                        "type": "scatter",
                        "xsrc": "nccurer:299:dd89fd",
                        "ysrc": "nccurer:299:9fcdb9",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "textsrc": "nccurer:299:0a52e8",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:299:afa729"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "lines",
                        "name": "國父紀念館",
                        "type": "scatter",
                        "xsrc": "nccurer:299:71ea79",
                        "ysrc": "nccurer:299:f6901a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "textsrc": "nccurer:299:8ac0bc",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:299:a47b35"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "lines",
                        "name": "市政府",
                        "type": "scatter",
                        "xsrc": "nccurer:299:c7f66c",
                        "ysrc": "nccurer:299:3ec309",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "textsrc": "nccurer:299:dbc1ac",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:299:5129bd"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "lines",
                        "name": "永春",
                        "type": "scatter",
                        "xsrc": "nccurer:299:02ea3e",
                        "ysrc": "nccurer:299:ec8ac5",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "textsrc": "nccurer:299:192cdb",
                        "visible": true,
                        "hoverinfosrc": "nccurer:299:503fc6"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "lines",
                        "name": "後山埤",
                        "type": "scatter",
                        "xsrc": "nccurer:299:c2fabd",
                        "ysrc": "nccurer:299:5e4d46",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "textsrc": "nccurer:299:94b3c2",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:299:cc649b"
                    },
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "lines",
                        "name": "昆陽",
                        "type": "scatter",
                        "xsrc": "nccurer:299:af586e",
                        "ysrc": "nccurer:299:b48f19",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "textsrc": "nccurer:299:752d87",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:299:3cf866"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "name": "南港",
                        "type": "scatter",
                        "xsrc": "nccurer:299:03a5c5",
                        "ysrc": "nccurer:299:db16b4",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "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)"
                        },
                        "textsrc": "nccurer:299:d5ff8f",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:299:44eeff"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "lines",
                        "name": "南港展覽館",
                        "type": "scatter",
                        "xsrc": "nccurer:299:0f7fe7",
                        "ysrc": "nccurer:299:74140a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "textsrc": "nccurer:299:2e8494",
                        "visible": "legendonly",
                        "hoverinfosrc": "nccurer:299:cf31f4"
                    }
                ],
                "layout": {
                    "title": {
                        "y": 0.98,
                        "font": {
                            "size": 20
                        },
                        "text": "<b>板南線各捷運站周邊的大樓租金變化</b>"
                    },
                    "xaxis": {
                        "type": "category",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "<b>年份</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "categoryarray": [
                            "2019",
                            "2020",
                            "2021",
                            "2022",
                            "2023"
                        ],
                        "categoryorder": "array"
                    },
                    "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": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "x",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nccurer",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-02-17 05:11:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nccurer",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}