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

{
    "next": "https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA3LTEwKzAzJTNBMjElM0ExMC44MTE0NzglMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNy0xMCswNiUzQTQzJTNBMDUuODY3OTY0JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-07-10T06:43:05.867964Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nye123/7.embed",
            "fid": "nye123:7",
            "filename": "Plot 7",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nye123/7/9_2Z2HJLCYLZHRN8FXDLAF3YLXQPMZ3A.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nye123/7/2_W52U0BM1XMY5JTJ5DRBSSWPWWDRK4C.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/7/8_YVGHQ8BLGBMDSQH5J4RS4M8IAJDSRM.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/7/9_2Z2HJLCYLZHRN8FXDLAF3YLXQPMZ3A.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nye123:7",
                "plots": "https://api.plotly.com/v2/plots/nye123:7",
                "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/7/",
            "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/7/",
            "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: 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",
                        "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.62,
                            "x1": 4.62,
                            "y0": 0,
                            "y1": 40,
                            "line": {
                                "dash": "dot",
                                "color": "rgb(254, 75, 75)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.6,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 2.14,
                            "x1": 2.14,
                            "y0": 0,
                            "y1": 40,
                            "line": {
                                "dash": "dot",
                                "color": "rgb(254, 75, 75)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.6,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 3.38,
                            "x1": 3.38,
                            "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.38,
                            "y": 44.25,
                            "font": {
                                "size": 18,
                                "color": "rgb(245, 75, 75)"
                            },
                            "text": "Mean : 3.38",
                            "showarrow": false
                        },
                        {
                            "x": 2.8,
                            "y": 40.93,
                            "font": {
                                "size": 15,
                                "color": "rgb(20, 63, 77)"
                            },
                            "text": "SD: 1.24",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 40.93,
                            "font": {
                                "size": 15,
                                "color": "rgb(20, 63, 77)"
                            },
                            "text": "SD: 1.24",
                            "showarrow": false
                        },
                        {
                            "x": 2.16,
                            "y": 40,
                            "ax": 110,
                            "ay": 0,
                            "text": "<br>",
                            "arrowhead": 2,
                            "arrowsize": 1,
                            "arrowcolor": "rgb(47, 119, 142)"
                        },
                        {
                            "x": 4.6,
                            "y": 40,
                            "ax": -110,
                            "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.13362",
                            "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-10T06:13:14.571514Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~KUNLIN/7.embed",
            "fid": "KUNLIN:7",
            "filename": "Plot 7",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/KUNLIN/7/9_ZBWZ4BPVTV695NGLQE1XA6BP0C7JXQ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/KUNLIN/7/2_6QHGV7IWY2TYMHX0YQL84I601HFAW5.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/KUNLIN/7/8_2E1V6PEKEG6IWG96X7K8YTY8RQ5STR.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/KUNLIN/7/9_ZBWZ4BPVTV695NGLQE1XA6BP0C7JXQ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/KUNLIN:7",
                "plots": "https://api.plotly.com/v2/plots/KUNLIN:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=KUNLIN"
            },
            "owner": "KUNLIN",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~KUNLIN/7/",
            "world_readable": true,
            "date_modified": "2025-07-10T06:46:10.419Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~KUNLIN/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(51, 121, 255)",
                            "width": "1.3"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "timestamp2",
                                "y": "qw"
                            }
                        },
                        "mode": "lines",
                        "name": "ori",
                        "type": "scatter",
                        "xsrc": "KUNLIN:8:71e98a",
                        "ysrc": "KUNLIN:8:044a88",
                        "visible": true
                    },
                    {
                        "line": {
                            "color": "rgb(233, 18, 18)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "timestamp2",
                                "y": "qw"
                            }
                        },
                        "mode": "lines",
                        "name": "int",
                        "type": "scatter",
                        "xsrc": "KUNLIN:9:c20a0a",
                        "ysrc": "KUNLIN:9:998eab",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            8536.089895449913,
                            9674.275736157875
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "autorange": false,
                        "gridcolor": "#E1E5ED",
                        "showspikes": false,
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.8427170355911088,
                            0.9950471583481708
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": "Price"
                        },
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "#E1E5ED",
                        "showspikes": false,
                        "tickprefix": "$",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "autosize": true,
                    "dragmode": "pan",
                    "hovermode": "closest",
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~KUNLIN",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.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-07-03 02:48:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "KUNLIN",
                "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-10T06:08:56.425212Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nye123/6.embed",
            "fid": "nye123:6",
            "filename": "Plot 6",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nye123/6/9_XSRB1QCMW83EYXNBO9Z3O2RX7AYHTQ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nye123/6/2_8SZQ4OBA3H0UQ1O89T4ZKL86MPAJVA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/6/8_VFNAE4ZO3D8DFT68HP0L3NAURR28HS.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/6/9_XSRB1QCMW83EYXNBO9Z3O2RX7AYHTQ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nye123:6",
                "plots": "https://api.plotly.com/v2/plots/nye123:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=nye123"
            },
            "owner": "nye123",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~nye123/6/",
            "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/6/",
            "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: Q2<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,
                            49
                        ],
                        "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.76,
                            "x1": 4.76,
                            "y0": 0,
                            "y1": 44,
                            "line": {
                                "dash": "dot",
                                "color": "rgb(254, 75, 75)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.6,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 2.84,
                            "x1": 2.84,
                            "y0": 0,
                            "y1": 44,
                            "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": 46.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": 48.25,
                            "font": {
                                "size": 18,
                                "color": "rgb(245, 75, 75)"
                            },
                            "text": "Mean : 3.80",
                            "showarrow": false
                        },
                        {
                            "x": 3.38,
                            "y": 44.93,
                            "font": {
                                "size": 15,
                                "color": "rgb(20, 63, 77)"
                            },
                            "text": "SD: 0.96<br>",
                            "showarrow": false
                        },
                        {
                            "x": 4.23,
                            "y": 44.93,
                            "font": {
                                "size": 15,
                                "color": "rgb(20, 63, 77)"
                            },
                            "text": "SD: 0.96",
                            "showarrow": false
                        },
                        {
                            "x": 2.86,
                            "y": 44,
                            "ax": 85,
                            "ay": 0,
                            "text": "<br>",
                            "arrowhead": 2,
                            "arrowsize": 1,
                            "arrowcolor": "rgb(47, 119, 142)"
                        },
                        {
                            "x": 4.74,
                            "y": 44,
                            "ax": -85,
                            "ay": 0,
                            "text": "<br>",
                            "arrowhead": 2,
                            "arrowcolor": "rgb(47, 119, 142)"
                        },
                        {
                            "x": 2.82521945606216,
                            "y": 42.8,
                            "ax": -138,
                            "ay": -42,
                            "font": {
                                "size": 18,
                                "color": "rgb(55, 101, 146)"
                            },
                            "text": "p-value: 0.00208",
                            "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-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": 1,
            "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": 1,
            "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://api.plotly.com/v2/files/benjaleivas:190/image?image_name=default",
                "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": 207,
            "web_url": "https://chart-studio.plotly.com/~benjaleivas/190/",
            "world_readable": true,
            "date_modified": "2025-07-24T19:16:21.681Z",
            "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:348:632363",
                        "ysrc": "benjaleivas:348:b7b198",
                        "zsrc": "benjaleivas:348:5367f3",
                        "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:348:e070ea",
                        "ysrc": "benjaleivas:348:f7e0f6",
                        "zsrc": "benjaleivas:348:1199c0",
                        "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:348:6bac72",
                        "ysrc": "benjaleivas:348:f4007c",
                        "zsrc": "benjaleivas:348:b4d156",
                        "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:348:e199cc",
                                "ysrc": "benjaleivas:348:c83908",
                                "zsrc": "benjaleivas:348:d001f0",
                                "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:348:ef8449",
                                "ysrc": "benjaleivas:348:e976a1",
                                "zsrc": "benjaleivas:348:5f85d6",
                                "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:348:0aa3ed",
                                "ysrc": "benjaleivas:348:fda5c7",
                                "zsrc": "benjaleivas:348:31c9db",
                                "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:348:19c947",
                                "ysrc": "benjaleivas:348:96317e",
                                "zsrc": "benjaleivas:348:3a508d",
                                "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:348:e467ed",
                                "ysrc": "benjaleivas:348:20c046",
                                "zsrc": "benjaleivas:348:20b0a4",
                                "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:348:459e0e",
                                "ysrc": "benjaleivas:348:46bc29",
                                "zsrc": "benjaleivas:348:39d2c9",
                                "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:348:22f4df",
                                "ysrc": "benjaleivas:348:4c8ee8",
                                "zsrc": "benjaleivas:348:ed6beb",
                                "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:348:d82b73",
                                "ysrc": "benjaleivas:348:6db8a8",
                                "zsrc": "benjaleivas:348:c4a30b",
                                "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:348:084ca8",
                                "ysrc": "benjaleivas:348:f919b8",
                                "zsrc": "benjaleivas:348:364547",
                                "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:348:820f22",
                                "ysrc": "benjaleivas:348:26ed79",
                                "zsrc": "benjaleivas:348:3297b8",
                                "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:348:53b2b5",
                                "ysrc": "benjaleivas:348:66a316",
                                "zsrc": "benjaleivas:348:c2b0f3",
                                "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:348:a0305a",
                                "ysrc": "benjaleivas:348:c5abbd",
                                "zsrc": "benjaleivas:348:3603d1",
                                "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:348:cefd1c",
                                "ysrc": "benjaleivas:348:f3de23",
                                "zsrc": "benjaleivas:348:f09792",
                                "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:348:927e4d",
                                "ysrc": "benjaleivas:348:d6bb58",
                                "zsrc": "benjaleivas:348:dd0a95",
                                "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:348:5c7a9a",
                                "ysrc": "benjaleivas:348:6abe80",
                                "zsrc": "benjaleivas:348:0693b2",
                                "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:348:c322e2",
                                "ysrc": "benjaleivas:348:309d9a",
                                "zsrc": "benjaleivas:348:e4b448",
                                "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:348:8503eb",
                                "ysrc": "benjaleivas:348:d17e95",
                                "zsrc": "benjaleivas:348:489033",
                                "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:348:242348",
                                "ysrc": "benjaleivas:348:3db9ea",
                                "zsrc": "benjaleivas:348:de347c",
                                "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:348:7adb98",
                                "ysrc": "benjaleivas:348:92d8f9",
                                "zsrc": "benjaleivas:348:248478",
                                "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:348:1789ce",
                                "ysrc": "benjaleivas:348:db1553",
                                "zsrc": "benjaleivas:348:71acad",
                                "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:348:2d0a0d",
                                "ysrc": "benjaleivas:348:6c3d08",
                                "zsrc": "benjaleivas:348:d66808",
                                "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:348:5c951d",
                                "ysrc": "benjaleivas:348:cd416b",
                                "zsrc": "benjaleivas:348:e4f26a",
                                "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:348:ffcecf",
                                "ysrc": "benjaleivas:348:3f505c",
                                "zsrc": "benjaleivas:348:6e7340",
                                "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:348:768e04",
                                "ysrc": "benjaleivas:348:04857a",
                                "zsrc": "benjaleivas:348:f7e2a1",
                                "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:348:2c4912",
                                "ysrc": "benjaleivas:348:4a4e6b",
                                "zsrc": "benjaleivas:348:33b3d9",
                                "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:348:818b43",
                                "ysrc": "benjaleivas:348:9585af",
                                "zsrc": "benjaleivas:348:9dd745",
                                "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:348:de408e",
                                "ysrc": "benjaleivas:348:2efee3",
                                "zsrc": "benjaleivas:348:537866",
                                "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:348:47a096",
                                "ysrc": "benjaleivas:348:c16469",
                                "zsrc": "benjaleivas:348:2d0ade",
                                "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:348:df4f65",
                                "ysrc": "benjaleivas:348:961034",
                                "zsrc": "benjaleivas:348:dcb7e7",
                                "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:348:da12c2",
                                "ysrc": "benjaleivas:348:fbd17a",
                                "zsrc": "benjaleivas:348:085962",
                                "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:348:ab3aaf",
                                "ysrc": "benjaleivas:348:e105cc",
                                "zsrc": "benjaleivas:348:487951",
                                "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:348:387f99",
                                "ysrc": "benjaleivas:348:9728bd",
                                "zsrc": "benjaleivas:348:17a311",
                                "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:348:d6c584",
                                "ysrc": "benjaleivas:348:b7755f",
                                "zsrc": "benjaleivas:348:234d8d",
                                "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:348:ff9fa7",
                                "ysrc": "benjaleivas:348:15f3c4",
                                "zsrc": "benjaleivas:348:239e7e",
                                "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:348:0f699d",
                                "ysrc": "benjaleivas:348:8bb1a7",
                                "zsrc": "benjaleivas:348:4910b9",
                                "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:348:34592d",
                                "ysrc": "benjaleivas:348:6e600b",
                                "zsrc": "benjaleivas:348:6f0f82",
                                "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:348:07bdde",
                                "ysrc": "benjaleivas:348:ca45e0",
                                "zsrc": "benjaleivas:348:cc86ee",
                                "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:348:3e71ea",
                                "ysrc": "benjaleivas:348:59aace",
                                "zsrc": "benjaleivas:348:7d39ba",
                                "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:348:de765c",
                                "ysrc": "benjaleivas:348:c00ff5",
                                "zsrc": "benjaleivas:348:3398ab",
                                "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:348:03c07b",
                                "ysrc": "benjaleivas:348:fb581b",
                                "zsrc": "benjaleivas:348:8745c8",
                                "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:348:756f19",
                                "ysrc": "benjaleivas:348:4afebd",
                                "zsrc": "benjaleivas:348:27a902",
                                "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:348:60a1e1",
                                "ysrc": "benjaleivas:348:82bcb4",
                                "zsrc": "benjaleivas:348:25523b",
                                "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:348:82d4a2",
                                "ysrc": "benjaleivas:348:c1303a",
                                "zsrc": "benjaleivas:348:6120b3",
                                "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:348:0b1759",
                                "ysrc": "benjaleivas:348:599441",
                                "zsrc": "benjaleivas:348:366c7e",
                                "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:348:5c557e",
                                "ysrc": "benjaleivas:348:1a5738",
                                "zsrc": "benjaleivas:348:6e3b2f",
                                "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:348:81f329",
                                "ysrc": "benjaleivas:348:8ac359",
                                "zsrc": "benjaleivas:348:e795c2",
                                "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:348:4768db",
                                "ysrc": "benjaleivas:348:16eb01",
                                "zsrc": "benjaleivas:348:27dcea",
                                "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:348:514186",
                                "ysrc": "benjaleivas:348:9ba07f",
                                "zsrc": "benjaleivas:348:304a58",
                                "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:348:ba9580",
                                "ysrc": "benjaleivas:348:467d9b",
                                "zsrc": "benjaleivas:348:2929ef",
                                "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:348:f71957",
                                "ysrc": "benjaleivas:348:525e57",
                                "zsrc": "benjaleivas:348:91d57c",
                                "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:348:66f6f6",
                                "ysrc": "benjaleivas:348:d249d5",
                                "zsrc": "benjaleivas:348:ebfab9",
                                "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:348:e06f7c",
                                "ysrc": "benjaleivas:348:467d3f",
                                "zsrc": "benjaleivas:348:340fcd",
                                "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:348:80f915",
                                "ysrc": "benjaleivas:348:1fa168",
                                "zsrc": "benjaleivas:348:e4bb3e",
                                "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:348:339a2e",
                                "ysrc": "benjaleivas:348:4204b8",
                                "zsrc": "benjaleivas:348:f0db8f",
                                "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:348:086c73",
                                "ysrc": "benjaleivas:348:eabdb8",
                                "zsrc": "benjaleivas:348:5b7b5d",
                                "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:348:db6ad6",
                                "ysrc": "benjaleivas:348:c9e7c9",
                                "zsrc": "benjaleivas:348:c2ac34",
                                "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:348:d32496",
                                "ysrc": "benjaleivas:348:88f206",
                                "zsrc": "benjaleivas:348:02db8e",
                                "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:348:902245",
                                "ysrc": "benjaleivas:348:dcc968",
                                "zsrc": "benjaleivas:348:f2a6fa",
                                "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:348:0dc14a",
                                "ysrc": "benjaleivas:348:8c02bd",
                                "zsrc": "benjaleivas:348:25ed58",
                                "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:348:dd2fce",
                                "ysrc": "benjaleivas:348:463b3e",
                                "zsrc": "benjaleivas:348:77e2e0",
                                "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:348:0b8d35",
                                "ysrc": "benjaleivas:348:3e51bd",
                                "zsrc": "benjaleivas:348:e98124",
                                "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:348:786e19",
                                "ysrc": "benjaleivas:348:64d9be",
                                "zsrc": "benjaleivas:348:57771c",
                                "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:348:fda8a7",
                                "ysrc": "benjaleivas:348:7d2bbf",
                                "zsrc": "benjaleivas:348:5538a1",
                                "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:348:7e0a1c",
                                "ysrc": "benjaleivas:348:50635e",
                                "zsrc": "benjaleivas:348:8ba28e",
                                "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:348:30707c",
                                "ysrc": "benjaleivas:348:724bb8",
                                "zsrc": "benjaleivas:348:012166",
                                "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:348:9bc311",
                                "ysrc": "benjaleivas:348:dbca25",
                                "zsrc": "benjaleivas:348:a573d9",
                                "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:348:d6ff47",
                                "ysrc": "benjaleivas:348:62aea9",
                                "zsrc": "benjaleivas:348:7cc0b1",
                                "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:348:e290a0",
                                "ysrc": "benjaleivas:348:7650a8",
                                "zsrc": "benjaleivas:348:2ae815",
                                "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:348:00d3b7",
                                "ysrc": "benjaleivas:348:5b7e96",
                                "zsrc": "benjaleivas:348:004a70",
                                "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:348:bd5854",
                                "ysrc": "benjaleivas:348:373582",
                                "zsrc": "benjaleivas:348:b4bde3",
                                "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:348:fb1afa",
                                "ysrc": "benjaleivas:348:d6b7b7",
                                "zsrc": "benjaleivas:348:1171be",
                                "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:348:defe0b",
                                "ysrc": "benjaleivas:348:30a0bb",
                                "zsrc": "benjaleivas:348:039552",
                                "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:348:45d114",
                                "ysrc": "benjaleivas:348:6aa5cf",
                                "zsrc": "benjaleivas:348:b181e2",
                                "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:348:f0c258",
                                "ysrc": "benjaleivas:348:61f3d0",
                                "zsrc": "benjaleivas:348:336401",
                                "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:348:50a43d",
                                "ysrc": "benjaleivas:348:3e4627",
                                "zsrc": "benjaleivas:348:404ac9",
                                "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:348:4253da",
                                "ysrc": "benjaleivas:348:572dc8",
                                "zsrc": "benjaleivas:348:8437bd",
                                "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:348:bbb386",
                                "ysrc": "benjaleivas:348:ca5be8",
                                "zsrc": "benjaleivas:348:44578e",
                                "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:348:d3cb30",
                                "ysrc": "benjaleivas:348:987b93",
                                "zsrc": "benjaleivas:348:3484af",
                                "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:348:171950",
                                "ysrc": "benjaleivas:348:920637",
                                "zsrc": "benjaleivas:348:c66e76",
                                "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:348:759ffd",
                                "ysrc": "benjaleivas:348:37fbd2",
                                "zsrc": "benjaleivas:348:3dc821",
                                "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:348:ff0c2f",
                                "ysrc": "benjaleivas:348:79c1be",
                                "zsrc": "benjaleivas:348:2be448",
                                "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:348:859d9e",
                                "ysrc": "benjaleivas:348:f4ce6e",
                                "zsrc": "benjaleivas:348:f25b95",
                                "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:348:bfdafb",
                                "ysrc": "benjaleivas:348:717685",
                                "zsrc": "benjaleivas:348:6f9a0a",
                                "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:348:aa8488",
                                "ysrc": "benjaleivas:348:0216c6",
                                "zsrc": "benjaleivas:348:776aee",
                                "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:348:bc05a6",
                                "ysrc": "benjaleivas:348:18d8f6",
                                "zsrc": "benjaleivas:348:63eb52",
                                "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:348:01db68",
                                "ysrc": "benjaleivas:348:48bcbc",
                                "zsrc": "benjaleivas:348:a1176a",
                                "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:348:be3bb1",
                                "ysrc": "benjaleivas:348:85008e",
                                "zsrc": "benjaleivas:348:e0afe0",
                                "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:348:beae67",
                                "ysrc": "benjaleivas:348:77de9a",
                                "zsrc": "benjaleivas:348:e6a669",
                                "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:348:73e3f9",
                                "ysrc": "benjaleivas:348:9f7b71",
                                "zsrc": "benjaleivas:348:e04f6b",
                                "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:348:5c405f",
                                "ysrc": "benjaleivas:348:1e99e3",
                                "zsrc": "benjaleivas:348:2caae1",
                                "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:348:c7a694",
                                "ysrc": "benjaleivas:348:eca9dd",
                                "zsrc": "benjaleivas:348:2737cd",
                                "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:348:c524aa",
                                "ysrc": "benjaleivas:348:695631",
                                "zsrc": "benjaleivas:348:d26eff",
                                "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:348:9a7dc5",
                                "ysrc": "benjaleivas:348:687142",
                                "zsrc": "benjaleivas:348:b6afa3",
                                "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:348:355891",
                                "ysrc": "benjaleivas:348:6816b8",
                                "zsrc": "benjaleivas:348:11165e",
                                "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:348:a2b779",
                                "ysrc": "benjaleivas:348:68d286",
                                "zsrc": "benjaleivas:348:cb68db",
                                "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:348:d412e9",
                                "ysrc": "benjaleivas:348:8722fa",
                                "zsrc": "benjaleivas:348:37a2f1",
                                "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:348:22e563",
                                "ysrc": "benjaleivas:348:467adb",
                                "zsrc": "benjaleivas:348:fdfb34",
                                "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:348:ca4bad",
                                "ysrc": "benjaleivas:348:1b5748",
                                "zsrc": "benjaleivas:348:8fa76b",
                                "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:348:98ae58",
                                "ysrc": "benjaleivas:348:8fff55",
                                "zsrc": "benjaleivas:348:757147",
                                "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:348:bd3d7a",
                                "ysrc": "benjaleivas:348:97146b",
                                "zsrc": "benjaleivas:348:bd7e16",
                                "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:348:c4e218",
                                "ysrc": "benjaleivas:348:d562ae",
                                "zsrc": "benjaleivas:348:f63c28",
                                "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:348:5fc38a",
                                "ysrc": "benjaleivas:348:67164a",
                                "zsrc": "benjaleivas:348:b07719",
                                "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:348:e2cacc",
                                "ysrc": "benjaleivas:348:33f314",
                                "zsrc": "benjaleivas:348:fdea31",
                                "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:348:804bec",
                                "ysrc": "benjaleivas:348:93a33c",
                                "zsrc": "benjaleivas:348:2f6b6d",
                                "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:348:51847f",
                                "ysrc": "benjaleivas:348:b0d174",
                                "zsrc": "benjaleivas:348:aebb6e",
                                "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:348:efd10e",
                                "ysrc": "benjaleivas:348:f8a4e0",
                                "zsrc": "benjaleivas:348:b816c9",
                                "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:348:cb4af8",
                                "ysrc": "benjaleivas:348:b151b2",
                                "zsrc": "benjaleivas:348:bdd3ae",
                                "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:348:a24ad9",
                                "ysrc": "benjaleivas:348:d921c5",
                                "zsrc": "benjaleivas:348:6de4ba",
                                "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:348:f9971a",
                                "ysrc": "benjaleivas:348:f642bf",
                                "zsrc": "benjaleivas:348:d7d6d3",
                                "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:348:aaeda9",
                                "ysrc": "benjaleivas:348:0a55f5",
                                "zsrc": "benjaleivas:348:ef9544",
                                "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:348:c27c71",
                                "ysrc": "benjaleivas:348:3add0d",
                                "zsrc": "benjaleivas:348:932820",
                                "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:348:3ffa70",
                                "ysrc": "benjaleivas:348:360b67",
                                "zsrc": "benjaleivas:348:fcc989",
                                "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:348:675dc7",
                                "ysrc": "benjaleivas:348:6145cc",
                                "zsrc": "benjaleivas:348:54499c",
                                "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:348:e4dfb3",
                                "ysrc": "benjaleivas:348:c3b7db",
                                "zsrc": "benjaleivas:348:46ec69",
                                "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:348:bec5fa",
                                "ysrc": "benjaleivas:348:783fbe",
                                "zsrc": "benjaleivas:348:56fd5c",
                                "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:348:fdf83a",
                                "ysrc": "benjaleivas:348:170b02",
                                "zsrc": "benjaleivas:348:cb17c8",
                                "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:348:8922f0",
                                "ysrc": "benjaleivas:348:45a358",
                                "zsrc": "benjaleivas:348:cefe01",
                                "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:348:3be01c",
                                "ysrc": "benjaleivas:348:370e24",
                                "zsrc": "benjaleivas:348:740817",
                                "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:348:e428b2",
                                "ysrc": "benjaleivas:348:7e9202",
                                "zsrc": "benjaleivas:348:927c3d",
                                "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:348:8d5ae2",
                                "ysrc": "benjaleivas:348:b19575",
                                "zsrc": "benjaleivas:348:6a314f",
                                "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:348:48fc12",
                                "ysrc": "benjaleivas:348:59ef12",
                                "zsrc": "benjaleivas:348:6cff0b",
                                "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:348:6f7897",
                                "ysrc": "benjaleivas:348:1c08ab",
                                "zsrc": "benjaleivas:348:e45209",
                                "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:348:cb993e",
                                "ysrc": "benjaleivas:348:bb2b5a",
                                "zsrc": "benjaleivas:348:03aaab",
                                "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:348:604c1b",
                                "ysrc": "benjaleivas:348:ceb355",
                                "zsrc": "benjaleivas:348:cb8756",
                                "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:348:78dfa8",
                                "ysrc": "benjaleivas:348:e80d17",
                                "zsrc": "benjaleivas:348:95a31a",
                                "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:348:4d5e31",
                                "ysrc": "benjaleivas:348:adeb72",
                                "zsrc": "benjaleivas:348:88cb93",
                                "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:348:ed9f58",
                                "ysrc": "benjaleivas:348:418ecb",
                                "zsrc": "benjaleivas:348:ac2c9e",
                                "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:348:561305",
                                "ysrc": "benjaleivas:348:aba92e",
                                "zsrc": "benjaleivas:348:c8e849",
                                "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:348:b15ff5",
                                "ysrc": "benjaleivas:348:4efbeb",
                                "zsrc": "benjaleivas:348:3e74f7",
                                "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:348:887634",
                                "ysrc": "benjaleivas:348:d2f060",
                                "zsrc": "benjaleivas:348:1119f7",
                                "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:348:261ca1",
                                "ysrc": "benjaleivas:348:26befd",
                                "zsrc": "benjaleivas:348:0d3a28",
                                "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:348:9c1d76",
                                "ysrc": "benjaleivas:348:46c21b",
                                "zsrc": "benjaleivas:348:f88910",
                                "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:348:b18e75",
                                "ysrc": "benjaleivas:348:b74b8f",
                                "zsrc": "benjaleivas:348:c6c2cb",
                                "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:348:799cba",
                                "ysrc": "benjaleivas:348:449036",
                                "zsrc": "benjaleivas:348:75ec97",
                                "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:348:4495a7",
                                "ysrc": "benjaleivas:348:5e3606",
                                "zsrc": "benjaleivas:348:74fa2f",
                                "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:348:3edcfd",
                                "ysrc": "benjaleivas:348:99a2fd",
                                "zsrc": "benjaleivas:348:32506c",
                                "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:348:76a0f9",
                                "ysrc": "benjaleivas:348:08009d",
                                "zsrc": "benjaleivas:348:0adc83",
                                "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:348:e4e799",
                                "ysrc": "benjaleivas:348:aa8e49",
                                "zsrc": "benjaleivas:348:c6efcf",
                                "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:348:c344af",
                                "ysrc": "benjaleivas:348:ae0744",
                                "zsrc": "benjaleivas:348:5ecb4f",
                                "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:348:1a8040",
                                "ysrc": "benjaleivas:348:8a2994",
                                "zsrc": "benjaleivas:348:476ff5",
                                "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:348:fabed8",
                                "ysrc": "benjaleivas:348:cd291a",
                                "zsrc": "benjaleivas:348:9b0c2c",
                                "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:348:99b4b9",
                                "ysrc": "benjaleivas:348:3dca00",
                                "zsrc": "benjaleivas:348:17086c",
                                "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:348:60f9a8",
                                "ysrc": "benjaleivas:348:6e05dd",
                                "zsrc": "benjaleivas:348:cd1c5e",
                                "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:348:d92bcf",
                                "ysrc": "benjaleivas:348:870fdf",
                                "zsrc": "benjaleivas:348:844ebf",
                                "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:348:8a102b",
                                "ysrc": "benjaleivas:348:67ccc0",
                                "zsrc": "benjaleivas:348:25d593",
                                "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:348:297c5e",
                                "ysrc": "benjaleivas:348:899fe9",
                                "zsrc": "benjaleivas:348:96a81e",
                                "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:348:838426",
                                "ysrc": "benjaleivas:348:c65437",
                                "zsrc": "benjaleivas:348:62c3cf",
                                "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:348:d0b4c7",
                                "ysrc": "benjaleivas:348:9867ef",
                                "zsrc": "benjaleivas:348:93e9fc",
                                "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:348:7ff92a",
                                "ysrc": "benjaleivas:348:9d7ad5",
                                "zsrc": "benjaleivas:348:1fb7f4",
                                "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:348:f4b952",
                                "ysrc": "benjaleivas:348:f27c2e",
                                "zsrc": "benjaleivas:348:06f47c",
                                "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:348:0bb9b5",
                                "ysrc": "benjaleivas:348:84f79e",
                                "zsrc": "benjaleivas:348:8e3fee",
                                "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:348:ad6dcb",
                                "ysrc": "benjaleivas:348:1a3ddf",
                                "zsrc": "benjaleivas:348:7fd266",
                                "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:348:8498bc",
                                "ysrc": "benjaleivas:348:d4b7f1",
                                "zsrc": "benjaleivas:348:82a71b",
                                "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:348:a676aa",
                                "ysrc": "benjaleivas:348:bd15d2",
                                "zsrc": "benjaleivas:348:26670f",
                                "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:348:640cc3",
                                "ysrc": "benjaleivas:348:a23a3b",
                                "zsrc": "benjaleivas:348:d6e2c3",
                                "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:348:e75f14",
                                "ysrc": "benjaleivas:348:488285",
                                "zsrc": "benjaleivas:348:026230",
                                "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:348:0e801d",
                                "ysrc": "benjaleivas:348:93e2be",
                                "zsrc": "benjaleivas:348:2d6c69",
                                "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:348:2230f3",
                                "ysrc": "benjaleivas:348:e41a97",
                                "zsrc": "benjaleivas:348:79144c",
                                "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:348:41dd8e",
                                "ysrc": "benjaleivas:348:0683b3",
                                "zsrc": "benjaleivas:348:3a3794",
                                "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:348:25b45b",
                                "ysrc": "benjaleivas:348:4c7bcd",
                                "zsrc": "benjaleivas:348:59cc5c",
                                "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:348:f7538b",
                                "ysrc": "benjaleivas:348:b2d577",
                                "zsrc": "benjaleivas:348:65a859",
                                "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:348:8a5c2c",
                                "ysrc": "benjaleivas:348:846796",
                                "zsrc": "benjaleivas:348:100d7f",
                                "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:348:837a5b",
                                "ysrc": "benjaleivas:348:2eccc8",
                                "zsrc": "benjaleivas:348:48f9d1",
                                "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:348:f47886",
                                "ysrc": "benjaleivas:348:7535ba",
                                "zsrc": "benjaleivas:348:182f00",
                                "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:348:4ec4fd",
                                "ysrc": "benjaleivas:348:112902",
                                "zsrc": "benjaleivas:348:f2b7b1",
                                "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:348:2ff3fc",
                                "ysrc": "benjaleivas:348:025bab",
                                "zsrc": "benjaleivas:348:1e2cfc",
                                "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:348:0a1878",
                                "ysrc": "benjaleivas:348:c595d6",
                                "zsrc": "benjaleivas:348:aa485e",
                                "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:348:3166d3",
                                "ysrc": "benjaleivas:348:0a6458",
                                "zsrc": "benjaleivas:348:d116c9",
                                "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:348:b1e642",
                                "ysrc": "benjaleivas:348:343804",
                                "zsrc": "benjaleivas:348:edfeda",
                                "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:348:c6ec07",
                                "ysrc": "benjaleivas:348:4ba34d",
                                "zsrc": "benjaleivas:348:b7c855",
                                "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:348:2aacb0",
                                "ysrc": "benjaleivas:348:d7638b",
                                "zsrc": "benjaleivas:348:de22e6",
                                "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:348:628bea",
                                "ysrc": "benjaleivas:348:bc0900",
                                "zsrc": "benjaleivas:348:337bf8",
                                "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:348:0a5942",
                                "ysrc": "benjaleivas:348:b16a9d",
                                "zsrc": "benjaleivas:348:265508",
                                "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:348:1937a2",
                                "ysrc": "benjaleivas:348:fba120",
                                "zsrc": "benjaleivas:348:6d10dd",
                                "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:348:65037f",
                                "ysrc": "benjaleivas:348:6311af",
                                "zsrc": "benjaleivas:348:f3d5ce",
                                "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:348:e07410",
                                "ysrc": "benjaleivas:348:315c2e",
                                "zsrc": "benjaleivas:348:a9170e",
                                "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:348:581eb5",
                                "ysrc": "benjaleivas:348:a67c6b",
                                "zsrc": "benjaleivas:348:35b6e5",
                                "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:348:ac945c",
                                "ysrc": "benjaleivas:348:bbaa54",
                                "zsrc": "benjaleivas:348:f5f8fe",
                                "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:348:9ab90c",
                                "ysrc": "benjaleivas:348:b7fdc4",
                                "zsrc": "benjaleivas:348:da5522",
                                "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:348:d856a5",
                                "ysrc": "benjaleivas:348:aee5fa",
                                "zsrc": "benjaleivas:348:396e1c",
                                "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:348:0d1bf5",
                                "ysrc": "benjaleivas:348:72f26a",
                                "zsrc": "benjaleivas:348:89a0e7",
                                "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:348:39fdf5",
                                "ysrc": "benjaleivas:348:f21dc7",
                                "zsrc": "benjaleivas:348:d9d20f",
                                "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:348:7ce803",
                                "ysrc": "benjaleivas:348:2de0d1",
                                "zsrc": "benjaleivas:348:cef185",
                                "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:348:aebadd",
                                "ysrc": "benjaleivas:348:f8953c",
                                "zsrc": "benjaleivas:348:d48f9d",
                                "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:348:1df003",
                                "ysrc": "benjaleivas:348:d482c1",
                                "zsrc": "benjaleivas:348:3bd3cc",
                                "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:348:89cf07",
                                "ysrc": "benjaleivas:348:bc9a53",
                                "zsrc": "benjaleivas:348:a78ee1",
                                "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:348:eb9487",
                                "ysrc": "benjaleivas:348:79d2cf",
                                "zsrc": "benjaleivas:348:96a59c",
                                "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:348:98f260",
                                "ysrc": "benjaleivas:348:b0cead",
                                "zsrc": "benjaleivas:348:c4ab36",
                                "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:348:f27a63",
                                "ysrc": "benjaleivas:348:33fecf",
                                "zsrc": "benjaleivas:348:525ad6",
                                "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:348:3f955d",
                                "ysrc": "benjaleivas:348:78158d",
                                "zsrc": "benjaleivas:348:d6e2a4",
                                "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:348:29026b",
                                "ysrc": "benjaleivas:348:f26829",
                                "zsrc": "benjaleivas:348:e40254",
                                "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:348:bddca1",
                                "ysrc": "benjaleivas:348:c6c46b",
                                "zsrc": "benjaleivas:348:1b9de5",
                                "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:348:06a3fd",
                                "ysrc": "benjaleivas:348:088e06",
                                "zsrc": "benjaleivas:348:e24bde",
                                "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:348:784add",
                                "ysrc": "benjaleivas:348:0edfcb",
                                "zsrc": "benjaleivas:348:799970",
                                "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:348:5e3fca",
                                "ysrc": "benjaleivas:348:6399f3",
                                "zsrc": "benjaleivas:348:15b007",
                                "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:348:5d2026",
                                "ysrc": "benjaleivas:348:d72f29",
                                "zsrc": "benjaleivas:348:cb570e",
                                "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:348:41cb2d",
                                "ysrc": "benjaleivas:348:a479ed",
                                "zsrc": "benjaleivas:348:77e480",
                                "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:348:5743ad",
                                "ysrc": "benjaleivas:348:7184e9",
                                "zsrc": "benjaleivas:348:1c758b",
                                "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:348:4eaefc",
                                "ysrc": "benjaleivas:348:26b7b2",
                                "zsrc": "benjaleivas:348:0e307a",
                                "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:348:6b14c1",
                                "ysrc": "benjaleivas:348:0e96db",
                                "zsrc": "benjaleivas:348:7707f7",
                                "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:348:eb7cad",
                                "ysrc": "benjaleivas:348:bb5b53",
                                "zsrc": "benjaleivas:348:cb1272",
                                "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:348:6ec923",
                                "ysrc": "benjaleivas:348:2f1a26",
                                "zsrc": "benjaleivas:348:56fde2",
                                "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:348:3d5c00",
                                "ysrc": "benjaleivas:348:6b0903",
                                "zsrc": "benjaleivas:348:a2f417",
                                "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:348:db2bed",
                                "ysrc": "benjaleivas:348:1a612e",
                                "zsrc": "benjaleivas:348:bf6bbd",
                                "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:348:de85e8",
                                "ysrc": "benjaleivas:348:fe3ed5",
                                "zsrc": "benjaleivas:348:7044a5",
                                "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:348:f0a09e",
                                "ysrc": "benjaleivas:348:bffc34",
                                "zsrc": "benjaleivas:348:e617fb",
                                "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:348:61155f",
                                "ysrc": "benjaleivas:348:611a22",
                                "zsrc": "benjaleivas:348:2b68cc",
                                "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:348:21d518",
                                "ysrc": "benjaleivas:348:4b0d26",
                                "zsrc": "benjaleivas:348:ee170a",
                                "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:348:e56938",
                                "ysrc": "benjaleivas:348:d6b85e",
                                "zsrc": "benjaleivas:348:ff8a3d",
                                "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:348:46bb33",
                                "ysrc": "benjaleivas:348:8dc9f0",
                                "zsrc": "benjaleivas:348:60afbe",
                                "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:348:760daa",
                                "ysrc": "benjaleivas:348:b88e6f",
                                "zsrc": "benjaleivas:348:081c73",
                                "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:348:cf9d61",
                                "ysrc": "benjaleivas:348:b63bed",
                                "zsrc": "benjaleivas:348:b22069",
                                "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:348:e02175",
                                "ysrc": "benjaleivas:348:7c0602",
                                "zsrc": "benjaleivas:348:bef733",
                                "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:348:cc0132",
                                "ysrc": "benjaleivas:348:c458cb",
                                "zsrc": "benjaleivas:348:3f10cd",
                                "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:348:8515a8",
                                "ysrc": "benjaleivas:348:e201bc",
                                "zsrc": "benjaleivas:348:b78444",
                                "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:348:8da257",
                                "ysrc": "benjaleivas:348:515215",
                                "zsrc": "benjaleivas:348:89b6b3",
                                "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:348:99c45a",
                                "ysrc": "benjaleivas:348:23e4e8",
                                "zsrc": "benjaleivas:348:dc9c81",
                                "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:348:740e03",
                                "ysrc": "benjaleivas:348:483cf1",
                                "zsrc": "benjaleivas:348:fe53c7",
                                "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:348:5e0fb9",
                                "ysrc": "benjaleivas:348:f28390",
                                "zsrc": "benjaleivas:348:32ed02",
                                "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:348:43eb46",
                                "ysrc": "benjaleivas:348:69f177",
                                "zsrc": "benjaleivas:348:907eee",
                                "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:348:d3c532",
                                "ysrc": "benjaleivas:348:8d7390",
                                "zsrc": "benjaleivas:348:64561e",
                                "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:348:f93f8e",
                                "ysrc": "benjaleivas:348:dd6eb1",
                                "zsrc": "benjaleivas:348:10f1fa",
                                "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:348:4252d2",
                                "ysrc": "benjaleivas:348:58fed7",
                                "zsrc": "benjaleivas:348:c7516e",
                                "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:348:93b3c7",
                                "ysrc": "benjaleivas:348:1b32cc",
                                "zsrc": "benjaleivas:348:5fb2c4",
                                "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:348:d11755",
                                "ysrc": "benjaleivas:348:ed16ae",
                                "zsrc": "benjaleivas:348:d17bf2",
                                "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:348:96081d",
                                "ysrc": "benjaleivas:348:43fdb0",
                                "zsrc": "benjaleivas:348:b493df",
                                "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:348:5f5ddf",
                                "ysrc": "benjaleivas:348:6616f8",
                                "zsrc": "benjaleivas:348:7b6abb",
                                "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:348:36d6a1",
                                "ysrc": "benjaleivas:348:244e9c",
                                "zsrc": "benjaleivas:348:2b5af8",
                                "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:348:68a17d",
                                "ysrc": "benjaleivas:348:b237ea",
                                "zsrc": "benjaleivas:348:a5a2eb",
                                "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:348:fe8cfd",
                                "ysrc": "benjaleivas:348:10ed45",
                                "zsrc": "benjaleivas:348:634d1a",
                                "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:348:065d61",
                                "ysrc": "benjaleivas:348:145bed",
                                "zsrc": "benjaleivas:348:b90f66",
                                "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:348:52ff0f",
                                "ysrc": "benjaleivas:348:d66f0a",
                                "zsrc": "benjaleivas:348:17d67a",
                                "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:348:673745",
                                "ysrc": "benjaleivas:348:13ecf5",
                                "zsrc": "benjaleivas:348:ad5b61",
                                "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:348:fe851c",
                                "ysrc": "benjaleivas:348:11bbda",
                                "zsrc": "benjaleivas:348:99380b",
                                "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:348:584df1",
                                "ysrc": "benjaleivas:348:bcfd7c",
                                "zsrc": "benjaleivas:348:a87e8e",
                                "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:348:22ed09",
                                "ysrc": "benjaleivas:348:88925f",
                                "zsrc": "benjaleivas:348:502d50",
                                "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:348:5b21f8",
                                "ysrc": "benjaleivas:348:11d013",
                                "zsrc": "benjaleivas:348:fbc899",
                                "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:348:eae578",
                                "ysrc": "benjaleivas:348:bf5b43",
                                "zsrc": "benjaleivas:348:63bca9",
                                "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:348:33083e",
                                "ysrc": "benjaleivas:348:6e1cf5",
                                "zsrc": "benjaleivas:348:3ac05d",
                                "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:348:4371c3",
                                "ysrc": "benjaleivas:348:3b31eb",
                                "zsrc": "benjaleivas:348:9a122f",
                                "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:348:4a3093",
                                "ysrc": "benjaleivas:348:4f6257",
                                "zsrc": "benjaleivas:348:558e4f",
                                "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:348:638ce7",
                                "ysrc": "benjaleivas:348:e54eb8",
                                "zsrc": "benjaleivas:348:90b8e8",
                                "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:348:1f552a",
                                "ysrc": "benjaleivas:348:6c270a",
                                "zsrc": "benjaleivas:348:625eca",
                                "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:348:772bb3",
                                "ysrc": "benjaleivas:348:d1002f",
                                "zsrc": "benjaleivas:348:86e10e",
                                "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:348:77c5ae",
                                "ysrc": "benjaleivas:348:db3cec",
                                "zsrc": "benjaleivas:348:df1a39",
                                "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:348:9b56cd",
                                "ysrc": "benjaleivas:348:fbffda",
                                "zsrc": "benjaleivas:348:cb9b54",
                                "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:348:3371f1",
                                "ysrc": "benjaleivas:348:d29f48",
                                "zsrc": "benjaleivas:348:adb5c6",
                                "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:348:97c4e3",
                                "ysrc": "benjaleivas:348:4ec495",
                                "zsrc": "benjaleivas:348:409d0f",
                                "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:348:49fac1",
                                "ysrc": "benjaleivas:348:be612c",
                                "zsrc": "benjaleivas:348:24a96d",
                                "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:348:b932bc",
                                "ysrc": "benjaleivas:348:857baf",
                                "zsrc": "benjaleivas:348:89ac00",
                                "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:348:44dfd9",
                                "ysrc": "benjaleivas:348:c132c3",
                                "zsrc": "benjaleivas:348:2c67eb",
                                "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:348:71c884",
                                "ysrc": "benjaleivas:348:13000b",
                                "zsrc": "benjaleivas:348:e1c1ae",
                                "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:348:9cc605",
                                "ysrc": "benjaleivas:348:982ec6",
                                "zsrc": "benjaleivas:348:685e61",
                                "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:348:27c730",
                                "ysrc": "benjaleivas:348:89f707",
                                "zsrc": "benjaleivas:348:db1064",
                                "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:348:09a8d4",
                                "ysrc": "benjaleivas:348:3afea9",
                                "zsrc": "benjaleivas:348:a88ab3",
                                "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:348:ec2a75",
                                "ysrc": "benjaleivas:348:6ecf4a",
                                "zsrc": "benjaleivas:348:1a2c19",
                                "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:348:a8aede",
                                "ysrc": "benjaleivas:348:5e6a09",
                                "zsrc": "benjaleivas:348:c633b2",
                                "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:348:f455cf",
                                "ysrc": "benjaleivas:348:348941",
                                "zsrc": "benjaleivas:348:4bce76",
                                "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:348:1da97a",
                                "ysrc": "benjaleivas:348:3c7a2c",
                                "zsrc": "benjaleivas:348:3e412d",
                                "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:348:53275c",
                                "ysrc": "benjaleivas:348:6a93b7",
                                "zsrc": "benjaleivas:348:231f7f",
                                "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:348:456489",
                                "ysrc": "benjaleivas:348:ac54c8",
                                "zsrc": "benjaleivas:348:c0147f",
                                "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.07,
                            "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.07,
                            "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": 1,
            "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
            }
        }
    ]
}