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

{
    "next": "https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA3LTA2KzA4JTNBMzAlM0EwMy43ODM3NzUlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNy0wNisxMCUzQTIyJTNBMzUuNzQ4NDI0JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-07-06T10:22:35.748424Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~vkanishk/5.embed",
            "fid": "vkanishk:5",
            "filename": "forecast_8_h_46_plot(context_len=180)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/vkanishk/5/9_BLYAHXVZL930O9ML0706TQOWH61CRO.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/vkanishk/5/2_5DAKN4SPT9JR9ZLTBSA2SI8M8G85JJ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vkanishk/5/8_K2V5AW4GSL2SFFVDK51TDG9RC44NSS.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vkanishk/5/9_BLYAHXVZL930O9ML0706TQOWH61CRO.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/vkanishk:5",
                "plots": "https://api.plotly.com/v2/plots/vkanishk:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=vkanishk"
            },
            "owner": "vkanishk",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~vkanishk/5/",
            "world_readable": true,
            "date_modified": "2025-07-06T10:22:35.758Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~vkanishk/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "week_ending",
                                "y": "data_points"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "vkanishk:1:22beb0",
                        "ysrc": "vkanishk:1:88dc9e"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "forecast_timestamp",
                                "y": "prediction_interval_lower_bound"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "vkanishk:3:f48ce8",
                        "ysrc": "vkanishk:3:4b1b3e",
                        "stackgroup": 1
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "forecast_timestamp",
                                "y": "prediction_interval_upper_bound"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "vkanishk:3:f48ce8",
                        "ysrc": "vkanishk:3:96e8d9",
                        "stackgroup": 1
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "forecast_timestamp",
                                "y": "forecast_value"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "vkanishk:3:f48ce8",
                        "ysrc": "vkanishk:3:c5b2f7"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "forecast_8_h_46_plot(context_len=180)"
                    },
                    "xaxis": {
                        "type": "date",
                        "range": [
                            "2012-10-05 12:01:38.7203",
                            "2017-07-31 11:58:21.2797"
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            74.36939841822574
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~vkanishk",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/92.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-06 09:31:45",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "vkanishk",
                "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": "2025-07-06T10:20:21.747216Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jimmyg23/298.embed",
            "fid": "jimmyg23:298",
            "filename": "Sugar CoT",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/298/9_YX1N5T1SUU0HCBSLUJ0VABZTH12D98.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/298/2_HD0VILFN85OAG4CT4RFHFOFD26B60K.png",
                "block-thumb": "https://api.plotly.com/v2/files/jimmyg23:298/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/298/9_YX1N5T1SUU0HCBSLUJ0VABZTH12D98.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jimmyg23:298",
                "plots": "https://api.plotly.com/v2/plots/jimmyg23:298",
                "parent": "https://api.plotly.com/v2/folders/home?user=jimmyg23"
            },
            "owner": "jimmyg23",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jimmyg23/298/",
            "world_readable": true,
            "date_modified": "2025-07-12T13:54:34.031Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jimmyg23/298/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(237, 42, 9)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "PRODUCER NET"
                            }
                        },
                        "mode": "lines",
                        "name": "Producers",
                        "type": "scatter",
                        "xsrc": "jimmyg23:299:aa24f2",
                        "ysrc": "jimmyg23:299:794fe2",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(70, 80, 212)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "MM NET"
                            }
                        },
                        "mode": "lines",
                        "name": "Managed Money",
                        "type": "scatter",
                        "xsrc": "jimmyg23:299:aa24f2",
                        "ysrc": "jimmyg23:299:150109",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(57, 212, 77)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "SWAP NET"
                            }
                        },
                        "mode": "lines",
                        "name": "Swaps Dealers ",
                        "type": "scatter",
                        "xsrc": "jimmyg23:299:aa24f2",
                        "ysrc": "jimmyg23:299:fddb76",
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(164, 57, 239)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "OTHER NET"
                            }
                        },
                        "mode": "lines",
                        "name": "Other Reportables ",
                        "type": "scatter",
                        "xsrc": "jimmyg23:299:aa24f2",
                        "ysrc": "jimmyg23:299:7d2b7a",
                        "visible": "legendonly",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 16,
                        "color": "rgb(23, 50, 80)",
                        "family": "Roboto"
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 22
                        },
                        "text": ""
                    },
                    "xaxis": {
                        "type": "category",
                        "dtick": 5,
                        "range": [
                            0,
                            288
                        ],
                        "tick0": 1,
                        "ticks": "outside",
                        "nticks": 59,
                        "ticklen": 9,
                        "showline": true,
                        "tickmode": "linear",
                        "autorange": false,
                        "gridcolor": "rgb(171, 197, 228)",
                        "linecolor": "rgb(2, 12, 24)",
                        "tickangle": 45
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -399325.1111111111,
                            305457.1111111111
                        ],
                        "ticks": "outside",
                        "nticks": 16,
                        "ticklen": 9,
                        "showline": true,
                        "autorange": true,
                        "zerolinecolor": "rgb(230, 156, 120)"
                    },
                    "legend": {
                        "x": 0.8799999999999999,
                        "y": 1.1799999999999993,
                        "font": {
                            "size": 16
                        }
                    },
                    "margin": {
                        "t": 80
                    },
                    "modebar": {
                        "color": "rgba(21, 54, 164, 0.3)",
                        "activecolor": "rgba(17, 53, 139, 0.7)",
                        "orientation": "v"
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#506784"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#2a3f5f"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    },
                                    "baxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "rgb(17,17,17)",
                                "showland": true,
                                "lakecolor": "rgb(17,17,17)",
                                "landcolor": "rgb(17,17,17)",
                                "showlakes": true,
                                "subunitcolor": "#506784"
                            },
                            "font": {
                                "color": "#f2f5fa"
                            },
                            "polar": {
                                "bgcolor": "rgb(17,17,17)",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "bgcolor": "rgb(17,17,17)"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "rgb(17,17,17)",
                            "paper_bgcolor": "rgb(17,17,17)",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#f2f5fa"
                            },
                            "sliderdefaults": {
                                "bgcolor": "#C8D4E3",
                                "tickwidth": 0,
                                "bordercolor": "rgb(17,17,17)",
                                "borderwidth": 1
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#f2f5fa",
                                "arrowwidth": 1
                            },
                            "updatemenudefaults": {
                                "bgcolor": "#506784",
                                "borderwidth": 0
                            }
                        },
                        "themeRef": "PLOTLY_DARK"
                    },
                    "showlegend": false,
                    "uniformtext": {
                        "mode": false,
                        "minsize": 5
                    },
                    "plot_bgcolor": "rgb(255, 255, 255)",
                    "paper_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jimmyg23",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.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": "2025-03-19 23:02:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jimmyg23",
                "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": "2025-07-06T10:17:20.817074Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jimmyg23/296.embed",
            "fid": "jimmyg23:296",
            "filename": "Coffee CoT",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/296/9_MX6NFU7MID62MDPXAYPWI6FDUZYZ3Z.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/296/2_AT0H6PCG3B4EZQRZ6Z6GNGYQ9787WD.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/296/8_KC1WBC6EAX4YN518DDXWJZN4JJXB1S.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/296/9_MX6NFU7MID62MDPXAYPWI6FDUZYZ3Z.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jimmyg23:296",
                "plots": "https://api.plotly.com/v2/plots/jimmyg23:296",
                "parent": "https://api.plotly.com/v2/folders/home?user=jimmyg23"
            },
            "owner": "jimmyg23",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jimmyg23/296/",
            "world_readable": true,
            "date_modified": "2025-07-11T21:27:05.064Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jimmyg23/296/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(248, 11, 42)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "PRODUCER NET"
                            }
                        },
                        "mode": "lines",
                        "name": "Producers",
                        "type": "scatter",
                        "xsrc": "jimmyg23:295:1ce336",
                        "ysrc": "jimmyg23:295:1c7c0c",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(55, 109, 203)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "MM NET"
                            }
                        },
                        "mode": "lines",
                        "name": "Managed Money",
                        "type": "scatter",
                        "xsrc": "jimmyg23:295:1ce336",
                        "ysrc": "jimmyg23:295:a43c37",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(30, 169, 66)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "SWAP NET"
                            }
                        },
                        "mode": "lines",
                        "name": "Swaps Dealers",
                        "type": "scatter",
                        "xsrc": "jimmyg23:295:1ce336",
                        "ysrc": "jimmyg23:295:16ffc1",
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(130, 61, 196)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "OTHER NET"
                            }
                        },
                        "mode": "lines",
                        "name": "Other Reportables ",
                        "type": "scatter",
                        "xsrc": "jimmyg23:295:1ce336",
                        "ysrc": "jimmyg23:295:daeed9",
                        "visible": "legendonly",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 16,
                        "color": "rgb(23, 50, 80)",
                        "family": "Roboto"
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 22
                        },
                        "text": ""
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            0,
                            288
                        ],
                        "title": {
                            "font": {
                                "size": 18
                            }
                        },
                        "autorange": false,
                        "gridcolor": "rgb(162, 189, 220)",
                        "tickangle": 45,
                        "zerolinecolor": "rgb(230, 169, 135)"
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -101099.55555555556,
                            80911.55555555556
                        ],
                        "nticks": 18,
                        "autorange": true,
                        "zerolinecolor": "rgb(238, 187, 137)"
                    },
                    "legend": {
                        "x": 0.8599999999999999,
                        "y": 1.2000000000000002
                    },
                    "margin": {
                        "t": 80
                    },
                    "modebar": {
                        "color": "rgba(21, 54, 164, 0.3)",
                        "activecolor": "rgba(17, 53, 139, 0.7)",
                        "orientation": "v"
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#506784"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#2a3f5f"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    },
                                    "baxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "rgb(17,17,17)",
                                "showland": true,
                                "lakecolor": "rgb(17,17,17)",
                                "landcolor": "rgb(17,17,17)",
                                "showlakes": true,
                                "subunitcolor": "#506784"
                            },
                            "font": {
                                "color": "#f2f5fa"
                            },
                            "polar": {
                                "bgcolor": "rgb(17,17,17)",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "bgcolor": "rgb(17,17,17)"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "rgb(17,17,17)",
                            "paper_bgcolor": "rgb(17,17,17)",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#f2f5fa"
                            },
                            "sliderdefaults": {
                                "bgcolor": "#C8D4E3",
                                "tickwidth": 0,
                                "bordercolor": "rgb(17,17,17)",
                                "borderwidth": 1
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#f2f5fa",
                                "arrowwidth": 1
                            },
                            "updatemenudefaults": {
                                "bgcolor": "#506784",
                                "borderwidth": 0
                            }
                        },
                        "themeRef": "PLOTLY_DARK"
                    },
                    "showlegend": false,
                    "uniformtext": {
                        "mode": false,
                        "minsize": 5
                    },
                    "plot_bgcolor": "rgb(255, 255, 255)",
                    "paper_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jimmyg23",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.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": "2025-03-19 23:02:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jimmyg23",
                "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": "2025-07-06T10:12:19.669098Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~vkanishk/4.embed",
            "fid": "vkanishk:4",
            "filename": "Plot 4",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/vkanishk/4/9_U1T99V79JX3VNZUFHL0VCWNY115NTC.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/vkanishk/4/2_2H1JQ30QGWDCLCQOXHXUOOGIYLQBVH.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vkanishk/4/8_3EZZVXYUWDAJC2L6WTC7838N9CSKGP.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vkanishk/4/9_U1T99V79JX3VNZUFHL0VCWNY115NTC.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/vkanishk:4",
                "plots": "https://api.plotly.com/v2/plots/vkanishk:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=vkanishk"
            },
            "owner": "vkanishk",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~vkanishk/4/",
            "world_readable": true,
            "date_modified": "2025-07-06T10:16:27.065Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~vkanishk/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "week_ending",
                                "y": "data_points"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "vkanishk:1:22beb0",
                        "ysrc": "vkanishk:1:88dc9e",
                        "selectedpoints": [
                            1,
                            2,
                            3,
                            4,
                            5,
                            6,
                            7,
                            8,
                            9,
                            10,
                            11,
                            12,
                            13,
                            14,
                            15,
                            16,
                            17,
                            18,
                            19,
                            20,
                            21,
                            22,
                            23,
                            24,
                            25,
                            26,
                            27,
                            28,
                            29,
                            30,
                            31,
                            32,
                            33,
                            34,
                            35,
                            36,
                            37,
                            38,
                            39,
                            40,
                            41,
                            42,
                            43,
                            44,
                            45,
                            46,
                            47,
                            48,
                            49,
                            50,
                            51,
                            52,
                            53,
                            54,
                            55,
                            56,
                            57,
                            58,
                            59,
                            60,
                            61,
                            62,
                            63,
                            64,
                            65,
                            66,
                            67,
                            68,
                            69,
                            70,
                            71,
                            72,
                            73,
                            74,
                            75,
                            76,
                            77,
                            78,
                            79,
                            80,
                            81,
                            82,
                            83,
                            84,
                            85,
                            86,
                            87,
                            88,
                            89,
                            90,
                            91,
                            92,
                            93,
                            94,
                            95,
                            96,
                            97,
                            98,
                            99,
                            100,
                            101,
                            102,
                            103,
                            104,
                            105,
                            106,
                            107,
                            108,
                            109,
                            110,
                            111,
                            112,
                            113,
                            114,
                            115,
                            116,
                            117,
                            118,
                            119,
                            120,
                            121,
                            122,
                            123,
                            124,
                            125,
                            126,
                            127,
                            128,
                            129,
                            130,
                            131,
                            132,
                            133,
                            134,
                            135,
                            136,
                            137,
                            138,
                            139,
                            140,
                            141,
                            142,
                            143,
                            144,
                            145,
                            146,
                            147,
                            148,
                            149,
                            150,
                            151,
                            152,
                            153,
                            154,
                            155,
                            156,
                            157,
                            158,
                            159,
                            160,
                            161,
                            162,
                            163,
                            164,
                            165,
                            166,
                            167,
                            168,
                            169,
                            170,
                            171,
                            172,
                            173,
                            174,
                            175,
                            176
                        ]
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "forecast_timestamp",
                                "y": "forecast_value"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "vkanishk:3:f48ce8",
                        "ysrc": "vkanishk:3:c5b2f7",
                        "contours": {
                            "end": 12,
                            "size": 1,
                            "start": 1
                        },
                        "bandwidth": 0,
                        "autocontour": true,
                        "autocolorscale": true,
                        "selectedpoints": []
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "forecast_timestamp",
                                "y": "forecast_value"
                            }
                        },
                        "mode": "lines",
                        "type": "contour",
                        "xsrc": "vkanishk:2:0a9766",
                        "ysrc": "vkanishk:2:c89732",
                        "autocolorscale": true,
                        "selectedpoints": []
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "forecast_timestamp",
                                "y": "forecast_value"
                            }
                        },
                        "mode": "lines",
                        "type": "contour",
                        "xsrc": "vkanishk:0:86e3b2",
                        "ysrc": "vkanishk:0:bcf6fc",
                        "autocolorscale": true,
                        "selectedpoints": []
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Forecasting"
                    },
                    "xaxis": {
                        "type": "date",
                        "range": [
                            "2012-09-28 23:35:45.3918",
                            "2017-08-17 20:04:06.2326"
                        ],
                        "title": {
                            "text": "Timestamp(Weeks)"
                        },
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            8.616862984964952,
                            38.833484968879155
                        ],
                        "title": {
                            "text": "forecast_value"
                        },
                        "autorange": false
                    },
                    "autosize": true,
                    "dragmode": "select",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~vkanishk",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/92.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-06 09:31:45",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "vkanishk",
                "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": "2025-07-06T10:07:35.833766Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jimmyg23/292.embed",
            "fid": "jimmyg23:292",
            "filename": "Brent CoT",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/292/9_NSBWSNS1JRFCBLM5QSOS37WDBNHJI7.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/292/2_J1ZTQJ80S1CEC50VK9SO0OGVFJCV62.png",
                "block-thumb": "https://api.plotly.com/v2/files/jimmyg23:292/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/292/9_NSBWSNS1JRFCBLM5QSOS37WDBNHJI7.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jimmyg23:292",
                "plots": "https://api.plotly.com/v2/plots/jimmyg23:292",
                "parent": "https://api.plotly.com/v2/folders/home?user=jimmyg23"
            },
            "owner": "jimmyg23",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jimmyg23/292/",
            "world_readable": true,
            "date_modified": "2025-07-12T13:29:45.958Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jimmyg23/292/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(233, 1, 25)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "PRODUCER NET"
                            }
                        },
                        "mode": "lines",
                        "name": "Producers",
                        "type": "scatter",
                        "xsrc": "jimmyg23:291:630a0e",
                        "ysrc": "jimmyg23:291:79accd",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(46, 105, 196)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "MM NET"
                            }
                        },
                        "mode": "lines",
                        "name": "Managed Money",
                        "type": "scatter",
                        "xsrc": "jimmyg23:291:630a0e",
                        "ysrc": "jimmyg23:291:86649e",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(40, 181, 49)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "SWAP NET"
                            }
                        },
                        "mode": "lines",
                        "name": "Swaps Dealers",
                        "type": "scatter",
                        "xsrc": "jimmyg23:291:630a0e",
                        "ysrc": "jimmyg23:291:249692",
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(142, 63, 227)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "OTHER NET"
                            }
                        },
                        "mode": "lines",
                        "name": "Other Reportables",
                        "type": "scatter",
                        "xsrc": "jimmyg23:291:630a0e",
                        "ysrc": "jimmyg23:291:ea7b16",
                        "visible": "legendonly",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 16,
                        "color": "rgb(23, 50, 80)",
                        "family": "Roboto"
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 22
                        },
                        "text": ""
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            0,
                            290
                        ],
                        "ticks": "outside",
                        "nticks": 0,
                        "showline": true,
                        "autorange": false,
                        "gridcolor": "rgb(144, 174, 209)",
                        "linecolor": "rgb(34, 60, 92)",
                        "tickangle": 45,
                        "zerolinecolor": "rgb(230, 169, 135)"
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -72398.5,
                            33831.5
                        ],
                        "ticks": "outside",
                        "nticks": 12,
                        "showline": true,
                        "tickmode": "auto",
                        "autorange": true,
                        "zerolinecolor": "rgb(238, 187, 137)"
                    },
                    "legend": {
                        "x": 0.8599999999999999,
                        "y": 1.1800000000000002
                    },
                    "margin": {
                        "b": 70,
                        "t": 50
                    },
                    "modebar": {
                        "color": "rgba(21, 54, 164, 0.3)",
                        "activecolor": "rgba(17, 53, 139, 0.7)",
                        "orientation": "v"
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#506784"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#2a3f5f"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    },
                                    "baxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "rgb(17,17,17)",
                                "showland": true,
                                "lakecolor": "rgb(17,17,17)",
                                "landcolor": "rgb(17,17,17)",
                                "showlakes": true,
                                "subunitcolor": "#506784"
                            },
                            "font": {
                                "color": "#f2f5fa"
                            },
                            "polar": {
                                "bgcolor": "rgb(17,17,17)",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "bgcolor": "rgb(17,17,17)"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "rgb(17,17,17)",
                            "paper_bgcolor": "rgb(17,17,17)",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#f2f5fa"
                            },
                            "sliderdefaults": {
                                "bgcolor": "#C8D4E3",
                                "tickwidth": 0,
                                "bordercolor": "rgb(17,17,17)",
                                "borderwidth": 1
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#f2f5fa",
                                "arrowwidth": 1
                            },
                            "updatemenudefaults": {
                                "bgcolor": "#506784",
                                "borderwidth": 0
                            }
                        },
                        "themeRef": "PLOTLY_DARK"
                    },
                    "showlegend": false,
                    "uniformtext": {
                        "mode": false,
                        "minsize": 5
                    },
                    "plot_bgcolor": "rgb(255, 255, 255)",
                    "paper_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jimmyg23",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.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": "2025-03-19 23:02:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jimmyg23",
                "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": "2025-07-06T09:56:18.514666Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jimmyg23/288.embed",
            "fid": "jimmyg23:288",
            "filename": "Soybeans CoT",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/288/9_AQ99RX9RZY3XQ1GRLF6HP6QU9HD611.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/288/2_2EE2S84VTBMV9EZIQER392FGP38LFZ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/288/8_TB4A1FNPLFP0Q4KZL84QWDLAMW5GH0.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/288/9_AQ99RX9RZY3XQ1GRLF6HP6QU9HD611.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jimmyg23:288",
                "plots": "https://api.plotly.com/v2/plots/jimmyg23:288",
                "parent": "https://api.plotly.com/v2/folders/home?user=jimmyg23"
            },
            "owner": "jimmyg23",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jimmyg23/288/",
            "world_readable": true,
            "date_modified": "2025-07-11T21:09:29.098Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jimmyg23/288/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(255, 0, 51)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "PRODUCER NET"
                            }
                        },
                        "mode": "lines",
                        "name": "Producers",
                        "type": "scatter",
                        "xsrc": "jimmyg23:287:3f3324",
                        "ysrc": "jimmyg23:287:0ffb21",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(15, 95, 166)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "MM NET"
                            }
                        },
                        "mode": "lines",
                        "name": "Managed Money",
                        "type": "scatter",
                        "xsrc": "jimmyg23:287:3f3324",
                        "ysrc": "jimmyg23:287:24f80e",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(51, 186, 108)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "SWAP NET"
                            }
                        },
                        "mode": "lines",
                        "name": "Swaps Dealers",
                        "type": "scatter",
                        "xsrc": "jimmyg23:287:3f3324",
                        "ysrc": "jimmyg23:287:b5accd",
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(146, 82, 218)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "OTHER NET"
                            }
                        },
                        "mode": "lines",
                        "name": "Other Reportables",
                        "type": "scatter",
                        "xsrc": "jimmyg23:287:3f3324",
                        "ysrc": "jimmyg23:287:e51241",
                        "visible": "legendonly",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 16,
                        "color": "rgb(23, 50, 80)",
                        "family": "Roboto"
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 22
                        },
                        "text": ""
                    },
                    "xaxis": {
                        "type": "category",
                        "dtick": 5,
                        "range": [
                            0,
                            289
                        ],
                        "tick0": 5,
                        "ticks": "outside",
                        "nticks": 41,
                        "ticklen": 7,
                        "tickson": "labels",
                        "showline": true,
                        "tickmode": "linear",
                        "autorange": false,
                        "gridcolor": "rgb(184, 202, 224)",
                        "tickangle": 45,
                        "zerolinecolor": "rgb(212, 194, 153)"
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -424196.1666666667,
                            273267.1666666667
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 14
                            },
                            "text": "Net Positions"
                        },
                        "nticks": 15,
                        "ticklen": 13,
                        "showline": true,
                        "tickmode": "auto",
                        "autorange": true,
                        "zerolinecolor": "rgb(216, 161, 134)"
                    },
                    "legend": {
                        "x": 0.8599999999999999,
                        "y": 1.2200000000000002
                    },
                    "margin": {
                        "t": 80
                    },
                    "modebar": {
                        "color": "rgba(21, 54, 164, 0.3)",
                        "activecolor": "rgba(17, 53, 139, 0.7)",
                        "orientation": "v"
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#506784"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#2a3f5f"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    },
                                    "baxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "rgb(17,17,17)",
                                "showland": true,
                                "lakecolor": "rgb(17,17,17)",
                                "landcolor": "rgb(17,17,17)",
                                "showlakes": true,
                                "subunitcolor": "#506784"
                            },
                            "font": {
                                "color": "#f2f5fa"
                            },
                            "polar": {
                                "bgcolor": "rgb(17,17,17)",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "bgcolor": "rgb(17,17,17)"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "rgb(17,17,17)",
                            "paper_bgcolor": "rgb(17,17,17)",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#f2f5fa"
                            },
                            "sliderdefaults": {
                                "bgcolor": "#C8D4E3",
                                "tickwidth": 0,
                                "bordercolor": "rgb(17,17,17)",
                                "borderwidth": 1
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#f2f5fa",
                                "arrowwidth": 1
                            },
                            "updatemenudefaults": {
                                "bgcolor": "#506784",
                                "borderwidth": 0
                            }
                        },
                        "themeRef": "PLOTLY_DARK"
                    },
                    "showlegend": false,
                    "uniformtext": {
                        "mode": false,
                        "minsize": 5
                    },
                    "plot_bgcolor": "rgb(255, 255, 255)",
                    "paper_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jimmyg23",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.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": "2025-03-19 23:02:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jimmyg23",
                "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": "2025-07-06T08:52:39.808219Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mihaineken/1.embed",
            "fid": "mihaineken:1",
            "filename": "BTC daily amount",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/mihaineken/1/9_6GVEQ4FKCVTTWS5DCI1GDD0DLTG0KQ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/mihaineken/1/2_5FTFBXXKBVA7OV4DC7I7VGT25G7XVI.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mihaineken/1/8_KVCDC7LKA979NJ3AVXM74XO84XP1JB.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mihaineken/1/9_6GVEQ4FKCVTTWS5DCI1GDD0DLTG0KQ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mihaineken:1",
                "plots": "https://api.plotly.com/v2/plots/mihaineken:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=mihaineken"
            },
            "owner": "mihaineken",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~mihaineken/1/",
            "world_readable": true,
            "date_modified": "2025-07-06T09:40:59.193Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mihaineken/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "2051c5",
                        "meta": {
                            "columnNames": {
                                "x": "x",
                                "y": "y"
                            }
                        },
                        "name": "y",
                        "type": "bar",
                        "xsrc": "mihaineken:0:1036a7",
                        "ysrc": "mihaineken:0:ead897",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "width": ""
                            },
                            "color": "#9ad0f5"
                        },
                        "opacity": 1,
                        "visible": true,
                        "orientation": "v",
                        "hovertemplate": "",
                        "selectedpoints": [
                            1250,
                            1251,
                            1252,
                            1253,
                            1254,
                            1255,
                            1256,
                            1257,
                            1258,
                            1259,
                            1260,
                            1261,
                            1262,
                            1263,
                            1264,
                            1265,
                            1266,
                            1267,
                            1268,
                            1269,
                            1270,
                            1271,
                            1272,
                            1273,
                            1274,
                            1275,
                            1276,
                            1277,
                            1278,
                            1279,
                            1280,
                            1281,
                            1282,
                            1283,
                            1284,
                            1285,
                            1286,
                            1287,
                            1288,
                            1289,
                            1290,
                            1291,
                            1292,
                            1293,
                            1294,
                            1295,
                            1296,
                            1297,
                            1298,
                            1299,
                            1300,
                            1301,
                            1302,
                            1303,
                            1304,
                            1305,
                            1306,
                            1307,
                            1308,
                            1309,
                            1310,
                            1311,
                            1312,
                            1313,
                            1314,
                            1315,
                            1316,
                            1317,
                            1318,
                            1319,
                            1320,
                            1321,
                            1322,
                            1323,
                            1324,
                            1325,
                            1326,
                            1327,
                            1328,
                            1329,
                            1330,
                            1331,
                            1332,
                            1333,
                            1334,
                            1335,
                            1336,
                            1337,
                            1338,
                            1339,
                            1340,
                            1341,
                            1342,
                            1343,
                            1344,
                            1345,
                            1346,
                            1347,
                            1348,
                            1349,
                            1350,
                            1351,
                            1352,
                            1353,
                            1354,
                            1355,
                            1356,
                            1357,
                            1358,
                            1359,
                            1360,
                            1361,
                            1362,
                            1363,
                            1364,
                            1365,
                            1366,
                            1367,
                            1368,
                            1369,
                            1370,
                            1371,
                            1372,
                            1373,
                            1374,
                            1375,
                            1376,
                            1377,
                            1378,
                            1379,
                            1380,
                            1381,
                            1382,
                            1383,
                            1384,
                            1385,
                            1386,
                            1387,
                            1388,
                            1389,
                            1390,
                            1391,
                            1392,
                            1393,
                            1394,
                            1395,
                            1396,
                            1397,
                            1398,
                            1399,
                            1400,
                            1401,
                            1402,
                            1403,
                            1404,
                            1405,
                            1406,
                            1407,
                            1408,
                            1409,
                            1410,
                            1411,
                            1412,
                            1413,
                            1414,
                            1415,
                            1416,
                            1417,
                            1418,
                            1419,
                            1420,
                            1421,
                            1422,
                            1423,
                            1424,
                            1425,
                            1426,
                            1427,
                            1428,
                            1429,
                            1430,
                            1431,
                            1432,
                            1433,
                            1434,
                            1435,
                            1436,
                            1437,
                            1438,
                            1439,
                            1440,
                            1441,
                            1442,
                            1443,
                            1444,
                            1445,
                            1446,
                            1447,
                            1448,
                            1449,
                            1450,
                            1451,
                            1452,
                            1453,
                            1454,
                            1455,
                            1456,
                            1457,
                            1458,
                            1459,
                            1460,
                            1461,
                            1462,
                            1463,
                            1464,
                            1465,
                            1466,
                            1467,
                            1468,
                            1469,
                            1470,
                            1471,
                            1472,
                            1473,
                            1474,
                            1475,
                            1476,
                            1477,
                            1478,
                            1479,
                            1480,
                            1481,
                            1482,
                            1483,
                            1484,
                            1485,
                            1486,
                            1487,
                            1488,
                            1489,
                            1490,
                            1491,
                            1492,
                            1493,
                            1494,
                            1495,
                            1496,
                            1497,
                            1498,
                            1499,
                            1500,
                            1501,
                            1502,
                            1503,
                            1504,
                            1505,
                            1506,
                            1507,
                            1508,
                            1509,
                            1510,
                            1511,
                            1512,
                            1513,
                            1514,
                            1515,
                            1516,
                            1517,
                            1518,
                            1519,
                            1520,
                            1521,
                            1522,
                            1523,
                            1524,
                            1525,
                            1526,
                            1527,
                            1528,
                            1529,
                            1530,
                            1531,
                            1532,
                            1533,
                            1534,
                            1535,
                            1536,
                            1537,
                            1538,
                            1539,
                            1540,
                            1541,
                            1542,
                            1543,
                            1544,
                            1545,
                            1546,
                            1547,
                            1548,
                            1549,
                            1550,
                            1551,
                            1552,
                            1553,
                            1554,
                            1555,
                            1556,
                            1557,
                            1558,
                            1559,
                            1560,
                            1561,
                            1562,
                            1563,
                            1564,
                            1565,
                            1566,
                            1567,
                            1568,
                            1569,
                            1570,
                            1571,
                            1572,
                            1573,
                            1574,
                            1575,
                            1576,
                            1577,
                            1578,
                            1579,
                            1580,
                            1581,
                            1582,
                            1583,
                            1584,
                            1585,
                            1586,
                            1587,
                            1588,
                            1589,
                            1590,
                            1591,
                            1592,
                            1593,
                            1594,
                            1595,
                            1596,
                            1597,
                            1598,
                            1599,
                            1600,
                            1601,
                            1602,
                            1603,
                            1604,
                            1605,
                            1606,
                            1607,
                            1608,
                            1609,
                            1610,
                            1611,
                            1612,
                            1613,
                            1614,
                            1615,
                            1616,
                            1617,
                            1618,
                            1619,
                            1620,
                            1621,
                            1622,
                            1623,
                            1624,
                            1625,
                            1626,
                            1627,
                            1628,
                            1629,
                            1630,
                            1631,
                            1632,
                            1633,
                            1634,
                            1635,
                            1636,
                            1637,
                            1638,
                            1639,
                            1640,
                            1641,
                            1642,
                            1643,
                            1644,
                            1645,
                            1646,
                            1647,
                            1648,
                            1649,
                            1650,
                            1651,
                            1652,
                            1653,
                            1654,
                            1655,
                            1656,
                            1657,
                            1658,
                            1659,
                            1660,
                            1661,
                            1662,
                            1663,
                            1664,
                            1665,
                            1666,
                            1667,
                            1668,
                            1669,
                            1670,
                            1671,
                            1672,
                            1673,
                            1674,
                            1675,
                            1676,
                            1677,
                            1678,
                            1679,
                            1680,
                            1681,
                            1682,
                            1683,
                            1684,
                            1685,
                            1686,
                            1687,
                            1688,
                            1689,
                            1690,
                            1691,
                            1692,
                            1693,
                            1694,
                            1695,
                            1696,
                            1697,
                            1698,
                            1699,
                            1700,
                            1701,
                            1702,
                            1703,
                            1704,
                            1705,
                            1706,
                            1707,
                            1708,
                            1709,
                            1710,
                            1711,
                            1712,
                            1713,
                            1714,
                            1715,
                            1716,
                            1717,
                            1718,
                            1719,
                            1720,
                            1721,
                            1722,
                            1723,
                            1724,
                            1725,
                            1726,
                            1727,
                            1728,
                            1729,
                            1730,
                            1731,
                            1732,
                            1733,
                            1734,
                            1735,
                            1736,
                            1737,
                            1738,
                            1739,
                            1740,
                            1741,
                            1742,
                            1743,
                            1744,
                            1745,
                            1746,
                            1747,
                            1748,
                            1749,
                            1750,
                            1751,
                            1752,
                            1753,
                            1754,
                            1755,
                            1756,
                            1757,
                            1758,
                            1759,
                            1760,
                            1761,
                            1762,
                            1763,
                            1764,
                            1765,
                            1766,
                            1767,
                            1768,
                            1769,
                            1770,
                            1771,
                            1772,
                            1773,
                            1774,
                            1775,
                            1776,
                            1777,
                            1778,
                            1779,
                            1780,
                            1781,
                            1782,
                            1783,
                            1784,
                            1785,
                            1786,
                            1787,
                            1788,
                            1789,
                            1790,
                            1791,
                            1792,
                            1793,
                            1794,
                            1795,
                            1796,
                            1797,
                            1798,
                            1799,
                            1800,
                            1801,
                            1802,
                            1803,
                            1804,
                            1805,
                            1806,
                            1807,
                            1808,
                            1809,
                            1810,
                            1811,
                            1812,
                            1813,
                            1814,
                            1815,
                            1816,
                            1817,
                            1818,
                            1819,
                            1820,
                            1821,
                            1822,
                            1823,
                            1824,
                            1825,
                            1826,
                            1827,
                            1828,
                            1829,
                            1830,
                            1831,
                            1832,
                            1833,
                            1834,
                            1835,
                            1836,
                            1837,
                            1838,
                            1839,
                            1840,
                            1841,
                            1842,
                            1843,
                            1844,
                            1845,
                            1846,
                            1847,
                            1848,
                            1849,
                            1850,
                            1851,
                            1852,
                            1853,
                            1854,
                            1855,
                            1856,
                            1857,
                            1858,
                            1859,
                            1860,
                            1861,
                            1862,
                            1863,
                            1864,
                            1865,
                            1866,
                            1867,
                            1868,
                            1869,
                            1870,
                            1871,
                            1872,
                            1873,
                            1874,
                            1875,
                            1876,
                            1877,
                            1878,
                            1879,
                            1880,
                            1881,
                            1882,
                            1883,
                            1884,
                            1885,
                            1886,
                            1887,
                            1888,
                            1889,
                            1890,
                            1891,
                            1892,
                            1893,
                            1894,
                            1895,
                            1896,
                            1897,
                            1898,
                            1899,
                            1900,
                            1901,
                            1902,
                            1903,
                            1904,
                            1905,
                            1906,
                            1907,
                            1908,
                            1909,
                            1910,
                            1911,
                            1912,
                            1913,
                            1914,
                            1915,
                            1916,
                            1917,
                            1918,
                            1919,
                            1920,
                            1921,
                            1922,
                            1923,
                            1924,
                            1925,
                            1926,
                            1927,
                            1928,
                            1929,
                            1930,
                            1931,
                            1932,
                            1933,
                            1934,
                            1935,
                            1936,
                            1937,
                            1938,
                            1939,
                            1940,
                            1941,
                            1942,
                            1943,
                            1944,
                            1945,
                            1946,
                            1947,
                            1948,
                            1949,
                            1950,
                            1951,
                            1952,
                            1953,
                            1954,
                            1955,
                            1956,
                            1957,
                            1958,
                            1959,
                            1960,
                            1961,
                            1962,
                            1963,
                            1964,
                            1965,
                            1966,
                            1967,
                            1968,
                            1969,
                            1970,
                            1971,
                            1972,
                            1973,
                            1974,
                            1975,
                            1976,
                            1977,
                            1978,
                            1979,
                            1980,
                            1981,
                            1982,
                            1983,
                            1984,
                            1985,
                            1986,
                            1987,
                            1988,
                            1989,
                            1990,
                            1991,
                            1992,
                            1993,
                            1994,
                            1995,
                            1996,
                            1997,
                            1998,
                            1999,
                            2000,
                            2001,
                            2002,
                            2003,
                            2004,
                            2005,
                            2006,
                            2007,
                            2008,
                            2009,
                            2010,
                            2011,
                            2012,
                            2013,
                            2014,
                            2015,
                            2016,
                            2017,
                            2018,
                            2019,
                            2020,
                            2021,
                            2022,
                            2023,
                            2024,
                            2025,
                            2026,
                            2027,
                            2028,
                            2029,
                            2030,
                            2031,
                            2032,
                            2033,
                            2034,
                            2035,
                            2036,
                            2037,
                            2038,
                            2039,
                            2040,
                            2041,
                            2042,
                            2043,
                            2044,
                            2045,
                            2046,
                            2047,
                            2048,
                            2049,
                            2050,
                            2051,
                            2052,
                            2053,
                            2054,
                            2055,
                            2056,
                            2057,
                            2058,
                            2059,
                            2060,
                            2061,
                            2062,
                            2063,
                            2064,
                            2065,
                            2066,
                            2067,
                            2068,
                            2069,
                            2070,
                            2071,
                            2072,
                            2073,
                            2074,
                            2075,
                            2076,
                            2077,
                            2078,
                            2079,
                            2080,
                            2081,
                            2082,
                            2083,
                            2084,
                            2085,
                            2086,
                            2087,
                            2088,
                            2089,
                            2090,
                            2091,
                            2092,
                            2093,
                            2094,
                            2095,
                            2096,
                            2097,
                            2098,
                            2099,
                            2100,
                            2101,
                            2102,
                            2103,
                            2104,
                            2105,
                            2106,
                            2107,
                            2108,
                            2109,
                            2110,
                            2111,
                            2112,
                            2113,
                            2114,
                            2115,
                            2116,
                            2117,
                            2118,
                            2119,
                            2120,
                            2121,
                            2122,
                            2123,
                            2124,
                            2125,
                            2126,
                            2127,
                            2128,
                            2129,
                            2130,
                            2131,
                            2132,
                            2133,
                            2134,
                            2135,
                            2136,
                            2137,
                            2138,
                            2139,
                            2140,
                            2141,
                            2142,
                            2143,
                            2144,
                            2145,
                            2146,
                            2147,
                            2148,
                            2149,
                            2150,
                            2151,
                            2152,
                            2153,
                            2154,
                            2155,
                            2156,
                            2157,
                            2158,
                            2159,
                            2160,
                            2161,
                            2162,
                            2163,
                            2164,
                            2165,
                            2166,
                            2167,
                            2168,
                            2169,
                            2170,
                            2171,
                            2172,
                            2173,
                            2174,
                            2175,
                            2176,
                            2177,
                            2178,
                            2179,
                            2180,
                            2181,
                            2182,
                            2183,
                            2184,
                            2185,
                            2186,
                            2187,
                            2188,
                            2189,
                            2190,
                            2191,
                            2192,
                            2193,
                            2194,
                            2195,
                            2196,
                            2197,
                            2198,
                            2199,
                            2200,
                            2201,
                            2202,
                            2203,
                            2204,
                            2205,
                            2206,
                            2207,
                            2208,
                            2209,
                            2210,
                            2211,
                            2212,
                            2213,
                            2214,
                            2215,
                            2216,
                            2217,
                            2218,
                            2219,
                            2220,
                            2221,
                            2222,
                            2223,
                            2224,
                            2225,
                            2226,
                            2227,
                            2228,
                            2229,
                            2230,
                            2231,
                            2232,
                            2233,
                            2234,
                            2235,
                            2236,
                            2237,
                            2238,
                            2239,
                            2240,
                            2241,
                            2242,
                            2243,
                            2244,
                            2245,
                            2246,
                            2247,
                            2248,
                            2249,
                            2250,
                            2251,
                            2252,
                            2253,
                            2254,
                            2255,
                            2256,
                            2257,
                            2258,
                            2259,
                            2260,
                            2261,
                            2262,
                            2263,
                            2264,
                            2265,
                            2266,
                            2267,
                            2268,
                            2269,
                            2270,
                            2271,
                            2272,
                            2273,
                            2274,
                            2275,
                            2276,
                            2277,
                            2278,
                            2279,
                            2280,
                            2281,
                            2282,
                            2283,
                            2284,
                            2285,
                            2286,
                            2287,
                            2288,
                            2289,
                            2290,
                            2291,
                            2292,
                            2293,
                            2294,
                            2295,
                            2296,
                            2297,
                            2298,
                            2299,
                            2300,
                            2301,
                            2302,
                            2303,
                            2304,
                            2305,
                            2306,
                            2307,
                            2308,
                            2309,
                            2310,
                            2311,
                            2312,
                            2313,
                            2314,
                            2315,
                            2316,
                            2317,
                            2318,
                            2319,
                            2320,
                            2321,
                            2322,
                            2323,
                            2324,
                            2325,
                            2326,
                            2327,
                            2328,
                            2329,
                            2330,
                            2331,
                            2332,
                            2333,
                            2334,
                            2335,
                            2336,
                            2337,
                            2338,
                            2339,
                            2340,
                            2341,
                            2342,
                            2343,
                            2344,
                            2345,
                            2346,
                            2347,
                            2348,
                            2349,
                            2350,
                            2351,
                            2352,
                            2353,
                            2354,
                            2355,
                            2356,
                            2357,
                            2358,
                            2359,
                            2360,
                            2361,
                            2362,
                            2363,
                            2364,
                            2365,
                            2366,
                            2367,
                            2368,
                            2369,
                            2370,
                            2371,
                            2372,
                            2373,
                            2374,
                            2375,
                            2376,
                            2377,
                            2378,
                            2379,
                            2380,
                            2381,
                            2382,
                            2383,
                            2384,
                            2385,
                            2386,
                            2387,
                            2388,
                            2389,
                            2390,
                            2391,
                            2392,
                            2393,
                            2394,
                            2395,
                            2396,
                            2397,
                            2398,
                            2399,
                            2400,
                            2401,
                            2402,
                            2403,
                            2404,
                            2405,
                            2406,
                            2407,
                            2408,
                            2409,
                            2410,
                            2411,
                            2412,
                            2413,
                            2414,
                            2415,
                            2416,
                            2417,
                            2418,
                            2419,
                            2420,
                            2421,
                            2422,
                            2423,
                            2424,
                            2425,
                            2426,
                            2427,
                            2428,
                            2429,
                            2430,
                            2431,
                            2432,
                            2433,
                            2434,
                            2435,
                            2436,
                            2437,
                            2438,
                            2439,
                            2440,
                            2441,
                            2442,
                            2443,
                            2444,
                            2445,
                            2446,
                            2447,
                            2448,
                            2449,
                            2450,
                            2451,
                            2452,
                            2453,
                            2454,
                            2455,
                            2456,
                            2457,
                            2458,
                            2459,
                            2460,
                            2461,
                            2462,
                            2463,
                            2464,
                            2465,
                            2466,
                            2467,
                            2468,
                            2469,
                            2470,
                            2471,
                            2472,
                            2473,
                            2474,
                            2475,
                            2476,
                            2477,
                            2478,
                            2479,
                            2480,
                            2481,
                            2482,
                            2483,
                            2484,
                            2485,
                            2486,
                            2487,
                            2488,
                            2489,
                            2490,
                            2491,
                            2492,
                            2493,
                            2494,
                            2495,
                            2496,
                            2497,
                            2498,
                            2499,
                            2500,
                            2501,
                            2502,
                            2503,
                            2504,
                            2505,
                            2506,
                            2507,
                            2508,
                            2509,
                            2510,
                            2511,
                            2512,
                            2513,
                            2514,
                            2515,
                            2516,
                            2517,
                            2518,
                            2519,
                            2520,
                            2521,
                            2522,
                            2523,
                            2524,
                            2525,
                            2526,
                            2527,
                            2528,
                            2529,
                            2530,
                            2531,
                            2532,
                            2533,
                            2534,
                            2535,
                            2536,
                            2537,
                            2538,
                            2539,
                            2540,
                            2541,
                            2542,
                            2543,
                            2544,
                            2545,
                            2546,
                            2547,
                            2548,
                            2549,
                            2550,
                            2551,
                            2552,
                            2553,
                            2554,
                            2555,
                            2556,
                            2557,
                            2558,
                            2559,
                            2560,
                            2561,
                            2562,
                            2563,
                            2564,
                            2565,
                            2566,
                            2567,
                            2568,
                            2569,
                            2570,
                            2571,
                            2572,
                            2573,
                            2574,
                            2575,
                            2576,
                            2577,
                            2578,
                            2579,
                            2580,
                            2581,
                            2582,
                            2583,
                            2584,
                            2585,
                            2586,
                            2587,
                            2588,
                            2589,
                            2590,
                            2591,
                            2592,
                            2593,
                            2594,
                            2595,
                            2596,
                            2597,
                            2598,
                            2599,
                            2600,
                            2601,
                            2602,
                            2603,
                            2604,
                            2605,
                            2606,
                            2607,
                            2608,
                            2609,
                            2610,
                            2611,
                            2612,
                            2613,
                            2614,
                            2615,
                            2616,
                            2617,
                            2618,
                            2619,
                            2620,
                            2621,
                            2622,
                            2623,
                            2624,
                            2625,
                            2626,
                            2627,
                            2628,
                            2629,
                            2630,
                            2631,
                            2632,
                            2633,
                            2634,
                            2635,
                            2636,
                            2637,
                            2638,
                            2639,
                            2640,
                            2641,
                            2642,
                            2643,
                            2644,
                            2645,
                            2646,
                            2647,
                            2648,
                            2649,
                            2650,
                            2651,
                            2652,
                            2653,
                            2654,
                            2655,
                            2656,
                            2657,
                            2658,
                            2659,
                            2660,
                            2661,
                            2662,
                            2663,
                            2664,
                            2665,
                            2666,
                            2667,
                            2668,
                            2669,
                            2670,
                            2671,
                            2672,
                            2673,
                            2674,
                            2675,
                            2676,
                            2677,
                            2678,
                            2679,
                            2680,
                            2681,
                            2682,
                            2683,
                            2684,
                            2685,
                            2686,
                            2687,
                            2688,
                            2689,
                            2690,
                            2691,
                            2692,
                            2693,
                            2694,
                            2695,
                            2696,
                            2697,
                            2698,
                            2699,
                            2700,
                            2701,
                            2702,
                            2703,
                            2704,
                            2705,
                            2706,
                            2707,
                            2708,
                            2709,
                            2710,
                            2711,
                            2712,
                            2713,
                            2714,
                            2715,
                            2716,
                            2717,
                            2718,
                            2719,
                            2720,
                            2721,
                            2722,
                            2723,
                            2724,
                            2725,
                            2726,
                            2727,
                            2728,
                            2729,
                            2730,
                            2731,
                            2732,
                            2733,
                            2734,
                            2735,
                            2736,
                            2737,
                            2738,
                            2739,
                            2740,
                            2741,
                            2742,
                            2743,
                            2744,
                            2745,
                            2746,
                            2747,
                            2748,
                            2749,
                            2750,
                            2751,
                            2752,
                            2753,
                            2754,
                            2755,
                            2756,
                            2757,
                            2758,
                            2759,
                            2760,
                            2761,
                            2762,
                            2763,
                            2764,
                            2765,
                            2766,
                            2767,
                            2768,
                            2769,
                            2770,
                            2771,
                            2772,
                            2773,
                            2774,
                            2775,
                            2776,
                            2777,
                            2778,
                            2779,
                            2780,
                            2781,
                            2782,
                            2783,
                            2784,
                            2785,
                            2786,
                            2787,
                            2788,
                            2789,
                            2790,
                            2791,
                            2792,
                            2793,
                            2794,
                            2795,
                            2796,
                            2797,
                            2798,
                            2799,
                            2800,
                            2801,
                            2802,
                            2803,
                            2804,
                            2805,
                            2806,
                            2807,
                            2808,
                            2809,
                            2810,
                            2811,
                            2812,
                            2813,
                            2814,
                            2815,
                            2816,
                            2817,
                            2818,
                            2819,
                            2820,
                            2821,
                            2822,
                            2823,
                            2824,
                            2825,
                            2826,
                            2827,
                            2828,
                            2829,
                            2830,
                            2831,
                            2832,
                            2833,
                            2834,
                            2835,
                            2836,
                            2837,
                            2838,
                            2839,
                            2840,
                            2841,
                            2842,
                            2843,
                            2844,
                            2845,
                            2846,
                            2847,
                            2848,
                            2849,
                            2850,
                            2851,
                            2852,
                            2853,
                            2854,
                            2855,
                            2856,
                            2857,
                            2858,
                            2859,
                            2860,
                            2861,
                            2862,
                            2863,
                            2864,
                            2865,
                            2866,
                            2867,
                            2868,
                            2869,
                            2870,
                            2871,
                            2872,
                            2873,
                            2874,
                            2875,
                            2876,
                            2877,
                            2878,
                            2879,
                            2880,
                            2881,
                            2882,
                            2883,
                            2884,
                            2885,
                            2886,
                            2887,
                            2888,
                            2889,
                            2890,
                            2891,
                            2892,
                            2893,
                            2894,
                            2895,
                            2896,
                            2897,
                            2898,
                            2899,
                            2900,
                            2901,
                            2902,
                            2903,
                            2904,
                            2905,
                            2906,
                            2907,
                            2908,
                            2909,
                            2910,
                            2911,
                            2912,
                            2913,
                            2914,
                            2915,
                            2916,
                            2917,
                            2918,
                            2919,
                            2920,
                            2921,
                            2922,
                            2923,
                            2924,
                            2925,
                            2926,
                            2927,
                            2928,
                            2929,
                            2930,
                            2931,
                            2932,
                            2933,
                            2934,
                            2935,
                            2936,
                            2937,
                            2938,
                            2939,
                            2940,
                            2941,
                            2942,
                            2943,
                            2944,
                            2945,
                            2946,
                            2947,
                            2948,
                            2949,
                            2950,
                            2951,
                            2952,
                            2953,
                            2954,
                            2955,
                            2956,
                            2957,
                            2958,
                            2959,
                            2960,
                            2961,
                            2962,
                            2963,
                            2964,
                            2965,
                            2966,
                            2967,
                            2968,
                            2969,
                            2970,
                            2971,
                            2972,
                            2973,
                            2974,
                            2975,
                            2976,
                            2977,
                            2978,
                            2979,
                            2980,
                            2981,
                            2982,
                            2983,
                            2984,
                            2985,
                            2986,
                            2987,
                            2988,
                            2989,
                            2990,
                            2991,
                            2992,
                            2993,
                            2994,
                            2995,
                            2996,
                            2997,
                            2998,
                            2999,
                            3000,
                            3001,
                            3002,
                            3003,
                            3004,
                            3005,
                            3006,
                            3007,
                            3008,
                            3009,
                            3010,
                            3011,
                            3012,
                            3013,
                            3014,
                            3015,
                            3016,
                            3017,
                            3018,
                            3019,
                            3020,
                            3021,
                            3022,
                            3023,
                            3024,
                            3025,
                            3026,
                            3027,
                            3028,
                            3029,
                            3030,
                            3031,
                            3032,
                            3033,
                            3034,
                            3035,
                            3036,
                            3037,
                            3038,
                            3039,
                            3040,
                            3041,
                            3042,
                            3043,
                            3044,
                            3045,
                            3046,
                            3047,
                            3048,
                            3049,
                            3050,
                            3051,
                            3052,
                            3053,
                            3054,
                            3055,
                            3056,
                            3057,
                            3058,
                            3059,
                            3060,
                            3061,
                            3062,
                            3063,
                            3064,
                            3065,
                            3066,
                            3067,
                            3068,
                            3069,
                            3070,
                            3071,
                            3072,
                            3073,
                            3074,
                            3075,
                            3076,
                            3077,
                            3078,
                            3079,
                            3080,
                            3081,
                            3082,
                            3083,
                            3084,
                            3085,
                            3086,
                            3087,
                            3088,
                            3089,
                            3090,
                            3091,
                            3092,
                            3093,
                            3094,
                            3095,
                            3096,
                            3097,
                            3098,
                            3099,
                            3100,
                            3101,
                            3102,
                            3103,
                            3104,
                            3105,
                            3106,
                            3107,
                            3108,
                            3109,
                            3110,
                            3111,
                            3112,
                            3113,
                            3114,
                            3115,
                            3116,
                            3117,
                            3118,
                            3119,
                            3120,
                            3121,
                            3122,
                            3123,
                            3124,
                            3125,
                            3126,
                            3127,
                            3128,
                            3129,
                            3130,
                            3131,
                            3132,
                            3133,
                            3134,
                            3135,
                            3136,
                            3137,
                            3138,
                            3139,
                            3140,
                            3141,
                            3142,
                            3143,
                            3144,
                            3145,
                            3146,
                            3147,
                            3148,
                            3149,
                            3150,
                            3151,
                            3152,
                            3153,
                            3154,
                            3155,
                            3156,
                            3157,
                            3158,
                            3159,
                            3160,
                            3161,
                            3162,
                            3163,
                            3164,
                            3165,
                            3166,
                            3167,
                            3168,
                            3169,
                            3170,
                            3171,
                            3172,
                            3173,
                            3174,
                            3175,
                            3176,
                            3177,
                            3178,
                            3179,
                            3180,
                            3181,
                            3182,
                            3183,
                            3184,
                            3185,
                            3186,
                            3187,
                            3188,
                            3189,
                            3190,
                            3191,
                            3192,
                            3193,
                            3194,
                            3195,
                            3196,
                            3197,
                            3198,
                            3199,
                            3200,
                            3201,
                            3202,
                            3203
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Daily BTC Amount Transactioned & Close Price"
                    },
                    "width": 762,
                    "xaxis": {
                        "side": "bottom",
                        "type": "date",
                        "dtick": 604800000,
                        "range": [
                            "2008-12-31 04:17:33.7984",
                            "2022-09-08 16:42:20.7488"
                        ],
                        "tick0": "2000-01-02",
                        "ticks": "inside",
                        "title": {
                            "text": "Date"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "mirror": "ticks",
                        "nticks": 10,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 12
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "#444",
                        "linewidth": 1,
                        "automargin": true,
                        "fixedrange": false,
                        "showspikes": false,
                        "rangeslider": {
                            "range": [
                                "2008-12-31 04:17:33.7984",
                                "2022-09-16 12:00"
                            ],
                            "yaxis": {
                                "rangemode": "match"
                            },
                            "visible": true,
                            "autorange": true
                        },
                        "rangeselector": {
                            "buttons": [
                                {}
                            ],
                            "visible": false
                        },
                        "spikethickness": 30
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "dtick": 5000,
                        "range": [
                            0,
                            49466121.039824836
                        ],
                        "tick0": 0,
                        "ticks": "inside",
                        "title": {
                            "text": "BTC amount"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "mirror": "ticks",
                        "nticks": 5,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 12
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": true,
                        "linecolor": "#444",
                        "linewidth": 1,
                        "fixedrange": true,
                        "showspikes": false,
                        "spikethickness": 30
                    },
                    "bargap": 10,
                    "height": 522,
                    "barnorm": "",
                    "modebar": {
                        "color": "rgba(68, 68, 68, 0.3)",
                        "bgcolor": "#ffffff",
                        "activecolor": "rgba(68, 68, 68, 0.7)"
                    },
                    "autosize": true,
                    "dragmode": "pan",
                    "clickmode": "none",
                    "hovermode": "x",
                    "hoverlabel": {
                        "align": "auto"
                    },
                    "showlegend": false,
                    "selectdirection": "h"
                }
            },
            "height": 522,
            "width": 762,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mihaineken",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/47.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-06 08:47:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mihaineken",
                "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": "2025-07-06T08:49:55.199812Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Srisahana/1.embed",
            "fid": "Srisahana:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Srisahana/1/9_8LOCWFAVWFV0WMZEJ92MJLXI9M0JDZ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Srisahana/1/2_KK36WK3BBS1INK6HYQJ5ZB94QV4ZA2.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Srisahana/1/8_C18TITUVK5TM3DDB31Z5RYEK8UG25Z.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Srisahana/1/9_8LOCWFAVWFV0WMZEJ92MJLXI9M0JDZ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Srisahana:1",
                "plots": "https://api.plotly.com/v2/plots/Srisahana:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=Srisahana"
            },
            "owner": "Srisahana",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Srisahana/1/",
            "world_readable": true,
            "date_modified": "2025-07-06T08:49:55.212Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Srisahana/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "data.0.x",
                                "y": "data.0.y",
                                "text": "data.0.text",
                                "measure": "data.0.measure"
                            }
                        },
                        "mode": "markers",
                        "name": "Rent price composition",
                        "type": "bar",
                        "xsrc": "Srisahana:0:d029d6",
                        "ysrc": "Srisahana:0:80283a",
                        "textsrc": "Srisahana:0:b6e196",
                        "connector": {
                            "line": {
                                "color": "rgb(63, 63, 63)"
                            }
                        },
                        "measuresrc": "Srisahana:0:8bb7c5",
                        "orientation": "v",
                        "textposition": "middle center"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": ""
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            3.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            0.2536842105263158
                        ],
                        "title": {
                            "text": "Click to enter Y axis title"
                        },
                        "autorange": true
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "rgb(231,231,240)"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "rgb(183,183,191)"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "rgb(36,36,36)",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "rgb(36,36,36)"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "rgb(36,36,36)",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "rgb(36,36,36)"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "rgb(234,234,242)",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "rgb(36,36,36)"
                            },
                            "polar": {
                                "bgcolor": "rgb(234,234,242)",
                                "radialaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(234,234,242)"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(234,234,242)"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(234,234,242)"
                                }
                            },
                            "xaxis": {
                                "ticks": "",
                                "showgrid": true,
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white"
                            },
                            "yaxis": {
                                "ticks": "",
                                "showgrid": true,
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "rgb(234,234,242)"
                            },
                            "colorway": [
                                "rgb(76,114,176)",
                                "rgb(221,132,82)",
                                "rgb(85,168,104)",
                                "rgb(196,78,82)",
                                "rgb(129,114,179)",
                                "rgb(147,120,96)",
                                "rgb(218,139,195)",
                                "rgb(140,140,140)",
                                "rgb(204,185,116)",
                                "rgb(100,181,205)"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#67001f"
                                    ],
                                    [
                                        0.1,
                                        "#b2182b"
                                    ],
                                    [
                                        0.2,
                                        "#d6604d"
                                    ],
                                    [
                                        0.3,
                                        "#f4a582"
                                    ],
                                    [
                                        0.4,
                                        "#fddbc7"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#d1e5f0"
                                    ],
                                    [
                                        0.7,
                                        "#92c5de"
                                    ],
                                    [
                                        0.8,
                                        "#4393c3"
                                    ],
                                    [
                                        0.9,
                                        "#2166ac"
                                    ],
                                    [
                                        1,
                                        "#053061"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "rgb(2,4,25)"
                                    ],
                                    [
                                        0.06274509803921569,
                                        "rgb(24,15,41)"
                                    ],
                                    [
                                        0.12549019607843137,
                                        "rgb(47,23,57)"
                                    ],
                                    [
                                        0.18823529411764706,
                                        "rgb(71,28,72)"
                                    ],
                                    [
                                        0.25098039215686274,
                                        "rgb(97,30,82)"
                                    ],
                                    [
                                        0.3137254901960784,
                                        "rgb(123,30,89)"
                                    ],
                                    [
                                        0.3764705882352941,
                                        "rgb(150,27,91)"
                                    ],
                                    [
                                        0.4392156862745098,
                                        "rgb(177,22,88)"
                                    ],
                                    [
                                        0.5019607843137255,
                                        "rgb(203,26,79)"
                                    ],
                                    [
                                        0.5647058823529412,
                                        "rgb(223,47,67)"
                                    ],
                                    [
                                        0.6274509803921569,
                                        "rgb(236,76,61)"
                                    ],
                                    [
                                        0.6901960784313725,
                                        "rgb(242,107,73)"
                                    ],
                                    [
                                        0.7529411764705882,
                                        "rgb(244,135,95)"
                                    ],
                                    [
                                        0.8156862745098039,
                                        "rgb(245,162,122)"
                                    ],
                                    [
                                        0.8784313725490196,
                                        "rgb(246,188,153)"
                                    ],
                                    [
                                        0.9411764705882353,
                                        "rgb(247,212,187)"
                                    ],
                                    [
                                        1,
                                        "rgb(250,234,220)"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "rgb(2,4,25)"
                                    ],
                                    [
                                        0.06274509803921569,
                                        "rgb(24,15,41)"
                                    ],
                                    [
                                        0.12549019607843137,
                                        "rgb(47,23,57)"
                                    ],
                                    [
                                        0.18823529411764706,
                                        "rgb(71,28,72)"
                                    ],
                                    [
                                        0.25098039215686274,
                                        "rgb(97,30,82)"
                                    ],
                                    [
                                        0.3137254901960784,
                                        "rgb(123,30,89)"
                                    ],
                                    [
                                        0.3764705882352941,
                                        "rgb(150,27,91)"
                                    ],
                                    [
                                        0.4392156862745098,
                                        "rgb(177,22,88)"
                                    ],
                                    [
                                        0.5019607843137255,
                                        "rgb(203,26,79)"
                                    ],
                                    [
                                        0.5647058823529412,
                                        "rgb(223,47,67)"
                                    ],
                                    [
                                        0.6274509803921569,
                                        "rgb(236,76,61)"
                                    ],
                                    [
                                        0.6901960784313725,
                                        "rgb(242,107,73)"
                                    ],
                                    [
                                        0.7529411764705882,
                                        "rgb(244,135,95)"
                                    ],
                                    [
                                        0.8156862745098039,
                                        "rgb(245,162,122)"
                                    ],
                                    [
                                        0.8784313725490196,
                                        "rgb(246,188,153)"
                                    ],
                                    [
                                        0.9411764705882353,
                                        "rgb(247,212,187)"
                                    ],
                                    [
                                        1,
                                        "rgb(250,234,220)"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "rgb(234,234,242)",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.5,
                                "fillcolor": "rgb(67,103,167)"
                            },
                            "annotationdefaults": {
                                "arrowcolor": "rgb(67,103,167)"
                            }
                        },
                        "themeRef": "SEABORN"
                    },
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Srisahana",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-06 08:43:58",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Srisahana",
                "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": "2025-07-06T08:45:58.836976Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~POHUNGCHENG/29.embed",
            "fid": "POHUNGCHENG:29",
            "filename": "珠鍊拉伸",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/POHUNGCHENG/29/9_GKQU5QD8TAHPZ24PZF533DEG5FFMJR.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/POHUNGCHENG/29/2_A7CMY1DUCVXVEPUU2T9ZKPIP9AN4PM.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/POHUNGCHENG/29/8_4M86XRGLWZB2EDEGNSL9OWBH6JBFL3.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/POHUNGCHENG/29/9_GKQU5QD8TAHPZ24PZF533DEG5FFMJR.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/POHUNGCHENG:29",
                "plots": "https://api.plotly.com/v2/plots/POHUNGCHENG:29",
                "parent": "https://api.plotly.com/v2/folders/home?user=POHUNGCHENG"
            },
            "owner": "POHUNGCHENG",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~POHUNGCHENG/29/",
            "world_readable": true,
            "date_modified": "2025-07-06T08:51:19.763Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~POHUNGCHENG/29/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "G",
                                "y": "H"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "POHUNGCHENG:28:c1bf6a",
                        "ysrc": "POHUNGCHENG:28:a00097",
                        "stackgroup": null,
                        "hovertemplate": ""
                    },
                    {
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "J",
                                "y": "K"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "POHUNGCHENG:28:56eba9",
                        "ysrc": "POHUNGCHENG:28:65b4ff",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "P",
                                "y": "Q"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "POHUNGCHENG:28:704f46",
                        "ysrc": "POHUNGCHENG:28:f8f815",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "珠鍊拉伸數據表"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            3.552305
                        ],
                        "title": {
                            "text": "Displacement (mm)"
                        },
                        "domain": [
                            0,
                            0.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.8555555555555555,
                            16.255555555555556
                        ],
                        "title": {
                            "text": "Load (kgf)"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true
                    },
                    "legend": {
                        "x": 0.5245454545454545,
                        "y": 1
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~POHUNGCHENG",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/3.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-22 15:46:02",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "POHUNGCHENG",
                "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": "2025-07-06T08:30:03.783775Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~zola01/1.embed",
            "fid": "zola01:1",
            "filename": "sunburst_chart_interactif",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/zola01/1/9_JU6A7WI9F2HH2KN68W5UZA89EWPZ1V.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/zola01/1/2_3UNAU8I7TQNU57J2PZK7A94Q90WAT6.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/zola01/1/8_UU3BGDX55P9BLDQJRDY8FDBNS26G4Z.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/zola01/1/9_JU6A7WI9F2HH2KN68W5UZA89EWPZ1V.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/zola01:1",
                "plots": "https://api.plotly.com/v2/plots/zola01:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=zola01"
            },
            "owner": "zola01",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~zola01/1/",
            "world_readable": true,
            "date_modified": "2025-07-06T08:36:17.441Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~zola01/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "sunburst",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(255,255,255,1)"
                            },
                            "color": "rgba(31,119,180,1)",
                            "colorssrc": "zola01:0:0ca99b"
                        },
                        "textinfo": "label+percent entry",
                        "labelssrc": "zola01:0:0fc66b",
                        "valuessrc": "zola01:0:013470",
                        "parentssrc": "zola01:0:de6216",
                        "branchvalues": "total",
                        "hoverinfosrc": "zola01:0:e1ffa4"
                    }
                ],
                "layout": {
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~zola01",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-06 08:22:01",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "zola01",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}