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

{
    "next": "https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA3LTEwKzAxJTNBMjYlM0EwNS42MzM0NTAlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wNy0xMCswNiUzQTAyJTNBNTQuMTc4NTI2JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-07-10T06:02:54.178526Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nye123/5.embed",
            "fid": "nye123:5",
            "filename": "Plot 5",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nye123/5/9_CE1U5TEQUD1EIJ0B3NRNUZSDRWUI07.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nye123/5/2_5WVYAC78D0U3RN0SFZU6HWQU7Q2402.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/5/8_5CUCIMYORYOW9JBPGEW77XDO6FFPKK.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/5/9_CE1U5TEQUD1EIJ0B3NRNUZSDRWUI07.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nye123:5",
                "plots": "https://api.plotly.com/v2/plots/nye123:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=nye123"
            },
            "owner": "nye123",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~nye123/5/",
            "world_readable": true,
            "date_modified": "2025-07-14T09:14:35.338Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nye123/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "3",
                                "y": "28%"
                            }
                        },
                        "name": "3",
                        "type": "bar",
                        "xsrc": "nye123:0:48ce13",
                        "ysrc": "nye123:0:c5b00e",
                        "marker": {
                            "color": "rgb(130, 193, 236)",
                            "opacity": 1
                        },
                        "error_x": {
                            "type": "percent",
                            "value": 10,
                            "visible": false,
                            "symmetric": true,
                            "copy_ystyle": true
                        },
                        "error_y": {
                            "type": "percent",
                            "color": "#444",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "opacity": 1,
                        "textfont": {},
                        "hoverinfo": "x+y",
                        "hoverlabel": {
                            "align": "auto",
                            "namelength": 15
                        },
                        "orientation": "v",
                        "textposition": "auto"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 12,
                        "color": "#000",
                        "family": "\"PT Sans Narrow\", sans-serif"
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 32,
                            "color": "",
                            "family": ""
                        },
                        "text": "Questionnaire-A: Q1<br>"
                    },
                    "width": 600,
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "dtick": 4,
                        "range": [
                            0.4860694447132605,
                            5.340909090909091
                        ],
                        "tick0": 0,
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 26,
                                "color": "",
                                "family": ""
                            },
                            "text": "Likert-scale"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "mirror": false,
                        "nticks": 0,
                        "ticklen": 4,
                        "tickson": "labels",
                        "position": 0,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 15,
                            "color": "",
                            "family": ""
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "#ddd",
                        "gridwidth": 1,
                        "linecolor": "#000",
                        "linewidth": 1,
                        "rangemode": "normal",
                        "tickangle": "auto",
                        "tickcolor": "rgba(0, 0, 0, 0)",
                        "tickwidth": 5,
                        "automargin": false,
                        "overlaying": false,
                        "showspikes": true,
                        "tickprefix": "",
                        "showexponent": "all",
                        "zerolinecolor": "#000",
                        "zerolinewidth": 1,
                        "exponentformat": "e",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "dtick": 200000,
                        "range": [
                            0,
                            45
                        ],
                        "tick0": 0,
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 26,
                                "color": "",
                                "family": ""
                            },
                            "text": "Responses (%)"
                        },
                        "anchor": "x",
                        "domain": [
                            0.05,
                            1
                        ],
                        "mirror": false,
                        "nticks": 0,
                        "ticklen": 5,
                        "position": 0,
                        "showgrid": true,
                        "showline": true,
                        "tickfont": {
                            "size": 0,
                            "color": "",
                            "family": ""
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "#ddd",
                        "gridwidth": 1,
                        "linecolor": "#000",
                        "linewidth": 1,
                        "rangemode": "normal",
                        "tickangle": "auto",
                        "tickcolor": "rgba(0, 0, 0, 0)",
                        "tickwidth": 1,
                        "overlaying": false,
                        "showspikes": true,
                        "showexponent": "all",
                        "zerolinecolor": "#000",
                        "zerolinewidth": 1,
                        "exponentformat": "e",
                        "showticklabels": true,
                        "spikethickness": 18
                    },
                    "bargap": 0.19999999999999996,
                    "boxgap": 0.3,
                    "height": 600,
                    "legend": {
                        "font": {
                            "size": 0,
                            "color": "",
                            "family": ""
                        },
                        "bgcolor": "#fff",
                        "traceorder": "normal",
                        "bordercolor": "#000",
                        "borderwidth": 1
                    },
                    "margin": {
                        "b": 80,
                        "l": 80,
                        "r": 80,
                        "t": 80,
                        "pad": 0
                    },
                    "shapes": [
                        {
                            "x0": 2.53,
                            "x1": 2.53,
                            "y0": 0,
                            "y1": 40,
                            "line": {
                                "dash": "dot",
                                "color": "rgb(254, 75, 75)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.6,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 4.61,
                            "x1": 4.61,
                            "y0": 0,
                            "y1": 40,
                            "line": {
                                "dash": "dot",
                                "color": "rgb(254, 75, 75)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.6,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 3.57,
                            "x1": 3.57,
                            "y0": 0,
                            "y1": 42.5,
                            "line": {
                                "color": "rgb(255, 39, 39)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.68,
                            "fillcolor": "#7f7f7f"
                        }
                    ],
                    "barmode": "group",
                    "barnorm": "",
                    "boxmode": "overlay",
                    "modebar": {
                        "orientation": "h"
                    },
                    "autosize": false,
                    "dragmode": "pan",
                    "hovermode": "x",
                    "separators": ".,",
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 3.57,
                            "y": 44.25,
                            "font": {
                                "size": 18,
                                "color": "rgb(245, 75, 75)"
                            },
                            "text": "Mean : 3.57",
                            "showarrow": false
                        },
                        {
                            "x": 3.1,
                            "y": 40.93,
                            "font": {
                                "size": 15,
                                "color": "rgb(20, 63, 77)"
                            },
                            "text": "SD: 1.04",
                            "showarrow": false
                        },
                        {
                            "x": 4.05,
                            "y": 40.93,
                            "font": {
                                "size": 15,
                                "color": "rgb(20, 63, 77)"
                            },
                            "text": "SD: 1.04",
                            "showarrow": false
                        },
                        {
                            "x": 2.56,
                            "y": 40,
                            "ax": 91,
                            "ay": 0,
                            "text": "<br>",
                            "arrowhead": 2,
                            "arrowsize": 1,
                            "arrowcolor": "rgb(47, 119, 142)"
                        },
                        {
                            "x": 4.59,
                            "y": 40,
                            "ax": -91,
                            "ay": 0,
                            "text": "<br>",
                            "arrowhead": 2,
                            "arrowcolor": "rgb(47, 119, 142)"
                        },
                        {
                            "x": 2.82521945606216,
                            "y": 39.8,
                            "ax": -138,
                            "ay": -42,
                            "font": {
                                "size": 18,
                                "color": "rgb(55, 101, 146)"
                            },
                            "text": "p-value: 0.00010",
                            "showarrow": true,
                            "arrowcolor": "rgba(68, 68, 68, 0)"
                        }
                    ],
                    "bargroupgap": 0,
                    "boxgroupgap": 0.3,
                    "uniformtext": {
                        "mode": false,
                        "minsize": 7
                    },
                    "plot_bgcolor": "#fff",
                    "paper_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": 600,
            "width": 600,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nye123",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.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": "2025-07-04 12:21:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nye123",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-10T05:59:24.786361Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~weluvashanti/29.embed",
            "fid": "weluvashanti:29",
            "filename": "ETH_whales_continuous_0710",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/weluvashanti/29/9_VJGV3HF3EGUZVF69TG325K8RHPF6X7.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/weluvashanti/29/2_XZ0VP5LWJJCH1FV03QY8Y6MQ5894VF.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/weluvashanti/29/8_NUKG9M0YK339OD4HR4S2TK77PF9KIS.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/weluvashanti/29/9_VJGV3HF3EGUZVF69TG325K8RHPF6X7.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/weluvashanti:29",
                "plots": "https://api.plotly.com/v2/plots/weluvashanti:29",
                "parent": "https://api.plotly.com/v2/folders/home?user=weluvashanti"
            },
            "owner": "weluvashanti",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~weluvashanti/29/",
            "world_readable": true,
            "date_modified": "2025-07-10T06:36:08.478Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~weluvashanti/29/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "markers",
                        "name": "Main Plot",
                        "type": "scatter3d",
                        "xsrc": "weluvashanti:28:455abe",
                        "ysrc": "weluvashanti:28:43dbad",
                        "zsrc": "weluvashanti:28:10c19d",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "sizesrc": "weluvashanti:28:db13a0",
                            "colorsrc": "weluvashanti:28:b29d37",
                            "sizemode": "area",
                            "colorscale": [
                                "#BF382A",
                                "grey",
                                "green"
                            ]
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)",
                            "width": []
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)",
                            "width": []
                        },
                        "textfont": {
                            "sizesrc": "weluvashanti:28:bfdbd2"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "markers",
                        "name": "Latest Data Points",
                        "type": "scatter3d",
                        "xsrc": "weluvashanti:28:5803c6",
                        "ysrc": "weluvashanti:28:09f4d1",
                        "zsrc": "weluvashanti:28:a0e94c",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 3
                            },
                            "sizes": [
                                1,
                                1500
                            ],
                            "sizesrc": "weluvashanti:28:5d5c86",
                            "colorsrc": "weluvashanti:28:253399",
                            "sizemode": "area",
                            "colorscale": [
                                "black"
                            ]
                        },
                        "error_x": {
                            "color": "rgba(255,127,14,1)",
                            "width": []
                        },
                        "error_y": {
                            "color": "rgba(255,127,14,1)",
                            "width": []
                        },
                        "textfont": {
                            "sizesrc": "weluvashanti:28:0d2bfa"
                        }
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": "净流入因子(Net Inflow)"
                        },
                        "yaxis": {
                            "title": "巨鲸收益率区间(Coin Price Range Return)"
                        },
                        "zaxis": {
                            "title": "巨鲸大单买卖强度(Whale Order Intensity)"
                        }
                    },
                    "title": "ETH主力资金对弈沙盘(周内)|Weekly Whale Money Gaming Sandbox ",
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": true,
                    "annotations": [
                        {
                            "x": 0.5,
                            "y": 0.5,
                            "font": {
                                "size": 45,
                                "color": "gray",
                                "family": "Times New Roman"
                            },
                            "text": "@Orderflow_dao",
                            "xref": "paper",
                            "yref": "paper",
                            "opacity": 0.3,
                            "showarrow": false,
                            "textangle": 0
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~weluvashanti",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "TraderDao",
                "nickname": "TraderDao",
                "website": "https://discord.gg/spyKFaxcsp",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-08 01:37:03",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "weluvashanti",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-10T05:19:37.254451Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nye123/4.embed",
            "fid": "nye123:4",
            "filename": "Plot 4",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nye123/4/9_LTH8G13R1X6YPGMGILPLFVHMABUIWK.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nye123/4/2_FQ8O37BY1SB1PBAWCTUXHTXBAQTMTG.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/4/8_094JAU6NCIVO2CKEM0QXJJ349JSLG3.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/4/9_LTH8G13R1X6YPGMGILPLFVHMABUIWK.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nye123:4",
                "plots": "https://api.plotly.com/v2/plots/nye123:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=nye123"
            },
            "owner": "nye123",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~nye123/4/",
            "world_readable": true,
            "date_modified": "2025-07-14T09:14:35.338Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nye123/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "3",
                                "y": "28%"
                            }
                        },
                        "name": "3",
                        "type": "bar",
                        "xsrc": "nye123:0:48ce13",
                        "ysrc": "nye123:0:c5b00e",
                        "marker": {
                            "color": "rgb(88, 218, 209)",
                            "opacity": 1
                        },
                        "error_x": {
                            "type": "percent",
                            "value": 10,
                            "visible": false,
                            "symmetric": true,
                            "copy_ystyle": true
                        },
                        "error_y": {
                            "type": "percent",
                            "color": "#444",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "opacity": 1,
                        "textfont": {},
                        "hoverinfo": "x+y",
                        "hoverlabel": {
                            "align": "auto",
                            "namelength": 15
                        },
                        "orientation": "v",
                        "textposition": "auto"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 12,
                        "color": "#000",
                        "family": "\"PT Sans Narrow\", sans-serif"
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 32,
                            "color": "",
                            "family": ""
                        },
                        "text": "Questionnaire-B: Q1<br>"
                    },
                    "width": 600,
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "dtick": 4,
                        "range": [
                            0.4860694447132605,
                            5.340909090909091
                        ],
                        "tick0": 0,
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 26,
                                "color": "",
                                "family": ""
                            },
                            "text": "Likert-scale"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "mirror": false,
                        "nticks": 0,
                        "ticklen": 4,
                        "tickson": "labels",
                        "position": 0,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 15,
                            "color": "",
                            "family": ""
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "#ddd",
                        "gridwidth": 1,
                        "linecolor": "#000",
                        "linewidth": 1,
                        "rangemode": "normal",
                        "tickangle": "auto",
                        "tickcolor": "rgba(0, 0, 0, 0)",
                        "tickwidth": 5,
                        "automargin": false,
                        "overlaying": false,
                        "showspikes": true,
                        "tickprefix": "",
                        "showexponent": "all",
                        "zerolinecolor": "#000",
                        "zerolinewidth": 1,
                        "exponentformat": "e",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "dtick": 200000,
                        "range": [
                            0,
                            45
                        ],
                        "tick0": 0,
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 26,
                                "color": "",
                                "family": ""
                            },
                            "text": "Responses (%)"
                        },
                        "anchor": "x",
                        "domain": [
                            0.05,
                            1
                        ],
                        "mirror": false,
                        "nticks": 0,
                        "ticklen": 5,
                        "position": 0,
                        "showgrid": true,
                        "showline": true,
                        "tickfont": {
                            "size": 0,
                            "color": "",
                            "family": ""
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "#ddd",
                        "gridwidth": 1,
                        "linecolor": "#000",
                        "linewidth": 1,
                        "rangemode": "normal",
                        "tickangle": "auto",
                        "tickcolor": "rgba(0, 0, 0, 0)",
                        "tickwidth": 1,
                        "overlaying": false,
                        "showspikes": true,
                        "showexponent": "all",
                        "zerolinecolor": "#000",
                        "zerolinewidth": 1,
                        "exponentformat": "e",
                        "showticklabels": true,
                        "spikethickness": 18
                    },
                    "bargap": 0.19999999999999996,
                    "boxgap": 0.3,
                    "height": 600,
                    "legend": {
                        "font": {
                            "size": 0,
                            "color": "",
                            "family": ""
                        },
                        "bgcolor": "#fff",
                        "traceorder": "normal",
                        "bordercolor": "#000",
                        "borderwidth": 1
                    },
                    "margin": {
                        "b": 80,
                        "l": 80,
                        "r": 80,
                        "t": 80,
                        "pad": 0
                    },
                    "shapes": [
                        {
                            "x0": 4.88,
                            "x1": 4.88,
                            "y0": 0,
                            "y1": 40,
                            "line": {
                                "dash": "dot",
                                "color": "rgb(254, 75, 75)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.6,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 2.72,
                            "x1": 2.72,
                            "y0": 0,
                            "y1": 40,
                            "line": {
                                "dash": "dot",
                                "color": "rgb(254, 75, 75)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.6,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 3.8,
                            "x1": 3.8,
                            "y0": 0,
                            "y1": 42.5,
                            "line": {
                                "color": "rgb(255, 39, 39)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.68,
                            "fillcolor": "#7f7f7f"
                        }
                    ],
                    "barmode": "group",
                    "barnorm": "",
                    "boxmode": "overlay",
                    "modebar": {
                        "orientation": "h"
                    },
                    "autosize": false,
                    "dragmode": "pan",
                    "hovermode": "x",
                    "separators": ".,",
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 3.8,
                            "y": 44.25,
                            "font": {
                                "size": 18,
                                "color": "rgb(245, 75, 75)"
                            },
                            "text": "Mean : 3.80",
                            "showarrow": false
                        },
                        {
                            "x": 3.3,
                            "y": 40.93,
                            "font": {
                                "size": 15,
                                "color": "rgb(20, 63, 77)"
                            },
                            "text": "SD: 1.08",
                            "showarrow": false
                        },
                        {
                            "x": 4.3,
                            "y": 40.93,
                            "font": {
                                "size": 15,
                                "color": "rgb(20, 63, 77)"
                            },
                            "text": "SD: 1.08",
                            "showarrow": false
                        },
                        {
                            "x": 2.74,
                            "y": 40,
                            "ax": 95,
                            "ay": 0,
                            "text": "<br>",
                            "arrowhead": 2,
                            "arrowsize": 1,
                            "arrowcolor": "rgb(47, 119, 142)"
                        },
                        {
                            "x": 4.86,
                            "y": 40,
                            "ax": -95,
                            "ay": 0,
                            "text": "<br>",
                            "arrowhead": 2,
                            "arrowcolor": "rgb(47, 119, 142)"
                        },
                        {
                            "x": 2.82521945606216,
                            "y": 39.8,
                            "ax": -138,
                            "ay": -42,
                            "font": {
                                "size": 18,
                                "color": "rgb(55, 101, 146)"
                            },
                            "text": "p-value: 0.00480",
                            "showarrow": true,
                            "arrowcolor": "rgba(68, 68, 68, 0)"
                        }
                    ],
                    "bargroupgap": 0,
                    "boxgroupgap": 0.3,
                    "uniformtext": {
                        "mode": false,
                        "minsize": 7
                    },
                    "plot_bgcolor": "#fff",
                    "paper_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": 600,
            "width": 600,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nye123",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.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": "2025-07-04 12:21:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nye123",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-10T05:02:06.572624Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~benjaleivas/190.embed",
            "fid": "benjaleivas:190",
            "filename": "schoolai_bp1_fig_6",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/benjaleivas:190/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/benjaleivas/190/2_V8REH9NMA7T6GWYTUWTU1EYOAIJVGI.png",
                "block-thumb": "https://api.plotly.com/v2/files/benjaleivas:190/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/benjaleivas:190/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/benjaleivas:190",
                "plots": "https://api.plotly.com/v2/plots/benjaleivas:190",
                "parent": "https://api.plotly.com/v2/folders/home?user=benjaleivas"
            },
            "owner": "benjaleivas",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 143,
            "web_url": "https://chart-studio.plotly.com/~benjaleivas/190/",
            "world_readable": true,
            "date_modified": "2025-07-15T21:18:34.616Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~benjaleivas/190/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "heatmap",
                        "xsrc": "benjaleivas:300:ec6a4d",
                        "ysrc": "benjaleivas:300:658674",
                        "zsrc": "benjaleivas:300:6ffbfc",
                        "xaxis": "x",
                        "yaxis": "y",
                        "coloraxis": "coloraxis",
                        "showscale": true,
                        "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                    },
                    {
                        "type": "heatmap",
                        "xsrc": "benjaleivas:300:da3647",
                        "ysrc": "benjaleivas:300:796728",
                        "zsrc": "benjaleivas:300:9b2e99",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "coloraxis": "coloraxis",
                        "showscale": false,
                        "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                    },
                    {
                        "type": "heatmap",
                        "xsrc": "benjaleivas:300:7764d1",
                        "ysrc": "benjaleivas:300:ced37f",
                        "zsrc": "benjaleivas:300:12b5f4",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "coloraxis": "coloraxis",
                        "showscale": false,
                        "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:97da25",
                                "ysrc": "benjaleivas:300:4f95ab",
                                "zsrc": "benjaleivas:300:ef99ea",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:7f9c61",
                                "ysrc": "benjaleivas:300:526d98",
                                "zsrc": "benjaleivas:300:54549d",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:2738fb",
                                "ysrc": "benjaleivas:300:6cb429",
                                "zsrc": "benjaleivas:300:081451",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "Overall",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers Across Full Sample]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [3674 Teachers Across Full Sample]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [3884 Teachers Across Full Sample]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:dba715",
                                "ysrc": "benjaleivas:300:1dcd52",
                                "zsrc": "benjaleivas:300:d60d04",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:07ffab",
                                "ysrc": "benjaleivas:300:ab563b",
                                "zsrc": "benjaleivas:300:fc2a31",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:cbca85",
                                "ysrc": "benjaleivas:300:fd64d7",
                                "zsrc": "benjaleivas:300:2affee",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "1",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 1st Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [3674 Teachers on 1st Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [3884 Teachers on 1st Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:020492",
                                "ysrc": "benjaleivas:300:cab5a6",
                                "zsrc": "benjaleivas:300:759d57",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:02f4c4",
                                "ysrc": "benjaleivas:300:ce1abd",
                                "zsrc": "benjaleivas:300:fc3c79",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:6c253f",
                                "ysrc": "benjaleivas:300:fc7c02",
                                "zsrc": "benjaleivas:300:768627",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "2",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 2nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [3674 Teachers on 2nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [3764 Teachers on 2nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:b1902f",
                                "ysrc": "benjaleivas:300:35f525",
                                "zsrc": "benjaleivas:300:a13c39",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:4bcfe8",
                                "ysrc": "benjaleivas:300:92382d",
                                "zsrc": "benjaleivas:300:92811f",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:096b83",
                                "ysrc": "benjaleivas:300:dccad6",
                                "zsrc": "benjaleivas:300:a8cc86",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "3",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 3rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [3672 Teachers on 3rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [2652 Teachers on 3rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:9de8fe",
                                "ysrc": "benjaleivas:300:68566b",
                                "zsrc": "benjaleivas:300:907876",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:3eb043",
                                "ysrc": "benjaleivas:300:5e45e3",
                                "zsrc": "benjaleivas:300:cc71f6",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:ac9377",
                                "ysrc": "benjaleivas:300:8f63a8",
                                "zsrc": "benjaleivas:300:f4f332",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "4",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 4th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [3669 Teachers on 4th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [1854 Teachers on 4th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:5125f5",
                                "ysrc": "benjaleivas:300:4d86b4",
                                "zsrc": "benjaleivas:300:174ec8",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:e118a9",
                                "ysrc": "benjaleivas:300:82bd0d",
                                "zsrc": "benjaleivas:300:55c842",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:0eea5d",
                                "ysrc": "benjaleivas:300:07cc97",
                                "zsrc": "benjaleivas:300:911f6e",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "5",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 5th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [3661 Teachers on 5th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [1247 Teachers on 5th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:809105",
                                "ysrc": "benjaleivas:300:1e5cbc",
                                "zsrc": "benjaleivas:300:1f9c74",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:8cdd3c",
                                "ysrc": "benjaleivas:300:c9e394",
                                "zsrc": "benjaleivas:300:155b76",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:0f11f0",
                                "ysrc": "benjaleivas:300:2e1b17",
                                "zsrc": "benjaleivas:300:426e31",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "6",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 6th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [3637 Teachers on 6th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [682 Teachers on 6th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:8c2888",
                                "ysrc": "benjaleivas:300:5bd08b",
                                "zsrc": "benjaleivas:300:52b4be",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:02adc6",
                                "ysrc": "benjaleivas:300:612373",
                                "zsrc": "benjaleivas:300:e15954",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:fed1c8",
                                "ysrc": "benjaleivas:300:2efbae",
                                "zsrc": "benjaleivas:300:a93827",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "7",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 7th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [3577 Teachers on 7th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [259 Teachers on 7th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:d23203",
                                "ysrc": "benjaleivas:300:ee5b95",
                                "zsrc": "benjaleivas:300:e7ab88",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:c33eea",
                                "ysrc": "benjaleivas:300:2fb194",
                                "zsrc": "benjaleivas:300:a0d8a9",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:20deec",
                                "ysrc": "benjaleivas:300:729a7d",
                                "zsrc": "benjaleivas:300:4dba76",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "8",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 8th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [3423 Teachers on 8th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 8th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:7f2bd0",
                                "ysrc": "benjaleivas:300:fb9721",
                                "zsrc": "benjaleivas:300:06ab4f",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:a4bf5f",
                                "ysrc": "benjaleivas:300:b18e74",
                                "zsrc": "benjaleivas:300:2c4c01",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:b6564d",
                                "ysrc": "benjaleivas:300:ac66fa",
                                "zsrc": "benjaleivas:300:adc476",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "9",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 9th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [3047 Teachers on 9th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 9th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:7c4783",
                                "ysrc": "benjaleivas:300:f55ade",
                                "zsrc": "benjaleivas:300:eeb6f7",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:9b423d",
                                "ysrc": "benjaleivas:300:d483fd",
                                "zsrc": "benjaleivas:300:a565ee",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:1b4417",
                                "ysrc": "benjaleivas:300:caa477",
                                "zsrc": "benjaleivas:300:28c3fe",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "10",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 10th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [2753 Teachers on 10th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 10th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:1ca44a",
                                "ysrc": "benjaleivas:300:e7b714",
                                "zsrc": "benjaleivas:300:38649b",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:ce1337",
                                "ysrc": "benjaleivas:300:fd640c",
                                "zsrc": "benjaleivas:300:58bf12",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:a3c928",
                                "ysrc": "benjaleivas:300:ddfe3a",
                                "zsrc": "benjaleivas:300:e95038",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "11",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 11th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [2454 Teachers on 11th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 11th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:55fbc1",
                                "ysrc": "benjaleivas:300:49afc8",
                                "zsrc": "benjaleivas:300:e76636",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:c62dbd",
                                "ysrc": "benjaleivas:300:936b83",
                                "zsrc": "benjaleivas:300:e2f0f3",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:89d497",
                                "ysrc": "benjaleivas:300:4e1e46",
                                "zsrc": "benjaleivas:300:c32906",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "12",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 12th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [2203 Teachers on 12th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 12th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:def80e",
                                "ysrc": "benjaleivas:300:69b8a1",
                                "zsrc": "benjaleivas:300:ac8fdd",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:51ed7d",
                                "ysrc": "benjaleivas:300:dc01aa",
                                "zsrc": "benjaleivas:300:8a9182",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:d202ec",
                                "ysrc": "benjaleivas:300:40776c",
                                "zsrc": "benjaleivas:300:9f3898",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "13",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 13th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [1984 Teachers on 13th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 13th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:e25e3b",
                                "ysrc": "benjaleivas:300:5cc806",
                                "zsrc": "benjaleivas:300:dec1f0",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:981bbb",
                                "ysrc": "benjaleivas:300:6a6bae",
                                "zsrc": "benjaleivas:300:b69294",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:9dec2f",
                                "ysrc": "benjaleivas:300:cb01cf",
                                "zsrc": "benjaleivas:300:a9e8a4",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "14",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 14th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [1791 Teachers on 14th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 14th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:aa1c13",
                                "ysrc": "benjaleivas:300:b47c77",
                                "zsrc": "benjaleivas:300:7c934e",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:9d5a34",
                                "ysrc": "benjaleivas:300:709f7a",
                                "zsrc": "benjaleivas:300:4b4433",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:b57bae",
                                "ysrc": "benjaleivas:300:125847",
                                "zsrc": "benjaleivas:300:adbcaf",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "15",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 15th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [1624 Teachers on 15th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 15th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:49001e",
                                "ysrc": "benjaleivas:300:750a07",
                                "zsrc": "benjaleivas:300:237b65",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:b412c1",
                                "ysrc": "benjaleivas:300:3439df",
                                "zsrc": "benjaleivas:300:5f238a",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:4581ac",
                                "ysrc": "benjaleivas:300:f1779f",
                                "zsrc": "benjaleivas:300:aeb231",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "16",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 16th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [1470 Teachers on 16th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 16th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:53115b",
                                "ysrc": "benjaleivas:300:0e06d5",
                                "zsrc": "benjaleivas:300:2242c1",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:00ea7a",
                                "ysrc": "benjaleivas:300:ffbaa9",
                                "zsrc": "benjaleivas:300:cbf6d9",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:86c880",
                                "ysrc": "benjaleivas:300:287e67",
                                "zsrc": "benjaleivas:300:c5506d",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "17",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 17th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [1323 Teachers on 17th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 17th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:235720",
                                "ysrc": "benjaleivas:300:6fdd32",
                                "zsrc": "benjaleivas:300:02f927",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:5c29eb",
                                "ysrc": "benjaleivas:300:452036",
                                "zsrc": "benjaleivas:300:2b1e39",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:d1a896",
                                "ysrc": "benjaleivas:300:e4f1e7",
                                "zsrc": "benjaleivas:300:2037f1",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "18",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 18th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [1208 Teachers on 18th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 18th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:30beac",
                                "ysrc": "benjaleivas:300:787a05",
                                "zsrc": "benjaleivas:300:bde6e1",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:122e3d",
                                "ysrc": "benjaleivas:300:7d2636",
                                "zsrc": "benjaleivas:300:fe86a3",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:bd2651",
                                "ysrc": "benjaleivas:300:1d569a",
                                "zsrc": "benjaleivas:300:4c2008",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "19",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 19th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [1093 Teachers on 19th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 19th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:67c5d6",
                                "ysrc": "benjaleivas:300:43fa68",
                                "zsrc": "benjaleivas:300:c3a0ec",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:977819",
                                "ysrc": "benjaleivas:300:905742",
                                "zsrc": "benjaleivas:300:9ab6b7",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:dcbc45",
                                "ysrc": "benjaleivas:300:06f626",
                                "zsrc": "benjaleivas:300:e6b869",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "20",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 20th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [990 Teachers on 20th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 20th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:7600ef",
                                "ysrc": "benjaleivas:300:266741",
                                "zsrc": "benjaleivas:300:2dcb23",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:cf0744",
                                "ysrc": "benjaleivas:300:d79c79",
                                "zsrc": "benjaleivas:300:5b8123",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:3b93b3",
                                "ysrc": "benjaleivas:300:9f4e2c",
                                "zsrc": "benjaleivas:300:3682da",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "21",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 21st Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [896 Teachers on 21st Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 21st Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:d0fdb8",
                                "ysrc": "benjaleivas:300:653ea7",
                                "zsrc": "benjaleivas:300:0b27ef",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:740ef7",
                                "ysrc": "benjaleivas:300:520b7c",
                                "zsrc": "benjaleivas:300:86a489",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:f024a2",
                                "ysrc": "benjaleivas:300:3c82c1",
                                "zsrc": "benjaleivas:300:f523ef",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "22",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 22nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [807 Teachers on 22nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 22nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:acd541",
                                "ysrc": "benjaleivas:300:706202",
                                "zsrc": "benjaleivas:300:621a85",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:8d937e",
                                "ysrc": "benjaleivas:300:0b966e",
                                "zsrc": "benjaleivas:300:9be4ae",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:c03b51",
                                "ysrc": "benjaleivas:300:3fef73",
                                "zsrc": "benjaleivas:300:8a9ca7",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "23",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 23rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [727 Teachers on 23rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 23rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:0cf823",
                                "ysrc": "benjaleivas:300:82e00f",
                                "zsrc": "benjaleivas:300:3dcc65",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:cf9962",
                                "ysrc": "benjaleivas:300:86fd8a",
                                "zsrc": "benjaleivas:300:3a9d85",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:c7967d",
                                "ysrc": "benjaleivas:300:98e961",
                                "zsrc": "benjaleivas:300:40a506",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "24",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 24th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [660 Teachers on 24th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 24th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:2dcbca",
                                "ysrc": "benjaleivas:300:0c0c36",
                                "zsrc": "benjaleivas:300:05a78b",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:541c72",
                                "ysrc": "benjaleivas:300:ccb77e",
                                "zsrc": "benjaleivas:300:7ebf5d",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:6f849f",
                                "ysrc": "benjaleivas:300:27f037",
                                "zsrc": "benjaleivas:300:7888d6",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "25",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 25th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [593 Teachers on 25th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 25th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:698010",
                                "ysrc": "benjaleivas:300:8b72d1",
                                "zsrc": "benjaleivas:300:43e8f4",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:e19c8c",
                                "ysrc": "benjaleivas:300:2a85f0",
                                "zsrc": "benjaleivas:300:068db3",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:71944b",
                                "ysrc": "benjaleivas:300:cb02cf",
                                "zsrc": "benjaleivas:300:5e4eac",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "26",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 26th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [538 Teachers on 26th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 26th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:6241c6",
                                "ysrc": "benjaleivas:300:3dd8f0",
                                "zsrc": "benjaleivas:300:009a87",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:057f4e",
                                "ysrc": "benjaleivas:300:5c945d",
                                "zsrc": "benjaleivas:300:97b2fd",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:849841",
                                "ysrc": "benjaleivas:300:d833a7",
                                "zsrc": "benjaleivas:300:0aab9e",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "27",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 27th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [493 Teachers on 27th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 27th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:04bd8b",
                                "ysrc": "benjaleivas:300:ee8c68",
                                "zsrc": "benjaleivas:300:9ad458",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:f3a01c",
                                "ysrc": "benjaleivas:300:a2fa1f",
                                "zsrc": "benjaleivas:300:23487f",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:27a21c",
                                "ysrc": "benjaleivas:300:ae7e28",
                                "zsrc": "benjaleivas:300:17aba2",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "28",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 28th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [450 Teachers on 28th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 28th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:e36fc2",
                                "ysrc": "benjaleivas:300:9600af",
                                "zsrc": "benjaleivas:300:df552e",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:71c288",
                                "ysrc": "benjaleivas:300:fa207e",
                                "zsrc": "benjaleivas:300:ecae9e",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:61670f",
                                "ysrc": "benjaleivas:300:ca2403",
                                "zsrc": "benjaleivas:300:82f83c",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "29",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 29th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [400 Teachers on 29th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 29th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:7642c9",
                                "ysrc": "benjaleivas:300:42ff83",
                                "zsrc": "benjaleivas:300:7acaa8",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:d8b587",
                                "ysrc": "benjaleivas:300:2dc227",
                                "zsrc": "benjaleivas:300:b602c6",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:9dc66d",
                                "ysrc": "benjaleivas:300:f865d8",
                                "zsrc": "benjaleivas:300:9c36f0",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "30",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 30th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [359 Teachers on 30th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 30th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:9c8afd",
                                "ysrc": "benjaleivas:300:dca74c",
                                "zsrc": "benjaleivas:300:9e3102",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:36cb63",
                                "ysrc": "benjaleivas:300:b14b00",
                                "zsrc": "benjaleivas:300:0a68c0",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:6203ea",
                                "ysrc": "benjaleivas:300:da0899",
                                "zsrc": "benjaleivas:300:a3ded8",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "31",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 31st Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [324 Teachers on 31st Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 31st Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:81ef18",
                                "ysrc": "benjaleivas:300:92e9d2",
                                "zsrc": "benjaleivas:300:19718b",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:76693b",
                                "ysrc": "benjaleivas:300:3836e4",
                                "zsrc": "benjaleivas:300:a59821",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:314e2a",
                                "ysrc": "benjaleivas:300:fd7664",
                                "zsrc": "benjaleivas:300:fb50f4",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "32",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 32nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [289 Teachers on 32nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 32nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:19d15a",
                                "ysrc": "benjaleivas:300:992122",
                                "zsrc": "benjaleivas:300:74c797",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:ea1ca3",
                                "ysrc": "benjaleivas:300:c1a154",
                                "zsrc": "benjaleivas:300:5dccc5",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:d05730",
                                "ysrc": "benjaleivas:300:83b78e",
                                "zsrc": "benjaleivas:300:18d9b4",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "33",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 33rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [257 Teachers on 33rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 33rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:acad0a",
                                "ysrc": "benjaleivas:300:2a1447",
                                "zsrc": "benjaleivas:300:9c19d9",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:caf03e",
                                "ysrc": "benjaleivas:300:2cfd43",
                                "zsrc": "benjaleivas:300:f3ee9e",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:6ba79b",
                                "ysrc": "benjaleivas:300:316661",
                                "zsrc": "benjaleivas:300:95499a",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "34",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 34th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [228 Teachers on 34th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 34th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:b13a9b",
                                "ysrc": "benjaleivas:300:97470b",
                                "zsrc": "benjaleivas:300:d0d102",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:311914",
                                "ysrc": "benjaleivas:300:d56216",
                                "zsrc": "benjaleivas:300:9e7698",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:bd8c4f",
                                "ysrc": "benjaleivas:300:84bfde",
                                "zsrc": "benjaleivas:300:9104d1",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "35",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [88 Teachers on 35th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [203 Teachers on 35th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 35th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:5752d5",
                                "ysrc": "benjaleivas:300:12bd00",
                                "zsrc": "benjaleivas:300:df2ec4",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:51bb27",
                                "ysrc": "benjaleivas:300:32a422",
                                "zsrc": "benjaleivas:300:4897c1",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:708437",
                                "ysrc": "benjaleivas:300:0b805e",
                                "zsrc": "benjaleivas:300:7ad4f6",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "36",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [87 Teachers on 36th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [169 Teachers on 36th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 36th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:556ae7",
                                "ysrc": "benjaleivas:300:7b6c06",
                                "zsrc": "benjaleivas:300:135f86",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:ac5a28",
                                "ysrc": "benjaleivas:300:919017",
                                "zsrc": "benjaleivas:300:907b44",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:120b7d",
                                "ysrc": "benjaleivas:300:205291",
                                "zsrc": "benjaleivas:300:ce8f2e",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "37",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [87 Teachers on 37th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [149 Teachers on 37th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 37th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:565c96",
                                "ysrc": "benjaleivas:300:fb1c95",
                                "zsrc": "benjaleivas:300:274aa6",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:c83931",
                                "ysrc": "benjaleivas:300:52a2f6",
                                "zsrc": "benjaleivas:300:4bb93d",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:cce09d",
                                "ysrc": "benjaleivas:300:28884e",
                                "zsrc": "benjaleivas:300:fddbf5",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "38",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [87 Teachers on 38th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [132 Teachers on 38th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 38th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:0a4343",
                                "ysrc": "benjaleivas:300:882064",
                                "zsrc": "benjaleivas:300:c4c90d",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:70881a",
                                "ysrc": "benjaleivas:300:bfbf83",
                                "zsrc": "benjaleivas:300:1701b2",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:2e4cef",
                                "ysrc": "benjaleivas:300:62d197",
                                "zsrc": "benjaleivas:300:47b632",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "39",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [86 Teachers on 39th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [111 Teachers on 39th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 39th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:6c827d",
                                "ysrc": "benjaleivas:300:75630c",
                                "zsrc": "benjaleivas:300:c8f86f",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:414143",
                                "ysrc": "benjaleivas:300:4f3136",
                                "zsrc": "benjaleivas:300:3ecc9d",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:7d664b",
                                "ysrc": "benjaleivas:300:2adafc",
                                "zsrc": "benjaleivas:300:a7c4b1",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "40",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [86 Teachers on 40th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [97 Teachers on 40th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 40th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:b44c50",
                                "ysrc": "benjaleivas:300:ba2ea5",
                                "zsrc": "benjaleivas:300:1ca83c",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:d6dca4",
                                "ysrc": "benjaleivas:300:5dd6d4",
                                "zsrc": "benjaleivas:300:38a2ef",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:4e7f2a",
                                "ysrc": "benjaleivas:300:165e1d",
                                "zsrc": "benjaleivas:300:722965",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "41",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [85 Teachers on 41st Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [74 Teachers on 41st Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 41st Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:1894ab",
                                "ysrc": "benjaleivas:300:bbecbc",
                                "zsrc": "benjaleivas:300:97a1b3",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:92bbe8",
                                "ysrc": "benjaleivas:300:ed14ce",
                                "zsrc": "benjaleivas:300:10e8a9",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:7e7d35",
                                "ysrc": "benjaleivas:300:b59461",
                                "zsrc": "benjaleivas:300:69349c",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "42",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [83 Teachers on 42nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [66 Teachers on 42nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 42nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:0031c7",
                                "ysrc": "benjaleivas:300:5a3c77",
                                "zsrc": "benjaleivas:300:fe9bcf",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:45764b",
                                "ysrc": "benjaleivas:300:e87b3b",
                                "zsrc": "benjaleivas:300:28a159",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:453ad9",
                                "ysrc": "benjaleivas:300:ce20de",
                                "zsrc": "benjaleivas:300:f248fd",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "43",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [83 Teachers on 43rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [50 Teachers on 43rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 43rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:00772d",
                                "ysrc": "benjaleivas:300:73cbad",
                                "zsrc": "benjaleivas:300:17e4f7",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:7d27cc",
                                "ysrc": "benjaleivas:300:adc036",
                                "zsrc": "benjaleivas:300:41c1ba",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:d5c606",
                                "ysrc": "benjaleivas:300:75a4e6",
                                "zsrc": "benjaleivas:300:fd69f5",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "44",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [83 Teachers on 44th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [38 Teachers on 44th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 44th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:eff015",
                                "ysrc": "benjaleivas:300:6529cf",
                                "zsrc": "benjaleivas:300:be0de3",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:c69ffd",
                                "ysrc": "benjaleivas:300:61c992",
                                "zsrc": "benjaleivas:300:92b3ef",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:20b3a4",
                                "ysrc": "benjaleivas:300:23ac54",
                                "zsrc": "benjaleivas:300:ec5cdc",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "45",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [83 Teachers on 45th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [29 Teachers on 45th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 45th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:f1e1e3",
                                "ysrc": "benjaleivas:300:ac0194",
                                "zsrc": "benjaleivas:300:754e7f",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:2b1246",
                                "ysrc": "benjaleivas:300:b75c59",
                                "zsrc": "benjaleivas:300:d14d8c",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:f80506",
                                "ysrc": "benjaleivas:300:473680",
                                "zsrc": "benjaleivas:300:6d9e4f",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "46",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [82 Teachers on 46th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [21 Teachers on 46th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 46th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:27a00b",
                                "ysrc": "benjaleivas:300:1a884e",
                                "zsrc": "benjaleivas:300:50eb94",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:618dc5",
                                "ysrc": "benjaleivas:300:963cdb",
                                "zsrc": "benjaleivas:300:463304",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:7aea1b",
                                "ysrc": "benjaleivas:300:fef7b2",
                                "zsrc": "benjaleivas:300:5ee36d",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "47",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [78 Teachers on 47th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [12 Teachers on 47th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 47th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:a0e3cb",
                                "ysrc": "benjaleivas:300:472831",
                                "zsrc": "benjaleivas:300:efb777",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:3adaae",
                                "ysrc": "benjaleivas:300:3c0e93",
                                "zsrc": "benjaleivas:300:476676",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:b8c5ad",
                                "ysrc": "benjaleivas:300:6a6f0a",
                                "zsrc": "benjaleivas:300:f11267",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "48",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [75 Teachers on 48th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [8 Teachers on 48th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 48th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:ecef01",
                                "ysrc": "benjaleivas:300:ee9ec7",
                                "zsrc": "benjaleivas:300:30a698",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:949721",
                                "ysrc": "benjaleivas:300:e5665b",
                                "zsrc": "benjaleivas:300:7c7be0",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:178108",
                                "ysrc": "benjaleivas:300:2846cb",
                                "zsrc": "benjaleivas:300:32048e",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "49",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [71 Teachers on 49th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [3 Teachers on 49th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 49th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:6d2e05",
                                "ysrc": "benjaleivas:300:b2a6a4",
                                "zsrc": "benjaleivas:300:79088b",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:54f091",
                                "ysrc": "benjaleivas:300:6996fe",
                                "zsrc": "benjaleivas:300:1f914b",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:132106",
                                "ysrc": "benjaleivas:300:34fceb",
                                "zsrc": "benjaleivas:300:4aa1fa",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "50",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [66 Teachers on 50th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 50th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 50th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:5a91ac",
                                "ysrc": "benjaleivas:300:d3ac10",
                                "zsrc": "benjaleivas:300:f5ea7a",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:770aa1",
                                "ysrc": "benjaleivas:300:969df1",
                                "zsrc": "benjaleivas:300:631cbc",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:91cf6e",
                                "ysrc": "benjaleivas:300:63991a",
                                "zsrc": "benjaleivas:300:d203d5",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "51",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [61 Teachers on 51st Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 51st Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 51st Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:00d665",
                                "ysrc": "benjaleivas:300:05ced1",
                                "zsrc": "benjaleivas:300:56fc0e",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:af24c0",
                                "ysrc": "benjaleivas:300:1a3327",
                                "zsrc": "benjaleivas:300:666cee",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:4d4516",
                                "ysrc": "benjaleivas:300:4f8865",
                                "zsrc": "benjaleivas:300:b616b7",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "52",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [54 Teachers on 52nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 52nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 52nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:35e8e6",
                                "ysrc": "benjaleivas:300:a51844",
                                "zsrc": "benjaleivas:300:5236e8",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:6c26fa",
                                "ysrc": "benjaleivas:300:73409b",
                                "zsrc": "benjaleivas:300:93a451",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:54c50e",
                                "ysrc": "benjaleivas:300:c86684",
                                "zsrc": "benjaleivas:300:353b80",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "53",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [46 Teachers on 53rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 53rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 53rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:1912ca",
                                "ysrc": "benjaleivas:300:4d4685",
                                "zsrc": "benjaleivas:300:06cb1d",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:bc60b6",
                                "ysrc": "benjaleivas:300:7f36db",
                                "zsrc": "benjaleivas:300:22b129",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:7e5700",
                                "ysrc": "benjaleivas:300:ff3695",
                                "zsrc": "benjaleivas:300:b2b527",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "54",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [40 Teachers on 54th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 54th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 54th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:20dd88",
                                "ysrc": "benjaleivas:300:8dbe75",
                                "zsrc": "benjaleivas:300:3527d4",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:f8fc23",
                                "ysrc": "benjaleivas:300:50eccc",
                                "zsrc": "benjaleivas:300:130595",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:ddf279",
                                "ysrc": "benjaleivas:300:764dab",
                                "zsrc": "benjaleivas:300:933e21",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "55",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [36 Teachers on 55th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 55th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 55th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:fefeff",
                                "ysrc": "benjaleivas:300:f33215",
                                "zsrc": "benjaleivas:300:d51231",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:1a9126",
                                "ysrc": "benjaleivas:300:0c97d9",
                                "zsrc": "benjaleivas:300:228a1e",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:560fe2",
                                "ysrc": "benjaleivas:300:2e42b4",
                                "zsrc": "benjaleivas:300:68f68e",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "56",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [31 Teachers on 56th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 56th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 56th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:55adc8",
                                "ysrc": "benjaleivas:300:b5b49a",
                                "zsrc": "benjaleivas:300:89708a",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:e9a25a",
                                "ysrc": "benjaleivas:300:b7d110",
                                "zsrc": "benjaleivas:300:e8d956",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:0b0cc2",
                                "ysrc": "benjaleivas:300:c7c5f9",
                                "zsrc": "benjaleivas:300:249aa6",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "57",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [31 Teachers on 57th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 57th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 57th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:7631c7",
                                "ysrc": "benjaleivas:300:685382",
                                "zsrc": "benjaleivas:300:1487eb",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:66c072",
                                "ysrc": "benjaleivas:300:a7b7ac",
                                "zsrc": "benjaleivas:300:680274",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:1185bf",
                                "ysrc": "benjaleivas:300:86c549",
                                "zsrc": "benjaleivas:300:b2dc35",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "58",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [27 Teachers on 58th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 58th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 58th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:916e79",
                                "ysrc": "benjaleivas:300:6e0d5b",
                                "zsrc": "benjaleivas:300:89f72f",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:3f797e",
                                "ysrc": "benjaleivas:300:d578d8",
                                "zsrc": "benjaleivas:300:61d612",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:9d43f2",
                                "ysrc": "benjaleivas:300:198069",
                                "zsrc": "benjaleivas:300:7e8b3a",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "59",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [25 Teachers on 59th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 59th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 59th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:0eebf1",
                                "ysrc": "benjaleivas:300:a5b785",
                                "zsrc": "benjaleivas:300:790ed1",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:bfcce0",
                                "ysrc": "benjaleivas:300:482df5",
                                "zsrc": "benjaleivas:300:adf8d2",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:5577c4",
                                "ysrc": "benjaleivas:300:f08018",
                                "zsrc": "benjaleivas:300:be3b30",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "60",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [21 Teachers on 60th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 60th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 60th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:9356af",
                                "ysrc": "benjaleivas:300:01de71",
                                "zsrc": "benjaleivas:300:73e919",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:5ac28c",
                                "ysrc": "benjaleivas:300:391277",
                                "zsrc": "benjaleivas:300:0e5734",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:2fca1d",
                                "ysrc": "benjaleivas:300:4df392",
                                "zsrc": "benjaleivas:300:5169ad",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "61",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [19 Teachers on 61st Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 61st Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 61st Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:235d21",
                                "ysrc": "benjaleivas:300:8098af",
                                "zsrc": "benjaleivas:300:a8e0e2",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:354d4e",
                                "ysrc": "benjaleivas:300:9ac1dc",
                                "zsrc": "benjaleivas:300:3d9299",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:359a4e",
                                "ysrc": "benjaleivas:300:fddeec",
                                "zsrc": "benjaleivas:300:553d13",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "62",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [13 Teachers on 62nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 62nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 62nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:ca96e1",
                                "ysrc": "benjaleivas:300:09b352",
                                "zsrc": "benjaleivas:300:b6f59e",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:d19790",
                                "ysrc": "benjaleivas:300:b12f8d",
                                "zsrc": "benjaleivas:300:63893b",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:105caf",
                                "ysrc": "benjaleivas:300:3c2530",
                                "zsrc": "benjaleivas:300:e3240b",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "63",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [12 Teachers on 63rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 63rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 63rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:9a5b8a",
                                "ysrc": "benjaleivas:300:c420db",
                                "zsrc": "benjaleivas:300:d32d74",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:ba68e8",
                                "ysrc": "benjaleivas:300:a253c2",
                                "zsrc": "benjaleivas:300:b61253",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:250ca2",
                                "ysrc": "benjaleivas:300:78a831",
                                "zsrc": "benjaleivas:300:0546bc",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "64",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [12 Teachers on 64th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 64th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 64th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:3a54b6",
                                "ysrc": "benjaleivas:300:9adb7b",
                                "zsrc": "benjaleivas:300:1a7a98",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:aae71f",
                                "ysrc": "benjaleivas:300:158781",
                                "zsrc": "benjaleivas:300:367e9d",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:cc73a5",
                                "ysrc": "benjaleivas:300:44706b",
                                "zsrc": "benjaleivas:300:cdf571",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "65",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [11 Teachers on 65th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 65th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 65th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:0db911",
                                "ysrc": "benjaleivas:300:d82e60",
                                "zsrc": "benjaleivas:300:236c28",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:016c6c",
                                "ysrc": "benjaleivas:300:19b797",
                                "zsrc": "benjaleivas:300:be7f48",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:a1ec5f",
                                "ysrc": "benjaleivas:300:5cb469",
                                "zsrc": "benjaleivas:300:6e230a",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "66",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [8 Teachers on 66th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 66th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 66th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:a0fde7",
                                "ysrc": "benjaleivas:300:300a43",
                                "zsrc": "benjaleivas:300:9b7e97",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:7b6778",
                                "ysrc": "benjaleivas:300:91324f",
                                "zsrc": "benjaleivas:300:12af22",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:b07113",
                                "ysrc": "benjaleivas:300:332104",
                                "zsrc": "benjaleivas:300:ebed3e",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "67",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [8 Teachers on 67th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 67th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 67th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:631d15",
                                "ysrc": "benjaleivas:300:40f688",
                                "zsrc": "benjaleivas:300:8e4d93",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:3885cd",
                                "ysrc": "benjaleivas:300:b46ce6",
                                "zsrc": "benjaleivas:300:2f8f6a",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:1baa40",
                                "ysrc": "benjaleivas:300:3186b7",
                                "zsrc": "benjaleivas:300:b61fb0",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "68",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [7 Teachers on 68th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 68th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 68th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:74c2b3",
                                "ysrc": "benjaleivas:300:3021ac",
                                "zsrc": "benjaleivas:300:01644a",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:50e11b",
                                "ysrc": "benjaleivas:300:a2125f",
                                "zsrc": "benjaleivas:300:df7f7d",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:1ee04f",
                                "ysrc": "benjaleivas:300:002eca",
                                "zsrc": "benjaleivas:300:88c979",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "69",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [5 Teachers on 69th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 69th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 69th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:6ed103",
                                "ysrc": "benjaleivas:300:977e6e",
                                "zsrc": "benjaleivas:300:642acd",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:71253b",
                                "ysrc": "benjaleivas:300:26a4a5",
                                "zsrc": "benjaleivas:300:5b9fd1",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:cfbd77",
                                "ysrc": "benjaleivas:300:2db785",
                                "zsrc": "benjaleivas:300:7c863d",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "70",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [4 Teachers on 70th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 70th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 70th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:5661e9",
                                "ysrc": "benjaleivas:300:025108",
                                "zsrc": "benjaleivas:300:340278",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:02aa4c",
                                "ysrc": "benjaleivas:300:b3c206",
                                "zsrc": "benjaleivas:300:b62934",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:366f51",
                                "ysrc": "benjaleivas:300:0b66eb",
                                "zsrc": "benjaleivas:300:56b933",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "71",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [4 Teachers on 71st Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 71st Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 71st Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:9e6a7e",
                                "ysrc": "benjaleivas:300:5aaae4",
                                "zsrc": "benjaleivas:300:19448a",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:e1e01e",
                                "ysrc": "benjaleivas:300:1ca6a0",
                                "zsrc": "benjaleivas:300:a907b7",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:5ff2de",
                                "ysrc": "benjaleivas:300:e37839",
                                "zsrc": "benjaleivas:300:888615",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "72",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [4 Teachers on 72nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 72nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 72nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:1f899c",
                                "ysrc": "benjaleivas:300:1aede6",
                                "zsrc": "benjaleivas:300:993529",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:d5f808",
                                "ysrc": "benjaleivas:300:785f30",
                                "zsrc": "benjaleivas:300:d15ea1",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:b9edbf",
                                "ysrc": "benjaleivas:300:fc9783",
                                "zsrc": "benjaleivas:300:48f9be",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "73",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [4 Teachers on 73rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 73rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 73rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:cbf012",
                                "ysrc": "benjaleivas:300:8372bf",
                                "zsrc": "benjaleivas:300:a927bb",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:aed9f2",
                                "ysrc": "benjaleivas:300:a726cb",
                                "zsrc": "benjaleivas:300:93033b",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:d79509",
                                "ysrc": "benjaleivas:300:d09c0a",
                                "zsrc": "benjaleivas:300:7bb6d6",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "74",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [4 Teachers on 74th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 74th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 74th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:747d43",
                                "ysrc": "benjaleivas:300:c0ea31",
                                "zsrc": "benjaleivas:300:5a66fb",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:fd1088",
                                "ysrc": "benjaleivas:300:a40c17",
                                "zsrc": "benjaleivas:300:d7525b",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:2ed871",
                                "ysrc": "benjaleivas:300:56d37c",
                                "zsrc": "benjaleivas:300:d842b8",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "75",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [4 Teachers on 75th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 75th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 75th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:219a01",
                                "ysrc": "benjaleivas:300:cdaad5",
                                "zsrc": "benjaleivas:300:583954",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:a27590",
                                "ysrc": "benjaleivas:300:c607b1",
                                "zsrc": "benjaleivas:300:891828",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:2d5886",
                                "ysrc": "benjaleivas:300:42ec7f",
                                "zsrc": "benjaleivas:300:e58831",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "76",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [3 Teachers on 76th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 76th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 76th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:072f14",
                                "ysrc": "benjaleivas:300:09f9fc",
                                "zsrc": "benjaleivas:300:628d0b",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:1f24de",
                                "ysrc": "benjaleivas:300:fe982b",
                                "zsrc": "benjaleivas:300:8ca28b",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:ac4123",
                                "ysrc": "benjaleivas:300:71f6fd",
                                "zsrc": "benjaleivas:300:7bfe23",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "77",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [3 Teachers on 77th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 77th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 77th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:676ff9",
                                "ysrc": "benjaleivas:300:1ec829",
                                "zsrc": "benjaleivas:300:bc9e86",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:5eb291",
                                "ysrc": "benjaleivas:300:a0d063",
                                "zsrc": "benjaleivas:300:555fae",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:452da6",
                                "ysrc": "benjaleivas:300:6e00fb",
                                "zsrc": "benjaleivas:300:2c1fac",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "78",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [2 Teachers on 78th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 78th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 78th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:ab5d93",
                                "ysrc": "benjaleivas:300:ee08cb",
                                "zsrc": "benjaleivas:300:4cd630",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:720860",
                                "ysrc": "benjaleivas:300:d52ec2",
                                "zsrc": "benjaleivas:300:43e7a3",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:83aebf",
                                "ysrc": "benjaleivas:300:166108",
                                "zsrc": "benjaleivas:300:b22334",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "79",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [2 Teachers on 79th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 79th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 79th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:d24d48",
                                "ysrc": "benjaleivas:300:fadc14",
                                "zsrc": "benjaleivas:300:24f7ad",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:0c26b6",
                                "ysrc": "benjaleivas:300:e1a5b0",
                                "zsrc": "benjaleivas:300:a58b44",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:400dd2",
                                "ysrc": "benjaleivas:300:dac2de",
                                "zsrc": "benjaleivas:300:b79719",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "80",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [2 Teachers on 80th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 80th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 80th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:71ae7d",
                                "ysrc": "benjaleivas:300:9f755b",
                                "zsrc": "benjaleivas:300:257685",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:afaeb2",
                                "ysrc": "benjaleivas:300:e4cc48",
                                "zsrc": "benjaleivas:300:e33ef8",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:855429",
                                "ysrc": "benjaleivas:300:6d3c76",
                                "zsrc": "benjaleivas:300:b994fc",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "81",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [2 Teachers on 81st Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 81st Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 81st Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:3aadb5",
                                "ysrc": "benjaleivas:300:45f5f5",
                                "zsrc": "benjaleivas:300:a81304",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:959c7a",
                                "ysrc": "benjaleivas:300:17947a",
                                "zsrc": "benjaleivas:300:da3891",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:b287cb",
                                "ysrc": "benjaleivas:300:2dd61e",
                                "zsrc": "benjaleivas:300:f9ddeb",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "82",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [1 Teachers on 82nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 82nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 82nd Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:d667bd",
                                "ysrc": "benjaleivas:300:fd6da0",
                                "zsrc": "benjaleivas:300:ae422b",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:3cc763",
                                "ysrc": "benjaleivas:300:d0f567",
                                "zsrc": "benjaleivas:300:0be867",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:a83b44",
                                "ysrc": "benjaleivas:300:3c9eb3",
                                "zsrc": "benjaleivas:300:f4fcee",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "83",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [1 Teachers on 83rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 83rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 83rd Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:2fcef3",
                                "ysrc": "benjaleivas:300:4177b9",
                                "zsrc": "benjaleivas:300:3c2e7d",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:d5341c",
                                "ysrc": "benjaleivas:300:899202",
                                "zsrc": "benjaleivas:300:5281e4",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:9c5807",
                                "ysrc": "benjaleivas:300:b1fdb0",
                                "zsrc": "benjaleivas:300:3848d3",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "84",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [1 Teachers on 84th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 84th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 84th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:aabdd2",
                                "ysrc": "benjaleivas:300:fc1ba0",
                                "zsrc": "benjaleivas:300:0a5b67",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:8eba0f",
                                "ysrc": "benjaleivas:300:dd19e6",
                                "zsrc": "benjaleivas:300:cb0f8b",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:6bf89a",
                                "ysrc": "benjaleivas:300:7934a1",
                                "zsrc": "benjaleivas:300:f3d731",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "85",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [1 Teachers on 85th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 85th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 85th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    },
                    {
                        "data": [
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:c8f1de",
                                "ysrc": "benjaleivas:300:ee679f",
                                "zsrc": "benjaleivas:300:6e662d",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:415197",
                                "ysrc": "benjaleivas:300:0e3c0d",
                                "zsrc": "benjaleivas:300:5613b6",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            },
                            {
                                "type": "heatmap",
                                "xsrc": "benjaleivas:300:dc457f",
                                "ysrc": "benjaleivas:300:2df419",
                                "zsrc": "benjaleivas:300:a05eb0",
                                "coloraxis": "coloraxis",
                                "hovertemplate": "<b>Day:</b> %{y}<br><b>Time:</b> %{x}:00 hrs<br><b>Usage share:</b> %{z:.4f}<extra></extra>"
                            }
                        ],
                        "name": "86",
                        "layout": {
                            "annotations": [
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Power Users (50+ days) [1 Teachers on 86th Active Day]",
                                    "xref": "paper",
                                    "yref": "y domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Regular Users (8-49 days) [0 Teachers on 86th Active Day]",
                                    "xref": "paper",
                                    "yref": "y2 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                },
                                {
                                    "x": 0.5,
                                    "y": 1.18,
                                    "font": {
                                        "size": 14,
                                        "color": "#2C3E50"
                                    },
                                    "text": "Trial Users (2-7 days) [0 Teachers on 86th Active Day]",
                                    "xref": "paper",
                                    "yref": "y3 domain",
                                    "xanchor": "center",
                                    "showarrow": false
                                }
                            ]
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": ""
                    },
                    "width": 1200,
                    "xaxis": {
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "yaxis": {
                        "anchor": "x",
                        "domain": [
                            0.7666666666666666,
                            0.9999999999999999
                        ],
                        "autorange": "reversed",
                        "showticklabels": true
                    },
                    "height": 870,
                    "margin": {
                        "b": 320,
                        "l": 80,
                        "r": 150,
                        "t": 40
                    },
                    "xaxis2": {
                        "anchor": "y2",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "xaxis3": {
                        "title": {
                            "text": "Time (Local)"
                        },
                        "anchor": "y3",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "yaxis2": {
                        "anchor": "x2",
                        "domain": [
                            0.3833333333333333,
                            0.6166666666666666
                        ],
                        "autorange": "reversed",
                        "showticklabels": true
                    },
                    "yaxis3": {
                        "anchor": "x3",
                        "domain": [
                            0.0,
                            0.2333333333333333
                        ],
                        "autorange": "reversed",
                        "showticklabels": true
                    },
                    "sliders": [
                        {
                            "pad": {
                                "t": 80
                            },
                            "steps": [
                                {
                                    "args": [
                                        [
                                            "Overall"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "<b>Overall</b>",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 1",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 2",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "3"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 3",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "4"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 4",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "5"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 5",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "6"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 6",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "7"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 7",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "8"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 8",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "9"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 9",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "10"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 10",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "11"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 11",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "12"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 12",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "13"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 13",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "14"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 14",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "15"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 15",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "16"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 16",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "17"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 17",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "18"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 18",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "19"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 19",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "20"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 20",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "21"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 21",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "22"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 22",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "23"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 23",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "24"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 24",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "25"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 25",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "26"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 26",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "27"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 27",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "28"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 28",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "29"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 29",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "30"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 30",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "31"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 31",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "32"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 32",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "33"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 33",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "34"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 34",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "35"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 35",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "36"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 36",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "37"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 37",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "38"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 38",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "39"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 39",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "40"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 40",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "41"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 41",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "42"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 42",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "43"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 43",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "44"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 44",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "45"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 45",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "46"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 46",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "47"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 47",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "48"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 48",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "49"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 49",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "50"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 50",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "51"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 51",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "52"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 52",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "53"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 53",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "54"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 54",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "55"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 55",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "56"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 56",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "57"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 57",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "58"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 58",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "59"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 59",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "60"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 60",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "61"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 61",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "62"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 62",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "63"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 63",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "64"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 64",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "65"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 65",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "66"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 66",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "67"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 67",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "68"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 68",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "69"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 69",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "70"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 70",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "71"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 71",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "72"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 72",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "73"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 73",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "74"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 74",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "75"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 75",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "76"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 76",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "77"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 77",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "78"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 78",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "79"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 79",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "80"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 80",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "81"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 81",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "82"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 82",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "83"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 83",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "84"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 84",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "85"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 85",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "86"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "duration": 0
                                            }
                                        }
                                    ],
                                    "label": "Day 86",
                                    "method": "animate"
                                }
                            ],
                            "active": 0,
                            "currentvalue": {
                                "visible": false
                            }
                        }
                    ],
                    "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
                            }
                        }
                    },
                    "coloraxis": {
                        "cmax": 0.029693568412885073,
                        "cmin": 0,
                        "colorbar": {
                            "x": 1.02,
                            "y": 0.5,
                            "len": 0.8,
                            "title": {
                                "text": "Normalized<br>Share of Time"
                            },
                            "xanchor": "left",
                            "yanchor": "middle",
                            "thickness": 20,
                            "orientation": "v"
                        },
                        "colorscale": [
                            [
                                0.0,
                                "#440154"
                            ],
                            [
                                0.1111111111111111,
                                "#482878"
                            ],
                            [
                                0.2222222222222222,
                                "#3e4989"
                            ],
                            [
                                0.3333333333333333,
                                "#31688e"
                            ],
                            [
                                0.4444444444444444,
                                "#26828e"
                            ],
                            [
                                0.5555555555555556,
                                "#1f9e89"
                            ],
                            [
                                0.6666666666666666,
                                "#35b779"
                            ],
                            [
                                0.7777777777777778,
                                "#6ece58"
                            ],
                            [
                                0.8888888888888888,
                                "#b5de2b"
                            ],
                            [
                                1.0,
                                "#fde725"
                            ]
                        ]
                    },
                    "annotations": [
                        {
                            "x": 0.5,
                            "y": 1.18,
                            "font": {
                                "size": 14,
                                "color": "#2C3E50"
                            },
                            "text": "Power Users (50+ days) [88 Teachers Across Full Sample]",
                            "xref": "paper",
                            "yref": "y domain",
                            "xanchor": "center",
                            "showarrow": false
                        },
                        {
                            "x": 0.5,
                            "y": 1.18,
                            "font": {
                                "size": 14,
                                "color": "#2C3E50"
                            },
                            "text": "Regular Users (8-49 days) [3674 Teachers Across Full Sample]",
                            "xref": "paper",
                            "yref": "y2 domain",
                            "xanchor": "center",
                            "showarrow": false
                        },
                        {
                            "x": 0.5,
                            "y": 1.18,
                            "font": {
                                "size": 14,
                                "color": "#2C3E50"
                            },
                            "text": "Trial Users (2-7 days) [3884 Teachers Across Full Sample]",
                            "xref": "paper",
                            "yref": "y3 domain",
                            "xanchor": "center",
                            "showarrow": false
                        },
                        {
                            "x": 0.0,
                            "y": -0.3,
                            "font": {
                                "size": 18,
                                "color": "black"
                            },
                            "text": "<b>Figure 6</b>: Platform Usage Times, by Teacher Engagement Level",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "left",
                            "yanchor": "top",
                            "showarrow": false
                        },
                        {
                            "x": 0.0,
                            "y": -0.35,
                            "font": {
                                "size": 14,
                                "color": "black"
                            },
                            "text": "<b>Notes:</b> Each heatmap shows when teachers at their corresponding engagement level use the platform. The x-axis shows hours of the day<br>(in teachers' local time zones), while the y-axis shows days of the week. Each square represents a specific day-hour combination, with color<br>intensity indicating how much time teachers in said engagement level spend using the platform during that time slot. Usage time is measured<br>using \"runs\"—continuous periods when a teacher interacts with a single platform feature before switching to another feature or ending their<br>session. To ensure accuracy, we cap unusually long runs at 2 standard deviations above the average duration for each feature type, and exclude<br>teachers' final runs of each day (since we cannot observe when they actually stop using the platform), unless it was their only activity that day.<br>The slider at the bottom allows you to explore how usage patterns evolve as teachers spend more days actively using the platform.",
                            "xref": "paper",
                            "yref": "paper",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "top",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 870,
            "width": 1200,
            "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
            }
        },
        {
            "creation_time": "2025-07-10T04:16:28.471319Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nye123/3.embed",
            "fid": "nye123:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nye123/3/9_BP7E0SWMAB5ZEE4ONAG7J6D57RKYCG.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nye123/3/2_UMHA0F9H650IM0JCQXMN2M2H0V6N2Q.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/3/8_Z4MRT9W62MPPO8AO4BSH5B3HLYEFPW.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/3/9_BP7E0SWMAB5ZEE4ONAG7J6D57RKYCG.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nye123:3",
                "plots": "https://api.plotly.com/v2/plots/nye123:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=nye123"
            },
            "owner": "nye123",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~nye123/3/",
            "world_readable": true,
            "date_modified": "2025-07-14T09:14:35.338Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nye123/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "3",
                                "y": "28%"
                            }
                        },
                        "name": "3",
                        "type": "bar",
                        "xsrc": "nye123:0:48ce13",
                        "ysrc": "nye123:0:c5b00e",
                        "marker": {
                            "color": "rgb(130, 193, 236)",
                            "opacity": 1
                        },
                        "error_x": {
                            "type": "percent",
                            "value": 10,
                            "visible": false,
                            "symmetric": true,
                            "copy_ystyle": true
                        },
                        "error_y": {
                            "type": "percent",
                            "color": "#444",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "opacity": 1,
                        "textfont": {},
                        "hoverinfo": "x+y",
                        "hoverlabel": {
                            "align": "auto",
                            "namelength": 15
                        },
                        "orientation": "v",
                        "textposition": "auto"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 12,
                        "color": "#000",
                        "family": "\"PT Sans Narrow\", sans-serif"
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 32,
                            "color": "",
                            "family": ""
                        },
                        "text": "Questionnaire-A: Q4<br>"
                    },
                    "width": 600,
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "dtick": 4,
                        "range": [
                            0.4860694447132605,
                            5.340909090909091
                        ],
                        "tick0": 0,
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 26,
                                "color": "",
                                "family": ""
                            },
                            "text": "Likert-scale"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "mirror": false,
                        "nticks": 0,
                        "ticklen": 4,
                        "tickson": "labels",
                        "position": 0,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 15,
                            "color": "",
                            "family": ""
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "#ddd",
                        "gridwidth": 1,
                        "linecolor": "#000",
                        "linewidth": 1,
                        "rangemode": "normal",
                        "tickangle": "auto",
                        "tickcolor": "rgba(0, 0, 0, 0)",
                        "tickwidth": 5,
                        "automargin": false,
                        "overlaying": false,
                        "showspikes": true,
                        "tickprefix": "",
                        "showexponent": "all",
                        "zerolinecolor": "#000",
                        "zerolinewidth": 1,
                        "exponentformat": "e",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "dtick": 200000,
                        "range": [
                            0,
                            45
                        ],
                        "tick0": 0,
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 26,
                                "color": "",
                                "family": ""
                            },
                            "text": "Responses (%)"
                        },
                        "anchor": "x",
                        "domain": [
                            0.05,
                            1
                        ],
                        "mirror": false,
                        "nticks": 0,
                        "ticklen": 5,
                        "position": 0,
                        "showgrid": true,
                        "showline": true,
                        "tickfont": {
                            "size": 0,
                            "color": "",
                            "family": ""
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "#ddd",
                        "gridwidth": 1,
                        "linecolor": "#000",
                        "linewidth": 1,
                        "rangemode": "normal",
                        "tickangle": "auto",
                        "tickcolor": "rgba(0, 0, 0, 0)",
                        "tickwidth": 1,
                        "overlaying": false,
                        "showspikes": true,
                        "showexponent": "all",
                        "zerolinecolor": "#000",
                        "zerolinewidth": 1,
                        "exponentformat": "e",
                        "showticklabels": true,
                        "spikethickness": 18
                    },
                    "bargap": 0.19999999999999996,
                    "boxgap": 0.3,
                    "height": 600,
                    "legend": {
                        "font": {
                            "size": 0,
                            "color": "",
                            "family": ""
                        },
                        "bgcolor": "#fff",
                        "traceorder": "normal",
                        "bordercolor": "#000",
                        "borderwidth": 1
                    },
                    "margin": {
                        "b": 80,
                        "l": 80,
                        "r": 80,
                        "t": 80,
                        "pad": 0
                    },
                    "shapes": [
                        {
                            "x0": 4.59,
                            "x1": 4.59,
                            "y0": 0,
                            "y1": 40,
                            "line": {
                                "dash": "dot",
                                "color": "rgb(254, 75, 75)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.6,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 2.31,
                            "x1": 2.31,
                            "y0": 0,
                            "y1": 40,
                            "line": {
                                "dash": "dot",
                                "color": "rgb(254, 75, 75)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.6,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 3.45,
                            "x1": 3.45,
                            "y0": 0,
                            "y1": 42.5,
                            "line": {
                                "color": "rgb(255, 39, 39)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.68,
                            "fillcolor": "#7f7f7f"
                        }
                    ],
                    "barmode": "group",
                    "barnorm": "",
                    "boxmode": "overlay",
                    "modebar": {
                        "orientation": "h"
                    },
                    "autosize": false,
                    "dragmode": "pan",
                    "hovermode": "x",
                    "separators": ".,",
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 3.45,
                            "y": 44.25,
                            "font": {
                                "size": 18,
                                "color": "rgb(245, 75, 75)"
                            },
                            "text": "Mean : 3.45",
                            "showarrow": false
                        },
                        {
                            "x": 2.925,
                            "y": 40.93,
                            "font": {
                                "size": 15,
                                "color": "rgb(20, 63, 77)"
                            },
                            "text": "SD: 1.14",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 40.93,
                            "font": {
                                "size": 15,
                                "color": "rgb(20, 63, 77)"
                            },
                            "text": "SD: 1.14",
                            "showarrow": false
                        },
                        {
                            "x": 2.33,
                            "y": 40,
                            "ax": 101,
                            "ay": 0,
                            "text": "<br>",
                            "arrowhead": 2,
                            "arrowsize": 1,
                            "arrowcolor": "rgb(47, 119, 142)"
                        },
                        {
                            "x": 4.57,
                            "y": 40,
                            "ax": -101,
                            "ay": 0,
                            "text": "<br>",
                            "arrowhead": 2,
                            "arrowcolor": "rgb(47, 119, 142)"
                        },
                        {
                            "x": 2.82521945606216,
                            "y": 39.8,
                            "ax": -138,
                            "ay": -42,
                            "font": {
                                "size": 18,
                                "color": "rgb(55, 101, 146)"
                            },
                            "text": "p-value: 0.00298",
                            "showarrow": true,
                            "arrowcolor": "rgba(68, 68, 68, 0)"
                        }
                    ],
                    "bargroupgap": 0,
                    "boxgroupgap": 0.3,
                    "uniformtext": {
                        "mode": false,
                        "minsize": 7
                    },
                    "plot_bgcolor": "#fff",
                    "paper_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": 600,
            "width": 600,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nye123",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.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": "2025-07-04 12:21:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nye123",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-10T04:09:16.597038Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nye123/2.embed",
            "fid": "nye123:2",
            "filename": "Plot 2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nye123/2/9_JVJL3EDE35L6W38RYQZQ8L5RNQYX5V.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nye123/2/2_244O8ZVFGJ4OAHWMG7D75RYXXF532Q.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/2/8_8A8UXHNYAI29WJICDTN0D3VBKMILFO.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/2/9_JVJL3EDE35L6W38RYQZQ8L5RNQYX5V.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nye123:2",
                "plots": "https://api.plotly.com/v2/plots/nye123:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=nye123"
            },
            "owner": "nye123",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~nye123/2/",
            "world_readable": true,
            "date_modified": "2025-07-14T09:14:35.338Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nye123/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "3",
                                "y": "28%"
                            }
                        },
                        "name": "3",
                        "type": "bar",
                        "xsrc": "nye123:0:48ce13",
                        "ysrc": "nye123:0:c5b00e",
                        "marker": {
                            "color": "rgb(130, 193, 236)",
                            "opacity": 1
                        },
                        "error_x": {
                            "type": "percent",
                            "value": 10,
                            "visible": false,
                            "symmetric": true,
                            "copy_ystyle": true
                        },
                        "error_y": {
                            "type": "percent",
                            "color": "#444",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "opacity": 1,
                        "textfont": {},
                        "hoverinfo": "x+y",
                        "hoverlabel": {
                            "align": "auto",
                            "namelength": 15
                        },
                        "orientation": "v",
                        "textposition": "auto"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 12,
                        "color": "#000",
                        "family": "\"PT Sans Narrow\", sans-serif"
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 32,
                            "color": "",
                            "family": ""
                        },
                        "text": "Questionnaire-A: Q3<br>"
                    },
                    "width": 600,
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "dtick": 4,
                        "range": [
                            0.4860694447132605,
                            5.340909090909091
                        ],
                        "tick0": 0,
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 26,
                                "color": "",
                                "family": ""
                            },
                            "text": "Likert-scale"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "mirror": false,
                        "nticks": 0,
                        "ticklen": 4,
                        "tickson": "labels",
                        "position": 0,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 15,
                            "color": "",
                            "family": ""
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "#ddd",
                        "gridwidth": 1,
                        "linecolor": "#000",
                        "linewidth": 1,
                        "rangemode": "normal",
                        "tickangle": "auto",
                        "tickcolor": "rgba(0, 0, 0, 0)",
                        "tickwidth": 5,
                        "automargin": false,
                        "overlaying": false,
                        "showspikes": true,
                        "tickprefix": "",
                        "showexponent": "all",
                        "zerolinecolor": "#000",
                        "zerolinewidth": 1,
                        "exponentformat": "e",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "dtick": 200000,
                        "range": [
                            0,
                            45
                        ],
                        "tick0": 0,
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 26,
                                "color": "",
                                "family": ""
                            },
                            "text": "Responses (%)"
                        },
                        "anchor": "x",
                        "domain": [
                            0.05,
                            1
                        ],
                        "mirror": false,
                        "nticks": 0,
                        "ticklen": 5,
                        "position": 0,
                        "showgrid": true,
                        "showline": true,
                        "tickfont": {
                            "size": 0,
                            "color": "",
                            "family": ""
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "#ddd",
                        "gridwidth": 1,
                        "linecolor": "#000",
                        "linewidth": 1,
                        "rangemode": "normal",
                        "tickangle": "auto",
                        "tickcolor": "rgba(0, 0, 0, 0)",
                        "tickwidth": 1,
                        "overlaying": false,
                        "showspikes": true,
                        "showexponent": "all",
                        "zerolinecolor": "#000",
                        "zerolinewidth": 1,
                        "exponentformat": "e",
                        "showticklabels": true,
                        "spikethickness": 18
                    },
                    "bargap": 0.19999999999999996,
                    "boxgap": 0.3,
                    "height": 600,
                    "legend": {
                        "font": {
                            "size": 0,
                            "color": "",
                            "family": ""
                        },
                        "bgcolor": "#fff",
                        "traceorder": "normal",
                        "bordercolor": "#000",
                        "borderwidth": 1
                    },
                    "margin": {
                        "b": 80,
                        "l": 80,
                        "r": 80,
                        "t": 80,
                        "pad": 0
                    },
                    "shapes": [
                        {
                            "x0": 2.32,
                            "x1": 2.324,
                            "y0": 0,
                            "y1": 40,
                            "line": {
                                "dash": "dot",
                                "color": "rgb(254, 75, 75)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.6,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 4.42,
                            "x1": 4.42,
                            "y0": 0,
                            "y1": 40,
                            "line": {
                                "dash": "dot",
                                "color": "rgb(254, 75, 75)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.6,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 3.37,
                            "x1": 3.37,
                            "y0": 0,
                            "y1": 42.5,
                            "line": {
                                "color": "rgb(255, 39, 39)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.68,
                            "fillcolor": "#7f7f7f"
                        }
                    ],
                    "barmode": "group",
                    "barnorm": "",
                    "boxmode": "overlay",
                    "modebar": {
                        "orientation": "h"
                    },
                    "autosize": false,
                    "dragmode": "pan",
                    "hovermode": "x",
                    "separators": ".,",
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 3.37,
                            "y": 44.25,
                            "font": {
                                "size": 18,
                                "color": "rgb(245, 75, 75)"
                            },
                            "text": "Mean : 3.37",
                            "showarrow": false
                        },
                        {
                            "x": 2.9,
                            "y": 40.93,
                            "font": {
                                "size": 15,
                                "color": "rgb(20, 63, 77)"
                            },
                            "text": "SD: 1.05",
                            "showarrow": false
                        },
                        {
                            "x": 3.85,
                            "y": 40.93,
                            "font": {
                                "size": 15,
                                "color": "rgb(20, 63, 77)"
                            },
                            "text": "SD: 1.05",
                            "showarrow": false
                        },
                        {
                            "x": 2.34,
                            "y": 40,
                            "ax": 93,
                            "ay": 0,
                            "text": "<br>",
                            "arrowhead": 2,
                            "arrowsize": 1,
                            "arrowcolor": "rgb(47, 119, 142)"
                        },
                        {
                            "x": 4.4,
                            "y": 40,
                            "ax": -93,
                            "ay": 0,
                            "text": "<br>",
                            "arrowhead": 2,
                            "arrowcolor": "rgb(47, 119, 142)"
                        },
                        {
                            "x": 2.82521945606216,
                            "y": 39.8,
                            "ax": -138,
                            "ay": -42,
                            "font": {
                                "size": 18,
                                "color": "rgb(55, 101, 146)"
                            },
                            "text": "p-value: 0.00634",
                            "showarrow": true,
                            "arrowcolor": "rgba(68, 68, 68, 0)"
                        }
                    ],
                    "bargroupgap": 0,
                    "boxgroupgap": 0.3,
                    "uniformtext": {
                        "mode": false,
                        "minsize": 7
                    },
                    "plot_bgcolor": "#fff",
                    "paper_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": 600,
            "width": 600,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nye123",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.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": "2025-07-04 12:21:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nye123",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-10T03:21:10.811478Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~weluvashanti/27.embed",
            "fid": "weluvashanti:27",
            "filename": "whales_continuous_0710",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/weluvashanti/27/9_UTQJTPZFM0A2PYSP54CKI3EMB4FEE6.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/weluvashanti/27/2_28BYFV2SIA8G1ITA1H7BZ09ZGNEEYB.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/weluvashanti/27/8_7YC4TIG6G5HP9TYPCUI931FHRSUQM1.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/weluvashanti/27/9_UTQJTPZFM0A2PYSP54CKI3EMB4FEE6.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/weluvashanti:27",
                "plots": "https://api.plotly.com/v2/plots/weluvashanti:27",
                "parent": "https://api.plotly.com/v2/folders/home?user=weluvashanti"
            },
            "owner": "weluvashanti",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~weluvashanti/27/",
            "world_readable": true,
            "date_modified": "2025-07-10T15:01:20.835Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~weluvashanti/27/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "markers",
                        "name": "Main Plot",
                        "type": "scatter3d",
                        "xsrc": "weluvashanti:26:1ea1bf",
                        "ysrc": "weluvashanti:26:c4dab4",
                        "zsrc": "weluvashanti:26:0b1bdb",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "sizesrc": "weluvashanti:26:06403b",
                            "colorsrc": "weluvashanti:26:bf5dc5",
                            "sizemode": "area",
                            "colorscale": [
                                "#BF382A",
                                "grey",
                                "green"
                            ]
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)",
                            "width": []
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)",
                            "width": []
                        },
                        "textfont": {
                            "sizesrc": "weluvashanti:26:862497"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "markers",
                        "name": "Latest Data Points",
                        "type": "scatter3d",
                        "xsrc": "weluvashanti:26:fda97c",
                        "ysrc": "weluvashanti:26:64a51d",
                        "zsrc": "weluvashanti:26:b785b5",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 3
                            },
                            "sizes": [
                                1,
                                1500
                            ],
                            "sizesrc": "weluvashanti:26:265479",
                            "colorsrc": "weluvashanti:26:f8baa9",
                            "sizemode": "area",
                            "colorscale": [
                                "black"
                            ]
                        },
                        "error_x": {
                            "color": "rgba(255,127,14,1)",
                            "width": []
                        },
                        "error_y": {
                            "color": "rgba(255,127,14,1)",
                            "width": []
                        },
                        "textfont": {
                            "sizesrc": "weluvashanti:26:aac68e"
                        }
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": "净流入因子(Net Inflow)"
                        },
                        "yaxis": {
                            "title": "巨鲸收益率区间(Coin Price Range Return)"
                        },
                        "zaxis": {
                            "title": "巨鲸大单买卖强度(Whale Order Intensity)"
                        }
                    },
                    "title": "主力资金对弈沙盘(周内)|Weekly Whale Money Gaming Sandbox ",
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": true,
                    "annotations": [
                        {
                            "x": 0.5,
                            "y": 0.5,
                            "font": {
                                "size": 45,
                                "color": "gray",
                                "family": "Times New Roman"
                            },
                            "text": "@Orderflow_dao",
                            "xref": "paper",
                            "yref": "paper",
                            "opacity": 0.3,
                            "showarrow": false,
                            "textangle": 0
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~weluvashanti",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "TraderDao",
                "nickname": "TraderDao",
                "website": "https://discord.gg/spyKFaxcsp",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-08 01:37:03",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "weluvashanti",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-10T03:06:38.713395Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~qwqq1121/3.embed",
            "fid": "qwqq1121:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/qwqq1121/3/9_KB6QQNLG6SVWKAXH3HUONLLAZYQ7R3.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/qwqq1121/3/2_HUECJDTBGWQDJ5C39OBFRO3AER4XHU.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/qwqq1121/3/8_YAM9RC0K322XMVUPNUP9AGZBQDOLVD.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/qwqq1121/3/9_KB6QQNLG6SVWKAXH3HUONLLAZYQ7R3.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/qwqq1121:3",
                "plots": "https://api.plotly.com/v2/plots/qwqq1121:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=qwqq1121"
            },
            "owner": "qwqq1121",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~qwqq1121/3/",
            "world_readable": true,
            "date_modified": "2025-07-10T03:06:38.725Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~qwqq1121/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "leaf": {
                            "opacity": 1
                        },
                        "meta": {
                            "columnNames": {
                                "labels": "B",
                                "values": "C",
                                "parents": "A"
                            }
                        },
                        "mode": "markers",
                        "sort": true,
                        "type": "sunburst",
                        "marker": {
                            "line": {
                                "width": 2
                            }
                        },
                        "rotation": 0,
                        "textfont": {
                            "size": 14
                        },
                        "textinfo": "label+value+percent",
                        "labelssrc": "qwqq1121:2:037a67",
                        "valuessrc": "qwqq1121:2:2258a6",
                        "parentssrc": "qwqq1121:2:0ed903",
                        "branchvalues": "total",
                        "texttemplate": ""
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 13,
                        "pad": 0
                    },
                    "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": false,
                    "sunburstcolorway": [
                        "#636efa",
                        "#EF553B",
                        "#00cc96",
                        "#ab63fa",
                        "#19d3f3",
                        "#e763fa",
                        "#fecb52",
                        "#ffa15a",
                        "#ff6692",
                        "#b6e880"
                    ],
                    "extendsunburstcolors": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~qwqq1121",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-27 02:23:44",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "qwqq1121",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-10T01:41:22.070106Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rnfql/1.embed",
            "fid": "rnfql:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/rnfql/1/9_PAPA0Y53COJ06GL8R56TVE7HDMNYXV.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/rnfql/1/2_8G8DX0ST3F6AP74I2A9O6RKTAQS59I.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rnfql/1/8_UM709E5F4VW7C1733XY79V6S6V0SGH.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rnfql/1/9_PAPA0Y53COJ06GL8R56TVE7HDMNYXV.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rnfql:1",
                "plots": "https://api.plotly.com/v2/plots/rnfql:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=rnfql"
            },
            "owner": "rnfql",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~rnfql/1/",
            "world_readable": true,
            "date_modified": "2025-07-10T04:14:59.310Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [
                    {
                        "profile_url": "https://chart-studio.plotly.com/~catherine0202",
                        "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                        "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                        "bio": "",
                        "nickname": "",
                        "website": "",
                        "stream_tokens": null,
                        "feature_set_id": null,
                        "csrf_token": null,
                        "date_joined": "2025-07-10 01:23:44",
                        "mapbox_access_tokens": null,
                        "has_password": null,
                        "username": "catherine0202",
                        "email": null,
                        "is_active": null,
                        "readonly": false,
                        "is_dash_creator": null,
                        "dash_created_count": null,
                        "is_chart_creator": null,
                        "charts_created_count": null
                    }
                ],
                "count": 1
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rnfql/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1c6857",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(3, 5, 18)",
                            "shape": "linear",
                            "width": 0.2
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x; Trace 1, x; Trace 2, x",
                                "y": "참여자 1"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "참여자 1",
                        "type": "scatter",
                        "xsrc": "rnfql:0:3bc4d3",
                        "ysrc": "rnfql:0:51bb3f",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(3, 5, 18)",
                            "opacity": 0.5
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "opacity": 1
                    },
                    {
                        "uid": "fb709b",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(25, 25, 51)",
                            "shape": "linear",
                            "width": 0.2
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x; Trace 1, x; Trace 2, x",
                                "y": "참여자 2"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "참여자 2",
                        "type": "scatter",
                        "xsrc": "rnfql:0:3bc4d3",
                        "ysrc": "rnfql:0:eb4398",
                        "marker": {
                            "color": "rgb(25, 25, 51)",
                            "opacity": 0.5
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "opacity": 1
                    },
                    {
                        "uid": "686ad7",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(44, 42, 87)",
                            "shape": "linear",
                            "width": 0.2
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x; Trace 1, x; Trace 2, x",
                                "y": "참여자 3"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "참여자 3",
                        "type": "scatter",
                        "xsrc": "rnfql:0:3bc4d3",
                        "ysrc": "rnfql:0:5ac8fe",
                        "marker": {
                            "color": "rgb(44, 42, 87)",
                            "opacity": 0.5
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "opacity": 1
                    },
                    {
                        "uid": "f9d640",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(58, 60, 125)",
                            "shape": "linear",
                            "width": 0.2
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x; Trace 1, x; Trace 2, x",
                                "y": "참여자 4"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "참여자 4",
                        "type": "scatter",
                        "xsrc": "rnfql:0:3bc4d3",
                        "ysrc": "rnfql:0:dfb30f",
                        "marker": {
                            "color": "rgb(58, 60, 125)",
                            "opacity": 0.5
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "opacity": 1,
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "uid": "2dccfc",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(62, 83, 160)",
                            "shape": "linear",
                            "width": 0.2
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x; Trace 1, x; Trace 2, x",
                                "y": "참여자 5"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "참여자 5",
                        "type": "scatter",
                        "xsrc": "rnfql:0:3bc4d3",
                        "ysrc": "rnfql:0:819d4b",
                        "marker": {
                            "color": "rgb(62, 83, 160)",
                            "opacity": 0.5
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "opacity": 1,
                        "stackgroup": null
                    },
                    {
                        "uid": "b222ea",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(62, 109, 178)",
                            "shape": "linear",
                            "width": 0.2
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x; Trace 1, x; Trace 2, x",
                                "y": "참여자 6"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "참여자 6",
                        "type": "scatter",
                        "xsrc": "rnfql:0:3bc4d3",
                        "ysrc": "rnfql:0:84408f",
                        "marker": {
                            "color": "rgb(62, 109, 178)",
                            "opacity": 0.5
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "opacity": 1,
                        "stackgroup": null
                    },
                    {
                        "uid": "17bbdc",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(72, 134, 187)",
                            "shape": "linear",
                            "width": 0.2
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x; Trace 1, x; Trace 2, x",
                                "y": "참여자 7"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "참여자 7",
                        "type": "scatter",
                        "xsrc": "rnfql:0:3bc4d3",
                        "ysrc": "rnfql:0:f00849",
                        "marker": {
                            "color": "rgb(72, 134, 187)",
                            "opacity": 0.5
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "opacity": 1,
                        "stackgroup": null
                    },
                    {
                        "uid": "ab8264",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(89, 159, 196)",
                            "shape": "linear",
                            "width": 0.2
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x; Trace 1, x; Trace 2, x",
                                "y": "참여자 8"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "참여자 8",
                        "type": "scatter",
                        "xsrc": "rnfql:0:3bc4d3",
                        "ysrc": "rnfql:0:094bcb",
                        "marker": {
                            "color": "rgb(89, 159, 196)",
                            "opacity": 0.5
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "opacity": 1,
                        "stackgroup": null
                    },
                    {
                        "uid": "cc4bb5",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(114, 184, 205)",
                            "shape": "linear",
                            "width": 0.2
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x; Trace 1, x; Trace 2, x",
                                "y": "참여자 9"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "참여자 9",
                        "type": "scatter",
                        "xsrc": "rnfql:0:3bc4d3",
                        "ysrc": "rnfql:0:1d1d40",
                        "marker": {
                            "color": "rgb(114, 184, 205)",
                            "opacity": 0.5
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "opacity": 1,
                        "stackgroup": null
                    },
                    {
                        "uid": "9e06e6",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(149, 207, 216)",
                            "shape": "linear",
                            "width": 0.2
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x; Trace 1, x; Trace 2, x",
                                "y": "참여자 10"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "참여자 10",
                        "type": "scatter",
                        "xsrc": "rnfql:0:3bc4d3",
                        "ysrc": "rnfql:0:938b9a",
                        "marker": {
                            "color": "rgb(149, 207, 216)",
                            "opacity": 0.5
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "opacity": 1,
                        "stackgroup": null
                    },
                    {
                        "uid": "ae6779",
                        "line": {
                            "width": 0.2
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x; Trace 1, x; Trace 2, x",
                                "y": "평균"
                            }
                        },
                        "mode": "none",
                        "name": "평균",
                        "type": "scatter",
                        "xsrc": "rnfql:0:3bc4d3",
                        "ysrc": "rnfql:0:6fe7ed",
                        "marker": {
                            "opacity": 0.5
                        },
                        "opacity": 1,
                        "showlegend": false,
                        "stackgroup": null
                    },
                    {
                        "uid": "9cbc42",
                        "line": {
                            "color": "rgb(58, 76, 168)"
                        },
                        "opacity": 1,
                        "showlegend": false,
                        "transforms": [
                            {
                                "rms": 2.2610826851512775,
                                "type": "fit",
                                "xmid": "45분 후",
                                "ymid": 94.48772727272747,
                                "inputUid": "ae6779",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 0.30488432706958063,
                                        "value": -2.2049090909090108
                                    },
                                    {
                                        "hold": true,
                                        "name": "b",
                                        "error": null,
                                        "value": 100
                                    }
                                ],
                                "regressand": "y",
                                "correlation": 0.8609810182734134,
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": null
                            }
                        ]
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "",
                                "y": ""
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xaxis": "x",
                        "yaxis": "y",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "side": "bottom",
                        "type": "category",
                        "range": [
                            -0.14660536431423843,
                            5.30473602484472
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            0.75
                        ],
                        "mirror": false,
                        "nticks": 0,
                        "tickson": "labels",
                        "showline": true,
                        "tickfont": {
                            "size": 1,
                            "color": "#4D5663",
                            "family": "Droid Serif"
                        },
                        "tickmode": "auto",
                        "zeroline": true,
                        "autorange": false,
                        "gridcolor": "#E1E5ED",
                        "fixedrange": false,
                        "rangeslider": {
                            "range": [
                                -0.3047360248447205,
                                5.30473602484472
                            ],
                            "yaxis": {},
                            "yaxis2": {},
                            "visible": false,
                            "autorange": true
                        },
                        "zerolinecolor": "rgb(50, 50, 51)",
                        "zerolinewidth": 12,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            80,
                            101.15274287638495
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": "<br>"
                        },
                        "anchor": "x",
                        "domain": [
                            0.125,
                            1
                        ],
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 13,
                            "color": "#4D5663",
                            "family": "Droid Serif"
                        },
                        "zeroline": true,
                        "autorange": false,
                        "gridcolor": "#E1E5ED",
                        "tickangle": "auto",
                        "fixedrange": false,
                        "showspikes": false,
                        "tickprefix": "",
                        "ticksuffix": "%",
                        "zerolinecolor": "rgb(32, 33, 34)",
                        "zerolinewidth": 10,
                        "showticklabels": false
                    },
                    "legend": {
                        "x": 0.7705747126436782,
                        "y": 1.070063694267516,
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "autosize": true,
                    "colorway": [
                        "#1f77b4",
                        "#ff7f0e",
                        "#2ca02c",
                        "#d62728",
                        "#9467bd",
                        "#8c564b",
                        "#e377c2",
                        "#7f7f7f",
                        "#bcbd22",
                        "#17becf"
                    ],
                    "colorscale": {
                        "sequentialminus": [
                            [
                                0,
                                "#f7fbff"
                            ],
                            [
                                0.125,
                                "#deebf7"
                            ],
                            [
                                0.25,
                                "#c6dbef"
                            ],
                            [
                                0.375,
                                "#9ecae1"
                            ],
                            [
                                0.5,
                                "#6baed6"
                            ],
                            [
                                0.625,
                                "#4292c6"
                            ],
                            [
                                0.75,
                                "#2171b5"
                            ],
                            [
                                0.875,
                                "#08519c"
                            ],
                            [
                                1,
                                "#08306b"
                            ]
                        ]
                    },
                    "separators": ".,",
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rnfql",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/94.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-07-10 01:40:09",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rnfql",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-10T01:26:05.633450Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~catherine0202/1.embed",
            "fid": "catherine0202:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/catherine0202/1/9_AS7CCQKFPP3DAPCNX4TQ8UWHV25BUQ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/catherine0202/1/2_UOUALYP9W2DNTHD8E3YYCJJL12ICIZ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/catherine0202/1/8_4ZZS51C7RL7QNKT2I1N7VYS791980C.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/catherine0202/1/9_AS7CCQKFPP3DAPCNX4TQ8UWHV25BUQ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/catherine0202:1",
                "plots": "https://api.plotly.com/v2/plots/catherine0202:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=catherine0202"
            },
            "owner": "catherine0202",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~catherine0202/1/",
            "world_readable": true,
            "date_modified": "2025-07-10T01:26:05.644Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~catherine0202/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(69, 148, 255)"
                        },
                        "meta": {
                            "columnNames": {
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "name": "Viewing Short-form",
                        "type": "box",
                        "ysrc": "catherine0202:0:976464",
                        "width": 0,
                        "marker": {
                            "size": 6,
                            "color": "rgb(76, 157, 214)"
                        },
                        "boxmean": true,
                        "boxpoints": "all",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgb(145, 157, 218)"
                        },
                        "meta": {
                            "columnNames": {
                                "y": "B"
                            }
                        },
                        "name": "Boardgame",
                        "type": "box",
                        "ysrc": "catherine0202:0:655a08",
                        "width": 0,
                        "marker": {
                            "color": "rgb(145, 157, 218)"
                        },
                        "boxmean": true,
                        "boxpoints": "all",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "C"
                            }
                        },
                        "name": "Watching movies",
                        "type": "box",
                        "ysrc": "catherine0202:0:fa41f3",
                        "width": 0,
                        "marker": {
                            "color": "rgb(69, 100, 255)"
                        },
                        "boxmean": true,
                        "boxpoints": "all",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "D"
                            }
                        },
                        "name": "Self-Study",
                        "type": "box",
                        "ysrc": "catherine0202:0:94caea",
                        "width": 0,
                        "marker": {
                            "color": "rgb(58, 76, 168)"
                        },
                        "boxmean": true,
                        "boxpoints": "all",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "E"
                            }
                        },
                        "name": "Physical Exercise",
                        "type": "box",
                        "ysrc": "catherine0202:0:c62da2",
                        "width": 0,
                        "marker": {
                            "color": "rgb(27, 28, 67)"
                        },
                        "boxmean": true,
                        "boxpoints": "all",
                        "showlegend": false
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 13,
                        "family": "Droid Sans"
                    },
                    "width": 845,
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5191815856777494,
                            4.5
                        ],
                        "ticks": "",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": 0,
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 15,
                            "family": "Droid Sans"
                        },
                        "zeroline": false,
                        "autorange": true,
                        "tickangle": "auto",
                        "automargin": false,
                        "fixedrange": false,
                        "showspikes": false,
                        "rangeslider": {
                            "range": [
                                -0.5191815856777494,
                                4.5
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true,
                            "thickness": 0.33
                        },
                        "showticklabels": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -15.098814225555556,
                            20.210803685555554
                        ],
                        "title": {
                            "text": ""
                        },
                        "domain": [
                            0.375,
                            1
                        ],
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 13
                        },
                        "zeroline": true,
                        "autorange": true,
                        "fixedrange": false,
                        "showspikes": false
                    },
                    "boxgap": 0.30000000000000004,
                    "height": 812,
                    "legend": {
                        "x": 0.910828025477707,
                        "y": 1,
                        "xanchor": "left"
                    },
                    "margin": {
                        "b": 60,
                        "l": 40,
                        "r": 20,
                        "t": 10
                    },
                    "autosize": true,
                    "hoverlabel": {
                        "font": {
                            "size": 13
                        }
                    },
                    "showlegend": false,
                    "boxgroupgap": 0.3
                }
            },
            "height": 812,
            "width": 845,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~catherine0202",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-10 01:23:44",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "catherine0202",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}