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

{
    "next": "https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA2LTI2KzIwJTNBNDclM0EwOC41MzYyODQlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNi0yNyswMiUzQTE4JTNBMDEuNTgwOTQxJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-06-27T02:18:01.580941Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~legend05070911/3.embed",
            "fid": "legend05070911:3",
            "filename": "华为网卡2*100G 线程数为4时rdma的时延数据plot",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/legend05070911/3/9_IJG5MO6D2USFHVLFKKIS1WSHLDOXDJ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/legend05070911/3/2_0WTC34AT7SD38DL6S7VRKKSAGN5U9E.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/legend05070911/3/8_RCM0BWBZ84WY18HM6QLEYHXXDDAEVV.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/legend05070911/3/9_IJG5MO6D2USFHVLFKKIS1WSHLDOXDJ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/legend05070911:3",
                "plots": "https://api.plotly.com/v2/plots/legend05070911:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=legend05070911"
            },
            "owner": "legend05070911",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~legend05070911/3/",
            "world_readable": true,
            "date_modified": "2025-06-27T04:56:00.063Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~legend05070911/3/",
            "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"
                            }
                        },
                        "mode": "lines+markers",
                        "name": "io-depth 1",
                        "type": "scatter",
                        "xsrc": "legend05070911:2:8cb16b",
                        "ysrc": "legend05070911:2:b425c5"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "data.1.x",
                                "y": "data.1.y"
                            }
                        },
                        "mode": "lines+markers",
                        "name": "io-depth 8",
                        "type": "scatter",
                        "xsrc": "legend05070911:2:54517a",
                        "ysrc": "legend05070911:2:93ca71",
                        "xaxis": "x"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "华为网卡2*100G 线程数为4时rdma的时延数据"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -84.832254267216,
                            1694.832254267216
                        ],
                        "title": {
                            "text": "连接数(per-thread)"
                        },
                        "autorange": true,
                        "showspikes": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            13.684183410613088,
                            108.31581658938691
                        ],
                        "title": {
                            "text": "时延(us)"
                        },
                        "autorange": true,
                        "showspikes": false
                    },
                    "legend": {
                        "x": 0.5257591511327885,
                        "y": 1.197547467487647
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "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
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "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
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "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,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~legend05070911",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-26 13:16:36",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "legend05070911",
                "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-06-27T02:04:40.883697Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cjdeok/13.embed",
            "fid": "cjdeok:13",
            "filename": "Plot 13",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cjdeok/13/9_O4C3CDHZJTGC1KVZ6HSBS3ADDF1NGB.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/cjdeok/13/2_GVSDI4306HMQYYCY9GEDXRK3HHAVVZ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cjdeok/13/8_L1O56MGUP40AX57PBFWORI7WBWC6IF.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cjdeok/13/9_O4C3CDHZJTGC1KVZ6HSBS3ADDF1NGB.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cjdeok:13",
                "plots": "https://api.plotly.com/v2/plots/cjdeok:13",
                "parent": "https://api.plotly.com/v2/folders/home?user=cjdeok"
            },
            "owner": "cjdeok",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cjdeok/13/",
            "world_readable": true,
            "date_modified": "2025-06-27T02:04:40.898Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cjdeok/13/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "연도",
                                "y": " 102㎡초과"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "cjdeok:8:f81f3e",
                        "ysrc": "cjdeok:8:b30529",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "연도",
                                "y": " 60㎡이하"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "cjdeok:8:f81f3e",
                        "ysrc": "cjdeok:8:eb3f80",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "연도",
                                "y": " 60㎡초과 85㎡이하"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "cjdeok:8:f81f3e",
                        "ysrc": "cjdeok:8:0fbd6d",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "연도",
                                "y": " 85㎡초과 102㎡이하"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "cjdeok:8:f81f3e",
                        "ysrc": "cjdeok:8:cdb65f",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            2015,
                            2020
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            2592.401111111111,
                            4634.178888888889
                        ],
                        "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/~cjdeok",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.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-06-27 01:02:42",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cjdeok",
                "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-06-27T02:03:01.771003Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~vijay.karthik/3.embed",
            "fid": "vijay.karthik:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/vijay.karthik/3/9_V8OTQPMLEW65EFJ27V8XJ5KYC5STMT.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/vijay.karthik/3/2_UZSN3WNHPHMPMIV7OB21UKMQ44DDCH.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vijay.karthik/3/8_64SBF83ACD0GLR0A0FTK4451D3Z661.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vijay.karthik/3/9_V8OTQPMLEW65EFJ27V8XJ5KYC5STMT.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/vijay.karthik:3",
                "plots": "https://api.plotly.com/v2/plots/vijay.karthik:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=vijay.karthik"
            },
            "owner": "vijay.karthik",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~vijay.karthik/3/",
            "world_readable": true,
            "date_modified": "2025-07-05T12:04:51.434Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~vijay.karthik/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": true,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Match Ball No",
                                "y": "PitchLength",
                                "z": "COF",
                                "marker": {
                                    "color": "Paceorspin"
                                }
                            }
                        },
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "vijay.karthik:2:ec3234",
                        "ysrc": "vijay.karthik:2:cc1e81",
                        "zsrc": "vijay.karthik:2:d8da48",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "color": "Paceorspin"
                                }
                            },
                            "colorsrc": "vijay.karthik:2:0f4276"
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "title": {
                                "text": "Ball No"
                            }
                        },
                        "yaxis": {
                            "type": "linear",
                            "title": {
                                "text": "Pitch Length"
                            }
                        },
                        "zaxis": {
                            "type": "linear",
                            "title": {
                                "text": "COR"
                            }
                        },
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": -1.5127613750788849,
                                "y": -1.2757509812169767,
                                "z": -0.39037250739920987
                            },
                            "center": {
                                "x": 0.10580642658373043,
                                "y": 0.13439412071250442,
                                "z": -0.10889593124168719
                            },
                            "projection": {
                                "type": "orthographic"
                            }
                        },
                        "dragmode": "turntable",
                        "aspectmode": "manual",
                        "aspectratio": {
                            "x": 2.3579476910000117,
                            "y": 2.3579476910000117,
                            "z": 2.3579476910000117
                        }
                    },
                    "title": {
                        "text": "Click to enter Plot title"
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~vijay.karthik",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-26 12:55:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "vijay.karthik",
                "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-06-26T23:54:02.347726Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~wooeng/1.embed",
            "fid": "wooeng:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/wooeng/1/9_68PRP2SYZA3O2UKFFJ1261HW57D2T4.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/wooeng/1/2_6Q1SJW2SW3NQ0C1ELKNZ5YMQF4SG4W.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wooeng/1/8_6USKHYDIFKF2TO646H71KB5L55N35W.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/wooeng/1/9_68PRP2SYZA3O2UKFFJ1261HW57D2T4.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/wooeng:1",
                "plots": "https://api.plotly.com/v2/plots/wooeng:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=wooeng"
            },
            "owner": "wooeng",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~wooeng/1/",
            "world_readable": true,
            "date_modified": "2025-06-26T23:54:02.357Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~wooeng/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "전압",
                                "y": "전류"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "wooeng:0:42a771",
                        "ysrc": "wooeng:0:7b42cf"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "전압",
                                "y": "출력"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "wooeng:0:42a771",
                        "ysrc": "wooeng:0:d3d740",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.021180789232181106,
                            1.461180789232181
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.00010750968264276831,
                            0.003641865237942768
                        ],
                        "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/~wooeng",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/27.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-26 23:42:00",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "wooeng",
                "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-06-26T23:50:24.452624Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gtchen/11.embed",
            "fid": "gtchen:11",
            "filename": "Plot 11",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/gtchen/11/9_K0MGZKFNQL34CTBG7O8G4ZDOKTV0J8.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gtchen/11/2_F32ZJSE3ZBG0O3VH0CKPXMZ35Q9259.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gtchen/11/8_8RSMEIIE96RHB3SMAVCPLGIY12I6SE.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gtchen/11/9_K0MGZKFNQL34CTBG7O8G4ZDOKTV0J8.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gtchen:11",
                "plots": "https://api.plotly.com/v2/plots/gtchen:11",
                "parent": "https://api.plotly.com/v2/folders/home?user=gtchen"
            },
            "owner": "gtchen",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~gtchen/11/",
            "world_readable": true,
            "date_modified": "2025-06-26T23:50:24.465Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gtchen/11/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "x",
                                "y": "y"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "Baseline Kissat ",
                        "type": "scatter",
                        "xsrc": "gtchen:10:0709e1",
                        "ysrc": "gtchen:10:5f1638",
                        "marker": {
                            "opacity": 0.6
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "ML-Kissat",
                        "type": "scatter",
                        "xsrc": "gtchen:10:91f7d0",
                        "ysrc": "gtchen:10:6440f7",
                        "marker": {
                            "symbol": "diamond",
                            "opacity": 0.6
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 20
                    },
                    "title": {
                        "text": "Figure 4: Baseline Kissat vs ML-Kissat"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -11.66453447050462,
                            219.66453447050463
                        ],
                        "title": {
                            "text": "Problems solved"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "dtick": 1000,
                        "range": [
                            -260.8206256109482,
                            4262.820625610948
                        ],
                        "tick0": 0,
                        "title": {
                            "text": "Time"
                        },
                        "tickmode": "linear",
                        "autorange": true
                    },
                    "images": [],
                    "legend": {
                        "x": 0.9585681914199025,
                        "y": 1
                    },
                    "shapes": [],
                    "autosize": true,
                    "dragmode": "zoom",
                    "annotations": []
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gtchen",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-03-16 01:32:56",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gtchen",
                "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-06-26T23:47:18.037460Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gtchen/9.embed",
            "fid": "gtchen:9",
            "filename": "Plot 9",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/gtchen/9/9_YY4YROWXKND4NW6ECHO27KBDXIRZ9W.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gtchen/9/2_00XC89VNS64C3XL3J46Q9YNN7EWTZ6.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gtchen/9/8_Q1L94601QV9GWVFK7NAT5V6E4MEI7A.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gtchen/9/9_YY4YROWXKND4NW6ECHO27KBDXIRZ9W.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gtchen:9",
                "plots": "https://api.plotly.com/v2/plots/gtchen:9",
                "parent": "https://api.plotly.com/v2/folders/home?user=gtchen"
            },
            "owner": "gtchen",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~gtchen/9/",
            "world_readable": true,
            "date_modified": "2025-06-26T23:47:18.049Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gtchen/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "x",
                                "y": "y"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "Baseline Glucose ",
                        "type": "scatter",
                        "xsrc": "gtchen:8:de162c",
                        "ysrc": "gtchen:8:28a9c6",
                        "marker": {
                            "size": 6,
                            "opacity": 0.6
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "ML-Glucose",
                        "type": "scatter",
                        "xsrc": "gtchen:8:53f1e2",
                        "ysrc": "gtchen:8:725147",
                        "marker": {
                            "size": 6,
                            "color": "rgb(255, 180, 14)",
                            "symbol": "diamond",
                            "opacity": 0.6
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 20
                    },
                    "title": {
                        "text": "Figure 3: Baseline Glucose vs ML-Glucose"
                    },
                    "xaxis": {
                        "type": "linear",
                        "dtick": 1000,
                        "range": [
                            -10.218813905930473,
                            194.21881390593046
                        ],
                        "tick0": 0,
                        "title": {
                            "text": "Problems solved"
                        },
                        "tickmode": "auto",
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "dtick": 1000,
                        "range": [
                            -258.6891495601173,
                            4262.689149560118
                        ],
                        "title": {
                            "text": "Time"
                        },
                        "tickmode": "linear",
                        "autorange": true
                    },
                    "images": [],
                    "legend": {
                        "x": 0.9585681914199025,
                        "y": 1
                    },
                    "shapes": [],
                    "autosize": true,
                    "dragmode": "zoom",
                    "annotations": []
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gtchen",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-03-16 01:32:56",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gtchen",
                "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-06-26T23:42:14.585192Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gtchen/7.embed",
            "fid": "gtchen:7",
            "filename": "Plot 7",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/gtchen/7/9_LR64ILDIFNDN82OCDKUAHPREH6KVG4.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gtchen/7/2_X3OEC8N8IA7PPRLKEXZK4QDP48ZXXV.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gtchen/7/8_PN2A66FLLL9LSOA2VTO27F9VN66HS5.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gtchen/7/9_LR64ILDIFNDN82OCDKUAHPREH6KVG4.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gtchen:7",
                "plots": "https://api.plotly.com/v2/plots/gtchen:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=gtchen"
            },
            "owner": "gtchen",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~gtchen/7/",
            "world_readable": true,
            "date_modified": "2025-06-26T23:42:14.597Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gtchen/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "x",
                                "y": "y"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "Baseline Kissat ",
                        "type": "scatter",
                        "xsrc": "gtchen:6:d11c54",
                        "ysrc": "gtchen:6:5406a9",
                        "marker": {
                            "opacity": 0.6
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "ML-Kissat",
                        "type": "scatter",
                        "xsrc": "gtchen:6:edc0de",
                        "ysrc": "gtchen:6:c54207",
                        "marker": {
                            "symbol": "diamond",
                            "opacity": 0.6
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 20
                    },
                    "title": {
                        "text": "Figure 4: Baseline Kissat vs ML-Kissat"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            0,
                            220
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 20
                            },
                            "text": "Problems solved"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "showline": true,
                        "tickfont": {
                            "size": 20
                        },
                        "autorange": false,
                        "showspikes": false,
                        "rangeslider": {
                            "range": [
                                -11.578905630452024,
                                220
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true,
                            "thickness": 0
                        },
                        "spikethickness": 20
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "dtick": 1000,
                        "range": [
                            0,
                            4000
                        ],
                        "tick0": 0,
                        "title": {
                            "font": {
                                "size": 20
                            },
                            "text": "Time"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "showline": true,
                        "tickfont": {
                            "size": 20
                        },
                        "tickmode": "linear",
                        "autorange": false,
                        "tickangle": "auto",
                        "automargin": false,
                        "showspikes": false,
                        "tickformat": "",
                        "tickprefix": "",
                        "showexponent": "all",
                        "exponentformat": "none",
                        "showticklabels": true,
                        "separatethousands": false
                    },
                    "images": [],
                    "legend": {
                        "x": 0.9585681914199025,
                        "y": 1,
                        "font": {
                            "size": 20
                        },
                        "title": {
                            "font": {
                                "size": 10
                            },
                            "text": "<br>"
                        },
                        "borderwidth": 0,
                        "orientation": "v"
                    },
                    "shapes": [],
                    "autosize": true,
                    "dragmode": "select",
                    "annotations": []
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gtchen",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-03-16 01:32:56",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gtchen",
                "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-06-26T22:57:49.513025Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~4e/452.embed",
            "fid": "4e:452",
            "filename": "Plot 452",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/4e/452/9_0AVC48SDZK4JJJS4CGPBZE4WGMD02L.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/4e/452/2_37YVCT20QMNKGUOV7TEAEYIVAA6OL8.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/4e/452/8_24FF150M5CUMO2FS4D7VYEJFR6M0LJ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/4e/452/9_0AVC48SDZK4JJJS4CGPBZE4WGMD02L.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/4e:452",
                "plots": "https://api.plotly.com/v2/plots/4e:452",
                "parent": "https://api.plotly.com/v2/folders/home?user=4e"
            },
            "owner": "4e",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~4e/452/",
            "world_readable": true,
            "date_modified": "2025-06-27T00:38:33.431Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~4e/452/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(99, 193, 250)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "4e:450:b65197",
                        "ysrc": "4e:450:8fbad5",
                        "visible": true,
                        "connectgaps": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "4e:450:b65197",
                        "ysrc": "4e:450:040aa9",
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(231, 159, 23)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "D"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "4e:450:b65197",
                        "ysrc": "4e:450:d3ae8a",
                        "yaxis": "y2",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "bonniebonniebonniebonnie (prev. bonnieuh, baddiebonnie, bonn_ie)"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            0,
                            2800
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -1277777.7777777778,
                            24277777.777777776
                        ],
                        "autorange": true
                    },
                    "yaxis2": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            0.2777777777777778,
                            14.722222222222221
                        ],
                        "autorange": true,
                        "overlaying": "y"
                    },
                    "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"
                    },
                    "hovermode": "x"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~4e",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-09-12 13:44:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "4e",
                "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-06-26T22:13:16.131169Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Neharnia/1.embed",
            "fid": "Neharnia:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Neharnia/1/9_7EFDP7CFLQKZPW8YCKIKAMV0RLFZ6F.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Neharnia/1/2_CERKLN2F44TM1ALR7VZVPLI9N16G63.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Neharnia/1/8_M5MGOOSX9ZLX87FKGEOAYBHAJXE5RV.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Neharnia/1/9_7EFDP7CFLQKZPW8YCKIKAMV0RLFZ6F.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Neharnia:1",
                "plots": "https://api.plotly.com/v2/plots/Neharnia:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=Neharnia"
            },
            "owner": "Neharnia",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Neharnia/1/",
            "world_readable": true,
            "date_modified": "2025-06-26T22:13:16.142Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Neharnia/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "SHem"
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "Neharnia:0:53f0c5",
                        "ysrc": "Neharnia:0:fe1b84",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Southern Hemisphere Temperatures 1880-2014"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            1879.5,
                            2014.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -52.888888888888886,
                            64.88888888888889
                        ],
                        "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/~Neharnia",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/17.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-26 21:10:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Neharnia",
                "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-06-26T20:47:08.536284Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~benjaleivas/43.embed",
            "fid": "benjaleivas:43",
            "filename": "schoolai_bp1_fig_9",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/benjaleivas:43/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/benjaleivas:43/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/benjaleivas:43/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/benjaleivas:43/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/benjaleivas:43",
                "plots": "https://api.plotly.com/v2/plots/benjaleivas:43",
                "parent": "https://api.plotly.com/v2/folders/home?user=benjaleivas"
            },
            "owner": "benjaleivas",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 340,
            "web_url": "https://chart-studio.plotly.com/~benjaleivas/43/",
            "world_readable": true,
            "date_modified": "2025-07-15T22:03:20.337Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~benjaleivas/43/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "regular_hover",
                        "type": "scatter",
                        "xsrc": "benjaleivas:307:482917",
                        "ysrc": "benjaleivas:307:6d6552",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "size": 0,
                            "opacity": 0
                        },
                        "visible": true,
                        "showlegend": false,
                        "customdatasrc": "benjaleivas:307:7f1e19",
                        "hovertemplate": "%{customdata}<extra></extra>"
                    },
                    {
                        "fill": "tozeroy",
                        "line": {
                            "color": "#8c1515",
                            "width": 0
                        },
                        "mode": "none",
                        "name": "Student Chatbots",
                        "type": "scatter",
                        "xsrc": "benjaleivas:307:90f0da",
                        "ysrc": "benjaleivas:307:2ecb0b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "visible": true,
                        "fillcolor": "#8c1515",
                        "hoverinfo": "skip",
                        "legendrank": 1000,
                        "stackgroup": "one_time_regular",
                        "legendgroup": "category_legend"
                    },
                    {
                        "fill": "tonexty",
                        "line": {
                            "color": "#faa54a",
                            "width": 0
                        },
                        "mode": "none",
                        "name": "Teacher Productivity Tools",
                        "type": "scatter",
                        "xsrc": "benjaleivas:307:332816",
                        "ysrc": "benjaleivas:307:7be417",
                        "xaxis": "x",
                        "yaxis": "y",
                        "visible": true,
                        "fillcolor": "#faa54a",
                        "hoverinfo": "skip",
                        "legendrank": 1001,
                        "stackgroup": "one_time_regular",
                        "legendgroup": "category_legend"
                    },
                    {
                        "fill": "tonexty",
                        "line": {
                            "color": "#009ab4",
                            "width": 0
                        },
                        "mode": "none",
                        "name": "Teacher Chatbot Assistants",
                        "type": "scatter",
                        "xsrc": "benjaleivas:307:d27536",
                        "ysrc": "benjaleivas:307:c0d64a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "visible": true,
                        "fillcolor": "#009ab4",
                        "hoverinfo": "skip",
                        "legendrank": 1002,
                        "stackgroup": "one_time_regular",
                        "legendgroup": "category_legend"
                    },
                    {
                        "fill": "tonexty",
                        "line": {
                            "color": "#2e5d54",
                            "width": 0
                        },
                        "mode": "none",
                        "name": "Reference Materials",
                        "type": "scatter",
                        "xsrc": "benjaleivas:307:01d58b",
                        "ysrc": "benjaleivas:307:a67bc5",
                        "xaxis": "x",
                        "yaxis": "y",
                        "visible": true,
                        "fillcolor": "#2e5d54",
                        "hoverinfo": "skip",
                        "legendrank": 1003,
                        "stackgroup": "one_time_regular",
                        "legendgroup": "category_legend"
                    },
                    {
                        "fill": "tonexty",
                        "line": {
                            "color": "#590c56",
                            "width": 0
                        },
                        "mode": "none",
                        "name": "Homepage/Auth",
                        "type": "scatter",
                        "xsrc": "benjaleivas:307:f6e232",
                        "ysrc": "benjaleivas:307:b035f5",
                        "xaxis": "x",
                        "yaxis": "y",
                        "visible": true,
                        "fillcolor": "#590c56",
                        "hoverinfo": "skip",
                        "legendrank": 1004,
                        "stackgroup": "one_time_regular",
                        "legendgroup": "category_legend"
                    },
                    {
                        "fill": "tonexty",
                        "line": {
                            "color": "#005e87",
                            "width": 0
                        },
                        "mode": "none",
                        "name": "Other",
                        "type": "scatter",
                        "xsrc": "benjaleivas:307:7b0499",
                        "ysrc": "benjaleivas:307:fd7ce4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "visible": true,
                        "fillcolor": "#005e87",
                        "hoverinfo": "skip",
                        "legendrank": 1005,
                        "stackgroup": "one_time_regular",
                        "legendgroup": "category_legend"
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:02d582",
                        "ysrc": "benjaleivas:307:5ead49",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:728233",
                        "ysrc": "benjaleivas:307:88876b",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:36b363",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:e0265a",
                        "ysrc": "benjaleivas:307:9a4ac6",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:24d3df",
                        "ysrc": "benjaleivas:307:f21711",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:6ef2d8",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:00a00e",
                        "ysrc": "benjaleivas:307:244e33",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:b37f33",
                        "ysrc": "benjaleivas:307:6eb87c",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:0862ea",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:69a6cb",
                        "ysrc": "benjaleivas:307:c2da9d",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:d73468",
                        "ysrc": "benjaleivas:307:0e1e81",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:f684e6",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:736d13",
                        "ysrc": "benjaleivas:307:c9e721",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:ee9b33",
                        "ysrc": "benjaleivas:307:524a52",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:785eec",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:05e208",
                        "ysrc": "benjaleivas:307:7ef4f7",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:04e3cd",
                        "ysrc": "benjaleivas:307:b4528b",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:dc689c",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:b62adc",
                        "ysrc": "benjaleivas:307:038144",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:2099db",
                        "ysrc": "benjaleivas:307:bb31fe",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:811fd3",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:289bea",
                        "ysrc": "benjaleivas:307:3a917e",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:0776b0",
                        "ysrc": "benjaleivas:307:2ae74e",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:23bca2",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:6a0447",
                        "ysrc": "benjaleivas:307:43bb59",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:39a8db",
                        "ysrc": "benjaleivas:307:42c20c",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:4ce28c",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:eec05e",
                        "ysrc": "benjaleivas:307:bc65e5",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:22e823",
                        "ysrc": "benjaleivas:307:cdf3f5",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:cd23f2",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:6dbaf9",
                        "ysrc": "benjaleivas:307:96fc8f",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:b2ea29",
                        "ysrc": "benjaleivas:307:a60de7",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:7c9751",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:1eb289",
                        "ysrc": "benjaleivas:307:61f2dc",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:4a32df",
                        "ysrc": "benjaleivas:307:e7adc3",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:20810e",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:88aefe",
                        "ysrc": "benjaleivas:307:a4bf1f",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:44253a",
                        "ysrc": "benjaleivas:307:6b31a7",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:4d65e4",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:d417f1",
                        "ysrc": "benjaleivas:307:2022de",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:cc94ab",
                        "ysrc": "benjaleivas:307:159503",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:eba35d",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:d68f23",
                        "ysrc": "benjaleivas:307:3b497c",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:e71ff9",
                        "ysrc": "benjaleivas:307:401ac9",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:e47b72",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:035d77",
                        "ysrc": "benjaleivas:307:cd4db3",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:12658b",
                        "ysrc": "benjaleivas:307:620e15",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:1de0d3",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:cb472f",
                        "ysrc": "benjaleivas:307:43d9db",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:871cb8",
                        "ysrc": "benjaleivas:307:df189b",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:cccecb",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:3cc1b0",
                        "ysrc": "benjaleivas:307:fc3fcb",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:398add",
                        "ysrc": "benjaleivas:307:6e702d",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:b585d0",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:c76da6",
                        "ysrc": "benjaleivas:307:bf4e7e",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:73dc61",
                        "ysrc": "benjaleivas:307:7d0cfe",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:e7d9e7",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:e83857",
                        "ysrc": "benjaleivas:307:fbd780",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:1b5fb5",
                        "ysrc": "benjaleivas:307:239d25",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:32ae36",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:5dcda5",
                        "ysrc": "benjaleivas:307:1ecaaf",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:90d057",
                        "ysrc": "benjaleivas:307:3596d9",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:d93118",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:b71113",
                        "ysrc": "benjaleivas:307:ed6cf5",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:5d5579",
                        "ysrc": "benjaleivas:307:2a2f8b",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:c4be79",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:098d9e",
                        "ysrc": "benjaleivas:307:70048c",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:57e8c2",
                        "ysrc": "benjaleivas:307:7c9cdb",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:be2597",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:9a6de5",
                        "ysrc": "benjaleivas:307:c7cc6a",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:1c5603",
                        "ysrc": "benjaleivas:307:a46a5b",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:03a8fe",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:def23c",
                        "ysrc": "benjaleivas:307:6f06d8",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:3d2d69",
                        "ysrc": "benjaleivas:307:59cc52",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:541039",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:155f2d",
                        "ysrc": "benjaleivas:307:550992",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:df97cd",
                        "ysrc": "benjaleivas:307:429d4f",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:654403",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:1358eb",
                        "ysrc": "benjaleivas:307:2e2a59",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:3576a8",
                        "ysrc": "benjaleivas:307:427209",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:28e2f1",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:7d81bf",
                        "ysrc": "benjaleivas:307:b5d930",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:70e41c",
                        "ysrc": "benjaleivas:307:f3c1fd",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:67c5ef",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:7f5f6b",
                        "ysrc": "benjaleivas:307:2e0eae",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:01beae",
                        "ysrc": "benjaleivas:307:8207f9",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:19609c",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:3c069f",
                        "ysrc": "benjaleivas:307:bc6234",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:9a8398",
                        "ysrc": "benjaleivas:307:81835a",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:bc70df",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:26ac06",
                        "ysrc": "benjaleivas:307:d83333",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:9945e5",
                        "ysrc": "benjaleivas:307:c0b09a",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:afdb20",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:b1cab2",
                        "ysrc": "benjaleivas:307:747c95",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:a03f2d",
                        "ysrc": "benjaleivas:307:4b653c",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:1532c9",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:44be85",
                        "ysrc": "benjaleivas:307:392af4",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:6d612d",
                        "ysrc": "benjaleivas:307:7a0c97",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:fca9bb",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:87825b",
                        "ysrc": "benjaleivas:307:8e3eec",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:aef240",
                        "ysrc": "benjaleivas:307:daf776",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:4bf523",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:38a7f2",
                        "ysrc": "benjaleivas:307:439fb2",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:7d0e1e",
                        "ysrc": "benjaleivas:307:332634",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:c2455b",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:4cbd51",
                        "ysrc": "benjaleivas:307:7fab0f",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:28a3a7",
                        "ysrc": "benjaleivas:307:89b500",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:a29d18",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:4d4f67",
                        "ysrc": "benjaleivas:307:5c56b3",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:b9e242",
                        "ysrc": "benjaleivas:307:2837ea",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:ecb0cc",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:266daa",
                        "ysrc": "benjaleivas:307:f3a6e5",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:e036b2",
                        "ysrc": "benjaleivas:307:06b1c0",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:27b1f1",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:660a88",
                        "ysrc": "benjaleivas:307:189872",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:f12e58",
                        "ysrc": "benjaleivas:307:3f51d0",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:6ce8f7",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:2b85e2",
                        "ysrc": "benjaleivas:307:4468f6",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:e8924b",
                        "ysrc": "benjaleivas:307:5de857",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:729915",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:5adfad",
                        "ysrc": "benjaleivas:307:8260fe",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:50fad5",
                        "ysrc": "benjaleivas:307:b5333e",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:aca3f5",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:0fa6e6",
                        "ysrc": "benjaleivas:307:f39bbb",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:35e930",
                        "ysrc": "benjaleivas:307:ed5fd5",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:e4bc61",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:597265",
                        "ysrc": "benjaleivas:307:71abf3",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:72d337",
                        "ysrc": "benjaleivas:307:789ebe",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:1e2ee0",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:87436b",
                        "ysrc": "benjaleivas:307:bfcd85",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:bad272",
                        "ysrc": "benjaleivas:307:90c3a4",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:56f41e",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:3e510d",
                        "ysrc": "benjaleivas:307:09e5b1",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:56c445",
                        "ysrc": "benjaleivas:307:eef0d2",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:7d87ea",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:99f412",
                        "ysrc": "benjaleivas:307:223ed8",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:599801",
                        "ysrc": "benjaleivas:307:fb83b1",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:0e1a82",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:fa7892",
                        "ysrc": "benjaleivas:307:5d1134",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:240651",
                        "ysrc": "benjaleivas:307:e9a817",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:b8812f",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:b536bd",
                        "ysrc": "benjaleivas:307:60eced",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:616f2d",
                        "ysrc": "benjaleivas:307:f4587c",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:62036f",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:d7a565",
                        "ysrc": "benjaleivas:307:0c565b",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:7dd360",
                        "ysrc": "benjaleivas:307:3fda04",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:5c504e",
                        "visible": true,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "regular_hover_bar",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:62fc2c",
                        "ysrc": "benjaleivas:307:ffaadc",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "color": "rgba(0,0,0,0)"
                        },
                        "visible": true,
                        "showlegend": false,
                        "customdatasrc": "benjaleivas:307:82ea82",
                        "hovertemplate": "<b>Day %{x}</b><br>Total Regular Users: %{customdata[1]}<br>Tracked Regular Users: %{customdata[0]}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "power_hover",
                        "type": "scatter",
                        "xsrc": "benjaleivas:307:ec3585",
                        "ysrc": "benjaleivas:307:2b58fd",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "size": 0,
                            "opacity": 0
                        },
                        "visible": false,
                        "showlegend": false,
                        "customdatasrc": "benjaleivas:307:679a10",
                        "hovertemplate": "%{customdata}<extra></extra>"
                    },
                    {
                        "fill": "tozeroy",
                        "line": {
                            "color": "#8c1515",
                            "width": 0
                        },
                        "mode": "none",
                        "name": "Student Chatbots",
                        "type": "scatter",
                        "xsrc": "benjaleivas:307:0b2d99",
                        "ysrc": "benjaleivas:307:169e8b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "visible": false,
                        "fillcolor": "#8c1515",
                        "hoverinfo": "skip",
                        "legendrank": 1000,
                        "showlegend": false,
                        "stackgroup": "one_time_power",
                        "legendgroup": "category_legend"
                    },
                    {
                        "fill": "tonexty",
                        "line": {
                            "color": "#faa54a",
                            "width": 0
                        },
                        "mode": "none",
                        "name": "Teacher Productivity Tools",
                        "type": "scatter",
                        "xsrc": "benjaleivas:307:24611b",
                        "ysrc": "benjaleivas:307:606e2e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "visible": false,
                        "fillcolor": "#faa54a",
                        "hoverinfo": "skip",
                        "legendrank": 1001,
                        "showlegend": false,
                        "stackgroup": "one_time_power",
                        "legendgroup": "category_legend"
                    },
                    {
                        "fill": "tonexty",
                        "line": {
                            "color": "#009ab4",
                            "width": 0
                        },
                        "mode": "none",
                        "name": "Teacher Chatbot Assistants",
                        "type": "scatter",
                        "xsrc": "benjaleivas:307:0a769e",
                        "ysrc": "benjaleivas:307:d3eeb2",
                        "xaxis": "x",
                        "yaxis": "y",
                        "visible": false,
                        "fillcolor": "#009ab4",
                        "hoverinfo": "skip",
                        "legendrank": 1002,
                        "showlegend": false,
                        "stackgroup": "one_time_power",
                        "legendgroup": "category_legend"
                    },
                    {
                        "fill": "tonexty",
                        "line": {
                            "color": "#2e5d54",
                            "width": 0
                        },
                        "mode": "none",
                        "name": "Reference Materials",
                        "type": "scatter",
                        "xsrc": "benjaleivas:307:82c1c7",
                        "ysrc": "benjaleivas:307:250c0e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "visible": false,
                        "fillcolor": "#2e5d54",
                        "hoverinfo": "skip",
                        "legendrank": 1003,
                        "showlegend": false,
                        "stackgroup": "one_time_power",
                        "legendgroup": "category_legend"
                    },
                    {
                        "fill": "tonexty",
                        "line": {
                            "color": "#590c56",
                            "width": 0
                        },
                        "mode": "none",
                        "name": "Homepage/Auth",
                        "type": "scatter",
                        "xsrc": "benjaleivas:307:ff7070",
                        "ysrc": "benjaleivas:307:5cb3e2",
                        "xaxis": "x",
                        "yaxis": "y",
                        "visible": false,
                        "fillcolor": "#590c56",
                        "hoverinfo": "skip",
                        "legendrank": 1004,
                        "showlegend": false,
                        "stackgroup": "one_time_power",
                        "legendgroup": "category_legend"
                    },
                    {
                        "fill": "tonexty",
                        "line": {
                            "color": "#005e87",
                            "width": 0
                        },
                        "mode": "none",
                        "name": "Other",
                        "type": "scatter",
                        "xsrc": "benjaleivas:307:c0523e",
                        "ysrc": "benjaleivas:307:7708c4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "visible": false,
                        "fillcolor": "#005e87",
                        "hoverinfo": "skip",
                        "legendrank": 1005,
                        "showlegend": false,
                        "stackgroup": "one_time_power",
                        "legendgroup": "category_legend"
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:e83a65",
                        "ysrc": "benjaleivas:307:9e6c52",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:a8e73e",
                        "ysrc": "benjaleivas:307:6dc634",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:0e6b99",
                        "ysrc": "benjaleivas:307:df7a1f",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:822bdf",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:3972b6",
                        "ysrc": "benjaleivas:307:5c45e5",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:59f838",
                        "ysrc": "benjaleivas:307:7cdc87",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:6860d9",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:eeac0a",
                        "ysrc": "benjaleivas:307:b5e9a8",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:c30af2",
                        "ysrc": "benjaleivas:307:d774e8",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:992e65",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:d0fb10",
                        "ysrc": "benjaleivas:307:cc9304",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:289931",
                        "ysrc": "benjaleivas:307:d5df6c",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:137c2c",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:ff0785",
                        "ysrc": "benjaleivas:307:50a438",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:28e09a",
                        "ysrc": "benjaleivas:307:5fd223",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:97e22c",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:96da15",
                        "ysrc": "benjaleivas:307:edfa8a",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:eec397",
                        "ysrc": "benjaleivas:307:6cae2f",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:5725f9",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:5c9900",
                        "ysrc": "benjaleivas:307:dce148",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:cb5df0",
                        "ysrc": "benjaleivas:307:611e03",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:0d9d69",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:9fe0c1",
                        "ysrc": "benjaleivas:307:437d83",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:8dffa2",
                        "ysrc": "benjaleivas:307:350bdb",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:dd5dad",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:de3a42",
                        "ysrc": "benjaleivas:307:49b8d7",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:fc392d",
                        "ysrc": "benjaleivas:307:1a65f6",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:3d5dc7",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:26c801",
                        "ysrc": "benjaleivas:307:691b6a",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:55da5e",
                        "ysrc": "benjaleivas:307:ec4545",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:43e758",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:34a0d0",
                        "ysrc": "benjaleivas:307:2962c9",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:582d5e",
                        "ysrc": "benjaleivas:307:af7e7f",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:27b6b3",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:2ce38a",
                        "ysrc": "benjaleivas:307:ccda62",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:f471f4",
                        "ysrc": "benjaleivas:307:74618f",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:7a0574",
                        "ysrc": "benjaleivas:307:099ac2",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:924114",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:965136",
                        "ysrc": "benjaleivas:307:6efb3c",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:e818ab",
                        "ysrc": "benjaleivas:307:14b871",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:db1b1a",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:049b18",
                        "ysrc": "benjaleivas:307:c96f26",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:1d230a",
                        "ysrc": "benjaleivas:307:215a9a",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:a9ea61",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:48c635",
                        "ysrc": "benjaleivas:307:4de714",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:eadcdc",
                        "ysrc": "benjaleivas:307:31f86a",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:6dc14c",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:7a988f",
                        "ysrc": "benjaleivas:307:b52179",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:4c61d4",
                        "ysrc": "benjaleivas:307:daea51",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:c1e267",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:eeba06",
                        "ysrc": "benjaleivas:307:c78d5c",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:7f531a",
                        "ysrc": "benjaleivas:307:07d667",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:d9871b",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:a9076b",
                        "ysrc": "benjaleivas:307:80c169",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:c01dad",
                        "ysrc": "benjaleivas:307:219aeb",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:c9dfe0",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:05f216",
                        "ysrc": "benjaleivas:307:576de3",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:2379b5",
                        "ysrc": "benjaleivas:307:4c6e39",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:0b317e",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:137053",
                        "ysrc": "benjaleivas:307:7dd7ca",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:1abfa8",
                        "ysrc": "benjaleivas:307:d780d9",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:adb089",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:3defa8",
                        "ysrc": "benjaleivas:307:856238",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:7fd99d",
                        "ysrc": "benjaleivas:307:dcb978",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:92d89a",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:ae801b",
                        "ysrc": "benjaleivas:307:07e791",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:d479bb",
                        "ysrc": "benjaleivas:307:5c0b34",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:875c14",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:32b004",
                        "ysrc": "benjaleivas:307:2de8a3",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:3d0e7c",
                        "ysrc": "benjaleivas:307:5fa77e",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:bbc825",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:f0b88a",
                        "ysrc": "benjaleivas:307:dbc1bd",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:3f13e7",
                        "ysrc": "benjaleivas:307:f3c47c",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:cabe95",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:2c59ab",
                        "ysrc": "benjaleivas:307:5f1562",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:23df54",
                        "ysrc": "benjaleivas:307:fc2a37",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:e3aa70",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:5218a8",
                        "ysrc": "benjaleivas:307:391b64",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:1ea32b",
                        "ysrc": "benjaleivas:307:ce0775",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:cb2096",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:6069ce",
                        "ysrc": "benjaleivas:307:67663f",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:461a2e",
                        "ysrc": "benjaleivas:307:0dd27e",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:1a3662",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:b7b906",
                        "ysrc": "benjaleivas:307:ba141a",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:bb4f96",
                        "ysrc": "benjaleivas:307:af3c08",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:1403e0",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:260092",
                        "ysrc": "benjaleivas:307:0b98b8",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:75fa54",
                        "ysrc": "benjaleivas:307:9dd0f8",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:f2eed4",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:322a14",
                        "ysrc": "benjaleivas:307:22b73f",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:4e30b9",
                        "ysrc": "benjaleivas:307:e1f59a",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:3556ef",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:741127",
                        "ysrc": "benjaleivas:307:826861",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:86570a",
                        "ysrc": "benjaleivas:307:c1caca",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:68ac8c",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:7a30b2",
                        "ysrc": "benjaleivas:307:234b54",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:cc76b9",
                        "ysrc": "benjaleivas:307:1a1e87",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:031c31",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:814830",
                        "ysrc": "benjaleivas:307:08e6d3",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:43938a",
                        "ysrc": "benjaleivas:307:390f1e",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:610334",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:ce2d91",
                        "ysrc": "benjaleivas:307:a26801",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:353d0c",
                        "ysrc": "benjaleivas:307:bac021",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:df9d75",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:a194cd",
                        "ysrc": "benjaleivas:307:f3d662",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:f46798",
                        "ysrc": "benjaleivas:307:b3ef0e",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:383ab0",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:7b62ec",
                        "ysrc": "benjaleivas:307:a557c6",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:299846",
                        "ysrc": "benjaleivas:307:1f7625",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:87bb1e",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:5dfaf1",
                        "ysrc": "benjaleivas:307:b9ccf8",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:256f5e",
                        "ysrc": "benjaleivas:307:f38f8a",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:e499bb",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:8fcd1e",
                        "ysrc": "benjaleivas:307:a9798c",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:ab8ada",
                        "ysrc": "benjaleivas:307:6a22fe",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:ceb283",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:6b2bcb",
                        "ysrc": "benjaleivas:307:0671b8",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:3a8671",
                        "ysrc": "benjaleivas:307:4bae47",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:4c7325",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:acc1d6",
                        "ysrc": "benjaleivas:307:80d896",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:521a23",
                        "ysrc": "benjaleivas:307:34827d",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:f23f0e",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:63b3b7",
                        "ysrc": "benjaleivas:307:c698bc",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:313552",
                        "ysrc": "benjaleivas:307:cf4b13",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:26734c",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:6d9840",
                        "ysrc": "benjaleivas:307:a0b000",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:42d058",
                        "ysrc": "benjaleivas:307:748f5b",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:c0970f",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:3669e6",
                        "ysrc": "benjaleivas:307:88cc0e",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:845d32",
                        "ysrc": "benjaleivas:307:4ea76a",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:36a60d",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:33a91d",
                        "ysrc": "benjaleivas:307:972e9d",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:f5d550",
                        "ysrc": "benjaleivas:307:54955c",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:07c445",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:7fc92e",
                        "ysrc": "benjaleivas:307:a797ff",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:65a284",
                        "ysrc": "benjaleivas:307:9ebf18",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:4a713c",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:6adc8c",
                        "ysrc": "benjaleivas:307:6d551f",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:359fb8",
                        "ysrc": "benjaleivas:307:268e97",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:6da579",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:693cbd",
                        "ysrc": "benjaleivas:307:dd52f3",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:732f55",
                        "ysrc": "benjaleivas:307:701de2",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:60cd29",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:675beb",
                        "ysrc": "benjaleivas:307:eb612e",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:100b58",
                        "ysrc": "benjaleivas:307:e4c190",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:bd9dfb",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:9c889c",
                        "ysrc": "benjaleivas:307:96f59d",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:597ad6",
                        "ysrc": "benjaleivas:307:b9ca57",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:8a6b9d",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:308ad1",
                        "ysrc": "benjaleivas:307:e9ee57",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:1609df",
                        "ysrc": "benjaleivas:307:690699",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:75f3c1",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:c0facd",
                        "ysrc": "benjaleivas:307:f38360",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:7ab397",
                        "ysrc": "benjaleivas:307:57e73a",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:d218b1",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:818792",
                        "ysrc": "benjaleivas:307:92eb8b",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:52b361",
                        "ysrc": "benjaleivas:307:bebed5",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:2a7968",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:1acb9a",
                        "ysrc": "benjaleivas:307:71b0de",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:8e3832",
                        "ysrc": "benjaleivas:307:dad36a",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:09ae13",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:3471ae",
                        "ysrc": "benjaleivas:307:af0936",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:c45752",
                        "ysrc": "benjaleivas:307:f8a8cd",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:bbc090",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:5d5980",
                        "ysrc": "benjaleivas:307:2f8e3d",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:6a8818",
                        "ysrc": "benjaleivas:307:97fa00",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:4ef0e8",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:ba4d8c",
                        "ysrc": "benjaleivas:307:524626",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:aaa87d",
                        "ysrc": "benjaleivas:307:6a57d8",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:6428e2",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:fcf41a",
                        "ysrc": "benjaleivas:307:dbc608",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:c5819e",
                        "ysrc": "benjaleivas:307:c267a5",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:4fcf19",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:decd4e",
                        "ysrc": "benjaleivas:307:a338fc",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:f1338d",
                        "ysrc": "benjaleivas:307:3ff00b",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:a13d3c",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:e05410",
                        "ysrc": "benjaleivas:307:6f98b7",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:2047cf",
                        "ysrc": "benjaleivas:307:fa247f",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:df7b71",
                        "ysrc": "benjaleivas:307:b349fd",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:107c23",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:032d99",
                        "ysrc": "benjaleivas:307:c7fc35",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:6b5f7b",
                        "ysrc": "benjaleivas:307:7a456e",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:5261dc",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:a4d707",
                        "ysrc": "benjaleivas:307:ab7e3e",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:81a7ea",
                        "ysrc": "benjaleivas:307:912422",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:bb7601",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:239989",
                        "ysrc": "benjaleivas:307:78f8e7",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:45dbbc",
                        "ysrc": "benjaleivas:307:0320ea",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:f895e1",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:01e684",
                        "ysrc": "benjaleivas:307:693aed",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:ba6547",
                        "ysrc": "benjaleivas:307:923cc6",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:791438",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:9986aa",
                        "ysrc": "benjaleivas:307:8550e0",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:f4620d",
                        "ysrc": "benjaleivas:307:62c130",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:b89bf2",
                        "ysrc": "benjaleivas:307:e046d7",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:7b06ca",
                        "ysrc": "benjaleivas:307:276bbb",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:0016d2",
                        "ysrc": "benjaleivas:307:c9eb3c",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:f39b5a",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:a0d8ea",
                        "ysrc": "benjaleivas:307:6dbf78",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:2862d7",
                        "ysrc": "benjaleivas:307:4b7657",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:d96753",
                        "ysrc": "benjaleivas:307:407f64",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:6767b7",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:e8c306",
                        "ysrc": "benjaleivas:307:dfc363",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:87cef6",
                        "ysrc": "benjaleivas:307:5cbeab",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:d568ec",
                        "ysrc": "benjaleivas:307:e051db",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:bdbd0e",
                        "ysrc": "benjaleivas:307:8f104d",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:d0c0c9",
                        "ysrc": "benjaleivas:307:bd19ff",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:e8a5f1",
                        "ysrc": "benjaleivas:307:3bea5a",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_red",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:a10dff",
                        "ysrc": "benjaleivas:307:34638d",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "basesrc": "benjaleivas:307:1b6882",
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:eff4d9",
                        "ysrc": "benjaleivas:307:6772ff",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:e9dc6f",
                        "ysrc": "benjaleivas:307:73c65e",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:7cbdff",
                        "ysrc": "benjaleivas:307:8c05fa",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:78e09a",
                        "ysrc": "benjaleivas:307:27b79c",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:7e6fff",
                        "ysrc": "benjaleivas:307:c76129",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:2ac14a",
                        "ysrc": "benjaleivas:307:9385f2",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:b6b2d7",
                        "ysrc": "benjaleivas:307:faedb8",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_bar_black",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:cc63de",
                        "ysrc": "benjaleivas:307:905f85",
                        "width": 0.8,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "color": "white"
                        },
                        "visible": false,
                        "hoverinfo": "skip",
                        "showlegend": false
                    },
                    {
                        "name": "power_hover_bar",
                        "type": "bar",
                        "xsrc": "benjaleivas:307:419d48",
                        "ysrc": "benjaleivas:307:e5feaa",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "color": "rgba(0,0,0,0)"
                        },
                        "visible": false,
                        "showlegend": false,
                        "customdatasrc": "benjaleivas:307:c86322",
                        "hovertemplate": "<b>Day %{x}</b><br>Total Power Users: %{customdata[1]}<br>Tracked Power Users: %{customdata[0]}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Tracked",
                        "type": "scatter",
                        "xsrc": "benjaleivas:307:c9d27a",
                        "ysrc": "benjaleivas:307:ba6a64",
                        "legend": "legend2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 2
                            },
                            "size": 12,
                            "color": "white",
                            "symbol": "square"
                        },
                        "visible": true,
                        "legendrank": 100,
                        "showlegend": true,
                        "legendgroup": "bottom_legend"
                    },
                    {
                        "mode": "markers",
                        "name": "Untracked",
                        "type": "scatter",
                        "xsrc": "benjaleivas:307:f515f0",
                        "ysrc": "benjaleivas:307:c8786f",
                        "legend": "legend2",
                        "marker": {
                            "line": {
                                "color": "red",
                                "width": 2
                            },
                            "size": 12,
                            "color": "white",
                            "symbol": "square"
                        },
                        "visible": true,
                        "legendrank": 101,
                        "showlegend": true,
                        "legendgroup": "bottom_legend"
                    }
                ],
                "layout": {
                    "width": 1000,
                    "xaxis": {
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "x2",
                        "showticklabels": false
                    },
                    "yaxis": {
                        "range": [
                            0,
                            100
                        ],
                        "title": {
                            "text": "Share of Time (%)"
                        },
                        "anchor": "x",
                        "domain": [
                            0.33499999999999996,
                            0.9999999999999999
                        ]
                    },
                    "height": 700,
                    "legend": {
                        "x": 1.02,
                        "y": 1.015,
                        "xanchor": "left",
                        "yanchor": "top",
                        "traceorder": "normal",
                        "orientation": "v"
                    },
                    "margin": {
                        "b": 200,
                        "l": 50,
                        "r": 50,
                        "t": 50
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 1,
                            "y0": 0,
                            "y1": 0.3,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "layer": "below",
                            "fillcolor": "white"
                        }
                    ],
                    "xaxis2": {
                        "range": [
                            1,
                            49
                        ],
                        "title": {
                            "text": "Days Using Platform"
                        },
                        "anchor": "y2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "showgrid": false
                    },
                    "yaxis2": {
                        "range": [
                            0,
                            4041.4000000000005
                        ],
                        "title": {
                            "text": "Active Users"
                        },
                        "anchor": "x2",
                        "domain": [
                            0.0,
                            0.285
                        ],
                        "showgrid": false,
                        "showline": true,
                        "linecolor": "black",
                        "linewidth": 1
                    },
                    "legend2": {
                        "x": 1.02,
                        "y": 0.1,
                        "xanchor": "left",
                        "traceorder": "normal",
                        "orientation": "v"
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "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
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "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
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "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.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "hovermode": "x unified",
                    "annotations": [
                        {
                            "x": 0.0,
                            "y": -0.18,
                            "font": {
                                "size": 17,
                                "color": "black"
                            },
                            "text": "<b>Figure 9</b>: How Regular/Power Users Spend Their Time on Each Feature",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "left",
                            "yanchor": "top",
                            "showarrow": false
                        },
                        {
                            "x": 0.0,
                            "y": -0.24,
                            "font": {
                                "size": 13,
                                "color": "black"
                            },
                            "text": "<b>Notes:</b> The top panel shows how Regular/Power Users allocate their time across SchoolAI features, for each day since their first session. The<br>bottom panel shows how many Regular/Power Users were active each day, distinguishing between teachers whose actions we were able to track and<br>the ones we weren't able to due to incomplete \"runs\"—continuous periods during which a teacher interacts with a single feature before switching or<br>ending their session for the day. To avoid skewed results, we remove outlier runs (those ± 2 standard deviations away from the feature's average<br>duration) and drop each teacher's final run of the day since its actual end time is unknown (unless it was their only run of the day).",
                            "xref": "paper",
                            "yref": "paper",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "top",
                            "showarrow": false
                        }
                    ],
                    "updatemenus": [
                        {
                            "x": 0.08,
                            "y": 1.15,
                            "pad": {
                                "r": 10,
                                "t": 10
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                false,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        },
                                        {
                                            "xaxis2.range": [
                                                1,
                                                49
                                            ],
                                            "yaxis2.range": [
                                                0,
                                                4041.4000000000005
                                            ]
                                        }
                                    ],
                                    "label": "Regular Users",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true
                                            ]
                                        },
                                        {
                                            "xaxis2.range": [
                                                1,
                                                86
                                            ],
                                            "yaxis2.range": [
                                                0,
                                                96.80000000000001
                                            ]
                                        }
                                    ],
                                    "label": "Power Users",
                                    "method": "update"
                                }
                            ],
                            "xanchor": "center",
                            "yanchor": "top",
                            "direction": "left",
                            "showactive": true
                        }
                    ]
                }
            },
            "height": 700,
            "width": 1000,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~benjaleivas",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "Data Scientist",
                "nickname": "Benjamin Leiva",
                "website": "https://github.com/benjaleivas",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-26 18:59:03",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "benjaleivas",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}