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

{
    "next": "https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA5LTA2KzExJTNBMTclM0E0NS40NjI3NzglMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wOS0wNisyMiUzQTQyJTNBMDIuNTYzNTQwJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-09-06T22:42:02.563540Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~NaserNikandish/6.embed",
            "fid": "NaserNikandish:6",
            "filename": "SAMPLE students_map_dashboard 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/NaserNikandish/6/9_CUYAV2RLU9FL9GYS9SH9MA66RA932A.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/NaserNikandish/6/2_XUBGXUDG6LAC4VVPXLZ1PVE941J9A0.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/NaserNikandish/6/8_I4BDUEAZYYFDL3FCTBM3I70HXEUZ3Y.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/NaserNikandish/6/9_CUYAV2RLU9FL9GYS9SH9MA66RA932A.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/NaserNikandish:6",
                "plots": "https://api.plotly.com/v2/plots/NaserNikandish:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=NaserNikandish"
            },
            "owner": "NaserNikandish",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~NaserNikandish/6/",
            "world_readable": true,
            "date_modified": "2025-09-06T22:44:02.790Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~NaserNikandish/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "geo": "geo",
                        "type": "choropleth",
                        "zsrc": "NaserNikandish:8:e87848",
                        "colorbar": {
                            "title": {
                                "text": "Students"
                            }
                        },
                        "locationmode": "USA-states",
                        "locationssrc": "NaserNikandish:8:ba8441",
                        "customdatasrc": "NaserNikandish:8:39c725",
                        "hovertemplate": "<b>%{location}</b><br>Students: %{z}<br>Avg GPA: %{customdata[0]:.2f}<br>Avg Yrs Exp: %{customdata[1]:.2f}<br>Female: %{customdata[2]:.2f}%<br>International: %{customdata[3]:.2f}%<br>BAAI: %{customdata[4]}<br>ISAI: %{customdata[5]}<br>MSM: %{customdata[6]}<br>MSF: %{customdata[7]}<br>FLEX MBA: %{customdata[8]}<extra></extra>"
                    },
                    {
                        "type": "bar",
                        "xsrc": "NaserNikandish:8:b1deb4",
                        "ysrc": "NaserNikandish:8:627294",
                        "xaxis": "x",
                        "yaxis": "y",
                        "textsrc": "NaserNikandish:8:846822",
                        "textposition": "auto",
                        "hovertemplate": "State: %{x}<br>Students: %{y}<extra></extra>"
                    }
                ],
                "layout": {
                    "geo": {
                        "scope": "usa",
                        "domain": {
                            "x": [
                                0.0,
                                0.646
                            ],
                            "y": [
                                0.0,
                                1.0
                            ]
                        },
                        "fitbounds": "locations",
                        "showsubunits": true,
                        "showcountries": false
                    },
                    "title": {
                        "text": "US Part-time Students by State — Program: All"
                    },
                    "xaxis": {
                        "anchor": "y",
                        "domain": [
                            0.6960000000000001,
                            1.0
                        ]
                    },
                    "yaxis": {
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "margin": {
                        "b": 40,
                        "l": 40,
                        "r": 40,
                        "t": 60
                    },
                    "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
                            }
                        }
                    },
                    "annotations": [
                        {
                            "x": 0.0,
                            "y": 1.18,
                            "font": {
                                "size": 16
                            },
                            "text": "<b>Program</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.0,
                            "y": 1.18,
                            "font": {
                                "size": 16
                            },
                            "text": "<b>Program</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ],
                    "updatemenus": [
                        {
                            "x": 0.01,
                            "y": 1.12,
                            "buttons": [
                                {
                                    "args": [
                                        {
                                            "x": [
                                                [
                                                    "CA",
                                                    "TX",
                                                    "FL",
                                                    "NY",
                                                    "IL",
                                                    "PA",
                                                    "GA",
                                                    "NC",
                                                    "OH",
                                                    "MI"
                                                ]
                                            ],
                                            "y": [
                                                [
                                                    362,
                                                    258,
                                                    200,
                                                    178,
                                                    132,
                                                    118,
                                                    116,
                                                    108,
                                                    105,
                                                    81
                                                ]
                                            ],
                                            "z": [
                                                [
                                                    362,
                                                    258,
                                                    200,
                                                    178,
                                                    132,
                                                    118,
                                                    116,
                                                    108,
                                                    105,
                                                    81,
                                                    78,
                                                    73,
                                                    64,
                                                    63,
                                                    61,
                                                    61,
                                                    59,
                                                    57,
                                                    57,
                                                    54,
                                                    48,
                                                    48,
                                                    47,
                                                    44,
                                                    41,
                                                    41,
                                                    39,
                                                    36,
                                                    34,
                                                    33,
                                                    29,
                                                    28,
                                                    23,
                                                    21,
                                                    20,
                                                    20,
                                                    20,
                                                    17,
                                                    17,
                                                    16,
                                                    16,
                                                    12,
                                                    12,
                                                    11,
                                                    8,
                                                    8,
                                                    7,
                                                    6,
                                                    5,
                                                    5,
                                                    3
                                                ]
                                            ],
                                            "text": [
                                                [
                                                    "362",
                                                    "258",
                                                    "200",
                                                    "178",
                                                    "132",
                                                    "118",
                                                    "116",
                                                    "108",
                                                    "105",
                                                    "81"
                                                ]
                                            ],
                                            "locations": [
                                                [
                                                    "CA",
                                                    "TX",
                                                    "FL",
                                                    "NY",
                                                    "IL",
                                                    "PA",
                                                    "GA",
                                                    "NC",
                                                    "OH",
                                                    "MI",
                                                    "NJ",
                                                    "MA",
                                                    "VA",
                                                    "TN",
                                                    "AZ",
                                                    "WA",
                                                    "IN",
                                                    "CO",
                                                    "MD",
                                                    "MO",
                                                    "WI",
                                                    "SC",
                                                    "MN",
                                                    "AL",
                                                    "CT",
                                                    "OK",
                                                    "UT",
                                                    "KY",
                                                    "MS",
                                                    "AR",
                                                    "LA",
                                                    "OR",
                                                    "NV",
                                                    "KS",
                                                    "IA",
                                                    "ID",
                                                    "NH",
                                                    "HI",
                                                    "ME",
                                                    "NM",
                                                    "NE",
                                                    "DE",
                                                    "SD",
                                                    "WV",
                                                    "ND",
                                                    "MT",
                                                    "WY",
                                                    "AK",
                                                    "VT",
                                                    "RI",
                                                    "DC"
                                                ]
                                            ],
                                            "customdata": [
                                                [
                                                    [
                                                        3.42,
                                                        3.36,
                                                        49.72,
                                                        22.1,
                                                        125.0,
                                                        62.0,
                                                        69.0,
                                                        49.0,
                                                        57.0
                                                    ],
                                                    [
                                                        3.43,
                                                        3.4,
                                                        44.96,
                                                        18.22,
                                                        67.0,
                                                        57.0,
                                                        54.0,
                                                        32.0,
                                                        48.0
                                                    ],
                                                    [
                                                        3.45,
                                                        3.14,
                                                        46.0,
                                                        23.5,
                                                        69.0,
                                                        38.0,
                                                        35.0,
                                                        27.0,
                                                        31.0
                                                    ],
                                                    [
                                                        3.43,
                                                        3.35,
                                                        47.75,
                                                        23.03,
                                                        63.0,
                                                        32.0,
                                                        42.0,
                                                        20.0,
                                                        21.0
                                                    ],
                                                    [
                                                        3.45,
                                                        3.41,
                                                        39.39,
                                                        25.0,
                                                        47.0,
                                                        20.0,
                                                        25.0,
                                                        13.0,
                                                        27.0
                                                    ],
                                                    [
                                                        3.44,
                                                        3.31,
                                                        44.07,
                                                        20.34,
                                                        31.0,
                                                        15.0,
                                                        28.0,
                                                        19.0,
                                                        25.0
                                                    ],
                                                    [
                                                        3.43,
                                                        3.37,
                                                        48.28,
                                                        22.41,
                                                        39.0,
                                                        28.0,
                                                        17.0,
                                                        8.0,
                                                        24.0
                                                    ],
                                                    [
                                                        3.46,
                                                        3.68,
                                                        45.37,
                                                        17.59,
                                                        35.0,
                                                        16.0,
                                                        30.0,
                                                        15.0,
                                                        12.0
                                                    ],
                                                    [
                                                        3.42,
                                                        3.3,
                                                        41.9,
                                                        19.05,
                                                        38.0,
                                                        16.0,
                                                        21.0,
                                                        15.0,
                                                        15.0
                                                    ],
                                                    [
                                                        3.45,
                                                        3.24,
                                                        43.21,
                                                        27.16,
                                                        28.0,
                                                        20.0,
                                                        11.0,
                                                        10.0,
                                                        12.0
                                                    ],
                                                    [
                                                        3.45,
                                                        3.76,
                                                        57.69,
                                                        24.36,
                                                        22.0,
                                                        19.0,
                                                        10.0,
                                                        13.0,
                                                        14.0
                                                    ],
                                                    [
                                                        3.43,
                                                        2.97,
                                                        42.47,
                                                        20.55,
                                                        22.0,
                                                        19.0,
                                                        14.0,
                                                        6.0,
                                                        12.0
                                                    ],
                                                    [
                                                        3.43,
                                                        3.38,
                                                        45.31,
                                                        18.75,
                                                        17.0,
                                                        11.0,
                                                        19.0,
                                                        6.0,
                                                        11.0
                                                    ],
                                                    [
                                                        3.39,
                                                        3.24,
                                                        47.62,
                                                        11.11,
                                                        16.0,
                                                        10.0,
                                                        13.0,
                                                        10.0,
                                                        14.0
                                                    ],
                                                    [
                                                        3.41,
                                                        3.29,
                                                        36.07,
                                                        22.95,
                                                        20.0,
                                                        4.0,
                                                        19.0,
                                                        13.0,
                                                        5.0
                                                    ],
                                                    [
                                                        3.43,
                                                        3.3,
                                                        34.43,
                                                        32.79,
                                                        19.0,
                                                        12.0,
                                                        17.0,
                                                        5.0,
                                                        8.0
                                                    ],
                                                    [
                                                        3.42,
                                                        3.51,
                                                        42.37,
                                                        18.64,
                                                        18.0,
                                                        13.0,
                                                        10.0,
                                                        8.0,
                                                        10.0
                                                    ],
                                                    [
                                                        3.42,
                                                        3.37,
                                                        45.61,
                                                        14.04,
                                                        18.0,
                                                        14.0,
                                                        10.0,
                                                        4.0,
                                                        11.0
                                                    ],
                                                    [
                                                        3.39,
                                                        2.98,
                                                        47.37,
                                                        26.32,
                                                        21.0,
                                                        9.0,
                                                        14.0,
                                                        6.0,
                                                        7.0
                                                    ],
                                                    [
                                                        3.49,
                                                        3.37,
                                                        53.7,
                                                        25.93,
                                                        20.0,
                                                        11.0,
                                                        10.0,
                                                        4.0,
                                                        9.0
                                                    ],
                                                    [
                                                        3.43,
                                                        3.18,
                                                        52.08,
                                                        14.58,
                                                        13.0,
                                                        13.0,
                                                        6.0,
                                                        8.0,
                                                        8.0
                                                    ],
                                                    [
                                                        3.42,
                                                        3.59,
                                                        41.67,
                                                        25.0,
                                                        12.0,
                                                        7.0,
                                                        13.0,
                                                        8.0,
                                                        8.0
                                                    ],
                                                    [
                                                        3.44,
                                                        3.42,
                                                        42.55,
                                                        19.15,
                                                        10.0,
                                                        6.0,
                                                        15.0,
                                                        6.0,
                                                        10.0
                                                    ],
                                                    [
                                                        3.45,
                                                        3.16,
                                                        38.64,
                                                        29.55,
                                                        15.0,
                                                        6.0,
                                                        8.0,
                                                        8.0,
                                                        7.0
                                                    ],
                                                    [
                                                        3.4,
                                                        3.11,
                                                        36.59,
                                                        26.83,
                                                        22.0,
                                                        4.0,
                                                        10.0,
                                                        3.0,
                                                        2.0
                                                    ],
                                                    [
                                                        3.45,
                                                        3.49,
                                                        51.22,
                                                        29.27,
                                                        16.0,
                                                        15.0,
                                                        5.0,
                                                        2.0,
                                                        3.0
                                                    ],
                                                    [
                                                        3.37,
                                                        3.2,
                                                        35.9,
                                                        25.64,
                                                        15.0,
                                                        3.0,
                                                        11.0,
                                                        5.0,
                                                        5.0
                                                    ],
                                                    [
                                                        3.47,
                                                        4.32,
                                                        41.67,
                                                        11.11,
                                                        10.0,
                                                        4.0,
                                                        8.0,
                                                        4.0,
                                                        10.0
                                                    ],
                                                    [
                                                        3.35,
                                                        3.01,
                                                        58.82,
                                                        11.76,
                                                        15.0,
                                                        4.0,
                                                        5.0,
                                                        5.0,
                                                        5.0
                                                    ],
                                                    [
                                                        3.38,
                                                        3.21,
                                                        42.42,
                                                        33.33,
                                                        11.0,
                                                        7.0,
                                                        6.0,
                                                        4.0,
                                                        5.0
                                                    ],
                                                    [
                                                        3.41,
                                                        2.47,
                                                        37.93,
                                                        17.24,
                                                        11.0,
                                                        4.0,
                                                        4.0,
                                                        3.0,
                                                        7.0
                                                    ],
                                                    [
                                                        3.48,
                                                        3.26,
                                                        39.29,
                                                        25.0,
                                                        9.0,
                                                        5.0,
                                                        9.0,
                                                        0.0,
                                                        5.0
                                                    ],
                                                    [
                                                        3.44,
                                                        3.16,
                                                        34.78,
                                                        8.7,
                                                        11.0,
                                                        4.0,
                                                        5.0,
                                                        0.0,
                                                        3.0
                                                    ],
                                                    [
                                                        3.4,
                                                        3.85,
                                                        57.14,
                                                        23.81,
                                                        4.0,
                                                        4.0,
                                                        6.0,
                                                        5.0,
                                                        2.0
                                                    ],
                                                    [
                                                        3.37,
                                                        3.44,
                                                        30.0,
                                                        15.0,
                                                        7.0,
                                                        1.0,
                                                        3.0,
                                                        3.0,
                                                        6.0
                                                    ],
                                                    [
                                                        3.4,
                                                        2.92,
                                                        25.0,
                                                        15.0,
                                                        5.0,
                                                        4.0,
                                                        5.0,
                                                        3.0,
                                                        3.0
                                                    ],
                                                    [
                                                        3.51,
                                                        3.18,
                                                        60.0,
                                                        5.0,
                                                        5.0,
                                                        6.0,
                                                        4.0,
                                                        1.0,
                                                        4.0
                                                    ],
                                                    [
                                                        3.38,
                                                        2.92,
                                                        35.29,
                                                        17.65,
                                                        6.0,
                                                        1.0,
                                                        4.0,
                                                        1.0,
                                                        5.0
                                                    ],
                                                    [
                                                        3.41,
                                                        2.79,
                                                        52.94,
                                                        17.65,
                                                        2.0,
                                                        7.0,
                                                        2.0,
                                                        2.0,
                                                        4.0
                                                    ],
                                                    [
                                                        3.51,
                                                        3.14,
                                                        50.0,
                                                        31.25,
                                                        7.0,
                                                        2.0,
                                                        4.0,
                                                        1.0,
                                                        2.0
                                                    ],
                                                    [
                                                        3.46,
                                                        3.4,
                                                        31.25,
                                                        25.0,
                                                        5.0,
                                                        2.0,
                                                        4.0,
                                                        2.0,
                                                        3.0
                                                    ],
                                                    [
                                                        3.49,
                                                        3.04,
                                                        41.67,
                                                        8.33,
                                                        2.0,
                                                        1.0,
                                                        4.0,
                                                        2.0,
                                                        3.0
                                                    ],
                                                    [
                                                        3.44,
                                                        3.56,
                                                        66.67,
                                                        41.67,
                                                        5.0,
                                                        1.0,
                                                        4.0,
                                                        0.0,
                                                        2.0
                                                    ],
                                                    [
                                                        3.47,
                                                        3.79,
                                                        63.64,
                                                        9.09,
                                                        4.0,
                                                        2.0,
                                                        3.0,
                                                        1.0,
                                                        1.0
                                                    ],
                                                    [
                                                        3.18,
                                                        3.23,
                                                        12.5,
                                                        37.5,
                                                        2.0,
                                                        2.0,
                                                        3.0,
                                                        0.0,
                                                        1.0
                                                    ],
                                                    [
                                                        3.54,
                                                        3.41,
                                                        25.0,
                                                        37.5,
                                                        2.0,
                                                        2.0,
                                                        2.0,
                                                        2.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.45,
                                                        3.32,
                                                        42.86,
                                                        28.57,
                                                        1.0,
                                                        1.0,
                                                        3.0,
                                                        0.0,
                                                        2.0
                                                    ],
                                                    [
                                                        3.41,
                                                        3.39,
                                                        50.0,
                                                        16.67,
                                                        2.0,
                                                        1.0,
                                                        2.0,
                                                        1.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.6,
                                                        1.34,
                                                        80.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        1.0,
                                                        2.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.37,
                                                        3.06,
                                                        60.0,
                                                        40.0,
                                                        2.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        2.0
                                                    ],
                                                    [
                                                        3.47,
                                                        3.21,
                                                        33.33,
                                                        33.33,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        1.0
                                                    ]
                                                ]
                                            ]
                                        },
                                        {
                                            "title": "US Part-time Students by State — Program: All"
                                        }
                                    ],
                                    "label": "All",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "x": [
                                                [
                                                    "CA",
                                                    "FL",
                                                    "TX",
                                                    "NY",
                                                    "IL",
                                                    "GA",
                                                    "OH",
                                                    "NC",
                                                    "PA",
                                                    "MI"
                                                ]
                                            ],
                                            "y": [
                                                [
                                                    125,
                                                    69,
                                                    67,
                                                    63,
                                                    47,
                                                    39,
                                                    38,
                                                    35,
                                                    31,
                                                    28
                                                ]
                                            ],
                                            "z": [
                                                [
                                                    125,
                                                    69,
                                                    67,
                                                    63,
                                                    47,
                                                    39,
                                                    38,
                                                    35,
                                                    31,
                                                    28,
                                                    22,
                                                    22,
                                                    22,
                                                    21,
                                                    20,
                                                    20,
                                                    19,
                                                    18,
                                                    18,
                                                    17,
                                                    16,
                                                    16,
                                                    15,
                                                    15,
                                                    15,
                                                    13,
                                                    12,
                                                    11,
                                                    11,
                                                    11,
                                                    10,
                                                    10,
                                                    9,
                                                    7,
                                                    7,
                                                    6,
                                                    5,
                                                    5,
                                                    5,
                                                    5,
                                                    4,
                                                    4,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    1,
                                                    1
                                                ]
                                            ],
                                            "text": [
                                                [
                                                    "125",
                                                    "69",
                                                    "67",
                                                    "63",
                                                    "47",
                                                    "39",
                                                    "38",
                                                    "35",
                                                    "31",
                                                    "28"
                                                ]
                                            ],
                                            "locations": [
                                                [
                                                    "CA",
                                                    "FL",
                                                    "TX",
                                                    "NY",
                                                    "IL",
                                                    "GA",
                                                    "OH",
                                                    "NC",
                                                    "PA",
                                                    "MI",
                                                    "CT",
                                                    "MA",
                                                    "NJ",
                                                    "MD",
                                                    "MO",
                                                    "AZ",
                                                    "WA",
                                                    "IN",
                                                    "CO",
                                                    "VA",
                                                    "TN",
                                                    "OK",
                                                    "AL",
                                                    "UT",
                                                    "MS",
                                                    "WI",
                                                    "SC",
                                                    "LA",
                                                    "AR",
                                                    "NV",
                                                    "KY",
                                                    "MN",
                                                    "OR",
                                                    "NM",
                                                    "IA",
                                                    "HI",
                                                    "NH",
                                                    "NE",
                                                    "SD",
                                                    "ID",
                                                    "KS",
                                                    "WV",
                                                    "AK",
                                                    "MT",
                                                    "RI",
                                                    "ND",
                                                    "ME",
                                                    "DE",
                                                    "VT",
                                                    "WY"
                                                ]
                                            ],
                                            "customdata": [
                                                [
                                                    [
                                                        3.41,
                                                        3.51,
                                                        41.6,
                                                        21.6,
                                                        125.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.43,
                                                        3.16,
                                                        47.83,
                                                        21.74,
                                                        69.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.4,
                                                        3.44,
                                                        44.78,
                                                        20.9,
                                                        67.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.43,
                                                        3.26,
                                                        39.68,
                                                        30.16,
                                                        63.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.45,
                                                        3.47,
                                                        27.66,
                                                        23.4,
                                                        47.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.41,
                                                        3.5,
                                                        56.41,
                                                        15.38,
                                                        39.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.44,
                                                        3.05,
                                                        39.47,
                                                        15.79,
                                                        38.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.41,
                                                        4.21,
                                                        45.71,
                                                        11.43,
                                                        35.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.39,
                                                        3.4,
                                                        54.84,
                                                        19.35,
                                                        31.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.4,
                                                        3.54,
                                                        42.86,
                                                        28.57,
                                                        28.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.42,
                                                        3.15,
                                                        36.36,
                                                        31.82,
                                                        22.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.39,
                                                        3.19,
                                                        40.91,
                                                        9.09,
                                                        22.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.39,
                                                        3.84,
                                                        68.18,
                                                        22.73,
                                                        22.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.36,
                                                        2.6,
                                                        42.86,
                                                        23.81,
                                                        21.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.47,
                                                        3.01,
                                                        45.0,
                                                        30.0,
                                                        20.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.38,
                                                        3.33,
                                                        35.0,
                                                        25.0,
                                                        20.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.44,
                                                        3.16,
                                                        36.84,
                                                        36.84,
                                                        19.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.52,
                                                        3.11,
                                                        27.78,
                                                        16.67,
                                                        18.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.43,
                                                        3.13,
                                                        44.44,
                                                        22.22,
                                                        18.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.44,
                                                        3.26,
                                                        41.18,
                                                        17.65,
                                                        17.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.37,
                                                        2.87,
                                                        50.0,
                                                        31.25,
                                                        16.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.56,
                                                        2.73,
                                                        43.75,
                                                        31.25,
                                                        16.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.39,
                                                        2.66,
                                                        40.0,
                                                        20.0,
                                                        15.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.45,
                                                        2.72,
                                                        46.67,
                                                        13.33,
                                                        15.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.3,
                                                        2.94,
                                                        53.33,
                                                        13.33,
                                                        15.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.47,
                                                        2.92,
                                                        30.77,
                                                        7.69,
                                                        13.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.42,
                                                        3.79,
                                                        50.0,
                                                        16.67,
                                                        12.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.46,
                                                        2.41,
                                                        36.36,
                                                        9.09,
                                                        11.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.36,
                                                        3.56,
                                                        27.27,
                                                        27.27,
                                                        11.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.43,
                                                        3.38,
                                                        27.27,
                                                        0.0,
                                                        11.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.41,
                                                        4.64,
                                                        40.0,
                                                        20.0,
                                                        10.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.27,
                                                        3.52,
                                                        20.0,
                                                        10.0,
                                                        10.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.57,
                                                        2.47,
                                                        22.22,
                                                        22.22,
                                                        9.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.63,
                                                        3.67,
                                                        57.14,
                                                        14.29,
                                                        7.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.33,
                                                        3.89,
                                                        42.86,
                                                        28.57,
                                                        7.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.34,
                                                        3.31,
                                                        16.67,
                                                        16.67,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.55,
                                                        2.18,
                                                        80.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.37,
                                                        4.23,
                                                        20.0,
                                                        20.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.35,
                                                        2.87,
                                                        60.0,
                                                        20.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.52,
                                                        2.71,
                                                        20.0,
                                                        20.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.35,
                                                        3.78,
                                                        100.0,
                                                        50.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.55,
                                                        4.1,
                                                        50.0,
                                                        25.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.58,
                                                        1.54,
                                                        0.0,
                                                        50.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.6,
                                                        2.32,
                                                        50.0,
                                                        50.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.43,
                                                        4.32,
                                                        50.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.1,
                                                        3.99,
                                                        0.0,
                                                        50.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.08,
                                                        0.2,
                                                        50.0,
                                                        100.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.34,
                                                        3.34,
                                                        50.0,
                                                        50.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.61,
                                                        2.63,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.48,
                                                        3.79,
                                                        100.0,
                                                        100.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ]
                                                ]
                                            ]
                                        },
                                        {
                                            "title": "US Part-time Students by State — Program: BAAI"
                                        }
                                    ],
                                    "label": "BAAI",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "x": [
                                                [
                                                    "CA",
                                                    "TX",
                                                    "FL",
                                                    "NY",
                                                    "GA",
                                                    "MI",
                                                    "IL",
                                                    "MA",
                                                    "NJ",
                                                    "NC"
                                                ]
                                            ],
                                            "y": [
                                                [
                                                    62,
                                                    57,
                                                    38,
                                                    32,
                                                    28,
                                                    20,
                                                    20,
                                                    19,
                                                    19,
                                                    16
                                                ]
                                            ],
                                            "z": [
                                                [
                                                    62,
                                                    57,
                                                    38,
                                                    32,
                                                    28,
                                                    20,
                                                    20,
                                                    19,
                                                    19,
                                                    16,
                                                    16,
                                                    15,
                                                    15,
                                                    14,
                                                    13,
                                                    13,
                                                    12,
                                                    11,
                                                    11,
                                                    10,
                                                    9,
                                                    7,
                                                    7,
                                                    7,
                                                    6,
                                                    6,
                                                    6,
                                                    5,
                                                    4,
                                                    4,
                                                    4,
                                                    4,
                                                    4,
                                                    4,
                                                    4,
                                                    4,
                                                    3,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1
                                                ]
                                            ],
                                            "text": [
                                                [
                                                    "62",
                                                    "57",
                                                    "38",
                                                    "32",
                                                    "28",
                                                    "20",
                                                    "20",
                                                    "19",
                                                    "19",
                                                    "16"
                                                ]
                                            ],
                                            "locations": [
                                                [
                                                    "CA",
                                                    "TX",
                                                    "FL",
                                                    "NY",
                                                    "GA",
                                                    "MI",
                                                    "IL",
                                                    "MA",
                                                    "NJ",
                                                    "NC",
                                                    "OH",
                                                    "PA",
                                                    "OK",
                                                    "CO",
                                                    "WI",
                                                    "IN",
                                                    "WA",
                                                    "VA",
                                                    "MO",
                                                    "TN",
                                                    "MD",
                                                    "SC",
                                                    "ME",
                                                    "AR",
                                                    "MN",
                                                    "AL",
                                                    "NH",
                                                    "OR",
                                                    "KS",
                                                    "AZ",
                                                    "CT",
                                                    "ID",
                                                    "NV",
                                                    "KY",
                                                    "LA",
                                                    "MS",
                                                    "UT",
                                                    "NM",
                                                    "NE",
                                                    "WV",
                                                    "ND",
                                                    "MT",
                                                    "VT",
                                                    "AK",
                                                    "SD",
                                                    "IA",
                                                    "HI",
                                                    "DE",
                                                    "DC",
                                                    "WY"
                                                ]
                                            ],
                                            "customdata": [
                                                [
                                                    [
                                                        3.49,
                                                        3.2,
                                                        59.68,
                                                        22.58,
                                                        0.0,
                                                        62.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.49,
                                                        3.42,
                                                        45.61,
                                                        12.28,
                                                        0.0,
                                                        57.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.47,
                                                        3.07,
                                                        42.11,
                                                        21.05,
                                                        0.0,
                                                        38.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.44,
                                                        4.04,
                                                        65.62,
                                                        6.25,
                                                        0.0,
                                                        32.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.41,
                                                        2.9,
                                                        35.71,
                                                        17.86,
                                                        0.0,
                                                        28.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.51,
                                                        2.73,
                                                        35.0,
                                                        30.0,
                                                        0.0,
                                                        20.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.35,
                                                        2.71,
                                                        45.0,
                                                        35.0,
                                                        0.0,
                                                        20.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.51,
                                                        2.65,
                                                        52.63,
                                                        21.05,
                                                        0.0,
                                                        19.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.51,
                                                        2.98,
                                                        36.84,
                                                        36.84,
                                                        0.0,
                                                        19.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.5,
                                                        3.14,
                                                        43.75,
                                                        0.0,
                                                        0.0,
                                                        16.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.36,
                                                        3.24,
                                                        37.5,
                                                        12.5,
                                                        0.0,
                                                        16.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.49,
                                                        3.88,
                                                        20.0,
                                                        40.0,
                                                        0.0,
                                                        15.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.45,
                                                        4.47,
                                                        60.0,
                                                        40.0,
                                                        0.0,
                                                        15.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.31,
                                                        3.01,
                                                        71.43,
                                                        7.14,
                                                        0.0,
                                                        14.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.51,
                                                        3.6,
                                                        53.85,
                                                        7.69,
                                                        0.0,
                                                        13.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.32,
                                                        4.31,
                                                        38.46,
                                                        30.77,
                                                        0.0,
                                                        13.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.4,
                                                        3.26,
                                                        33.33,
                                                        25.0,
                                                        0.0,
                                                        12.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.21,
                                                        3.33,
                                                        45.45,
                                                        18.18,
                                                        0.0,
                                                        11.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.47,
                                                        3.84,
                                                        63.64,
                                                        9.09,
                                                        0.0,
                                                        11.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.44,
                                                        3.04,
                                                        40.0,
                                                        0.0,
                                                        0.0,
                                                        10.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.47,
                                                        2.9,
                                                        33.33,
                                                        33.33,
                                                        0.0,
                                                        9.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.42,
                                                        3.5,
                                                        0.0,
                                                        57.14,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.42,
                                                        3.9,
                                                        71.43,
                                                        14.29,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.58,
                                                        2.74,
                                                        42.86,
                                                        42.86,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.65,
                                                        2.76,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.52,
                                                        3.49,
                                                        33.33,
                                                        16.67,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.38,
                                                        2.83,
                                                        66.67,
                                                        16.67,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.6,
                                                        3.38,
                                                        60.0,
                                                        60.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.32,
                                                        3.93,
                                                        25.0,
                                                        25.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.4,
                                                        3.88,
                                                        75.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.33,
                                                        2.07,
                                                        25.0,
                                                        25.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.38,
                                                        2.68,
                                                        25.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.55,
                                                        2.41,
                                                        25.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.49,
                                                        3.85,
                                                        50.0,
                                                        25.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.41,
                                                        3.61,
                                                        50.0,
                                                        25.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.55,
                                                        4.06,
                                                        50.0,
                                                        25.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.25,
                                                        5.13,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.28,
                                                        3.42,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.31,
                                                        3.08,
                                                        0.0,
                                                        50.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.57,
                                                        4.71,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.3,
                                                        3.28,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.56,
                                                        5.43,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.79,
                                                        2.51,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.1,
                                                        9.83,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.35,
                                                        5.22,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.09,
                                                        2.37,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.31,
                                                        0.0,
                                                        100.0,
                                                        100.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.31,
                                                        2.61,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        2.96,
                                                        3.73,
                                                        100.0,
                                                        100.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.47,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0
                                                    ]
                                                ]
                                            ]
                                        },
                                        {
                                            "title": "US Part-time Students by State — Program: ISAI"
                                        }
                                    ],
                                    "label": "ISAI",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "x": [
                                                [
                                                    "CA",
                                                    "TX",
                                                    "NY",
                                                    "FL",
                                                    "NC",
                                                    "PA",
                                                    "IL",
                                                    "OH",
                                                    "AZ",
                                                    "VA"
                                                ]
                                            ],
                                            "y": [
                                                [
                                                    69,
                                                    54,
                                                    42,
                                                    35,
                                                    30,
                                                    28,
                                                    25,
                                                    21,
                                                    19,
                                                    19
                                                ]
                                            ],
                                            "z": [
                                                [
                                                    69,
                                                    54,
                                                    42,
                                                    35,
                                                    30,
                                                    28,
                                                    25,
                                                    21,
                                                    19,
                                                    19,
                                                    17,
                                                    17,
                                                    15,
                                                    14,
                                                    14,
                                                    13,
                                                    13,
                                                    11,
                                                    11,
                                                    10,
                                                    10,
                                                    10,
                                                    10,
                                                    10,
                                                    9,
                                                    8,
                                                    8,
                                                    6,
                                                    6,
                                                    6,
                                                    5,
                                                    5,
                                                    5,
                                                    5,
                                                    4,
                                                    4,
                                                    4,
                                                    4,
                                                    4,
                                                    4,
                                                    4,
                                                    3,
                                                    3,
                                                    3,
                                                    3,
                                                    2,
                                                    2,
                                                    2,
                                                    1,
                                                    1,
                                                    1
                                                ]
                                            ],
                                            "text": [
                                                [
                                                    "69",
                                                    "54",
                                                    "42",
                                                    "35",
                                                    "30",
                                                    "28",
                                                    "25",
                                                    "21",
                                                    "19",
                                                    "19"
                                                ]
                                            ],
                                            "locations": [
                                                [
                                                    "CA",
                                                    "TX",
                                                    "NY",
                                                    "FL",
                                                    "NC",
                                                    "PA",
                                                    "IL",
                                                    "OH",
                                                    "AZ",
                                                    "VA",
                                                    "WA",
                                                    "GA",
                                                    "MN",
                                                    "MD",
                                                    "MA",
                                                    "SC",
                                                    "TN",
                                                    "UT",
                                                    "MI",
                                                    "MO",
                                                    "NJ",
                                                    "IN",
                                                    "CT",
                                                    "CO",
                                                    "OR",
                                                    "KY",
                                                    "AL",
                                                    "WI",
                                                    "AR",
                                                    "KS",
                                                    "OK",
                                                    "NV",
                                                    "MS",
                                                    "ID",
                                                    "NM",
                                                    "NH",
                                                    "NE",
                                                    "LA",
                                                    "HI",
                                                    "DE",
                                                    "SD",
                                                    "WV",
                                                    "WY",
                                                    "ND",
                                                    "IA",
                                                    "MT",
                                                    "ME",
                                                    "AK",
                                                    "RI",
                                                    "VT",
                                                    "DC"
                                                ]
                                            ],
                                            "customdata": [
                                                [
                                                    [
                                                        3.42,
                                                        3.43,
                                                        57.97,
                                                        21.74,
                                                        0.0,
                                                        0.0,
                                                        69.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.4,
                                                        3.07,
                                                        55.56,
                                                        20.37,
                                                        0.0,
                                                        0.0,
                                                        54.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.43,
                                                        3.15,
                                                        52.38,
                                                        26.19,
                                                        0.0,
                                                        0.0,
                                                        42.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.53,
                                                        2.81,
                                                        51.43,
                                                        28.57,
                                                        0.0,
                                                        0.0,
                                                        35.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.52,
                                                        3.46,
                                                        46.67,
                                                        16.67,
                                                        0.0,
                                                        0.0,
                                                        30.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.42,
                                                        3.2,
                                                        42.86,
                                                        14.29,
                                                        0.0,
                                                        0.0,
                                                        28.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.4,
                                                        3.54,
                                                        56.0,
                                                        28.0,
                                                        0.0,
                                                        0.0,
                                                        25.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.37,
                                                        3.78,
                                                        52.38,
                                                        28.57,
                                                        0.0,
                                                        0.0,
                                                        21.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.38,
                                                        2.5,
                                                        31.58,
                                                        31.58,
                                                        0.0,
                                                        0.0,
                                                        19.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.53,
                                                        3.14,
                                                        47.37,
                                                        21.05,
                                                        0.0,
                                                        0.0,
                                                        19.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.43,
                                                        3.37,
                                                        47.06,
                                                        29.41,
                                                        0.0,
                                                        0.0,
                                                        17.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.49,
                                                        3.72,
                                                        52.94,
                                                        29.41,
                                                        0.0,
                                                        0.0,
                                                        17.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.48,
                                                        3.29,
                                                        40.0,
                                                        20.0,
                                                        0.0,
                                                        0.0,
                                                        15.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.32,
                                                        3.0,
                                                        57.14,
                                                        35.71,
                                                        0.0,
                                                        0.0,
                                                        14.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.39,
                                                        1.94,
                                                        50.0,
                                                        28.57,
                                                        0.0,
                                                        0.0,
                                                        14.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.37,
                                                        2.66,
                                                        38.46,
                                                        23.08,
                                                        0.0,
                                                        0.0,
                                                        13.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.46,
                                                        3.53,
                                                        46.15,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        13.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.29,
                                                        3.64,
                                                        36.36,
                                                        27.27,
                                                        0.0,
                                                        0.0,
                                                        11.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.44,
                                                        3.41,
                                                        45.45,
                                                        27.27,
                                                        0.0,
                                                        0.0,
                                                        11.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.42,
                                                        3.12,
                                                        60.0,
                                                        20.0,
                                                        0.0,
                                                        0.0,
                                                        10.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.36,
                                                        4.72,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        10.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.48,
                                                        1.59,
                                                        60.0,
                                                        30.0,
                                                        0.0,
                                                        0.0,
                                                        10.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.46,
                                                        3.04,
                                                        50.0,
                                                        20.0,
                                                        0.0,
                                                        0.0,
                                                        10.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.47,
                                                        2.87,
                                                        50.0,
                                                        10.0,
                                                        0.0,
                                                        0.0,
                                                        10.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.4,
                                                        3.36,
                                                        55.56,
                                                        11.11,
                                                        0.0,
                                                        0.0,
                                                        9.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.45,
                                                        3.19,
                                                        25.0,
                                                        12.5,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.47,
                                                        2.78,
                                                        37.5,
                                                        62.5,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.4,
                                                        1.72,
                                                        50.0,
                                                        66.67,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.4,
                                                        3.04,
                                                        83.33,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.37,
                                                        4.58,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.27,
                                                        3.21,
                                                        60.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.41,
                                                        4.07,
                                                        60.0,
                                                        40.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.37,
                                                        2.98,
                                                        40.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.34,
                                                        2.41,
                                                        40.0,
                                                        20.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.52,
                                                        1.98,
                                                        25.0,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.74,
                                                        3.39,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.48,
                                                        4.82,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.28,
                                                        4.25,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.38,
                                                        3.66,
                                                        50.0,
                                                        25.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.58,
                                                        3.89,
                                                        75.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.49,
                                                        3.92,
                                                        75.0,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.3,
                                                        3.53,
                                                        66.67,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.63,
                                                        3.89,
                                                        66.67,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.23,
                                                        2.43,
                                                        33.33,
                                                        66.67,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.28,
                                                        2.97,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.52,
                                                        1.71,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.64,
                                                        3.32,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.3,
                                                        1.2,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.26,
                                                        4.96,
                                                        100.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.63,
                                                        0.61,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0
                                                    ],
                                                    [
                                                        4.0,
                                                        3.61,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0
                                                    ]
                                                ]
                                            ]
                                        },
                                        {
                                            "title": "US Part-time Students by State — Program: MSM"
                                        }
                                    ],
                                    "label": "MSM",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "x": [
                                                [
                                                    "CA",
                                                    "TX",
                                                    "FL",
                                                    "NY",
                                                    "PA",
                                                    "NC",
                                                    "OH",
                                                    "AZ",
                                                    "NJ",
                                                    "IL"
                                                ]
                                            ],
                                            "y": [
                                                [
                                                    49,
                                                    32,
                                                    27,
                                                    20,
                                                    19,
                                                    15,
                                                    15,
                                                    13,
                                                    13,
                                                    13
                                                ]
                                            ],
                                            "z": [
                                                [
                                                    49,
                                                    32,
                                                    27,
                                                    20,
                                                    19,
                                                    15,
                                                    15,
                                                    13,
                                                    13,
                                                    13,
                                                    10,
                                                    10,
                                                    8,
                                                    8,
                                                    8,
                                                    8,
                                                    8,
                                                    6,
                                                    6,
                                                    6,
                                                    6,
                                                    5,
                                                    5,
                                                    5,
                                                    5,
                                                    4,
                                                    4,
                                                    4,
                                                    4,
                                                    3,
                                                    3,
                                                    3,
                                                    3,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1
                                                ]
                                            ],
                                            "text": [
                                                [
                                                    "49",
                                                    "32",
                                                    "27",
                                                    "20",
                                                    "19",
                                                    "15",
                                                    "15",
                                                    "13",
                                                    "13",
                                                    "13"
                                                ]
                                            ],
                                            "locations": [
                                                [
                                                    "CA",
                                                    "TX",
                                                    "FL",
                                                    "NY",
                                                    "PA",
                                                    "NC",
                                                    "OH",
                                                    "AZ",
                                                    "NJ",
                                                    "IL",
                                                    "MI",
                                                    "TN",
                                                    "IN",
                                                    "AL",
                                                    "GA",
                                                    "WI",
                                                    "SC",
                                                    "VA",
                                                    "MN",
                                                    "MD",
                                                    "MA",
                                                    "KS",
                                                    "MS",
                                                    "WA",
                                                    "UT",
                                                    "KY",
                                                    "MO",
                                                    "CO",
                                                    "AR",
                                                    "LA",
                                                    "ID",
                                                    "IA",
                                                    "CT",
                                                    "MT",
                                                    "NE",
                                                    "VT",
                                                    "OK",
                                                    "DE",
                                                    "ME",
                                                    "AK",
                                                    "NM",
                                                    "NH",
                                                    "HI",
                                                    "WV"
                                                ]
                                            ],
                                            "customdata": [
                                                [
                                                    [
                                                        3.41,
                                                        3.92,
                                                        55.1,
                                                        20.41,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        49.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.4,
                                                        3.69,
                                                        21.88,
                                                        28.12,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        32.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.48,
                                                        3.13,
                                                        59.26,
                                                        25.93,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        27.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.43,
                                                        2.53,
                                                        50.0,
                                                        35.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        20.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.47,
                                                        2.85,
                                                        47.37,
                                                        31.58,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        19.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.39,
                                                        3.28,
                                                        26.67,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        15.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.39,
                                                        3.42,
                                                        33.33,
                                                        13.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        15.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.48,
                                                        3.71,
                                                        30.77,
                                                        23.08,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        13.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.44,
                                                        3.44,
                                                        69.23,
                                                        46.15,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        13.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.49,
                                                        3.09,
                                                        38.46,
                                                        30.77,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        13.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.48,
                                                        4.26,
                                                        30.0,
                                                        20.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        10.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.37,
                                                        3.16,
                                                        40.0,
                                                        10.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        10.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.33,
                                                        5.24,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.52,
                                                        4.14,
                                                        37.5,
                                                        37.5,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.38,
                                                        3.72,
                                                        37.5,
                                                        12.5,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.46,
                                                        4.04,
                                                        50.0,
                                                        12.5,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.48,
                                                        5.02,
                                                        62.5,
                                                        12.5,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.54,
                                                        4.73,
                                                        66.67,
                                                        16.67,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.37,
                                                        4.33,
                                                        33.33,
                                                        66.67,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.41,
                                                        4.56,
                                                        50.0,
                                                        16.67,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.5,
                                                        3.38,
                                                        16.67,
                                                        16.67,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.63,
                                                        3.41,
                                                        80.0,
                                                        20.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.36,
                                                        2.78,
                                                        60.0,
                                                        20.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.39,
                                                        3.11,
                                                        20.0,
                                                        20.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.4,
                                                        3.1,
                                                        20.0,
                                                        20.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.68,
                                                        6.59,
                                                        75.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.44,
                                                        3.6,
                                                        75.0,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.64,
                                                        4.94,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.26,
                                                        3.05,
                                                        25.0,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.57,
                                                        0.4,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.28,
                                                        4.18,
                                                        33.33,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.5,
                                                        2.11,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.3,
                                                        4.59,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.49,
                                                        4.18,
                                                        0.0,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.75,
                                                        0.35,
                                                        0.0,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.48,
                                                        0.48,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.28,
                                                        2.06,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.59,
                                                        3.45,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.45,
                                                        2.71,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.61,
                                                        5.01,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.77,
                                                        0.44,
                                                        100.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.62,
                                                        1.24,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.43,
                                                        1.54,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0
                                                    ],
                                                    [
                                                        3.4,
                                                        3.71,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0
                                                    ]
                                                ]
                                            ]
                                        },
                                        {
                                            "title": "US Part-time Students by State — Program: MSF"
                                        }
                                    ],
                                    "label": "MSF",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "x": [
                                                [
                                                    "CA",
                                                    "TX",
                                                    "FL",
                                                    "IL",
                                                    "PA",
                                                    "GA",
                                                    "NY",
                                                    "OH",
                                                    "TN",
                                                    "NJ"
                                                ]
                                            ],
                                            "y": [
                                                [
                                                    57,
                                                    48,
                                                    31,
                                                    27,
                                                    25,
                                                    24,
                                                    21,
                                                    15,
                                                    14,
                                                    14
                                                ]
                                            ],
                                            "z": [
                                                [
                                                    57,
                                                    48,
                                                    31,
                                                    27,
                                                    25,
                                                    24,
                                                    21,
                                                    15,
                                                    14,
                                                    14,
                                                    12,
                                                    12,
                                                    12,
                                                    11,
                                                    11,
                                                    10,
                                                    10,
                                                    10,
                                                    9,
                                                    8,
                                                    8,
                                                    8,
                                                    7,
                                                    7,
                                                    7,
                                                    6,
                                                    5,
                                                    5,
                                                    5,
                                                    5,
                                                    5,
                                                    5,
                                                    4,
                                                    4,
                                                    3,
                                                    3,
                                                    3,
                                                    3,
                                                    3,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    1,
                                                    1,
                                                    1
                                                ]
                                            ],
                                            "text": [
                                                [
                                                    "57",
                                                    "48",
                                                    "31",
                                                    "27",
                                                    "25",
                                                    "24",
                                                    "21",
                                                    "15",
                                                    "14",
                                                    "14"
                                                ]
                                            ],
                                            "locations": [
                                                [
                                                    "CA",
                                                    "TX",
                                                    "FL",
                                                    "IL",
                                                    "PA",
                                                    "GA",
                                                    "NY",
                                                    "OH",
                                                    "TN",
                                                    "NJ",
                                                    "MA",
                                                    "NC",
                                                    "MI",
                                                    "CO",
                                                    "VA",
                                                    "MN",
                                                    "IN",
                                                    "KY",
                                                    "MO",
                                                    "SC",
                                                    "WA",
                                                    "WI",
                                                    "LA",
                                                    "MD",
                                                    "AL",
                                                    "IA",
                                                    "UT",
                                                    "OR",
                                                    "MS",
                                                    "AZ",
                                                    "AR",
                                                    "HI",
                                                    "NH",
                                                    "ME",
                                                    "ID",
                                                    "NV",
                                                    "NE",
                                                    "OK",
                                                    "DE",
                                                    "CT",
                                                    "KS",
                                                    "SD",
                                                    "NM",
                                                    "RI",
                                                    "WY",
                                                    "DC",
                                                    "ND",
                                                    "WV"
                                                ]
                                            ],
                                            "customdata": [
                                                [
                                                    [
                                                        3.41,
                                                        2.66,
                                                        42.11,
                                                        24.56,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        57.0
                                                    ],
                                                    [
                                                        3.46,
                                                        3.49,
                                                        47.92,
                                                        12.5,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        48.0
                                                    ],
                                                    [
                                                        3.36,
                                                        3.54,
                                                        29.03,
                                                        22.58,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        31.0
                                                    ],
                                                    [
                                                        3.53,
                                                        3.86,
                                                        40.74,
                                                        14.81,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        27.0
                                                    ],
                                                    [
                                                        3.47,
                                                        3.33,
                                                        44.0,
                                                        8.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        25.0
                                                    ],
                                                    [
                                                        3.45,
                                                        3.35,
                                                        50.0,
                                                        37.5,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        24.0
                                                    ],
                                                    [
                                                        3.4,
                                                        3.7,
                                                        33.33,
                                                        9.52,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        21.0
                                                    ],
                                                    [
                                                        3.5,
                                                        3.16,
                                                        46.67,
                                                        26.67,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        15.0
                                                    ],
                                                    [
                                                        3.35,
                                                        3.61,
                                                        57.14,
                                                        7.14,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        14.0
                                                    ],
                                                    [
                                                        3.52,
                                                        4.3,
                                                        64.29,
                                                        7.14,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        14.0
                                                    ],
                                                    [
                                                        3.36,
                                                        4.06,
                                                        33.33,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        12.0
                                                    ],
                                                    [
                                                        3.49,
                                                        3.93,
                                                        66.67,
                                                        41.67,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        12.0
                                                    ],
                                                    [
                                                        3.47,
                                                        2.37,
                                                        66.67,
                                                        25.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        12.0
                                                    ],
                                                    [
                                                        3.42,
                                                        4.13,
                                                        27.27,
                                                        18.18,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        11.0
                                                    ],
                                                    [
                                                        3.38,
                                                        3.27,
                                                        36.36,
                                                        18.18,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        11.0
                                                    ],
                                                    [
                                                        3.48,
                                                        3.38,
                                                        70.0,
                                                        10.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        10.0
                                                    ],
                                                    [
                                                        3.42,
                                                        3.73,
                                                        50.0,
                                                        10.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        10.0
                                                    ],
                                                    [
                                                        3.46,
                                                        4.18,
                                                        40.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        10.0
                                                    ],
                                                    [
                                                        3.63,
                                                        3.8,
                                                        44.44,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        9.0
                                                    ],
                                                    [
                                                        3.44,
                                                        3.44,
                                                        50.0,
                                                        25.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        8.0
                                                    ],
                                                    [
                                                        3.48,
                                                        3.65,
                                                        12.5,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        8.0
                                                    ],
                                                    [
                                                        3.23,
                                                        3.13,
                                                        87.5,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        8.0
                                                    ],
                                                    [
                                                        3.33,
                                                        1.76,
                                                        42.86,
                                                        14.29,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        7.0
                                                    ],
                                                    [
                                                        3.5,
                                                        2.83,
                                                        57.14,
                                                        14.29,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        7.0
                                                    ],
                                                    [
                                                        3.42,
                                                        3.26,
                                                        42.86,
                                                        14.29,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        7.0
                                                    ],
                                                    [
                                                        3.44,
                                                        4.0,
                                                        33.33,
                                                        16.67,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0
                                                    ],
                                                    [
                                                        3.35,
                                                        2.59,
                                                        20.0,
                                                        80.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0
                                                    ],
                                                    [
                                                        3.34,
                                                        4.41,
                                                        20.0,
                                                        20.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0
                                                    ],
                                                    [
                                                        3.29,
                                                        2.64,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0
                                                    ],
                                                    [
                                                        3.45,
                                                        4.57,
                                                        40.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0
                                                    ],
                                                    [
                                                        3.24,
                                                        3.42,
                                                        40.0,
                                                        20.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0
                                                    ],
                                                    [
                                                        3.43,
                                                        2.73,
                                                        20.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0
                                                    ],
                                                    [
                                                        3.41,
                                                        5.25,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        4.0
                                                    ],
                                                    [
                                                        3.43,
                                                        1.93,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        4.0
                                                    ],
                                                    [
                                                        3.47,
                                                        3.17,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0
                                                    ],
                                                    [
                                                        3.38,
                                                        1.81,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0
                                                    ],
                                                    [
                                                        3.49,
                                                        2.39,
                                                        66.67,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0
                                                    ],
                                                    [
                                                        3.32,
                                                        4.03,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0
                                                    ],
                                                    [
                                                        3.47,
                                                        1.6,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0
                                                    ],
                                                    [
                                                        3.12,
                                                        3.0,
                                                        0.0,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0
                                                    ],
                                                    [
                                                        3.22,
                                                        2.72,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0
                                                    ],
                                                    [
                                                        3.58,
                                                        3.72,
                                                        50.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0
                                                    ],
                                                    [
                                                        3.16,
                                                        4.68,
                                                        100.0,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0
                                                    ],
                                                    [
                                                        3.36,
                                                        0.85,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0
                                                    ],
                                                    [
                                                        3.16,
                                                        3.89,
                                                        0.0,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0
                                                    ],
                                                    [
                                                        3.46,
                                                        2.29,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0
                                                    ],
                                                    [
                                                        3.0,
                                                        4.02,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0
                                                    ],
                                                    [
                                                        3.57,
                                                        1.62,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0
                                                    ]
                                                ]
                                            ]
                                        },
                                        {
                                            "title": "US Part-time Students by State — Program: FLEX MBA"
                                        }
                                    ],
                                    "label": "FLEX MBA",
                                    "method": "update"
                                }
                            ],
                            "direction": "down"
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~NaserNikandish",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/68.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-06 22:23:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "NaserNikandish",
                "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-09-06T22:27:52.246905Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~NaserNikandish/1.embed",
            "fid": "NaserNikandish:1",
            "filename": "students_map_dashboard",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/NaserNikandish:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/NaserNikandish/1/2_8KRUHO0GTQZOF1L11E6G8EGH0U2V5P.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/NaserNikandish/1/8_4NMQN1PFTHDZ91L2AQ8NXXS46VCWBI.png",
                "list-thumb": "https://api.plotly.com/v2/files/NaserNikandish:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/NaserNikandish:1",
                "plots": "https://api.plotly.com/v2/plots/NaserNikandish:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=NaserNikandish"
            },
            "owner": "NaserNikandish",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 17,
            "web_url": "https://chart-studio.plotly.com/~NaserNikandish/1/",
            "world_readable": true,
            "date_modified": "2025-09-07T12:42:08.569Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~NaserNikandish/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers+text",
                        "name": "States",
                        "type": "scattergeo",
                        "latsrc": "NaserNikandish:35:4fdfb8",
                        "lonsrc": "NaserNikandish:35:7fec9c",
                        "marker": {
                            "line": {
                                "width": 0.5
                            },
                            "sizemin": 4,
                            "sizeref": 0.1211734693877551,
                            "sizesrc": "NaserNikandish:35:71c4fe",
                            "colorbar": {
                                "title": {
                                    "text": "Students"
                                }
                            },
                            "colorsrc": "NaserNikandish:35:bc48ba",
                            "sizemode": "area",
                            "showscale": true,
                            "colorscale": [
                                [
                                    0,
                                    "#ffe6e6"
                                ],
                                [
                                    0.5,
                                    "#ff4d4d"
                                ],
                                [
                                    1,
                                    "#800000"
                                ]
                            ]
                        },
                        "textsrc": "NaserNikandish:35:03a118",
                        "textfont": {
                            "size": 10
                        },
                        "textposition": "top center",
                        "customdatasrc": "NaserNikandish:35:7f5048",
                        "hovertemplate": "<b>%{text}</b><br>-----------------------------------<br>Avg GPA: %{customdata[0]:.1f}<br>Avg Yrs Exp: %{customdata[1]:.1f}<br>Male: %{customdata[2]:.1f}%<br>-----------------------------------<br><b>Students: </b> %{customdata[8]}<br>   BAAI: %{customdata[3]}<br>   ISAI: %{customdata[4]}<br>   MSM: %{customdata[5]}<br>   MSF: %{customdata[6]}<br>   FLEX MBA: %{customdata[7]}<br>-----------------------------------<br><b>Years to Complete (1–4):</b><br>   Mean: %{customdata[19]:.1f}   <br>      1y: %{customdata[9]} (%{customdata[13]:.0f}%)   <br>      2y: %{customdata[10]} (%{customdata[14]:.0f}%)  <br>      3y: %{customdata[11]} (%{customdata[15]:.0f}%)  <br>      4y: %{customdata[12]} (%{customdata[16]:.0f}%)<br><extra></extra>"
                    },
                    {
                        "name": "Top States",
                        "type": "table",
                        "cells": {
                            "align": "left",
                            "height": 22,
                            "valuessrc": "NaserNikandish:35:faae96"
                        },
                        "domain": {
                            "x": [
                                0.86,
                                0.995
                            ],
                            "y": [
                                0.02,
                                0.4
                            ]
                        },
                        "header": {
                            "fill": {
                                "color": "#f2f2f2"
                            },
                            "font": {
                                "size": 11
                            },
                            "align": "left",
                            "valuessrc": "NaserNikandish:35:bf016b"
                        },
                        "columnwidthsrc": "NaserNikandish:35:c244a9"
                    }
                ],
                "layout": {
                    "geo": {
                        "scope": "usa",
                        "projection": {
                            "type": "albers usa"
                        },
                        "showsubunits": true,
                        "showcountries": false
                    },
                    "title": {
                        "x": 0.5,
                        "text": "<span style='font-size:20px'><b>(Fake Data) US Part-time Students</b></span><br><span style='font-size:16px'><b>Program:</b> <i>All</i></span><br><span style='font-size:14px'><b>Total:</b> <i>2000</i></span>",
                        "xanchor": "center"
                    },
                    "margin": {
                        "b": 40,
                        "l": 40,
                        "r": 60,
                        "t": 90
                    },
                    "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
                            }
                        }
                    },
                    "annotations": [
                        {
                            "x": 0.02,
                            "y": 1.19,
                            "text": "<b>Program</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "showarrow": false
                        }
                    ],
                    "updatemenus": [
                        {
                            "x": 0.02,
                            "y": 1.14,
                            "pad": {
                                "r": 6,
                                "t": 6
                            },
                            "buttons": [
                                {
                                    "args": [
                                        {
                                            "lat": [
                                                [
                                                    31.054487,
                                                    36.116203,
                                                    27.766279,
                                                    42.165726,
                                                    40.349457,
                                                    33.040619,
                                                    40.590752,
                                                    40.388783,
                                                    40.298904,
                                                    35.630066,
                                                    43.326618,
                                                    37.769337,
                                                    39.063946,
                                                    33.729759,
                                                    42.230171,
                                                    33.856892,
                                                    47.400902,
                                                    35.747845,
                                                    44.268543,
                                                    39.849426,
                                                    37.66814,
                                                    38.456085,
                                                    39.059811,
                                                    31.169546,
                                                    32.806671,
                                                    43.933907,
                                                    35.565342,
                                                    42.011539,
                                                    45.694454,
                                                    38.5266,
                                                    38.313515,
                                                    40.150032,
                                                    34.969704,
                                                    41.597782,
                                                    34.840515,
                                                    43.452492,
                                                    32.741646,
                                                    44.693947,
                                                    44.240459,
                                                    38.491226,
                                                    41.12537,
                                                    21.094318,
                                                    46.921925,
                                                    47.528912,
                                                    39.318523,
                                                    42.755966,
                                                    44.299782,
                                                    41.680893,
                                                    44.045876,
                                                    61.370716,
                                                    38.905985
                                                ],
                                                null
                                            ],
                                            "lon": [
                                                [
                                                    -97.563461,
                                                    -119.681564,
                                                    -81.686783,
                                                    -74.948051,
                                                    -88.986137,
                                                    -83.643074,
                                                    -77.209755,
                                                    -82.764915,
                                                    -74.521011,
                                                    -79.806419,
                                                    -84.536095,
                                                    -78.169968,
                                                    -76.802101,
                                                    -111.431221,
                                                    -71.530106,
                                                    -80.945007,
                                                    -121.490494,
                                                    -86.692345,
                                                    -89.616508,
                                                    -86.258278,
                                                    -84.670067,
                                                    -92.288368,
                                                    -105.311104,
                                                    -91.867805,
                                                    -86.79113,
                                                    -120.55899,
                                                    -96.928917,
                                                    -93.210526,
                                                    -93.900192,
                                                    -96.726486,
                                                    -117.055374,
                                                    -111.862434,
                                                    -92.373123,
                                                    -72.755371,
                                                    -106.248482,
                                                    -71.563896,
                                                    -89.678696,
                                                    -69.381927,
                                                    -114.478828,
                                                    -80.954453,
                                                    -98.268082,
                                                    -157.498337,
                                                    -110.454353,
                                                    -99.784012,
                                                    -75.507141,
                                                    -107.30249,
                                                    -99.438828,
                                                    -71.51178,
                                                    -72.710686,
                                                    -152.404419,
                                                    -77.033418
                                                ],
                                                null
                                            ],
                                            "text": [
                                                [
                                                    "TX",
                                                    "CA",
                                                    "FL",
                                                    "NY",
                                                    "IL",
                                                    "GA",
                                                    "PA",
                                                    "OH",
                                                    "NJ",
                                                    "NC",
                                                    "MI",
                                                    "VA",
                                                    "MD",
                                                    "AZ",
                                                    "MA",
                                                    "SC",
                                                    "WA",
                                                    "TN",
                                                    "WI",
                                                    "IN",
                                                    "KY",
                                                    "MO",
                                                    "CO",
                                                    "LA",
                                                    "AL",
                                                    "OR",
                                                    "OK",
                                                    "IA",
                                                    "MN",
                                                    "KS",
                                                    "NV",
                                                    "UT",
                                                    "AR",
                                                    "CT",
                                                    "NM",
                                                    "NH",
                                                    "MS",
                                                    "ME",
                                                    "ID",
                                                    "WV",
                                                    "NE",
                                                    "HI",
                                                    "MT",
                                                    "ND",
                                                    "DE",
                                                    "WY",
                                                    "SD",
                                                    "RI",
                                                    "VT",
                                                    "AK",
                                                    "DC"
                                                ],
                                                null
                                            ],
                                            "customdata": [
                                                [
                                                    [
                                                        3.42,
                                                        3.26,
                                                        44.21,
                                                        66.0,
                                                        30.0,
                                                        49.0,
                                                        19.0,
                                                        26.0,
                                                        190.0,
                                                        0.0,
                                                        43.0,
                                                        111.0,
                                                        36.0,
                                                        0.0,
                                                        22.63,
                                                        58.42,
                                                        18.95,
                                                        22.63,
                                                        81.05,
                                                        2.47,
                                                        2.41,
                                                        2.04,
                                                        2.88
                                                    ],
                                                    [
                                                        3.42,
                                                        3.0,
                                                        42.31,
                                                        54.0,
                                                        25.0,
                                                        35.0,
                                                        23.0,
                                                        19.0,
                                                        156.0,
                                                        0.0,
                                                        41.0,
                                                        88.0,
                                                        27.0,
                                                        0.0,
                                                        26.28,
                                                        56.41,
                                                        17.31,
                                                        26.28,
                                                        82.69,
                                                        2.42,
                                                        2.45,
                                                        1.98,
                                                        2.85
                                                    ],
                                                    [
                                                        3.41,
                                                        3.45,
                                                        40.91,
                                                        40.0,
                                                        29.0,
                                                        34.0,
                                                        12.0,
                                                        17.0,
                                                        132.0,
                                                        0.0,
                                                        28.0,
                                                        72.0,
                                                        32.0,
                                                        0.0,
                                                        21.21,
                                                        54.55,
                                                        24.24,
                                                        21.21,
                                                        75.76,
                                                        2.53,
                                                        2.54,
                                                        2.11,
                                                        2.96
                                                    ],
                                                    [
                                                        3.41,
                                                        3.06,
                                                        45.05,
                                                        42.0,
                                                        16.0,
                                                        29.0,
                                                        8.0,
                                                        16.0,
                                                        111.0,
                                                        0.0,
                                                        26.0,
                                                        59.0,
                                                        26.0,
                                                        0.0,
                                                        23.42,
                                                        53.15,
                                                        23.42,
                                                        23.42,
                                                        76.58,
                                                        2.5,
                                                        2.49,
                                                        2.06,
                                                        2.92
                                                    ],
                                                    [
                                                        3.46,
                                                        3.13,
                                                        54.67,
                                                        25.0,
                                                        15.0,
                                                        15.0,
                                                        9.0,
                                                        11.0,
                                                        75.0,
                                                        0.0,
                                                        8.0,
                                                        44.0,
                                                        23.0,
                                                        0.0,
                                                        10.67,
                                                        58.67,
                                                        30.67,
                                                        10.67,
                                                        69.33,
                                                        2.63,
                                                        2.58,
                                                        2.24,
                                                        3.08
                                                    ],
                                                    [
                                                        3.39,
                                                        3.33,
                                                        45.83,
                                                        22.0,
                                                        11.0,
                                                        16.0,
                                                        14.0,
                                                        9.0,
                                                        72.0,
                                                        0.0,
                                                        19.0,
                                                        36.0,
                                                        17.0,
                                                        0.0,
                                                        26.39,
                                                        50.0,
                                                        23.61,
                                                        26.39,
                                                        76.39,
                                                        2.47,
                                                        2.49,
                                                        1.98,
                                                        2.9
                                                    ],
                                                    [
                                                        3.38,
                                                        3.3,
                                                        48.61,
                                                        26.0,
                                                        12.0,
                                                        16.0,
                                                        10.0,
                                                        8.0,
                                                        72.0,
                                                        0.0,
                                                        15.0,
                                                        39.0,
                                                        18.0,
                                                        0.0,
                                                        20.83,
                                                        54.17,
                                                        25.0,
                                                        20.83,
                                                        75.0,
                                                        2.52,
                                                        2.5,
                                                        2.05,
                                                        2.99
                                                    ],
                                                    [
                                                        3.44,
                                                        3.07,
                                                        36.23,
                                                        24.0,
                                                        13.0,
                                                        14.0,
                                                        7.0,
                                                        11.0,
                                                        69.0,
                                                        0.0,
                                                        22.0,
                                                        36.0,
                                                        11.0,
                                                        0.0,
                                                        31.88,
                                                        52.17,
                                                        15.94,
                                                        31.88,
                                                        84.06,
                                                        2.35,
                                                        2.3,
                                                        1.93,
                                                        2.8
                                                    ],
                                                    [
                                                        3.44,
                                                        3.09,
                                                        47.06,
                                                        20.0,
                                                        12.0,
                                                        12.0,
                                                        9.0,
                                                        15.0,
                                                        68.0,
                                                        0.0,
                                                        17.0,
                                                        31.0,
                                                        20.0,
                                                        0.0,
                                                        25.0,
                                                        45.59,
                                                        29.41,
                                                        25.0,
                                                        70.59,
                                                        2.53,
                                                        2.57,
                                                        2.04,
                                                        3.01
                                                    ],
                                                    [
                                                        3.41,
                                                        3.64,
                                                        51.56,
                                                        21.0,
                                                        20.0,
                                                        9.0,
                                                        6.0,
                                                        8.0,
                                                        64.0,
                                                        0.0,
                                                        13.0,
                                                        33.0,
                                                        18.0,
                                                        0.0,
                                                        20.31,
                                                        51.56,
                                                        28.12,
                                                        20.31,
                                                        71.88,
                                                        2.53,
                                                        2.5,
                                                        2.15,
                                                        3.03
                                                    ],
                                                    [
                                                        3.4,
                                                        3.04,
                                                        39.68,
                                                        21.0,
                                                        17.0,
                                                        11.0,
                                                        6.0,
                                                        8.0,
                                                        63.0,
                                                        0.0,
                                                        12.0,
                                                        31.0,
                                                        20.0,
                                                        0.0,
                                                        19.05,
                                                        49.21,
                                                        31.75,
                                                        19.05,
                                                        68.25,
                                                        2.55,
                                                        2.45,
                                                        2.14,
                                                        3.07
                                                    ],
                                                    [
                                                        3.44,
                                                        3.07,
                                                        43.64,
                                                        16.0,
                                                        6.0,
                                                        10.0,
                                                        9.0,
                                                        14.0,
                                                        55.0,
                                                        0.0,
                                                        8.0,
                                                        29.0,
                                                        18.0,
                                                        0.0,
                                                        14.55,
                                                        52.73,
                                                        32.73,
                                                        14.55,
                                                        67.27,
                                                        2.64,
                                                        2.56,
                                                        2.19,
                                                        3.22
                                                    ],
                                                    [
                                                        3.48,
                                                        3.2,
                                                        53.7,
                                                        16.0,
                                                        7.0,
                                                        10.0,
                                                        9.0,
                                                        12.0,
                                                        54.0,
                                                        0.0,
                                                        16.0,
                                                        23.0,
                                                        15.0,
                                                        0.0,
                                                        29.63,
                                                        42.59,
                                                        27.78,
                                                        29.63,
                                                        72.22,
                                                        2.5,
                                                        2.56,
                                                        1.94,
                                                        3.02
                                                    ],
                                                    [
                                                        3.4,
                                                        2.61,
                                                        46.15,
                                                        18.0,
                                                        11.0,
                                                        12.0,
                                                        5.0,
                                                        6.0,
                                                        52.0,
                                                        0.0,
                                                        14.0,
                                                        33.0,
                                                        5.0,
                                                        0.0,
                                                        26.92,
                                                        63.46,
                                                        9.62,
                                                        26.92,
                                                        90.38,
                                                        2.39,
                                                        2.47,
                                                        1.97,
                                                        2.72
                                                    ],
                                                    [
                                                        3.46,
                                                        3.12,
                                                        43.48,
                                                        12.0,
                                                        6.0,
                                                        9.0,
                                                        10.0,
                                                        9.0,
                                                        46.0,
                                                        0.0,
                                                        14.0,
                                                        24.0,
                                                        8.0,
                                                        0.0,
                                                        30.43,
                                                        52.17,
                                                        17.39,
                                                        30.43,
                                                        82.61,
                                                        2.39,
                                                        2.39,
                                                        1.87,
                                                        2.67
                                                    ],
                                                    [
                                                        3.43,
                                                        3.25,
                                                        52.17,
                                                        20.0,
                                                        8.0,
                                                        12.0,
                                                        4.0,
                                                        2.0,
                                                        46.0,
                                                        0.0,
                                                        13.0,
                                                        25.0,
                                                        8.0,
                                                        0.0,
                                                        28.26,
                                                        54.35,
                                                        17.39,
                                                        28.26,
                                                        82.61,
                                                        2.41,
                                                        2.4,
                                                        1.99,
                                                        2.9
                                                    ],
                                                    [
                                                        3.41,
                                                        2.7,
                                                        37.78,
                                                        15.0,
                                                        9.0,
                                                        10.0,
                                                        7.0,
                                                        4.0,
                                                        45.0,
                                                        0.0,
                                                        10.0,
                                                        25.0,
                                                        10.0,
                                                        0.0,
                                                        22.22,
                                                        55.56,
                                                        22.22,
                                                        22.22,
                                                        77.78,
                                                        2.46,
                                                        2.48,
                                                        2.02,
                                                        2.73
                                                    ],
                                                    [
                                                        3.5,
                                                        3.25,
                                                        45.24,
                                                        15.0,
                                                        7.0,
                                                        8.0,
                                                        5.0,
                                                        7.0,
                                                        42.0,
                                                        0.0,
                                                        10.0,
                                                        25.0,
                                                        7.0,
                                                        0.0,
                                                        23.81,
                                                        59.52,
                                                        16.67,
                                                        23.81,
                                                        83.33,
                                                        2.37,
                                                        2.46,
                                                        2.03,
                                                        2.72
                                                    ],
                                                    [
                                                        3.48,
                                                        3.64,
                                                        46.34,
                                                        15.0,
                                                        8.0,
                                                        8.0,
                                                        3.0,
                                                        7.0,
                                                        41.0,
                                                        0.0,
                                                        10.0,
                                                        23.0,
                                                        8.0,
                                                        0.0,
                                                        24.39,
                                                        56.1,
                                                        19.51,
                                                        24.39,
                                                        80.49,
                                                        2.48,
                                                        2.57,
                                                        2.05,
                                                        2.85
                                                    ],
                                                    [
                                                        3.31,
                                                        3.53,
                                                        57.89,
                                                        8.0,
                                                        8.0,
                                                        6.0,
                                                        6.0,
                                                        10.0,
                                                        38.0,
                                                        0.0,
                                                        7.0,
                                                        21.0,
                                                        10.0,
                                                        0.0,
                                                        18.42,
                                                        55.26,
                                                        26.32,
                                                        18.42,
                                                        73.68,
                                                        2.55,
                                                        2.6,
                                                        2.14,
                                                        3.02
                                                    ],
                                                    [
                                                        3.45,
                                                        3.37,
                                                        37.84,
                                                        16.0,
                                                        6.0,
                                                        2.0,
                                                        3.0,
                                                        10.0,
                                                        37.0,
                                                        0.0,
                                                        10.0,
                                                        19.0,
                                                        8.0,
                                                        0.0,
                                                        27.03,
                                                        51.35,
                                                        21.62,
                                                        27.03,
                                                        78.38,
                                                        2.48,
                                                        2.52,
                                                        1.93,
                                                        2.91
                                                    ],
                                                    [
                                                        3.4,
                                                        3.44,
                                                        61.11,
                                                        9.0,
                                                        5.0,
                                                        10.0,
                                                        6.0,
                                                        6.0,
                                                        36.0,
                                                        0.0,
                                                        8.0,
                                                        17.0,
                                                        11.0,
                                                        0.0,
                                                        22.22,
                                                        47.22,
                                                        30.56,
                                                        22.22,
                                                        69.44,
                                                        2.63,
                                                        2.77,
                                                        2.08,
                                                        3.09
                                                    ],
                                                    [
                                                        3.42,
                                                        2.83,
                                                        48.48,
                                                        14.0,
                                                        1.0,
                                                        5.0,
                                                        7.0,
                                                        6.0,
                                                        33.0,
                                                        0.0,
                                                        12.0,
                                                        16.0,
                                                        5.0,
                                                        0.0,
                                                        36.36,
                                                        48.48,
                                                        15.15,
                                                        36.36,
                                                        84.85,
                                                        2.42,
                                                        2.33,
                                                        1.87,
                                                        2.88
                                                    ],
                                                    [
                                                        3.4,
                                                        3.02,
                                                        37.5,
                                                        5.0,
                                                        9.0,
                                                        6.0,
                                                        4.0,
                                                        8.0,
                                                        32.0,
                                                        0.0,
                                                        9.0,
                                                        16.0,
                                                        7.0,
                                                        0.0,
                                                        28.12,
                                                        50.0,
                                                        21.88,
                                                        28.12,
                                                        78.12,
                                                        2.43,
                                                        2.47,
                                                        1.96,
                                                        2.82
                                                    ],
                                                    [
                                                        3.39,
                                                        2.93,
                                                        53.12,
                                                        8.0,
                                                        5.0,
                                                        14.0,
                                                        4.0,
                                                        1.0,
                                                        32.0,
                                                        0.0,
                                                        7.0,
                                                        18.0,
                                                        7.0,
                                                        0.0,
                                                        21.88,
                                                        56.25,
                                                        21.88,
                                                        21.88,
                                                        78.12,
                                                        2.49,
                                                        2.52,
                                                        2.07,
                                                        2.92
                                                    ],
                                                    [
                                                        3.37,
                                                        3.22,
                                                        66.67,
                                                        11.0,
                                                        6.0,
                                                        6.0,
                                                        1.0,
                                                        6.0,
                                                        30.0,
                                                        0.0,
                                                        7.0,
                                                        12.0,
                                                        11.0,
                                                        0.0,
                                                        23.33,
                                                        40.0,
                                                        36.67,
                                                        23.33,
                                                        63.33,
                                                        2.63,
                                                        2.51,
                                                        2.07,
                                                        3.16
                                                    ],
                                                    [
                                                        3.42,
                                                        3.32,
                                                        43.33,
                                                        7.0,
                                                        7.0,
                                                        8.0,
                                                        2.0,
                                                        6.0,
                                                        30.0,
                                                        0.0,
                                                        8.0,
                                                        14.0,
                                                        8.0,
                                                        0.0,
                                                        26.67,
                                                        46.67,
                                                        26.67,
                                                        26.67,
                                                        73.33,
                                                        2.54,
                                                        2.49,
                                                        1.98,
                                                        2.99
                                                    ],
                                                    [
                                                        3.47,
                                                        3.71,
                                                        55.56,
                                                        7.0,
                                                        5.0,
                                                        9.0,
                                                        5.0,
                                                        1.0,
                                                        27.0,
                                                        0.0,
                                                        4.0,
                                                        15.0,
                                                        8.0,
                                                        0.0,
                                                        14.81,
                                                        55.56,
                                                        29.63,
                                                        14.81,
                                                        70.37,
                                                        2.56,
                                                        2.48,
                                                        2.26,
                                                        3.1
                                                    ],
                                                    [
                                                        3.44,
                                                        3.61,
                                                        36.0,
                                                        7.0,
                                                        2.0,
                                                        7.0,
                                                        3.0,
                                                        6.0,
                                                        25.0,
                                                        0.0,
                                                        3.0,
                                                        15.0,
                                                        7.0,
                                                        0.0,
                                                        12.0,
                                                        60.0,
                                                        28.0,
                                                        12.0,
                                                        72.0,
                                                        2.68,
                                                        2.48,
                                                        2.36,
                                                        3.16
                                                    ],
                                                    [
                                                        3.41,
                                                        2.4,
                                                        23.81,
                                                        8.0,
                                                        3.0,
                                                        3.0,
                                                        2.0,
                                                        5.0,
                                                        21.0,
                                                        0.0,
                                                        1.0,
                                                        13.0,
                                                        7.0,
                                                        0.0,
                                                        4.76,
                                                        61.9,
                                                        33.33,
                                                        4.76,
                                                        66.67,
                                                        2.7,
                                                        2.68,
                                                        2.38,
                                                        3.08
                                                    ],
                                                    [
                                                        3.36,
                                                        2.85,
                                                        42.86,
                                                        7.0,
                                                        1.0,
                                                        8.0,
                                                        2.0,
                                                        3.0,
                                                        21.0,
                                                        0.0,
                                                        5.0,
                                                        11.0,
                                                        5.0,
                                                        0.0,
                                                        23.81,
                                                        52.38,
                                                        23.81,
                                                        23.81,
                                                        76.19,
                                                        2.47,
                                                        2.5,
                                                        2.1,
                                                        2.81
                                                    ],
                                                    [
                                                        3.42,
                                                        2.33,
                                                        55.0,
                                                        6.0,
                                                        6.0,
                                                        4.0,
                                                        2.0,
                                                        2.0,
                                                        20.0,
                                                        0.0,
                                                        6.0,
                                                        8.0,
                                                        6.0,
                                                        0.0,
                                                        30.0,
                                                        40.0,
                                                        30.0,
                                                        30.0,
                                                        70.0,
                                                        2.44,
                                                        2.63,
                                                        1.89,
                                                        3.05
                                                    ],
                                                    [
                                                        3.46,
                                                        3.24,
                                                        55.0,
                                                        6.0,
                                                        1.0,
                                                        4.0,
                                                        3.0,
                                                        6.0,
                                                        20.0,
                                                        0.0,
                                                        2.0,
                                                        9.0,
                                                        9.0,
                                                        0.0,
                                                        10.0,
                                                        45.0,
                                                        45.0,
                                                        10.0,
                                                        55.0,
                                                        2.79,
                                                        2.72,
                                                        2.46,
                                                        3.18
                                                    ],
                                                    [
                                                        3.45,
                                                        3.4,
                                                        47.37,
                                                        6.0,
                                                        0.0,
                                                        7.0,
                                                        3.0,
                                                        3.0,
                                                        19.0,
                                                        0.0,
                                                        3.0,
                                                        12.0,
                                                        4.0,
                                                        0.0,
                                                        15.79,
                                                        63.16,
                                                        21.05,
                                                        15.79,
                                                        78.95,
                                                        2.54,
                                                        2.52,
                                                        2.22,
                                                        2.76
                                                    ],
                                                    [
                                                        3.45,
                                                        4.24,
                                                        42.86,
                                                        5.0,
                                                        3.0,
                                                        2.0,
                                                        1.0,
                                                        3.0,
                                                        14.0,
                                                        0.0,
                                                        1.0,
                                                        11.0,
                                                        2.0,
                                                        0.0,
                                                        7.14,
                                                        78.57,
                                                        14.29,
                                                        7.14,
                                                        85.71,
                                                        2.41,
                                                        2.43,
                                                        2.25,
                                                        2.58
                                                    ],
                                                    [
                                                        3.41,
                                                        3.07,
                                                        38.46,
                                                        5.0,
                                                        1.0,
                                                        2.0,
                                                        4.0,
                                                        1.0,
                                                        13.0,
                                                        0.0,
                                                        3.0,
                                                        4.0,
                                                        6.0,
                                                        0.0,
                                                        23.08,
                                                        30.77,
                                                        46.15,
                                                        23.08,
                                                        53.85,
                                                        2.71,
                                                        2.86,
                                                        2.32,
                                                        3.18
                                                    ],
                                                    [
                                                        3.38,
                                                        3.16,
                                                        30.77,
                                                        4.0,
                                                        1.0,
                                                        4.0,
                                                        2.0,
                                                        2.0,
                                                        13.0,
                                                        0.0,
                                                        1.0,
                                                        11.0,
                                                        1.0,
                                                        0.0,
                                                        7.69,
                                                        84.62,
                                                        7.69,
                                                        7.69,
                                                        92.31,
                                                        2.49,
                                                        2.46,
                                                        2.31,
                                                        2.72
                                                    ],
                                                    [
                                                        3.48,
                                                        3.15,
                                                        54.55,
                                                        4.0,
                                                        1.0,
                                                        4.0,
                                                        2.0,
                                                        0.0,
                                                        11.0,
                                                        0.0,
                                                        1.0,
                                                        9.0,
                                                        1.0,
                                                        0.0,
                                                        9.09,
                                                        81.82,
                                                        9.09,
                                                        9.09,
                                                        90.91,
                                                        2.49,
                                                        2.4,
                                                        2.17,
                                                        2.82
                                                    ],
                                                    [
                                                        3.48,
                                                        3.24,
                                                        40.0,
                                                        3.0,
                                                        1.0,
                                                        3.0,
                                                        2.0,
                                                        1.0,
                                                        10.0,
                                                        0.0,
                                                        4.0,
                                                        4.0,
                                                        2.0,
                                                        0.0,
                                                        40.0,
                                                        40.0,
                                                        20.0,
                                                        40.0,
                                                        80.0,
                                                        2.43,
                                                        2.65,
                                                        1.7,
                                                        2.9
                                                    ],
                                                    [
                                                        3.45,
                                                        2.94,
                                                        30.0,
                                                        2.0,
                                                        2.0,
                                                        4.0,
                                                        1.0,
                                                        1.0,
                                                        10.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        50.0,
                                                        2.92,
                                                        2.96,
                                                        2.42,
                                                        3.38
                                                    ],
                                                    [
                                                        3.35,
                                                        3.37,
                                                        22.22,
                                                        4.0,
                                                        2.0,
                                                        1.0,
                                                        0.0,
                                                        2.0,
                                                        9.0,
                                                        0.0,
                                                        4.0,
                                                        4.0,
                                                        1.0,
                                                        0.0,
                                                        44.44,
                                                        44.44,
                                                        11.11,
                                                        44.44,
                                                        88.89,
                                                        2.35,
                                                        2.08,
                                                        1.86,
                                                        2.96
                                                    ],
                                                    [
                                                        3.57,
                                                        2.5,
                                                        22.22,
                                                        4.0,
                                                        1.0,
                                                        1.0,
                                                        2.0,
                                                        1.0,
                                                        9.0,
                                                        0.0,
                                                        1.0,
                                                        5.0,
                                                        3.0,
                                                        0.0,
                                                        11.11,
                                                        55.56,
                                                        33.33,
                                                        11.11,
                                                        66.67,
                                                        2.68,
                                                        2.81,
                                                        2.33,
                                                        3.02
                                                    ],
                                                    [
                                                        3.43,
                                                        4.46,
                                                        50.0,
                                                        0.0,
                                                        1.0,
                                                        5.0,
                                                        1.0,
                                                        1.0,
                                                        8.0,
                                                        0.0,
                                                        3.0,
                                                        4.0,
                                                        1.0,
                                                        0.0,
                                                        37.5,
                                                        50.0,
                                                        12.5,
                                                        37.5,
                                                        87.5,
                                                        2.42,
                                                        2.45,
                                                        1.92,
                                                        2.56
                                                    ],
                                                    [
                                                        3.25,
                                                        3.75,
                                                        28.57,
                                                        2.0,
                                                        1.0,
                                                        3.0,
                                                        0.0,
                                                        1.0,
                                                        7.0,
                                                        0.0,
                                                        1.0,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        14.29,
                                                        85.71,
                                                        0.0,
                                                        14.29,
                                                        100.0,
                                                        2.39,
                                                        2.44,
                                                        2.32,
                                                        2.72
                                                    ],
                                                    [
                                                        3.3,
                                                        3.83,
                                                        50.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        1.0,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        50.0,
                                                        3.01,
                                                        3.01,
                                                        2.68,
                                                        3.43
                                                    ],
                                                    [
                                                        3.28,
                                                        4.15,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        3.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        50.0,
                                                        2.81,
                                                        2.73,
                                                        2.27,
                                                        3.27
                                                    ],
                                                    [
                                                        3.55,
                                                        5.1,
                                                        100.0,
                                                        1.0,
                                                        2.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        75.0,
                                                        25.0,
                                                        0.0,
                                                        75.0,
                                                        2.59,
                                                        2.55,
                                                        2.38,
                                                        2.76
                                                    ],
                                                    [
                                                        3.6,
                                                        4.3,
                                                        100.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        1.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        33.33,
                                                        66.67,
                                                        0.0,
                                                        33.33,
                                                        100.0,
                                                        2.41,
                                                        2.61,
                                                        2.24,
                                                        2.69
                                                    ],
                                                    [
                                                        3.41,
                                                        3.03,
                                                        50.0,
                                                        1.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        100.0,
                                                        1.44,
                                                        1.44,
                                                        1.43,
                                                        1.46
                                                    ],
                                                    [
                                                        3.19,
                                                        4.2,
                                                        50.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        50.0,
                                                        3.2,
                                                        3.2,
                                                        2.99,
                                                        3.41
                                                    ],
                                                    [
                                                        3.16,
                                                        2.4,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.39,
                                                        2.39,
                                                        2.39,
                                                        2.39
                                                    ]
                                                ],
                                                null
                                            ],
                                            "marker.size": [
                                                [
                                                    190,
                                                    156,
                                                    132,
                                                    111,
                                                    75,
                                                    72,
                                                    72,
                                                    69,
                                                    68,
                                                    64,
                                                    63,
                                                    55,
                                                    54,
                                                    52,
                                                    46,
                                                    46,
                                                    45,
                                                    42,
                                                    41,
                                                    38,
                                                    37,
                                                    36,
                                                    33,
                                                    32,
                                                    32,
                                                    30,
                                                    30,
                                                    27,
                                                    25,
                                                    21,
                                                    21,
                                                    20,
                                                    20,
                                                    19,
                                                    14,
                                                    13,
                                                    13,
                                                    11,
                                                    10,
                                                    10,
                                                    9,
                                                    9,
                                                    8,
                                                    7,
                                                    6,
                                                    4,
                                                    4,
                                                    3,
                                                    2,
                                                    2,
                                                    1
                                                ],
                                                null
                                            ],
                                            "cells.values": [
                                                null,
                                                [
                                                    [
                                                        "1",
                                                        "2",
                                                        "3"
                                                    ],
                                                    [
                                                        "TX",
                                                        "CA",
                                                        "FL"
                                                    ],
                                                    [
                                                        190,
                                                        156,
                                                        132
                                                    ]
                                                ]
                                            ],
                                            "marker.color": [
                                                [
                                                    190,
                                                    156,
                                                    132,
                                                    111,
                                                    75,
                                                    72,
                                                    72,
                                                    69,
                                                    68,
                                                    64,
                                                    63,
                                                    55,
                                                    54,
                                                    52,
                                                    46,
                                                    46,
                                                    45,
                                                    42,
                                                    41,
                                                    38,
                                                    37,
                                                    36,
                                                    33,
                                                    32,
                                                    32,
                                                    30,
                                                    30,
                                                    27,
                                                    25,
                                                    21,
                                                    21,
                                                    20,
                                                    20,
                                                    19,
                                                    14,
                                                    13,
                                                    13,
                                                    11,
                                                    10,
                                                    10,
                                                    9,
                                                    9,
                                                    8,
                                                    7,
                                                    6,
                                                    4,
                                                    4,
                                                    3,
                                                    2,
                                                    2,
                                                    1
                                                ],
                                                null
                                            ],
                                            "marker.sizeref": [
                                                0.1211734693877551,
                                                null
                                            ]
                                        },
                                        {
                                            "title": "<span style='font-size:20px'><b>(Fake Data) US Part-time Students</b></span><br><span style='font-size:16px'><b>Program:</b> <i>All</i></span><br><span style='font-size:14px'><b>Total:</b> <i>2000</i></span>"
                                        }
                                    ],
                                    "label": "All",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "lat": [
                                                [
                                                    31.054487,
                                                    36.116203,
                                                    42.165726,
                                                    27.766279,
                                                    40.590752,
                                                    40.349457,
                                                    40.388783,
                                                    33.040619,
                                                    35.630066,
                                                    43.326618,
                                                    40.298904,
                                                    33.856892,
                                                    33.729759,
                                                    37.66814,
                                                    39.063946,
                                                    37.769337,
                                                    47.400902,
                                                    44.268543,
                                                    35.747845,
                                                    39.059811,
                                                    42.230171,
                                                    43.933907,
                                                    38.456085,
                                                    32.806671,
                                                    38.5266,
                                                    39.849426,
                                                    45.694454,
                                                    42.011539,
                                                    38.313515,
                                                    35.565342,
                                                    40.150032,
                                                    41.597782,
                                                    34.969704,
                                                    31.169546,
                                                    43.452492,
                                                    34.840515,
                                                    32.741646,
                                                    41.12537,
                                                    21.094318,
                                                    44.693947,
                                                    44.240459,
                                                    38.491226,
                                                    47.528912,
                                                    39.318523,
                                                    44.299782,
                                                    41.680893,
                                                    44.045876,
                                                    61.370716
                                                ],
                                                null
                                            ],
                                            "lon": [
                                                [
                                                    -97.563461,
                                                    -119.681564,
                                                    -74.948051,
                                                    -81.686783,
                                                    -77.209755,
                                                    -88.986137,
                                                    -82.764915,
                                                    -83.643074,
                                                    -79.806419,
                                                    -84.536095,
                                                    -74.521011,
                                                    -80.945007,
                                                    -111.431221,
                                                    -84.670067,
                                                    -76.802101,
                                                    -78.169968,
                                                    -121.490494,
                                                    -89.616508,
                                                    -86.692345,
                                                    -105.311104,
                                                    -71.530106,
                                                    -120.55899,
                                                    -92.288368,
                                                    -86.79113,
                                                    -96.726486,
                                                    -86.258278,
                                                    -93.900192,
                                                    -93.210526,
                                                    -117.055374,
                                                    -96.928917,
                                                    -111.862434,
                                                    -72.755371,
                                                    -92.373123,
                                                    -91.867805,
                                                    -71.563896,
                                                    -106.248482,
                                                    -89.678696,
                                                    -98.268082,
                                                    -157.498337,
                                                    -69.381927,
                                                    -114.478828,
                                                    -80.954453,
                                                    -99.784012,
                                                    -75.507141,
                                                    -99.438828,
                                                    -71.51178,
                                                    -72.710686,
                                                    -152.404419
                                                ],
                                                null
                                            ],
                                            "text": [
                                                [
                                                    "TX",
                                                    "CA",
                                                    "NY",
                                                    "FL",
                                                    "PA",
                                                    "IL",
                                                    "OH",
                                                    "GA",
                                                    "NC",
                                                    "MI",
                                                    "NJ",
                                                    "SC",
                                                    "AZ",
                                                    "KY",
                                                    "MD",
                                                    "VA",
                                                    "WA",
                                                    "WI",
                                                    "TN",
                                                    "CO",
                                                    "MA",
                                                    "OR",
                                                    "MO",
                                                    "AL",
                                                    "KS",
                                                    "IN",
                                                    "MN",
                                                    "IA",
                                                    "NV",
                                                    "OK",
                                                    "UT",
                                                    "CT",
                                                    "AR",
                                                    "LA",
                                                    "NH",
                                                    "NM",
                                                    "MS",
                                                    "NE",
                                                    "HI",
                                                    "ME",
                                                    "ID",
                                                    "WV",
                                                    "ND",
                                                    "DE",
                                                    "SD",
                                                    "RI",
                                                    "VT",
                                                    "AK"
                                                ],
                                                null
                                            ],
                                            "customdata": [
                                                [
                                                    [
                                                        3.42,
                                                        3.53,
                                                        43.94,
                                                        66.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        66.0,
                                                        0.0,
                                                        17.0,
                                                        35.0,
                                                        14.0,
                                                        0.0,
                                                        25.76,
                                                        53.03,
                                                        21.21,
                                                        25.76,
                                                        78.79,
                                                        2.51,
                                                        2.56,
                                                        1.98,
                                                        2.93
                                                    ],
                                                    [
                                                        3.46,
                                                        3.15,
                                                        40.74,
                                                        54.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        54.0,
                                                        0.0,
                                                        14.0,
                                                        30.0,
                                                        10.0,
                                                        0.0,
                                                        25.93,
                                                        55.56,
                                                        18.52,
                                                        25.93,
                                                        81.48,
                                                        2.42,
                                                        2.5,
                                                        2.0,
                                                        2.83
                                                    ],
                                                    [
                                                        3.4,
                                                        3.02,
                                                        52.38,
                                                        42.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        42.0,
                                                        0.0,
                                                        10.0,
                                                        19.0,
                                                        13.0,
                                                        0.0,
                                                        23.81,
                                                        45.24,
                                                        30.95,
                                                        23.81,
                                                        69.05,
                                                        2.56,
                                                        2.69,
                                                        2.09,
                                                        3.07
                                                    ],
                                                    [
                                                        3.37,
                                                        3.36,
                                                        35.0,
                                                        40.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        40.0,
                                                        0.0,
                                                        8.0,
                                                        23.0,
                                                        9.0,
                                                        0.0,
                                                        20.0,
                                                        57.5,
                                                        22.5,
                                                        20.0,
                                                        77.5,
                                                        2.57,
                                                        2.62,
                                                        2.23,
                                                        2.92
                                                    ],
                                                    [
                                                        3.38,
                                                        3.04,
                                                        46.15,
                                                        26.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        26.0,
                                                        0.0,
                                                        6.0,
                                                        16.0,
                                                        4.0,
                                                        0.0,
                                                        23.08,
                                                        61.54,
                                                        15.38,
                                                        23.08,
                                                        84.62,
                                                        2.36,
                                                        2.26,
                                                        2.04,
                                                        2.75
                                                    ],
                                                    [
                                                        3.42,
                                                        2.73,
                                                        56.0,
                                                        25.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        25.0,
                                                        0.0,
                                                        2.0,
                                                        12.0,
                                                        11.0,
                                                        0.0,
                                                        8.0,
                                                        48.0,
                                                        44.0,
                                                        8.0,
                                                        56.0,
                                                        2.76,
                                                        2.85,
                                                        2.35,
                                                        3.22
                                                    ],
                                                    [
                                                        3.47,
                                                        1.67,
                                                        37.5,
                                                        24.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        24.0,
                                                        0.0,
                                                        7.0,
                                                        13.0,
                                                        4.0,
                                                        0.0,
                                                        29.17,
                                                        54.17,
                                                        16.67,
                                                        29.17,
                                                        83.33,
                                                        2.43,
                                                        2.29,
                                                        1.91,
                                                        2.84
                                                    ],
                                                    [
                                                        3.32,
                                                        3.75,
                                                        50.0,
                                                        22.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        22.0,
                                                        0.0,
                                                        7.0,
                                                        10.0,
                                                        5.0,
                                                        0.0,
                                                        31.82,
                                                        45.45,
                                                        22.73,
                                                        31.82,
                                                        77.27,
                                                        2.41,
                                                        2.42,
                                                        1.83,
                                                        2.89
                                                    ],
                                                    [
                                                        3.4,
                                                        3.35,
                                                        57.14,
                                                        21.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        21.0,
                                                        0.0,
                                                        5.0,
                                                        11.0,
                                                        5.0,
                                                        0.0,
                                                        23.81,
                                                        52.38,
                                                        23.81,
                                                        23.81,
                                                        76.19,
                                                        2.51,
                                                        2.51,
                                                        2.2,
                                                        2.93
                                                    ],
                                                    [
                                                        3.43,
                                                        2.55,
                                                        38.1,
                                                        21.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        21.0,
                                                        0.0,
                                                        3.0,
                                                        9.0,
                                                        9.0,
                                                        0.0,
                                                        14.29,
                                                        42.86,
                                                        42.86,
                                                        14.29,
                                                        57.14,
                                                        2.7,
                                                        2.61,
                                                        2.32,
                                                        3.17
                                                    ],
                                                    [
                                                        3.49,
                                                        3.02,
                                                        50.0,
                                                        20.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        20.0,
                                                        0.0,
                                                        7.0,
                                                        10.0,
                                                        3.0,
                                                        0.0,
                                                        35.0,
                                                        50.0,
                                                        15.0,
                                                        35.0,
                                                        85.0,
                                                        2.31,
                                                        2.24,
                                                        1.9,
                                                        2.54
                                                    ],
                                                    [
                                                        3.42,
                                                        3.52,
                                                        35.0,
                                                        20.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        20.0,
                                                        0.0,
                                                        5.0,
                                                        12.0,
                                                        3.0,
                                                        0.0,
                                                        25.0,
                                                        60.0,
                                                        15.0,
                                                        25.0,
                                                        85.0,
                                                        2.45,
                                                        2.52,
                                                        2.01,
                                                        2.9
                                                    ],
                                                    [
                                                        3.43,
                                                        2.38,
                                                        38.89,
                                                        18.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        18.0,
                                                        0.0,
                                                        4.0,
                                                        12.0,
                                                        2.0,
                                                        0.0,
                                                        22.22,
                                                        66.67,
                                                        11.11,
                                                        22.22,
                                                        88.89,
                                                        2.37,
                                                        2.47,
                                                        2.1,
                                                        2.74
                                                    ],
                                                    [
                                                        3.41,
                                                        3.23,
                                                        31.25,
                                                        16.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        16.0,
                                                        0.0,
                                                        5.0,
                                                        9.0,
                                                        2.0,
                                                        0.0,
                                                        31.25,
                                                        56.25,
                                                        12.5,
                                                        31.25,
                                                        87.5,
                                                        2.31,
                                                        2.31,
                                                        1.92,
                                                        2.71
                                                    ],
                                                    [
                                                        3.4,
                                                        3.53,
                                                        62.5,
                                                        16.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        16.0,
                                                        0.0,
                                                        5.0,
                                                        5.0,
                                                        6.0,
                                                        0.0,
                                                        31.25,
                                                        31.25,
                                                        37.5,
                                                        31.25,
                                                        62.5,
                                                        2.55,
                                                        2.6,
                                                        1.91,
                                                        3.21
                                                    ],
                                                    [
                                                        3.42,
                                                        2.74,
                                                        25.0,
                                                        16.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        16.0,
                                                        0.0,
                                                        4.0,
                                                        7.0,
                                                        5.0,
                                                        0.0,
                                                        25.0,
                                                        43.75,
                                                        31.25,
                                                        25.0,
                                                        68.75,
                                                        2.57,
                                                        2.6,
                                                        1.99,
                                                        3.13
                                                    ],
                                                    [
                                                        3.39,
                                                        2.75,
                                                        33.33,
                                                        15.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        15.0,
                                                        0.0,
                                                        5.0,
                                                        9.0,
                                                        1.0,
                                                        0.0,
                                                        33.33,
                                                        60.0,
                                                        6.67,
                                                        33.33,
                                                        93.33,
                                                        2.25,
                                                        2.37,
                                                        1.95,
                                                        2.53
                                                    ],
                                                    [
                                                        3.51,
                                                        3.15,
                                                        53.33,
                                                        15.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        15.0,
                                                        0.0,
                                                        4.0,
                                                        8.0,
                                                        3.0,
                                                        0.0,
                                                        26.67,
                                                        53.33,
                                                        20.0,
                                                        26.67,
                                                        80.0,
                                                        2.45,
                                                        2.59,
                                                        2.01,
                                                        2.84
                                                    ],
                                                    [
                                                        3.47,
                                                        3.11,
                                                        53.33,
                                                        15.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        15.0,
                                                        0.0,
                                                        3.0,
                                                        10.0,
                                                        2.0,
                                                        0.0,
                                                        20.0,
                                                        66.67,
                                                        13.33,
                                                        20.0,
                                                        86.67,
                                                        2.44,
                                                        2.45,
                                                        2.16,
                                                        2.56
                                                    ],
                                                    [
                                                        3.47,
                                                        2.64,
                                                        42.86,
                                                        14.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        14.0,
                                                        0.0,
                                                        5.0,
                                                        8.0,
                                                        1.0,
                                                        0.0,
                                                        35.71,
                                                        57.14,
                                                        7.14,
                                                        35.71,
                                                        92.86,
                                                        2.37,
                                                        2.46,
                                                        1.92,
                                                        2.79
                                                    ],
                                                    [
                                                        3.36,
                                                        3.65,
                                                        33.33,
                                                        12.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        12.0,
                                                        0.0,
                                                        3.0,
                                                        7.0,
                                                        2.0,
                                                        0.0,
                                                        25.0,
                                                        58.33,
                                                        16.67,
                                                        25.0,
                                                        83.33,
                                                        2.43,
                                                        2.53,
                                                        2.15,
                                                        2.87
                                                    ],
                                                    [
                                                        3.49,
                                                        3.13,
                                                        81.82,
                                                        11.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        11.0,
                                                        0.0,
                                                        3.0,
                                                        3.0,
                                                        5.0,
                                                        0.0,
                                                        27.27,
                                                        27.27,
                                                        45.45,
                                                        27.27,
                                                        54.55,
                                                        2.66,
                                                        2.52,
                                                        1.89,
                                                        3.33
                                                    ],
                                                    [
                                                        3.38,
                                                        3.97,
                                                        33.33,
                                                        9.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        9.0,
                                                        0.0,
                                                        3.0,
                                                        5.0,
                                                        1.0,
                                                        0.0,
                                                        33.33,
                                                        55.56,
                                                        11.11,
                                                        33.33,
                                                        88.89,
                                                        2.43,
                                                        2.61,
                                                        1.7,
                                                        2.92
                                                    ],
                                                    [
                                                        3.42,
                                                        2.67,
                                                        62.5,
                                                        8.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0,
                                                        1.0,
                                                        3.0,
                                                        4.0,
                                                        0.0,
                                                        12.5,
                                                        37.5,
                                                        50.0,
                                                        12.5,
                                                        50.0,
                                                        2.76,
                                                        2.89,
                                                        2.32,
                                                        3.2
                                                    ],
                                                    [
                                                        3.49,
                                                        2.19,
                                                        12.5,
                                                        8.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0,
                                                        1.0,
                                                        4.0,
                                                        3.0,
                                                        0.0,
                                                        12.5,
                                                        50.0,
                                                        37.5,
                                                        12.5,
                                                        62.5,
                                                        2.61,
                                                        2.53,
                                                        2.22,
                                                        3.11
                                                    ],
                                                    [
                                                        3.35,
                                                        2.83,
                                                        62.5,
                                                        8.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        75.0,
                                                        25.0,
                                                        0.0,
                                                        75.0,
                                                        2.74,
                                                        2.76,
                                                        2.37,
                                                        3.06
                                                    ],
                                                    [
                                                        3.24,
                                                        3.37,
                                                        42.86,
                                                        7.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        1.0,
                                                        5.0,
                                                        1.0,
                                                        0.0,
                                                        14.29,
                                                        71.43,
                                                        14.29,
                                                        14.29,
                                                        85.71,
                                                        2.49,
                                                        2.36,
                                                        2.18,
                                                        2.7
                                                    ],
                                                    [
                                                        3.41,
                                                        3.01,
                                                        42.86,
                                                        7.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        71.43,
                                                        28.57,
                                                        0.0,
                                                        71.43,
                                                        2.79,
                                                        2.77,
                                                        2.44,
                                                        3.1
                                                    ],
                                                    [
                                                        3.32,
                                                        1.88,
                                                        28.57,
                                                        7.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        1.0,
                                                        5.0,
                                                        1.0,
                                                        0.0,
                                                        14.29,
                                                        71.43,
                                                        14.29,
                                                        14.29,
                                                        85.71,
                                                        2.45,
                                                        2.47,
                                                        2.41,
                                                        2.72
                                                    ],
                                                    [
                                                        3.29,
                                                        3.04,
                                                        71.43,
                                                        7.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        1.0,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        14.29,
                                                        85.71,
                                                        0.0,
                                                        14.29,
                                                        100.0,
                                                        2.42,
                                                        2.47,
                                                        2.18,
                                                        2.74
                                                    ],
                                                    [
                                                        3.4,
                                                        2.64,
                                                        66.67,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        3.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        50.0,
                                                        100.0,
                                                        2.06,
                                                        1.96,
                                                        1.56,
                                                        2.57
                                                    ],
                                                    [
                                                        3.55,
                                                        3.0,
                                                        66.67,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        66.67,
                                                        33.33,
                                                        0.0,
                                                        66.67,
                                                        2.74,
                                                        2.52,
                                                        2.46,
                                                        2.95
                                                    ],
                                                    [
                                                        3.48,
                                                        3.25,
                                                        33.33,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        50.0,
                                                        2.9,
                                                        2.83,
                                                        2.57,
                                                        3.08
                                                    ],
                                                    [
                                                        3.34,
                                                        3.78,
                                                        60.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        80.0,
                                                        20.0,
                                                        0.0,
                                                        80.0,
                                                        2.49,
                                                        2.44,
                                                        2.27,
                                                        2.64
                                                    ],
                                                    [
                                                        3.36,
                                                        3.57,
                                                        40.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        1.0,
                                                        2.0,
                                                        2.0,
                                                        0.0,
                                                        20.0,
                                                        40.0,
                                                        40.0,
                                                        20.0,
                                                        60.0,
                                                        2.63,
                                                        2.86,
                                                        2.51,
                                                        3.09
                                                    ],
                                                    [
                                                        3.61,
                                                        4.77,
                                                        60.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.3,
                                                        2.28,
                                                        2.09,
                                                        2.5
                                                    ],
                                                    [
                                                        3.41,
                                                        3.49,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        1.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        25.0,
                                                        75.0,
                                                        0.0,
                                                        25.0,
                                                        100.0,
                                                        2.37,
                                                        2.51,
                                                        2.23,
                                                        2.66
                                                    ],
                                                    [
                                                        3.25,
                                                        3.33,
                                                        50.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        2.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        50.0,
                                                        25.0,
                                                        25.0,
                                                        50.0,
                                                        75.0,
                                                        2.51,
                                                        2.38,
                                                        1.87,
                                                        3.02
                                                    ],
                                                    [
                                                        3.62,
                                                        2.33,
                                                        25.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        1.0,
                                                        2.0,
                                                        1.0,
                                                        0.0,
                                                        25.0,
                                                        50.0,
                                                        25.0,
                                                        25.0,
                                                        75.0,
                                                        2.44,
                                                        2.33,
                                                        2.18,
                                                        2.59
                                                    ],
                                                    [
                                                        3.43,
                                                        3.52,
                                                        50.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.62,
                                                        2.66,
                                                        2.46,
                                                        2.82
                                                    ],
                                                    [
                                                        3.59,
                                                        3.61,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        1.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        33.33,
                                                        66.67,
                                                        0.0,
                                                        33.33,
                                                        100.0,
                                                        2.41,
                                                        2.66,
                                                        2.13,
                                                        2.82
                                                    ],
                                                    [
                                                        3.32,
                                                        2.41,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        50.0,
                                                        3.01,
                                                        3.01,
                                                        2.81,
                                                        3.21
                                                    ],
                                                    [
                                                        3.24,
                                                        3.54,
                                                        50.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.61,
                                                        2.61,
                                                        2.48,
                                                        2.74
                                                    ],
                                                    [
                                                        3.36,
                                                        2.97,
                                                        50.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.73,
                                                        2.73,
                                                        2.68,
                                                        2.79
                                                    ],
                                                    [
                                                        3.32,
                                                        2.92,
                                                        100.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.1,
                                                        2.1,
                                                        2.1,
                                                        2.1
                                                    ],
                                                    [
                                                        3.58,
                                                        4.69,
                                                        100.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.61,
                                                        2.61,
                                                        2.61,
                                                        2.61
                                                    ],
                                                    [
                                                        3.44,
                                                        2.49,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        100.0,
                                                        1.48,
                                                        1.48,
                                                        1.48,
                                                        1.48
                                                    ],
                                                    [
                                                        3.34,
                                                        1.79,
                                                        100.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        3.61,
                                                        3.61,
                                                        3.61,
                                                        3.61
                                                    ]
                                                ],
                                                null
                                            ],
                                            "marker.size": [
                                                [
                                                    66,
                                                    54,
                                                    42,
                                                    40,
                                                    26,
                                                    25,
                                                    24,
                                                    22,
                                                    21,
                                                    21,
                                                    20,
                                                    20,
                                                    18,
                                                    16,
                                                    16,
                                                    16,
                                                    15,
                                                    15,
                                                    15,
                                                    14,
                                                    12,
                                                    11,
                                                    9,
                                                    8,
                                                    8,
                                                    8,
                                                    7,
                                                    7,
                                                    7,
                                                    7,
                                                    6,
                                                    6,
                                                    6,
                                                    5,
                                                    5,
                                                    5,
                                                    4,
                                                    4,
                                                    4,
                                                    4,
                                                    3,
                                                    2,
                                                    2,
                                                    2,
                                                    1,
                                                    1,
                                                    1,
                                                    1
                                                ],
                                                null
                                            ],
                                            "cells.values": [
                                                null,
                                                [
                                                    [
                                                        "1",
                                                        "2",
                                                        "3"
                                                    ],
                                                    [
                                                        "TX",
                                                        "CA",
                                                        "NY"
                                                    ],
                                                    [
                                                        66,
                                                        54,
                                                        42
                                                    ]
                                                ]
                                            ],
                                            "marker.color": [
                                                [
                                                    66,
                                                    54,
                                                    42,
                                                    40,
                                                    26,
                                                    25,
                                                    24,
                                                    22,
                                                    21,
                                                    21,
                                                    20,
                                                    20,
                                                    18,
                                                    16,
                                                    16,
                                                    16,
                                                    15,
                                                    15,
                                                    15,
                                                    14,
                                                    12,
                                                    11,
                                                    9,
                                                    8,
                                                    8,
                                                    8,
                                                    7,
                                                    7,
                                                    7,
                                                    7,
                                                    6,
                                                    6,
                                                    6,
                                                    5,
                                                    5,
                                                    5,
                                                    4,
                                                    4,
                                                    4,
                                                    4,
                                                    3,
                                                    2,
                                                    2,
                                                    2,
                                                    1,
                                                    1,
                                                    1,
                                                    1
                                                ],
                                                null
                                            ],
                                            "marker.sizeref": [
                                                0.042091836734693876,
                                                null
                                            ]
                                        },
                                        {
                                            "title": "<span style='font-size:20px'><b>(Fake Data) US Part-time Students</b></span><br><span style='font-size:16px'><b>Program:</b> <i>BAAI</i></span><br><span style='font-size:14px'><b>Total:</b> <i>652</i></span>"
                                        }
                                    ],
                                    "label": "BAAI",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "lat": [
                                                [
                                                    31.054487,
                                                    27.766279,
                                                    36.116203,
                                                    35.630066,
                                                    43.326618,
                                                    42.165726,
                                                    40.349457,
                                                    40.388783,
                                                    40.298904,
                                                    40.590752,
                                                    33.040619,
                                                    33.729759,
                                                    47.400902,
                                                    31.169546,
                                                    39.849426,
                                                    33.856892,
                                                    44.268543,
                                                    35.565342,
                                                    35.747845,
                                                    39.063946,
                                                    43.933907,
                                                    42.230171,
                                                    37.66814,
                                                    40.150032,
                                                    37.769337,
                                                    38.456085,
                                                    32.806671,
                                                    42.011539,
                                                    38.5266,
                                                    34.840515,
                                                    45.694454,
                                                    44.299782,
                                                    41.12537,
                                                    38.491226,
                                                    41.680893,
                                                    61.370716,
                                                    38.313515,
                                                    43.452492,
                                                    47.528912,
                                                    32.741646,
                                                    44.693947,
                                                    44.240459,
                                                    21.094318,
                                                    39.059811,
                                                    34.969704,
                                                    46.921925
                                                ],
                                                null
                                            ],
                                            "lon": [
                                                [
                                                    -97.563461,
                                                    -81.686783,
                                                    -119.681564,
                                                    -79.806419,
                                                    -84.536095,
                                                    -74.948051,
                                                    -88.986137,
                                                    -82.764915,
                                                    -74.521011,
                                                    -77.209755,
                                                    -83.643074,
                                                    -111.431221,
                                                    -121.490494,
                                                    -91.867805,
                                                    -86.258278,
                                                    -80.945007,
                                                    -89.616508,
                                                    -96.928917,
                                                    -86.692345,
                                                    -76.802101,
                                                    -120.55899,
                                                    -71.530106,
                                                    -84.670067,
                                                    -111.862434,
                                                    -78.169968,
                                                    -92.288368,
                                                    -86.79113,
                                                    -93.210526,
                                                    -96.726486,
                                                    -106.248482,
                                                    -93.900192,
                                                    -99.438828,
                                                    -98.268082,
                                                    -80.954453,
                                                    -71.51178,
                                                    -152.404419,
                                                    -117.055374,
                                                    -71.563896,
                                                    -99.784012,
                                                    -89.678696,
                                                    -69.381927,
                                                    -114.478828,
                                                    -157.498337,
                                                    -105.311104,
                                                    -92.373123,
                                                    -110.454353
                                                ],
                                                null
                                            ],
                                            "text": [
                                                [
                                                    "TX",
                                                    "FL",
                                                    "CA",
                                                    "NC",
                                                    "MI",
                                                    "NY",
                                                    "IL",
                                                    "OH",
                                                    "NJ",
                                                    "PA",
                                                    "GA",
                                                    "AZ",
                                                    "WA",
                                                    "LA",
                                                    "IN",
                                                    "SC",
                                                    "WI",
                                                    "OK",
                                                    "TN",
                                                    "MD",
                                                    "OR",
                                                    "MA",
                                                    "KY",
                                                    "UT",
                                                    "VA",
                                                    "MO",
                                                    "AL",
                                                    "IA",
                                                    "KS",
                                                    "NM",
                                                    "MN",
                                                    "SD",
                                                    "NE",
                                                    "WV",
                                                    "RI",
                                                    "AK",
                                                    "NV",
                                                    "NH",
                                                    "ND",
                                                    "MS",
                                                    "ME",
                                                    "ID",
                                                    "HI",
                                                    "CO",
                                                    "AR",
                                                    "MT"
                                                ],
                                                null
                                            ],
                                            "customdata": [
                                                [
                                                    [
                                                        3.41,
                                                        2.95,
                                                        43.33,
                                                        0.0,
                                                        30.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        30.0,
                                                        0.0,
                                                        9.0,
                                                        16.0,
                                                        5.0,
                                                        0.0,
                                                        30.0,
                                                        53.33,
                                                        16.67,
                                                        30.0,
                                                        83.33,
                                                        2.4,
                                                        2.38,
                                                        1.92,
                                                        2.76
                                                    ],
                                                    [
                                                        3.42,
                                                        3.66,
                                                        37.93,
                                                        0.0,
                                                        29.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        29.0,
                                                        0.0,
                                                        7.0,
                                                        13.0,
                                                        9.0,
                                                        0.0,
                                                        24.14,
                                                        44.83,
                                                        31.03,
                                                        24.14,
                                                        68.97,
                                                        2.48,
                                                        2.43,
                                                        2.11,
                                                        3.02
                                                    ],
                                                    [
                                                        3.34,
                                                        2.75,
                                                        40.0,
                                                        0.0,
                                                        25.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        25.0,
                                                        0.0,
                                                        6.0,
                                                        14.0,
                                                        5.0,
                                                        0.0,
                                                        24.0,
                                                        56.0,
                                                        20.0,
                                                        24.0,
                                                        80.0,
                                                        2.55,
                                                        2.58,
                                                        2.1,
                                                        2.87
                                                    ],
                                                    [
                                                        3.46,
                                                        3.75,
                                                        40.0,
                                                        0.0,
                                                        20.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        20.0,
                                                        0.0,
                                                        4.0,
                                                        11.0,
                                                        5.0,
                                                        0.0,
                                                        20.0,
                                                        55.0,
                                                        25.0,
                                                        20.0,
                                                        75.0,
                                                        2.48,
                                                        2.4,
                                                        2.05,
                                                        2.86
                                                    ],
                                                    [
                                                        3.41,
                                                        3.67,
                                                        41.18,
                                                        0.0,
                                                        17.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        17.0,
                                                        0.0,
                                                        3.0,
                                                        11.0,
                                                        3.0,
                                                        0.0,
                                                        17.65,
                                                        64.71,
                                                        17.65,
                                                        17.65,
                                                        82.35,
                                                        2.41,
                                                        2.38,
                                                        2.13,
                                                        2.94
                                                    ],
                                                    [
                                                        3.28,
                                                        3.17,
                                                        37.5,
                                                        0.0,
                                                        16.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        16.0,
                                                        0.0,
                                                        4.0,
                                                        8.0,
                                                        4.0,
                                                        0.0,
                                                        25.0,
                                                        50.0,
                                                        25.0,
                                                        25.0,
                                                        75.0,
                                                        2.47,
                                                        2.49,
                                                        1.95,
                                                        2.99
                                                    ],
                                                    [
                                                        3.48,
                                                        3.5,
                                                        33.33,
                                                        0.0,
                                                        15.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        15.0,
                                                        0.0,
                                                        2.0,
                                                        5.0,
                                                        8.0,
                                                        0.0,
                                                        13.33,
                                                        33.33,
                                                        53.33,
                                                        13.33,
                                                        46.67,
                                                        2.8,
                                                        3.02,
                                                        2.39,
                                                        3.23
                                                    ],
                                                    [
                                                        3.36,
                                                        2.93,
                                                        53.85,
                                                        0.0,
                                                        13.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        13.0,
                                                        0.0,
                                                        5.0,
                                                        6.0,
                                                        2.0,
                                                        0.0,
                                                        38.46,
                                                        46.15,
                                                        15.38,
                                                        38.46,
                                                        84.62,
                                                        2.32,
                                                        2.36,
                                                        1.95,
                                                        2.66
                                                    ],
                                                    [
                                                        3.45,
                                                        2.82,
                                                        58.33,
                                                        0.0,
                                                        12.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        12.0,
                                                        0.0,
                                                        2.0,
                                                        5.0,
                                                        5.0,
                                                        0.0,
                                                        16.67,
                                                        41.67,
                                                        41.67,
                                                        16.67,
                                                        58.33,
                                                        2.68,
                                                        2.74,
                                                        2.11,
                                                        3.1
                                                    ],
                                                    [
                                                        3.37,
                                                        3.64,
                                                        66.67,
                                                        0.0,
                                                        12.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        12.0,
                                                        0.0,
                                                        3.0,
                                                        6.0,
                                                        3.0,
                                                        0.0,
                                                        25.0,
                                                        50.0,
                                                        25.0,
                                                        25.0,
                                                        75.0,
                                                        2.49,
                                                        2.49,
                                                        2.16,
                                                        2.77
                                                    ],
                                                    [
                                                        3.5,
                                                        3.09,
                                                        45.45,
                                                        0.0,
                                                        11.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        11.0,
                                                        0.0,
                                                        1.0,
                                                        7.0,
                                                        3.0,
                                                        0.0,
                                                        9.09,
                                                        63.64,
                                                        27.27,
                                                        9.09,
                                                        72.73,
                                                        2.57,
                                                        2.54,
                                                        2.25,
                                                        2.85
                                                    ],
                                                    [
                                                        3.41,
                                                        1.7,
                                                        72.73,
                                                        0.0,
                                                        11.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        11.0,
                                                        0.0,
                                                        1.0,
                                                        9.0,
                                                        1.0,
                                                        0.0,
                                                        9.09,
                                                        81.82,
                                                        9.09,
                                                        9.09,
                                                        90.91,
                                                        2.49,
                                                        2.57,
                                                        2.37,
                                                        2.64
                                                    ],
                                                    [
                                                        3.39,
                                                        2.61,
                                                        33.33,
                                                        0.0,
                                                        9.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        9.0,
                                                        0.0,
                                                        2.0,
                                                        3.0,
                                                        4.0,
                                                        0.0,
                                                        22.22,
                                                        33.33,
                                                        44.44,
                                                        22.22,
                                                        55.56,
                                                        2.75,
                                                        2.72,
                                                        2.05,
                                                        3.38
                                                    ],
                                                    [
                                                        3.38,
                                                        3.96,
                                                        33.33,
                                                        0.0,
                                                        9.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        9.0,
                                                        0.0,
                                                        3.0,
                                                        5.0,
                                                        1.0,
                                                        0.0,
                                                        33.33,
                                                        55.56,
                                                        11.11,
                                                        33.33,
                                                        88.89,
                                                        2.31,
                                                        2.54,
                                                        1.78,
                                                        2.77
                                                    ],
                                                    [
                                                        3.33,
                                                        4.44,
                                                        62.5,
                                                        0.0,
                                                        8.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0,
                                                        2.0,
                                                        4.0,
                                                        2.0,
                                                        0.0,
                                                        25.0,
                                                        50.0,
                                                        25.0,
                                                        25.0,
                                                        75.0,
                                                        2.57,
                                                        2.56,
                                                        2.18,
                                                        3.03
                                                    ],
                                                    [
                                                        3.47,
                                                        4.05,
                                                        75.0,
                                                        0.0,
                                                        8.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0,
                                                        2.0,
                                                        4.0,
                                                        2.0,
                                                        0.0,
                                                        25.0,
                                                        50.0,
                                                        25.0,
                                                        25.0,
                                                        75.0,
                                                        2.52,
                                                        2.68,
                                                        1.92,
                                                        3.08
                                                    ],
                                                    [
                                                        3.43,
                                                        4.69,
                                                        37.5,
                                                        0.0,
                                                        8.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0,
                                                        3.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        37.5,
                                                        62.5,
                                                        0.0,
                                                        37.5,
                                                        100.0,
                                                        2.1,
                                                        2.08,
                                                        1.71,
                                                        2.46
                                                    ],
                                                    [
                                                        3.38,
                                                        3.35,
                                                        57.14,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        1.0,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        14.29,
                                                        85.71,
                                                        0.0,
                                                        14.29,
                                                        100.0,
                                                        2.48,
                                                        2.51,
                                                        2.29,
                                                        2.78
                                                    ],
                                                    [
                                                        3.63,
                                                        2.7,
                                                        57.14,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        2.0,
                                                        3.0,
                                                        2.0,
                                                        0.0,
                                                        28.57,
                                                        42.86,
                                                        28.57,
                                                        28.57,
                                                        71.43,
                                                        2.32,
                                                        2.51,
                                                        1.89,
                                                        2.81
                                                    ],
                                                    [
                                                        3.5,
                                                        3.44,
                                                        71.43,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        3.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        42.86,
                                                        57.14,
                                                        0.0,
                                                        42.86,
                                                        100.0,
                                                        2.11,
                                                        2.33,
                                                        1.7,
                                                        2.48
                                                    ],
                                                    [
                                                        3.28,
                                                        3.09,
                                                        100.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        1.0,
                                                        4.0,
                                                        1.0,
                                                        0.0,
                                                        16.67,
                                                        66.67,
                                                        16.67,
                                                        16.67,
                                                        83.33,
                                                        2.47,
                                                        2.43,
                                                        2.27,
                                                        2.49
                                                    ],
                                                    [
                                                        3.48,
                                                        2.65,
                                                        33.33,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        2.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        33.33,
                                                        66.67,
                                                        0.0,
                                                        33.33,
                                                        100.0,
                                                        2.26,
                                                        2.36,
                                                        2.01,
                                                        2.51
                                                    ],
                                                    [
                                                        3.3,
                                                        2.97,
                                                        16.67,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        2.0,
                                                        1.0,
                                                        3.0,
                                                        0.0,
                                                        33.33,
                                                        16.67,
                                                        50.0,
                                                        33.33,
                                                        50.0,
                                                        2.73,
                                                        2.91,
                                                        2.02,
                                                        3.35
                                                    ],
                                                    [
                                                        3.4,
                                                        2.28,
                                                        33.33,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        2.0,
                                                        2.0,
                                                        2.0,
                                                        0.0,
                                                        33.33,
                                                        33.33,
                                                        33.33,
                                                        33.33,
                                                        66.67,
                                                        2.52,
                                                        2.65,
                                                        2.01,
                                                        3.07
                                                    ],
                                                    [
                                                        3.47,
                                                        4.0,
                                                        50.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        4.0,
                                                        0.0,
                                                        16.67,
                                                        16.67,
                                                        66.67,
                                                        16.67,
                                                        33.33,
                                                        2.9,
                                                        3.13,
                                                        2.31,
                                                        3.5
                                                    ],
                                                    [
                                                        3.54,
                                                        4.85,
                                                        60.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        1.0,
                                                        3.0,
                                                        1.0,
                                                        0.0,
                                                        20.0,
                                                        60.0,
                                                        20.0,
                                                        20.0,
                                                        80.0,
                                                        2.39,
                                                        2.21,
                                                        2.11,
                                                        2.81
                                                    ],
                                                    [
                                                        3.13,
                                                        2.9,
                                                        60.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        2.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        40.0,
                                                        60.0,
                                                        0.0,
                                                        40.0,
                                                        100.0,
                                                        2.01,
                                                        2.11,
                                                        1.75,
                                                        2.27
                                                    ],
                                                    [
                                                        3.51,
                                                        4.15,
                                                        80.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        60.0,
                                                        40.0,
                                                        0.0,
                                                        60.0,
                                                        2.68,
                                                        2.5,
                                                        2.36,
                                                        3.01
                                                    ],
                                                    [
                                                        2.92,
                                                        4.39,
                                                        33.33,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        33.33,
                                                        66.67,
                                                        0.0,
                                                        33.33,
                                                        2.96,
                                                        3.08,
                                                        2.78,
                                                        3.2
                                                    ],
                                                    [
                                                        3.39,
                                                        3.49,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        66.67,
                                                        33.33,
                                                        0.0,
                                                        66.67,
                                                        2.58,
                                                        2.44,
                                                        2.36,
                                                        2.73
                                                    ],
                                                    [
                                                        3.93,
                                                        2.68,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        50.0,
                                                        100.0,
                                                        1.83,
                                                        1.83,
                                                        1.61,
                                                        2.05
                                                    ],
                                                    [
                                                        3.66,
                                                        5.0,
                                                        100.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        50.0,
                                                        2.89,
                                                        2.89,
                                                        2.76,
                                                        3.03
                                                    ],
                                                    [
                                                        3.66,
                                                        3.72,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        50.0,
                                                        100.0,
                                                        2.12,
                                                        2.12,
                                                        1.68,
                                                        2.55
                                                    ],
                                                    [
                                                        3.43,
                                                        2.92,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        50.0,
                                                        2.89,
                                                        2.89,
                                                        2.52,
                                                        3.26
                                                    ],
                                                    [
                                                        3.61,
                                                        5.46,
                                                        100.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.76,
                                                        2.76,
                                                        2.76,
                                                        2.76
                                                    ],
                                                    [
                                                        3.04,
                                                        6.62,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.78,
                                                        2.78,
                                                        2.78,
                                                        2.78
                                                    ],
                                                    [
                                                        3.72,
                                                        3.68,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.66,
                                                        2.66,
                                                        2.66,
                                                        2.66
                                                    ],
                                                    [
                                                        3.13,
                                                        1.52,
                                                        100.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        100.0,
                                                        1.98,
                                                        1.98,
                                                        1.98,
                                                        1.98
                                                    ],
                                                    [
                                                        3.44,
                                                        3.74,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        100.0,
                                                        1.24,
                                                        1.24,
                                                        1.24,
                                                        1.24
                                                    ],
                                                    [
                                                        3.46,
                                                        4.73,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        3.29,
                                                        3.29,
                                                        3.29,
                                                        3.29
                                                    ],
                                                    [
                                                        3.88,
                                                        6.93,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        3.77,
                                                        3.77,
                                                        3.77,
                                                        3.77
                                                    ],
                                                    [
                                                        3.57,
                                                        3.47,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.64,
                                                        2.64,
                                                        2.64,
                                                        2.64
                                                    ],
                                                    [
                                                        4.0,
                                                        1.02,
                                                        100.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.33,
                                                        2.33,
                                                        2.33,
                                                        2.33
                                                    ],
                                                    [
                                                        3.44,
                                                        1.15,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        100.0,
                                                        1.43,
                                                        1.43,
                                                        1.43,
                                                        1.43
                                                    ],
                                                    [
                                                        3.53,
                                                        3.43,
                                                        100.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.58,
                                                        2.58,
                                                        2.58,
                                                        2.58
                                                    ],
                                                    [
                                                        3.32,
                                                        3.48,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        100.0,
                                                        1.83,
                                                        1.83,
                                                        1.83,
                                                        1.83
                                                    ]
                                                ],
                                                null
                                            ],
                                            "marker.size": [
                                                [
                                                    30,
                                                    29,
                                                    25,
                                                    20,
                                                    17,
                                                    16,
                                                    15,
                                                    13,
                                                    12,
                                                    12,
                                                    11,
                                                    11,
                                                    9,
                                                    9,
                                                    8,
                                                    8,
                                                    8,
                                                    7,
                                                    7,
                                                    7,
                                                    6,
                                                    6,
                                                    6,
                                                    6,
                                                    6,
                                                    5,
                                                    5,
                                                    5,
                                                    3,
                                                    3,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1
                                                ],
                                                null
                                            ],
                                            "cells.values": [
                                                null,
                                                [
                                                    [
                                                        "1",
                                                        "2",
                                                        "3"
                                                    ],
                                                    [
                                                        "TX",
                                                        "FL",
                                                        "CA"
                                                    ],
                                                    [
                                                        30,
                                                        29,
                                                        25
                                                    ]
                                                ]
                                            ],
                                            "marker.color": [
                                                [
                                                    30,
                                                    29,
                                                    25,
                                                    20,
                                                    17,
                                                    16,
                                                    15,
                                                    13,
                                                    12,
                                                    12,
                                                    11,
                                                    11,
                                                    9,
                                                    9,
                                                    8,
                                                    8,
                                                    8,
                                                    7,
                                                    7,
                                                    7,
                                                    6,
                                                    6,
                                                    6,
                                                    6,
                                                    6,
                                                    5,
                                                    5,
                                                    5,
                                                    3,
                                                    3,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1
                                                ],
                                                null
                                            ],
                                            "marker.sizeref": [
                                                0.01913265306122449,
                                                null
                                            ]
                                        },
                                        {
                                            "title": "<span style='font-size:20px'><b>(Fake Data) US Part-time Students</b></span><br><span style='font-size:16px'><b>Program:</b> <i>ISAI</i></span><br><span style='font-size:14px'><b>Total:</b> <i>345</i></span>"
                                        }
                                    ],
                                    "label": "ISAI",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "lat": [
                                                [
                                                    31.054487,
                                                    36.116203,
                                                    27.766279,
                                                    42.165726,
                                                    33.040619,
                                                    40.590752,
                                                    40.349457,
                                                    40.388783,
                                                    32.806671,
                                                    40.298904,
                                                    33.729759,
                                                    33.856892,
                                                    43.326618,
                                                    47.400902,
                                                    37.769337,
                                                    39.063946,
                                                    38.456085,
                                                    35.630066,
                                                    42.230171,
                                                    42.011539,
                                                    44.268543,
                                                    38.313515,
                                                    35.565342,
                                                    35.747845,
                                                    45.694454,
                                                    41.597782,
                                                    43.933907,
                                                    39.849426,
                                                    31.169546,
                                                    46.921925,
                                                    39.059811,
                                                    40.150032,
                                                    38.491226,
                                                    32.741646,
                                                    34.969704,
                                                    44.693947,
                                                    47.528912,
                                                    38.5266,
                                                    44.240459,
                                                    34.840515,
                                                    43.452492,
                                                    37.66814,
                                                    41.12537,
                                                    44.045876,
                                                    21.094318,
                                                    38.905985,
                                                    42.755966
                                                ],
                                                null
                                            ],
                                            "lon": [
                                                [
                                                    -97.563461,
                                                    -119.681564,
                                                    -81.686783,
                                                    -74.948051,
                                                    -83.643074,
                                                    -77.209755,
                                                    -88.986137,
                                                    -82.764915,
                                                    -86.79113,
                                                    -74.521011,
                                                    -111.431221,
                                                    -80.945007,
                                                    -84.536095,
                                                    -121.490494,
                                                    -78.169968,
                                                    -76.802101,
                                                    -92.288368,
                                                    -79.806419,
                                                    -71.530106,
                                                    -93.210526,
                                                    -89.616508,
                                                    -117.055374,
                                                    -96.928917,
                                                    -86.692345,
                                                    -93.900192,
                                                    -72.755371,
                                                    -120.55899,
                                                    -86.258278,
                                                    -91.867805,
                                                    -110.454353,
                                                    -105.311104,
                                                    -111.862434,
                                                    -80.954453,
                                                    -89.678696,
                                                    -92.373123,
                                                    -69.381927,
                                                    -99.784012,
                                                    -96.726486,
                                                    -114.478828,
                                                    -106.248482,
                                                    -71.563896,
                                                    -84.670067,
                                                    -98.268082,
                                                    -72.710686,
                                                    -157.498337,
                                                    -77.033418,
                                                    -107.30249
                                                ],
                                                null
                                            ],
                                            "text": [
                                                [
                                                    "TX",
                                                    "CA",
                                                    "FL",
                                                    "NY",
                                                    "GA",
                                                    "PA",
                                                    "IL",
                                                    "OH",
                                                    "AL",
                                                    "NJ",
                                                    "AZ",
                                                    "SC",
                                                    "MI",
                                                    "WA",
                                                    "VA",
                                                    "MD",
                                                    "MO",
                                                    "NC",
                                                    "MA",
                                                    "IA",
                                                    "WI",
                                                    "NV",
                                                    "OK",
                                                    "TN",
                                                    "MN",
                                                    "CT",
                                                    "OR",
                                                    "IN",
                                                    "LA",
                                                    "MT",
                                                    "CO",
                                                    "UT",
                                                    "WV",
                                                    "MS",
                                                    "AR",
                                                    "ME",
                                                    "ND",
                                                    "KS",
                                                    "ID",
                                                    "NM",
                                                    "NH",
                                                    "KY",
                                                    "NE",
                                                    "VT",
                                                    "HI",
                                                    "DC",
                                                    "WY"
                                                ],
                                                null
                                            ],
                                            "customdata": [
                                                [
                                                    [
                                                        3.45,
                                                        2.71,
                                                        36.73,
                                                        0.0,
                                                        0.0,
                                                        49.0,
                                                        0.0,
                                                        0.0,
                                                        49.0,
                                                        0.0,
                                                        7.0,
                                                        35.0,
                                                        7.0,
                                                        0.0,
                                                        14.29,
                                                        71.43,
                                                        14.29,
                                                        14.29,
                                                        85.71,
                                                        2.44,
                                                        2.36,
                                                        2.07,
                                                        2.87
                                                    ],
                                                    [
                                                        3.37,
                                                        2.83,
                                                        40.0,
                                                        0.0,
                                                        0.0,
                                                        35.0,
                                                        0.0,
                                                        0.0,
                                                        35.0,
                                                        0.0,
                                                        5.0,
                                                        24.0,
                                                        6.0,
                                                        0.0,
                                                        14.29,
                                                        68.57,
                                                        17.14,
                                                        14.29,
                                                        82.86,
                                                        2.58,
                                                        2.58,
                                                        2.17,
                                                        2.9
                                                    ],
                                                    [
                                                        3.43,
                                                        3.21,
                                                        47.06,
                                                        0.0,
                                                        0.0,
                                                        34.0,
                                                        0.0,
                                                        0.0,
                                                        34.0,
                                                        0.0,
                                                        5.0,
                                                        22.0,
                                                        7.0,
                                                        0.0,
                                                        14.71,
                                                        64.71,
                                                        20.59,
                                                        14.71,
                                                        79.41,
                                                        2.58,
                                                        2.5,
                                                        2.11,
                                                        2.88
                                                    ],
                                                    [
                                                        3.47,
                                                        2.83,
                                                        31.03,
                                                        0.0,
                                                        0.0,
                                                        29.0,
                                                        0.0,
                                                        0.0,
                                                        29.0,
                                                        0.0,
                                                        6.0,
                                                        19.0,
                                                        4.0,
                                                        0.0,
                                                        20.69,
                                                        65.52,
                                                        13.79,
                                                        20.69,
                                                        86.21,
                                                        2.47,
                                                        2.56,
                                                        2.21,
                                                        2.77
                                                    ],
                                                    [
                                                        3.41,
                                                        3.63,
                                                        56.25,
                                                        0.0,
                                                        0.0,
                                                        16.0,
                                                        0.0,
                                                        0.0,
                                                        16.0,
                                                        0.0,
                                                        3.0,
                                                        10.0,
                                                        3.0,
                                                        0.0,
                                                        18.75,
                                                        62.5,
                                                        18.75,
                                                        18.75,
                                                        81.25,
                                                        2.49,
                                                        2.5,
                                                        2.23,
                                                        2.79
                                                    ],
                                                    [
                                                        3.41,
                                                        2.9,
                                                        43.75,
                                                        0.0,
                                                        0.0,
                                                        16.0,
                                                        0.0,
                                                        0.0,
                                                        16.0,
                                                        0.0,
                                                        1.0,
                                                        10.0,
                                                        5.0,
                                                        0.0,
                                                        6.25,
                                                        62.5,
                                                        31.25,
                                                        6.25,
                                                        68.75,
                                                        2.66,
                                                        2.63,
                                                        2.32,
                                                        3.01
                                                    ],
                                                    [
                                                        3.43,
                                                        2.54,
                                                        46.67,
                                                        0.0,
                                                        0.0,
                                                        15.0,
                                                        0.0,
                                                        0.0,
                                                        15.0,
                                                        0.0,
                                                        2.0,
                                                        11.0,
                                                        2.0,
                                                        0.0,
                                                        13.33,
                                                        73.33,
                                                        13.33,
                                                        13.33,
                                                        86.67,
                                                        2.39,
                                                        2.3,
                                                        2.18,
                                                        2.56
                                                    ],
                                                    [
                                                        3.42,
                                                        4.35,
                                                        35.71,
                                                        0.0,
                                                        0.0,
                                                        14.0,
                                                        0.0,
                                                        0.0,
                                                        14.0,
                                                        0.0,
                                                        4.0,
                                                        8.0,
                                                        2.0,
                                                        0.0,
                                                        28.57,
                                                        57.14,
                                                        14.29,
                                                        28.57,
                                                        85.71,
                                                        2.37,
                                                        2.3,
                                                        1.94,
                                                        2.65
                                                    ],
                                                    [
                                                        3.41,
                                                        3.34,
                                                        35.71,
                                                        0.0,
                                                        0.0,
                                                        14.0,
                                                        0.0,
                                                        0.0,
                                                        14.0,
                                                        0.0,
                                                        3.0,
                                                        9.0,
                                                        2.0,
                                                        0.0,
                                                        21.43,
                                                        64.29,
                                                        14.29,
                                                        21.43,
                                                        85.71,
                                                        2.43,
                                                        2.42,
                                                        2.1,
                                                        2.75
                                                    ],
                                                    [
                                                        3.44,
                                                        3.54,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        12.0,
                                                        0.0,
                                                        0.0,
                                                        12.0,
                                                        0.0,
                                                        2.0,
                                                        5.0,
                                                        5.0,
                                                        0.0,
                                                        16.67,
                                                        41.67,
                                                        41.67,
                                                        16.67,
                                                        58.33,
                                                        2.63,
                                                        2.75,
                                                        2.47,
                                                        3.09
                                                    ],
                                                    [
                                                        3.36,
                                                        2.91,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        12.0,
                                                        0.0,
                                                        0.0,
                                                        12.0,
                                                        0.0,
                                                        8.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        66.67,
                                                        33.33,
                                                        0.0,
                                                        66.67,
                                                        100.0,
                                                        2.07,
                                                        1.96,
                                                        1.71,
                                                        2.54
                                                    ],
                                                    [
                                                        3.36,
                                                        2.41,
                                                        75.0,
                                                        0.0,
                                                        0.0,
                                                        12.0,
                                                        0.0,
                                                        0.0,
                                                        12.0,
                                                        0.0,
                                                        4.0,
                                                        6.0,
                                                        2.0,
                                                        0.0,
                                                        33.33,
                                                        50.0,
                                                        16.67,
                                                        33.33,
                                                        83.33,
                                                        2.33,
                                                        2.29,
                                                        1.94,
                                                        2.64
                                                    ],
                                                    [
                                                        3.48,
                                                        1.85,
                                                        27.27,
                                                        0.0,
                                                        0.0,
                                                        11.0,
                                                        0.0,
                                                        0.0,
                                                        11.0,
                                                        0.0,
                                                        2.0,
                                                        5.0,
                                                        4.0,
                                                        0.0,
                                                        18.18,
                                                        45.45,
                                                        36.36,
                                                        18.18,
                                                        63.64,
                                                        2.59,
                                                        2.41,
                                                        2.1,
                                                        3.32
                                                    ],
                                                    [
                                                        3.36,
                                                        2.44,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        10.0,
                                                        0.0,
                                                        0.0,
                                                        10.0,
                                                        0.0,
                                                        2.0,
                                                        5.0,
                                                        3.0,
                                                        0.0,
                                                        20.0,
                                                        50.0,
                                                        30.0,
                                                        20.0,
                                                        70.0,
                                                        2.6,
                                                        2.57,
                                                        2.52,
                                                        3.04
                                                    ],
                                                    [
                                                        3.42,
                                                        2.58,
                                                        60.0,
                                                        0.0,
                                                        0.0,
                                                        10.0,
                                                        0.0,
                                                        0.0,
                                                        10.0,
                                                        0.0,
                                                        1.0,
                                                        8.0,
                                                        1.0,
                                                        0.0,
                                                        10.0,
                                                        80.0,
                                                        10.0,
                                                        10.0,
                                                        90.0,
                                                        2.41,
                                                        2.4,
                                                        2.28,
                                                        2.55
                                                    ],
                                                    [
                                                        3.5,
                                                        2.25,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        10.0,
                                                        0.0,
                                                        0.0,
                                                        10.0,
                                                        0.0,
                                                        2.0,
                                                        4.0,
                                                        4.0,
                                                        0.0,
                                                        20.0,
                                                        40.0,
                                                        40.0,
                                                        20.0,
                                                        60.0,
                                                        2.76,
                                                        2.83,
                                                        2.57,
                                                        3.03
                                                    ],
                                                    [
                                                        3.34,
                                                        2.97,
                                                        70.0,
                                                        0.0,
                                                        0.0,
                                                        10.0,
                                                        0.0,
                                                        0.0,
                                                        10.0,
                                                        0.0,
                                                        1.0,
                                                        6.0,
                                                        3.0,
                                                        0.0,
                                                        10.0,
                                                        60.0,
                                                        30.0,
                                                        10.0,
                                                        70.0,
                                                        2.72,
                                                        2.72,
                                                        2.43,
                                                        3.11
                                                    ],
                                                    [
                                                        3.42,
                                                        3.43,
                                                        66.67,
                                                        0.0,
                                                        0.0,
                                                        9.0,
                                                        0.0,
                                                        0.0,
                                                        9.0,
                                                        0.0,
                                                        1.0,
                                                        6.0,
                                                        2.0,
                                                        0.0,
                                                        11.11,
                                                        66.67,
                                                        22.22,
                                                        11.11,
                                                        77.78,
                                                        2.6,
                                                        2.61,
                                                        2.45,
                                                        2.73
                                                    ],
                                                    [
                                                        3.4,
                                                        3.01,
                                                        66.67,
                                                        0.0,
                                                        0.0,
                                                        9.0,
                                                        0.0,
                                                        0.0,
                                                        9.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        66.67,
                                                        33.33,
                                                        0.0,
                                                        66.67,
                                                        2.83,
                                                        2.66,
                                                        2.4,
                                                        3.29
                                                    ],
                                                    [
                                                        3.33,
                                                        3.56,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        9.0,
                                                        0.0,
                                                        0.0,
                                                        9.0,
                                                        0.0,
                                                        3.0,
                                                        3.0,
                                                        3.0,
                                                        0.0,
                                                        33.33,
                                                        33.33,
                                                        33.33,
                                                        33.33,
                                                        66.67,
                                                        2.46,
                                                        2.3,
                                                        1.84,
                                                        3.2
                                                    ],
                                                    [
                                                        3.42,
                                                        4.08,
                                                        37.5,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        75.0,
                                                        25.0,
                                                        0.0,
                                                        75.0,
                                                        2.78,
                                                        2.82,
                                                        2.5,
                                                        2.99
                                                    ],
                                                    [
                                                        3.34,
                                                        3.68,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0,
                                                        3.0,
                                                        3.0,
                                                        2.0,
                                                        0.0,
                                                        37.5,
                                                        37.5,
                                                        25.0,
                                                        37.5,
                                                        75.0,
                                                        2.38,
                                                        2.25,
                                                        1.89,
                                                        2.63
                                                    ],
                                                    [
                                                        3.55,
                                                        3.33,
                                                        37.5,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0,
                                                        4.0,
                                                        1.0,
                                                        3.0,
                                                        0.0,
                                                        50.0,
                                                        12.5,
                                                        37.5,
                                                        50.0,
                                                        62.5,
                                                        2.34,
                                                        2.1,
                                                        1.8,
                                                        3.06
                                                    ],
                                                    [
                                                        3.58,
                                                        2.57,
                                                        25.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0,
                                                        2.0,
                                                        5.0,
                                                        1.0,
                                                        0.0,
                                                        25.0,
                                                        62.5,
                                                        12.5,
                                                        25.0,
                                                        87.5,
                                                        2.33,
                                                        2.21,
                                                        2.01,
                                                        2.6
                                                    ],
                                                    [
                                                        3.54,
                                                        2.63,
                                                        42.86,
                                                        0.0,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        1.0,
                                                        5.0,
                                                        1.0,
                                                        0.0,
                                                        14.29,
                                                        71.43,
                                                        14.29,
                                                        14.29,
                                                        85.71,
                                                        2.63,
                                                        2.48,
                                                        2.45,
                                                        2.82
                                                    ],
                                                    [
                                                        3.43,
                                                        4.13,
                                                        71.43,
                                                        0.0,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        3.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        42.86,
                                                        57.14,
                                                        0.0,
                                                        42.86,
                                                        100.0,
                                                        2.15,
                                                        2.19,
                                                        1.9,
                                                        2.39
                                                    ],
                                                    [
                                                        3.36,
                                                        3.78,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        2.0,
                                                        1.0,
                                                        3.0,
                                                        0.0,
                                                        33.33,
                                                        16.67,
                                                        50.0,
                                                        33.33,
                                                        50.0,
                                                        2.67,
                                                        2.98,
                                                        2.11,
                                                        3.12
                                                    ],
                                                    [
                                                        3.23,
                                                        4.36,
                                                        66.67,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        2.0,
                                                        2.0,
                                                        2.0,
                                                        0.0,
                                                        33.33,
                                                        33.33,
                                                        33.33,
                                                        33.33,
                                                        66.67,
                                                        2.56,
                                                        2.61,
                                                        2.07,
                                                        3.16
                                                    ],
                                                    [
                                                        3.38,
                                                        1.81,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        2.0,
                                                        2.0,
                                                        2.0,
                                                        0.0,
                                                        33.33,
                                                        33.33,
                                                        33.33,
                                                        33.33,
                                                        66.67,
                                                        2.54,
                                                        2.48,
                                                        2.1,
                                                        2.92
                                                    ],
                                                    [
                                                        3.38,
                                                        3.99,
                                                        80.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        2.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        40.0,
                                                        60.0,
                                                        0.0,
                                                        40.0,
                                                        100.0,
                                                        2.26,
                                                        2.38,
                                                        1.95,
                                                        2.51
                                                    ],
                                                    [
                                                        3.23,
                                                        2.72,
                                                        60.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        3.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        60.0,
                                                        20.0,
                                                        20.0,
                                                        60.0,
                                                        80.0,
                                                        2.08,
                                                        1.83,
                                                        1.76,
                                                        2.31
                                                    ],
                                                    [
                                                        3.44,
                                                        0.71,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        1.0,
                                                        2.0,
                                                        1.0,
                                                        0.0,
                                                        25.0,
                                                        50.0,
                                                        25.0,
                                                        25.0,
                                                        75.0,
                                                        2.37,
                                                        2.35,
                                                        1.87,
                                                        2.86
                                                    ],
                                                    [
                                                        3.55,
                                                        3.26,
                                                        25.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        50.0,
                                                        2.82,
                                                        2.74,
                                                        2.29,
                                                        3.26
                                                    ],
                                                    [
                                                        3.43,
                                                        2.18,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.57,
                                                        2.55,
                                                        2.35,
                                                        2.78
                                                    ],
                                                    [
                                                        3.42,
                                                        4.12,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        1.0,
                                                        2.0,
                                                        1.0,
                                                        0.0,
                                                        25.0,
                                                        50.0,
                                                        25.0,
                                                        25.0,
                                                        75.0,
                                                        2.4,
                                                        2.3,
                                                        2.12,
                                                        2.58
                                                    ],
                                                    [
                                                        3.4,
                                                        2.26,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        1.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        25.0,
                                                        75.0,
                                                        0.0,
                                                        25.0,
                                                        100.0,
                                                        2.14,
                                                        2.06,
                                                        1.91,
                                                        2.29
                                                    ],
                                                    [
                                                        3.15,
                                                        4.35,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.44,
                                                        2.44,
                                                        2.37,
                                                        2.51
                                                    ],
                                                    [
                                                        3.59,
                                                        1.8,
                                                        66.67,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        33.33,
                                                        66.67,
                                                        0.0,
                                                        33.33,
                                                        2.92,
                                                        3.12,
                                                        2.75,
                                                        3.18
                                                    ],
                                                    [
                                                        3.32,
                                                        2.56,
                                                        66.67,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        2.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        66.67,
                                                        33.33,
                                                        0.0,
                                                        66.67,
                                                        100.0,
                                                        1.93,
                                                        1.66,
                                                        1.55,
                                                        2.18
                                                    ],
                                                    [
                                                        3.24,
                                                        2.43,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.59,
                                                        2.59,
                                                        2.54,
                                                        2.63
                                                    ],
                                                    [
                                                        3.33,
                                                        4.1,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        50.0,
                                                        2.92,
                                                        2.92,
                                                        2.62,
                                                        3.22
                                                    ],
                                                    [
                                                        3.64,
                                                        4.66,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        50.0,
                                                        100.0,
                                                        1.95,
                                                        1.95,
                                                        1.89,
                                                        2.01
                                                    ],
                                                    [
                                                        3.43,
                                                        3.4,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        100.0,
                                                        1.8,
                                                        1.8,
                                                        1.8,
                                                        1.8
                                                    ],
                                                    [
                                                        3.38,
                                                        3.57,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        100.0,
                                                        1.41,
                                                        1.41,
                                                        1.41,
                                                        1.41
                                                    ],
                                                    [
                                                        3.59,
                                                        5.55,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.83,
                                                        2.83,
                                                        2.83,
                                                        2.83
                                                    ],
                                                    [
                                                        3.16,
                                                        2.4,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.39,
                                                        2.39,
                                                        2.39,
                                                        2.39
                                                    ],
                                                    [
                                                        3.44,
                                                        4.42,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.11,
                                                        2.11,
                                                        2.11,
                                                        2.11
                                                    ]
                                                ],
                                                null
                                            ],
                                            "marker.size": [
                                                [
                                                    49,
                                                    35,
                                                    34,
                                                    29,
                                                    16,
                                                    16,
                                                    15,
                                                    14,
                                                    14,
                                                    12,
                                                    12,
                                                    12,
                                                    11,
                                                    10,
                                                    10,
                                                    10,
                                                    10,
                                                    9,
                                                    9,
                                                    9,
                                                    8,
                                                    8,
                                                    8,
                                                    8,
                                                    7,
                                                    7,
                                                    6,
                                                    6,
                                                    6,
                                                    5,
                                                    5,
                                                    4,
                                                    4,
                                                    4,
                                                    4,
                                                    4,
                                                    3,
                                                    3,
                                                    3,
                                                    2,
                                                    2,
                                                    2,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1
                                                ],
                                                null
                                            ],
                                            "cells.values": [
                                                null,
                                                [
                                                    [
                                                        "1",
                                                        "2",
                                                        "3"
                                                    ],
                                                    [
                                                        "TX",
                                                        "CA",
                                                        "FL"
                                                    ],
                                                    [
                                                        49,
                                                        35,
                                                        34
                                                    ]
                                                ]
                                            ],
                                            "marker.color": [
                                                [
                                                    49,
                                                    35,
                                                    34,
                                                    29,
                                                    16,
                                                    16,
                                                    15,
                                                    14,
                                                    14,
                                                    12,
                                                    12,
                                                    12,
                                                    11,
                                                    10,
                                                    10,
                                                    10,
                                                    10,
                                                    9,
                                                    9,
                                                    9,
                                                    8,
                                                    8,
                                                    8,
                                                    8,
                                                    7,
                                                    7,
                                                    6,
                                                    6,
                                                    6,
                                                    5,
                                                    5,
                                                    4,
                                                    4,
                                                    4,
                                                    4,
                                                    4,
                                                    3,
                                                    3,
                                                    3,
                                                    2,
                                                    2,
                                                    2,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1
                                                ],
                                                null
                                            ],
                                            "marker.sizeref": [
                                                0.03125,
                                                null
                                            ]
                                        },
                                        {
                                            "title": "<span style='font-size:20px'><b>(Fake Data) US Part-time Students</b></span><br><span style='font-size:16px'><b>Program:</b> <i>MSM</i></span><br><span style='font-size:14px'><b>Total:</b> <i>450</i></span>"
                                        }
                                    ],
                                    "label": "MSM",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "lat": [
                                                [
                                                    36.116203,
                                                    31.054487,
                                                    33.040619,
                                                    27.766279,
                                                    40.590752,
                                                    42.230171,
                                                    37.769337,
                                                    39.063946,
                                                    40.349457,
                                                    40.298904,
                                                    42.165726,
                                                    47.400902,
                                                    39.059811,
                                                    40.388783,
                                                    43.326618,
                                                    35.630066,
                                                    39.849426,
                                                    38.456085,
                                                    35.747845,
                                                    42.011539,
                                                    33.729759,
                                                    33.856892,
                                                    43.452492,
                                                    32.806671,
                                                    31.169546,
                                                    37.66814,
                                                    34.969704,
                                                    45.694454,
                                                    44.268543,
                                                    41.597782,
                                                    39.318523,
                                                    21.094318,
                                                    38.313515,
                                                    44.693947,
                                                    35.565342,
                                                    32.741646,
                                                    38.5266,
                                                    40.150032,
                                                    44.240459,
                                                    46.921925,
                                                    44.299782,
                                                    41.680893,
                                                    43.933907,
                                                    34.840515,
                                                    38.491226
                                                ],
                                                null
                                            ],
                                            "lon": [
                                                [
                                                    -119.681564,
                                                    -97.563461,
                                                    -83.643074,
                                                    -81.686783,
                                                    -77.209755,
                                                    -71.530106,
                                                    -78.169968,
                                                    -76.802101,
                                                    -88.986137,
                                                    -74.521011,
                                                    -74.948051,
                                                    -121.490494,
                                                    -105.311104,
                                                    -82.764915,
                                                    -84.536095,
                                                    -79.806419,
                                                    -86.258278,
                                                    -92.288368,
                                                    -86.692345,
                                                    -93.210526,
                                                    -111.431221,
                                                    -80.945007,
                                                    -71.563896,
                                                    -86.79113,
                                                    -91.867805,
                                                    -84.670067,
                                                    -92.373123,
                                                    -93.900192,
                                                    -89.616508,
                                                    -72.755371,
                                                    -75.507141,
                                                    -157.498337,
                                                    -117.055374,
                                                    -69.381927,
                                                    -96.928917,
                                                    -89.678696,
                                                    -96.726486,
                                                    -111.862434,
                                                    -114.478828,
                                                    -110.454353,
                                                    -99.438828,
                                                    -71.51178,
                                                    -120.55899,
                                                    -106.248482,
                                                    -80.954453
                                                ],
                                                null
                                            ],
                                            "text": [
                                                [
                                                    "CA",
                                                    "TX",
                                                    "GA",
                                                    "FL",
                                                    "PA",
                                                    "MA",
                                                    "VA",
                                                    "MD",
                                                    "IL",
                                                    "NJ",
                                                    "NY",
                                                    "WA",
                                                    "CO",
                                                    "OH",
                                                    "MI",
                                                    "NC",
                                                    "IN",
                                                    "MO",
                                                    "TN",
                                                    "IA",
                                                    "AZ",
                                                    "SC",
                                                    "NH",
                                                    "AL",
                                                    "LA",
                                                    "KY",
                                                    "AR",
                                                    "MN",
                                                    "WI",
                                                    "CT",
                                                    "DE",
                                                    "HI",
                                                    "NV",
                                                    "ME",
                                                    "OK",
                                                    "MS",
                                                    "KS",
                                                    "UT",
                                                    "ID",
                                                    "MT",
                                                    "SD",
                                                    "RI",
                                                    "OR",
                                                    "NM",
                                                    "WV"
                                                ],
                                                null
                                            ],
                                            "customdata": [
                                                [
                                                    [
                                                        3.41,
                                                        3.33,
                                                        52.17,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        23.0,
                                                        0.0,
                                                        23.0,
                                                        0.0,
                                                        6.0,
                                                        11.0,
                                                        6.0,
                                                        0.0,
                                                        26.09,
                                                        47.83,
                                                        26.09,
                                                        26.09,
                                                        73.91,
                                                        2.41,
                                                        2.38,
                                                        2.05,
                                                        2.91
                                                    ],
                                                    [
                                                        3.43,
                                                        3.67,
                                                        57.89,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        19.0,
                                                        0.0,
                                                        19.0,
                                                        0.0,
                                                        5.0,
                                                        10.0,
                                                        4.0,
                                                        0.0,
                                                        26.32,
                                                        52.63,
                                                        21.05,
                                                        26.32,
                                                        78.95,
                                                        2.55,
                                                        2.41,
                                                        1.99,
                                                        2.89
                                                    ],
                                                    [
                                                        3.43,
                                                        2.69,
                                                        35.71,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        14.0,
                                                        0.0,
                                                        14.0,
                                                        0.0,
                                                        6.0,
                                                        4.0,
                                                        4.0,
                                                        0.0,
                                                        42.86,
                                                        28.57,
                                                        28.57,
                                                        42.86,
                                                        71.43,
                                                        2.44,
                                                        2.4,
                                                        1.82,
                                                        2.99
                                                    ],
                                                    [
                                                        3.49,
                                                        3.78,
                                                        58.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        12.0,
                                                        0.0,
                                                        12.0,
                                                        0.0,
                                                        5.0,
                                                        5.0,
                                                        2.0,
                                                        0.0,
                                                        41.67,
                                                        41.67,
                                                        16.67,
                                                        41.67,
                                                        83.33,
                                                        2.38,
                                                        2.56,
                                                        1.91,
                                                        2.82
                                                    ],
                                                    [
                                                        3.35,
                                                        3.37,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        10.0,
                                                        0.0,
                                                        10.0,
                                                        0.0,
                                                        3.0,
                                                        3.0,
                                                        4.0,
                                                        0.0,
                                                        30.0,
                                                        30.0,
                                                        40.0,
                                                        30.0,
                                                        60.0,
                                                        2.62,
                                                        2.84,
                                                        2.0,
                                                        3.27
                                                    ],
                                                    [
                                                        3.58,
                                                        3.2,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        10.0,
                                                        0.0,
                                                        10.0,
                                                        0.0,
                                                        5.0,
                                                        2.0,
                                                        3.0,
                                                        0.0,
                                                        50.0,
                                                        20.0,
                                                        30.0,
                                                        50.0,
                                                        70.0,
                                                        2.29,
                                                        2.15,
                                                        1.71,
                                                        2.93
                                                    ],
                                                    [
                                                        3.48,
                                                        3.27,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        9.0,
                                                        0.0,
                                                        9.0,
                                                        0.0,
                                                        1.0,
                                                        5.0,
                                                        3.0,
                                                        0.0,
                                                        11.11,
                                                        55.56,
                                                        33.33,
                                                        11.11,
                                                        66.67,
                                                        2.6,
                                                        2.45,
                                                        2.24,
                                                        3.16
                                                    ],
                                                    [
                                                        3.56,
                                                        3.04,
                                                        55.56,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        9.0,
                                                        0.0,
                                                        9.0,
                                                        0.0,
                                                        3.0,
                                                        3.0,
                                                        3.0,
                                                        0.0,
                                                        33.33,
                                                        33.33,
                                                        33.33,
                                                        33.33,
                                                        66.67,
                                                        2.4,
                                                        2.36,
                                                        1.35,
                                                        3.1
                                                    ],
                                                    [
                                                        3.51,
                                                        3.68,
                                                        77.78,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        9.0,
                                                        0.0,
                                                        9.0,
                                                        0.0,
                                                        1.0,
                                                        7.0,
                                                        1.0,
                                                        0.0,
                                                        11.11,
                                                        77.78,
                                                        11.11,
                                                        11.11,
                                                        88.89,
                                                        2.45,
                                                        2.63,
                                                        2.12,
                                                        2.84
                                                    ],
                                                    [
                                                        3.37,
                                                        2.89,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        9.0,
                                                        0.0,
                                                        9.0,
                                                        0.0,
                                                        3.0,
                                                        5.0,
                                                        1.0,
                                                        0.0,
                                                        33.33,
                                                        55.56,
                                                        11.11,
                                                        33.33,
                                                        88.89,
                                                        2.43,
                                                        2.45,
                                                        1.88,
                                                        2.9
                                                    ],
                                                    [
                                                        3.42,
                                                        3.67,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        0.0,
                                                        8.0,
                                                        0.0,
                                                        1.0,
                                                        6.0,
                                                        1.0,
                                                        0.0,
                                                        12.5,
                                                        75.0,
                                                        12.5,
                                                        12.5,
                                                        87.5,
                                                        2.37,
                                                        2.33,
                                                        2.2,
                                                        2.56
                                                    ],
                                                    [
                                                        3.5,
                                                        3.22,
                                                        42.86,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        1.0,
                                                        4.0,
                                                        2.0,
                                                        0.0,
                                                        14.29,
                                                        57.14,
                                                        28.57,
                                                        14.29,
                                                        71.43,
                                                        2.49,
                                                        2.72,
                                                        2.13,
                                                        2.97
                                                    ],
                                                    [
                                                        3.4,
                                                        2.71,
                                                        71.43,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        1.0,
                                                        5.0,
                                                        1.0,
                                                        0.0,
                                                        14.29,
                                                        71.43,
                                                        14.29,
                                                        14.29,
                                                        85.71,
                                                        2.71,
                                                        2.74,
                                                        2.43,
                                                        2.94
                                                    ],
                                                    [
                                                        3.33,
                                                        3.53,
                                                        28.57,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        7.0,
                                                        0.0,
                                                        1.0,
                                                        4.0,
                                                        2.0,
                                                        0.0,
                                                        14.29,
                                                        57.14,
                                                        28.57,
                                                        14.29,
                                                        71.43,
                                                        2.66,
                                                        2.8,
                                                        2.41,
                                                        2.94
                                                    ],
                                                    [
                                                        3.38,
                                                        4.39,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        1.0,
                                                        3.0,
                                                        2.0,
                                                        0.0,
                                                        16.67,
                                                        50.0,
                                                        33.33,
                                                        16.67,
                                                        66.67,
                                                        2.64,
                                                        2.52,
                                                        2.37,
                                                        2.98
                                                    ],
                                                    [
                                                        3.38,
                                                        3.89,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        1.0,
                                                        2.0,
                                                        3.0,
                                                        0.0,
                                                        16.67,
                                                        33.33,
                                                        50.0,
                                                        16.67,
                                                        50.0,
                                                        2.54,
                                                        2.67,
                                                        2.24,
                                                        3.2
                                                    ],
                                                    [
                                                        3.38,
                                                        3.05,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        2.0,
                                                        3.0,
                                                        1.0,
                                                        0.0,
                                                        33.33,
                                                        50.0,
                                                        16.67,
                                                        33.33,
                                                        83.33,
                                                        2.14,
                                                        2.16,
                                                        1.57,
                                                        2.64
                                                    ],
                                                    [
                                                        3.38,
                                                        3.23,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        6.0,
                                                        0.0,
                                                        1.0,
                                                        2.0,
                                                        3.0,
                                                        0.0,
                                                        16.67,
                                                        33.33,
                                                        50.0,
                                                        16.67,
                                                        50.0,
                                                        2.91,
                                                        3.02,
                                                        2.95,
                                                        3.31
                                                    ],
                                                    [
                                                        3.42,
                                                        3.89,
                                                        60.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        1.0,
                                                        3.0,
                                                        1.0,
                                                        0.0,
                                                        20.0,
                                                        60.0,
                                                        20.0,
                                                        20.0,
                                                        80.0,
                                                        2.31,
                                                        2.14,
                                                        2.1,
                                                        2.85
                                                    ],
                                                    [
                                                        3.72,
                                                        4.07,
                                                        80.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        80.0,
                                                        20.0,
                                                        0.0,
                                                        80.0,
                                                        2.48,
                                                        2.33,
                                                        2.26,
                                                        2.48
                                                    ],
                                                    [
                                                        3.42,
                                                        4.34,
                                                        60.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        60.0,
                                                        40.0,
                                                        0.0,
                                                        60.0,
                                                        2.98,
                                                        2.72,
                                                        2.67,
                                                        3.45
                                                    ],
                                                    [
                                                        3.58,
                                                        2.7,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        1.0,
                                                        2.0,
                                                        1.0,
                                                        0.0,
                                                        25.0,
                                                        50.0,
                                                        25.0,
                                                        25.0,
                                                        75.0,
                                                        2.6,
                                                        2.86,
                                                        2.53,
                                                        2.93
                                                    ],
                                                    [
                                                        3.61,
                                                        2.22,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        25.0,
                                                        0.0,
                                                        75.0,
                                                        25.0,
                                                        25.0,
                                                        2.84,
                                                        3.1,
                                                        2.72,
                                                        3.22
                                                    ],
                                                    [
                                                        3.66,
                                                        2.57,
                                                        75.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        75.0,
                                                        25.0,
                                                        0.0,
                                                        75.0,
                                                        2.96,
                                                        2.86,
                                                        2.79,
                                                        3.02
                                                    ],
                                                    [
                                                        3.56,
                                                        2.28,
                                                        25.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        50.0,
                                                        2.81,
                                                        2.89,
                                                        2.46,
                                                        3.23
                                                    ],
                                                    [
                                                        3.58,
                                                        2.72,
                                                        66.67,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        33.33,
                                                        33.33,
                                                        33.33,
                                                        33.33,
                                                        66.67,
                                                        2.29,
                                                        2.1,
                                                        1.87,
                                                        2.62
                                                    ],
                                                    [
                                                        3.55,
                                                        2.09,
                                                        66.67,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        33.33,
                                                        66.67,
                                                        0.0,
                                                        33.33,
                                                        3.13,
                                                        3.59,
                                                        2.87,
                                                        3.62
                                                    ],
                                                    [
                                                        3.58,
                                                        5.59,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        66.67,
                                                        33.33,
                                                        0.0,
                                                        66.67,
                                                        2.91,
                                                        2.89,
                                                        2.64,
                                                        3.17
                                                    ],
                                                    [
                                                        3.66,
                                                        2.63,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        33.33,
                                                        33.33,
                                                        33.33,
                                                        33.33,
                                                        66.67,
                                                        2.39,
                                                        2.2,
                                                        1.83,
                                                        2.86
                                                    ],
                                                    [
                                                        3.44,
                                                        3.29,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        66.67,
                                                        33.33,
                                                        0.0,
                                                        66.67,
                                                        2.8,
                                                        2.74,
                                                        2.68,
                                                        2.89
                                                    ],
                                                    [
                                                        3.31,
                                                        4.89,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        33.33,
                                                        66.67,
                                                        0.0,
                                                        33.33,
                                                        3.03,
                                                        3.18,
                                                        2.76,
                                                        3.37
                                                    ],
                                                    [
                                                        3.34,
                                                        1.48,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        3.22,
                                                        3.22,
                                                        3.12,
                                                        3.31
                                                    ],
                                                    [
                                                        3.58,
                                                        4.41,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        3.11,
                                                        3.11,
                                                        3.09,
                                                        3.13
                                                    ],
                                                    [
                                                        3.55,
                                                        2.31,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.32,
                                                        2.32,
                                                        2.27,
                                                        2.36
                                                    ],
                                                    [
                                                        3.39,
                                                        5.01,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        3.39,
                                                        3.39,
                                                        3.32,
                                                        3.45
                                                    ],
                                                    [
                                                        3.36,
                                                        4.7,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.44,
                                                        2.44,
                                                        2.43,
                                                        2.45
                                                    ],
                                                    [
                                                        3.42,
                                                        1.04,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.75,
                                                        2.75,
                                                        2.72,
                                                        2.78
                                                    ],
                                                    [
                                                        3.36,
                                                        4.3,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        50.0,
                                                        2.83,
                                                        2.83,
                                                        2.72,
                                                        2.95
                                                    ],
                                                    [
                                                        3.52,
                                                        4.23,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        50.0,
                                                        0.0,
                                                        50.0,
                                                        50.0,
                                                        50.0,
                                                        2.52,
                                                        2.52,
                                                        2.17,
                                                        2.87
                                                    ],
                                                    [
                                                        3.64,
                                                        8.91,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.52,
                                                        2.52,
                                                        2.52,
                                                        2.52
                                                    ],
                                                    [
                                                        3.55,
                                                        7.5,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.47,
                                                        2.47,
                                                        2.47,
                                                        2.47
                                                    ],
                                                    [
                                                        3.61,
                                                        2.74,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        100.0,
                                                        1.87,
                                                        1.87,
                                                        1.87,
                                                        1.87
                                                    ],
                                                    [
                                                        3.38,
                                                        2.76,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.57,
                                                        2.57,
                                                        2.57,
                                                        2.57
                                                    ],
                                                    [
                                                        3.33,
                                                        5.9,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.42,
                                                        2.42,
                                                        2.42,
                                                        2.42
                                                    ],
                                                    [
                                                        3.4,
                                                        4.79,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        3.29,
                                                        3.29,
                                                        3.29,
                                                        3.29
                                                    ]
                                                ],
                                                null
                                            ],
                                            "marker.size": [
                                                [
                                                    23,
                                                    19,
                                                    14,
                                                    12,
                                                    10,
                                                    10,
                                                    9,
                                                    9,
                                                    9,
                                                    9,
                                                    8,
                                                    7,
                                                    7,
                                                    7,
                                                    6,
                                                    6,
                                                    6,
                                                    6,
                                                    5,
                                                    5,
                                                    5,
                                                    4,
                                                    4,
                                                    4,
                                                    4,
                                                    3,
                                                    3,
                                                    3,
                                                    3,
                                                    3,
                                                    3,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1
                                                ],
                                                null
                                            ],
                                            "cells.values": [
                                                null,
                                                [
                                                    [
                                                        "1",
                                                        "2",
                                                        "3"
                                                    ],
                                                    [
                                                        "CA",
                                                        "TX",
                                                        "GA"
                                                    ],
                                                    [
                                                        23,
                                                        19,
                                                        14
                                                    ]
                                                ]
                                            ],
                                            "marker.color": [
                                                [
                                                    23,
                                                    19,
                                                    14,
                                                    12,
                                                    10,
                                                    10,
                                                    9,
                                                    9,
                                                    9,
                                                    9,
                                                    8,
                                                    7,
                                                    7,
                                                    7,
                                                    6,
                                                    6,
                                                    6,
                                                    6,
                                                    5,
                                                    5,
                                                    5,
                                                    4,
                                                    4,
                                                    4,
                                                    4,
                                                    3,
                                                    3,
                                                    3,
                                                    3,
                                                    3,
                                                    3,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1
                                                ],
                                                null
                                            ],
                                            "marker.sizeref": [
                                                0.014668367346938776,
                                                null
                                            ]
                                        },
                                        {
                                            "title": "<span style='font-size:20px'><b>(Fake Data) US Part-time Students</b></span><br><span style='font-size:16px'><b>Program:</b> <i>MSF</i></span><br><span style='font-size:14px'><b>Total:</b> <i>248</i></span>"
                                        }
                                    ],
                                    "label": "MSF",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "lat": [
                                                [
                                                    31.054487,
                                                    36.116203,
                                                    27.766279,
                                                    42.165726,
                                                    40.298904,
                                                    37.769337,
                                                    39.063946,
                                                    40.349457,
                                                    40.388783,
                                                    37.66814,
                                                    39.849426,
                                                    42.230171,
                                                    33.040619,
                                                    35.630066,
                                                    40.590752,
                                                    31.169546,
                                                    43.326618,
                                                    35.747845,
                                                    44.268543,
                                                    38.456085,
                                                    34.969704,
                                                    35.565342,
                                                    45.694454,
                                                    43.933907,
                                                    39.059811,
                                                    33.729759,
                                                    38.5266,
                                                    47.400902,
                                                    41.597782,
                                                    34.840515,
                                                    38.313515,
                                                    42.755966,
                                                    40.150032,
                                                    33.856892,
                                                    32.741646,
                                                    41.12537,
                                                    43.452492,
                                                    47.528912,
                                                    46.921925,
                                                    44.240459,
                                                    42.011539,
                                                    21.094318,
                                                    39.318523,
                                                    38.491226,
                                                    32.806671
                                                ],
                                                null
                                            ],
                                            "lon": [
                                                [
                                                    -97.563461,
                                                    -119.681564,
                                                    -81.686783,
                                                    -74.948051,
                                                    -74.521011,
                                                    -78.169968,
                                                    -76.802101,
                                                    -88.986137,
                                                    -82.764915,
                                                    -84.670067,
                                                    -86.258278,
                                                    -71.530106,
                                                    -83.643074,
                                                    -79.806419,
                                                    -77.209755,
                                                    -91.867805,
                                                    -84.536095,
                                                    -86.692345,
                                                    -89.616508,
                                                    -92.288368,
                                                    -92.373123,
                                                    -96.928917,
                                                    -93.900192,
                                                    -120.55899,
                                                    -105.311104,
                                                    -111.431221,
                                                    -96.726486,
                                                    -121.490494,
                                                    -72.755371,
                                                    -106.248482,
                                                    -117.055374,
                                                    -107.30249,
                                                    -111.862434,
                                                    -80.945007,
                                                    -89.678696,
                                                    -98.268082,
                                                    -71.563896,
                                                    -99.784012,
                                                    -110.454353,
                                                    -114.478828,
                                                    -93.210526,
                                                    -157.498337,
                                                    -75.507141,
                                                    -80.954453,
                                                    -86.79113
                                                ],
                                                null
                                            ],
                                            "text": [
                                                [
                                                    "TX",
                                                    "CA",
                                                    "FL",
                                                    "NY",
                                                    "NJ",
                                                    "VA",
                                                    "MD",
                                                    "IL",
                                                    "OH",
                                                    "KY",
                                                    "IN",
                                                    "MA",
                                                    "GA",
                                                    "NC",
                                                    "PA",
                                                    "LA",
                                                    "MI",
                                                    "TN",
                                                    "WI",
                                                    "MO",
                                                    "AR",
                                                    "OK",
                                                    "MN",
                                                    "OR",
                                                    "CO",
                                                    "AZ",
                                                    "KS",
                                                    "WA",
                                                    "CT",
                                                    "NM",
                                                    "NV",
                                                    "WY",
                                                    "UT",
                                                    "SC",
                                                    "MS",
                                                    "NE",
                                                    "NH",
                                                    "ND",
                                                    "MT",
                                                    "ID",
                                                    "IA",
                                                    "HI",
                                                    "DE",
                                                    "WV",
                                                    "AL"
                                                ],
                                                null
                                            ],
                                            "customdata": [
                                                [
                                                    [
                                                        3.37,
                                                        3.66,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        26.0,
                                                        26.0,
                                                        0.0,
                                                        5.0,
                                                        15.0,
                                                        6.0,
                                                        0.0,
                                                        19.23,
                                                        57.69,
                                                        23.08,
                                                        19.23,
                                                        76.92,
                                                        2.45,
                                                        2.42,
                                                        2.09,
                                                        2.76
                                                    ],
                                                    [
                                                        3.48,
                                                        2.79,
                                                        42.11,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        19.0,
                                                        19.0,
                                                        0.0,
                                                        10.0,
                                                        9.0,
                                                        0.0,
                                                        0.0,
                                                        52.63,
                                                        47.37,
                                                        0.0,
                                                        52.63,
                                                        100.0,
                                                        1.98,
                                                        1.98,
                                                        1.49,
                                                        2.41
                                                    ],
                                                    [
                                                        3.38,
                                                        3.57,
                                                        35.29,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        17.0,
                                                        17.0,
                                                        0.0,
                                                        3.0,
                                                        9.0,
                                                        5.0,
                                                        0.0,
                                                        17.65,
                                                        52.94,
                                                        29.41,
                                                        17.65,
                                                        70.59,
                                                        2.54,
                                                        2.54,
                                                        2.14,
                                                        3.02
                                                    ],
                                                    [
                                                        3.47,
                                                        3.13,
                                                        56.25,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        16.0,
                                                        16.0,
                                                        0.0,
                                                        5.0,
                                                        7.0,
                                                        4.0,
                                                        0.0,
                                                        31.25,
                                                        43.75,
                                                        25.0,
                                                        31.25,
                                                        75.0,
                                                        2.49,
                                                        2.41,
                                                        1.96,
                                                        2.95
                                                    ],
                                                    [
                                                        3.39,
                                                        3.17,
                                                        53.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        15.0,
                                                        15.0,
                                                        0.0,
                                                        3.0,
                                                        6.0,
                                                        6.0,
                                                        0.0,
                                                        20.0,
                                                        40.0,
                                                        40.0,
                                                        20.0,
                                                        60.0,
                                                        2.69,
                                                        2.88,
                                                        2.14,
                                                        3.3
                                                    ],
                                                    [
                                                        3.42,
                                                        3.27,
                                                        57.14,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        14.0,
                                                        14.0,
                                                        0.0,
                                                        1.0,
                                                        8.0,
                                                        5.0,
                                                        0.0,
                                                        7.14,
                                                        57.14,
                                                        35.71,
                                                        7.14,
                                                        64.29,
                                                        2.78,
                                                        2.59,
                                                        2.3,
                                                        3.47
                                                    ],
                                                    [
                                                        3.49,
                                                        3.52,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        12.0,
                                                        12.0,
                                                        0.0,
                                                        3.0,
                                                        7.0,
                                                        2.0,
                                                        0.0,
                                                        25.0,
                                                        58.33,
                                                        16.67,
                                                        25.0,
                                                        83.33,
                                                        2.5,
                                                        2.48,
                                                        2.01,
                                                        2.91
                                                    ],
                                                    [
                                                        3.49,
                                                        3.87,
                                                        72.73,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        11.0,
                                                        11.0,
                                                        0.0,
                                                        1.0,
                                                        9.0,
                                                        1.0,
                                                        0.0,
                                                        9.09,
                                                        81.82,
                                                        9.09,
                                                        9.09,
                                                        90.91,
                                                        2.58,
                                                        2.5,
                                                        2.34,
                                                        2.74
                                                    ],
                                                    [
                                                        3.55,
                                                        4.36,
                                                        18.18,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        11.0,
                                                        11.0,
                                                        0.0,
                                                        5.0,
                                                        5.0,
                                                        1.0,
                                                        0.0,
                                                        45.45,
                                                        45.45,
                                                        9.09,
                                                        45.45,
                                                        90.91,
                                                        1.97,
                                                        2.11,
                                                        1.5,
                                                        2.26
                                                    ],
                                                    [
                                                        3.53,
                                                        3.76,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        10.0,
                                                        10.0,
                                                        0.0,
                                                        1.0,
                                                        7.0,
                                                        2.0,
                                                        0.0,
                                                        10.0,
                                                        70.0,
                                                        20.0,
                                                        10.0,
                                                        80.0,
                                                        2.76,
                                                        2.79,
                                                        2.52,
                                                        2.87
                                                    ],
                                                    [
                                                        3.28,
                                                        3.14,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        10.0,
                                                        10.0,
                                                        0.0,
                                                        1.0,
                                                        6.0,
                                                        3.0,
                                                        0.0,
                                                        10.0,
                                                        60.0,
                                                        30.0,
                                                        10.0,
                                                        70.0,
                                                        2.63,
                                                        2.53,
                                                        2.16,
                                                        2.98
                                                    ],
                                                    [
                                                        3.52,
                                                        2.73,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        9.0,
                                                        9.0,
                                                        0.0,
                                                        4.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        44.44,
                                                        55.56,
                                                        0.0,
                                                        44.44,
                                                        100.0,
                                                        2.09,
                                                        2.14,
                                                        1.85,
                                                        2.35
                                                    ],
                                                    [
                                                        3.31,
                                                        3.05,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        9.0,
                                                        9.0,
                                                        0.0,
                                                        2.0,
                                                        5.0,
                                                        2.0,
                                                        0.0,
                                                        22.22,
                                                        55.56,
                                                        22.22,
                                                        22.22,
                                                        77.78,
                                                        2.48,
                                                        2.39,
                                                        2.09,
                                                        2.62
                                                    ],
                                                    [
                                                        3.31,
                                                        4.2,
                                                        62.5,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        8.0,
                                                        0.0,
                                                        2.0,
                                                        3.0,
                                                        3.0,
                                                        0.0,
                                                        25.0,
                                                        37.5,
                                                        37.5,
                                                        25.0,
                                                        62.5,
                                                        2.58,
                                                        2.4,
                                                        2.06,
                                                        3.14
                                                    ],
                                                    [
                                                        3.38,
                                                        4.34,
                                                        37.5,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        8.0,
                                                        0.0,
                                                        2.0,
                                                        4.0,
                                                        2.0,
                                                        0.0,
                                                        25.0,
                                                        50.0,
                                                        25.0,
                                                        25.0,
                                                        75.0,
                                                        2.7,
                                                        2.71,
                                                        1.99,
                                                        3.16
                                                    ],
                                                    [
                                                        3.42,
                                                        2.75,
                                                        37.5,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        8.0,
                                                        0.0,
                                                        4.0,
                                                        3.0,
                                                        1.0,
                                                        0.0,
                                                        50.0,
                                                        37.5,
                                                        12.5,
                                                        50.0,
                                                        87.5,
                                                        2.25,
                                                        2.03,
                                                        1.77,
                                                        2.6
                                                    ],
                                                    [
                                                        3.25,
                                                        3.62,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        8.0,
                                                        8.0,
                                                        0.0,
                                                        3.0,
                                                        3.0,
                                                        2.0,
                                                        0.0,
                                                        37.5,
                                                        37.5,
                                                        25.0,
                                                        37.5,
                                                        75.0,
                                                        2.28,
                                                        2.24,
                                                        1.66,
                                                        2.69
                                                    ],
                                                    [
                                                        3.4,
                                                        4.43,
                                                        28.57,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        7.0,
                                                        7.0,
                                                        0.0,
                                                        2.0,
                                                        4.0,
                                                        1.0,
                                                        0.0,
                                                        28.57,
                                                        57.14,
                                                        14.29,
                                                        28.57,
                                                        85.71,
                                                        2.36,
                                                        2.72,
                                                        1.88,
                                                        2.84
                                                    ],
                                                    [
                                                        3.45,
                                                        3.42,
                                                        71.43,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        7.0,
                                                        7.0,
                                                        0.0,
                                                        2.0,
                                                        3.0,
                                                        2.0,
                                                        0.0,
                                                        28.57,
                                                        42.86,
                                                        28.57,
                                                        28.57,
                                                        71.43,
                                                        2.69,
                                                        2.61,
                                                        2.17,
                                                        3.22
                                                    ],
                                                    [
                                                        3.44,
                                                        2.48,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        6.0,
                                                        0.0,
                                                        2.0,
                                                        1.0,
                                                        3.0,
                                                        0.0,
                                                        33.33,
                                                        16.67,
                                                        50.0,
                                                        33.33,
                                                        50.0,
                                                        2.68,
                                                        2.9,
                                                        2.09,
                                                        3.13
                                                    ],
                                                    [
                                                        3.41,
                                                        3.2,
                                                        66.67,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        6.0,
                                                        0.0,
                                                        1.0,
                                                        2.0,
                                                        3.0,
                                                        0.0,
                                                        16.67,
                                                        33.33,
                                                        50.0,
                                                        16.67,
                                                        50.0,
                                                        2.81,
                                                        2.94,
                                                        2.67,
                                                        3.15
                                                    ],
                                                    [
                                                        3.46,
                                                        3.04,
                                                        16.67,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        6.0,
                                                        0.0,
                                                        2.0,
                                                        1.0,
                                                        3.0,
                                                        0.0,
                                                        33.33,
                                                        16.67,
                                                        50.0,
                                                        33.33,
                                                        50.0,
                                                        2.74,
                                                        2.73,
                                                        1.97,
                                                        3.62
                                                    ],
                                                    [
                                                        3.31,
                                                        4.37,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        6.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        33.33,
                                                        66.67,
                                                        0.0,
                                                        33.33,
                                                        3.14,
                                                        3.18,
                                                        3.01,
                                                        3.32
                                                    ],
                                                    [
                                                        3.25,
                                                        3.04,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        6.0,
                                                        0.0,
                                                        1.0,
                                                        3.0,
                                                        2.0,
                                                        0.0,
                                                        16.67,
                                                        50.0,
                                                        33.33,
                                                        16.67,
                                                        66.67,
                                                        2.71,
                                                        2.74,
                                                        2.3,
                                                        3.12
                                                    ],
                                                    [
                                                        3.47,
                                                        3.78,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        6.0,
                                                        0.0,
                                                        2.0,
                                                        2.0,
                                                        2.0,
                                                        0.0,
                                                        33.33,
                                                        33.33,
                                                        33.33,
                                                        33.33,
                                                        66.67,
                                                        2.62,
                                                        2.32,
                                                        2.03,
                                                        3.39
                                                    ],
                                                    [
                                                        3.34,
                                                        2.91,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        6.0,
                                                        6.0,
                                                        0.0,
                                                        1.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        16.67,
                                                        83.33,
                                                        0.0,
                                                        16.67,
                                                        100.0,
                                                        2.43,
                                                        2.56,
                                                        2.28,
                                                        2.67
                                                    ],
                                                    [
                                                        3.46,
                                                        2.45,
                                                        20.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        5.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.52,
                                                        2.51,
                                                        2.44,
                                                        2.55
                                                    ],
                                                    [
                                                        3.48,
                                                        2.45,
                                                        25.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        4.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.17,
                                                        2.09,
                                                        2.07,
                                                        2.2
                                                    ],
                                                    [
                                                        3.32,
                                                        2.59,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        66.67,
                                                        33.33,
                                                        0.0,
                                                        66.67,
                                                        2.81,
                                                        2.46,
                                                        2.44,
                                                        3.0
                                                    ],
                                                    [
                                                        3.42,
                                                        4.78,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        3.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        33.33,
                                                        33.33,
                                                        33.33,
                                                        33.33,
                                                        66.67,
                                                        2.28,
                                                        2.24,
                                                        1.73,
                                                        2.81
                                                    ],
                                                    [
                                                        3.25,
                                                        1.58,
                                                        33.33,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        3.0,
                                                        0.0,
                                                        1.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        33.33,
                                                        66.67,
                                                        0.0,
                                                        33.33,
                                                        100.0,
                                                        2.25,
                                                        2.58,
                                                        1.97,
                                                        2.69
                                                    ],
                                                    [
                                                        3.22,
                                                        4.06,
                                                        66.67,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        3.0,
                                                        3.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        33.33,
                                                        66.67,
                                                        0.0,
                                                        33.33,
                                                        3.04,
                                                        3.14,
                                                        2.73,
                                                        3.4
                                                    ],
                                                    [
                                                        3.57,
                                                        2.84,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        3.13,
                                                        3.13,
                                                        3.09,
                                                        3.18
                                                    ],
                                                    [
                                                        3.6,
                                                        3.56,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        2.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        50.0,
                                                        50.0,
                                                        0.0,
                                                        50.0,
                                                        100.0,
                                                        1.63,
                                                        1.63,
                                                        1.44,
                                                        1.82
                                                    ],
                                                    [
                                                        3.22,
                                                        2.15,
                                                        50.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.18,
                                                        2.18,
                                                        2.11,
                                                        2.24
                                                    ],
                                                    [
                                                        3.2,
                                                        3.06,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        2.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.52,
                                                        2.52,
                                                        2.3,
                                                        2.74
                                                    ],
                                                    [
                                                        3.23,
                                                        3.4,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.84,
                                                        2.84,
                                                        2.84,
                                                        2.84
                                                    ],
                                                    [
                                                        3.38,
                                                        2.41,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.95,
                                                        2.95,
                                                        2.95,
                                                        2.95
                                                    ],
                                                    [
                                                        3.55,
                                                        3.29,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        3.72,
                                                        3.72,
                                                        3.72,
                                                        3.72
                                                    ],
                                                    [
                                                        3.42,
                                                        1.97,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        3.58,
                                                        3.58,
                                                        3.58,
                                                        3.58
                                                    ],
                                                    [
                                                        3.72,
                                                        5.9,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        100.0,
                                                        1.67,
                                                        1.67,
                                                        1.67,
                                                        1.67
                                                    ],
                                                    [
                                                        3.36,
                                                        3.64,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.81,
                                                        2.81,
                                                        2.81,
                                                        2.81
                                                    ],
                                                    [
                                                        3.12,
                                                        2.41,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        3.51,
                                                        3.51,
                                                        3.51,
                                                        3.51
                                                    ],
                                                    [
                                                        3.36,
                                                        0.86,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        2.8,
                                                        2.8,
                                                        2.8,
                                                        2.8
                                                    ],
                                                    [
                                                        3.25,
                                                        0.84,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        1.0,
                                                        1.0,
                                                        0.0,
                                                        1.0,
                                                        0.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        0.0,
                                                        0.0,
                                                        100.0,
                                                        100.0,
                                                        1.63,
                                                        1.63,
                                                        1.63,
                                                        1.63
                                                    ]
                                                ],
                                                null
                                            ],
                                            "marker.size": [
                                                [
                                                    26,
                                                    19,
                                                    17,
                                                    16,
                                                    15,
                                                    14,
                                                    12,
                                                    11,
                                                    11,
                                                    10,
                                                    10,
                                                    9,
                                                    9,
                                                    8,
                                                    8,
                                                    8,
                                                    8,
                                                    7,
                                                    7,
                                                    6,
                                                    6,
                                                    6,
                                                    6,
                                                    6,
                                                    6,
                                                    6,
                                                    5,
                                                    4,
                                                    3,
                                                    3,
                                                    3,
                                                    3,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1
                                                ],
                                                null
                                            ],
                                            "cells.values": [
                                                null,
                                                [
                                                    [
                                                        "1",
                                                        "2",
                                                        "3"
                                                    ],
                                                    [
                                                        "TX",
                                                        "CA",
                                                        "FL"
                                                    ],
                                                    [
                                                        26,
                                                        19,
                                                        17
                                                    ]
                                                ]
                                            ],
                                            "marker.color": [
                                                [
                                                    26,
                                                    19,
                                                    17,
                                                    16,
                                                    15,
                                                    14,
                                                    12,
                                                    11,
                                                    11,
                                                    10,
                                                    10,
                                                    9,
                                                    9,
                                                    8,
                                                    8,
                                                    8,
                                                    8,
                                                    7,
                                                    7,
                                                    6,
                                                    6,
                                                    6,
                                                    6,
                                                    6,
                                                    6,
                                                    6,
                                                    5,
                                                    4,
                                                    3,
                                                    3,
                                                    3,
                                                    3,
                                                    2,
                                                    2,
                                                    2,
                                                    2,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1,
                                                    1
                                                ],
                                                null
                                            ],
                                            "marker.sizeref": [
                                                0.016581632653061226,
                                                null
                                            ]
                                        },
                                        {
                                            "title": "<span style='font-size:20px'><b>(Fake Data) US Part-time Students</b></span><br><span style='font-size:16px'><b>Program:</b> <i>FLEX MBA</i></span><br><span style='font-size:14px'><b>Total:</b> <i>305</i></span>"
                                        }
                                    ],
                                    "label": "FLEX MBA",
                                    "method": "update"
                                }
                            ],
                            "xanchor": "left",
                            "yanchor": "top",
                            "direction": "down"
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~NaserNikandish",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/68.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-06 22:23:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "NaserNikandish",
                "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-09-06T18:22:28.836580Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~fpapa/3.embed",
            "fid": "fpapa:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/fpapa:3/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/fpapa/3/2_GZ8CYY88I9JXX73N7V4S6YWV0H3N3I.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/fpapa/3/8_LFUYF51NOXV6JSTFJLO1P44P2A9UPN.png",
                "list-thumb": "https://api.plotly.com/v2/files/fpapa:3/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/fpapa:3",
                "plots": "https://api.plotly.com/v2/plots/fpapa:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=fpapa"
            },
            "owner": "fpapa",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~fpapa/3/",
            "world_readable": true,
            "date_modified": "2025-09-06T18:22:28.848Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~fpapa/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": true,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "solid"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "data_chiusura",
                                "y": "x3_close"
                            }
                        },
                        "mode": "lines",
                        "name": "Upro",
                        "type": "scatter",
                        "xsrc": "fpapa:2:0b775b",
                        "ysrc": "fpapa:2:27ee64"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "data_chiusura",
                                "y": "x3_mm"
                            }
                        },
                        "mode": "lines",
                        "name": "mm21",
                        "type": "scatter",
                        "xsrc": "fpapa:2:0b775b",
                        "ysrc": "fpapa:2:a000df",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "data_chiusura",
                                "y": "x3_ret"
                            }
                        },
                        "mode": "lines",
                        "name": "Upro_return",
                        "type": "bar",
                        "xsrc": "fpapa:2:0b775b",
                        "ysrc": "fpapa:2:567f27",
                        "marker": {
                            "opacity": 0.41
                        },
                        "visible": true,
                        "stackgroup": null,
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "data_chiusura",
                                "y": "spy_ret"
                            }
                        },
                        "name": "Spy_return",
                        "type": "bar",
                        "xsrc": "fpapa:2:0b775b",
                        "ysrc": "fpapa:2:86c931",
                        "marker": {
                            "color": "#ab63fa",
                            "opacity": 0.35
                        },
                        "opacity": 0.54,
                        "visible": true,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            168.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            136.28987800000002
                        ],
                        "autorange": true
                    },
                    "bargap": 0,
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~fpapa",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-06 18:06:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "fpapa",
                "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-09-06T18:20:37.079530Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~fpapa/1.embed",
            "fid": "fpapa:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/fpapa/1/9_7RU78EHUE403TUXIVX3MYFXR9H9TKY.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/fpapa:1/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/fpapa/1/8_S2KO4ERGRZLIC85MJ0JKILHYXVX1DU.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/fpapa/1/9_7RU78EHUE403TUXIVX3MYFXR9H9TKY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/fpapa:1",
                "plots": "https://api.plotly.com/v2/plots/fpapa:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=fpapa"
            },
            "owner": "fpapa",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~fpapa/1/",
            "world_readable": true,
            "date_modified": "2025-09-06T18:20:37.092Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~fpapa/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": true,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "solid"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "data_chiusura",
                                "y": "x3_close"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "fpapa:0:5f8985",
                        "ysrc": "fpapa:0:7f0c16"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "data_chiusura",
                                "y": "x3_mm"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "fpapa:0:5f8985",
                        "ysrc": "fpapa:0:c74306",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "data_chiusura",
                                "y": "x3_ret"
                            }
                        },
                        "mode": "lines",
                        "type": "bar",
                        "xsrc": "fpapa:0:5f8985",
                        "ysrc": "fpapa:0:7b7a9f",
                        "marker": {
                            "opacity": 0.41
                        },
                        "visible": true,
                        "stackgroup": null,
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "data_chiusura",
                                "y": "spy_ret"
                            }
                        },
                        "type": "bar",
                        "xsrc": "fpapa:0:5f8985",
                        "ysrc": "fpapa:0:aa3052",
                        "marker": {
                            "color": "#ab63fa",
                            "opacity": 0.35
                        },
                        "opacity": 0.54,
                        "visible": true,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            168.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            136.28987800000002
                        ],
                        "autorange": true
                    },
                    "bargap": 0,
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~fpapa",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-06 18:06:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "fpapa",
                "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-09-06T17:13:33.841890Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jankar/1.embed",
            "fid": "jankar:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jankar/1/9_7KBD2FK1DVC1SFZD05CRIP0X3Y20DB.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jankar/1/2_M3K5GFI0RRLV1MMCMN4DGLGKWWFHG7.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jankar/1/8_1O1WJAY7MYYWBCC5M50LSAS1WNPQ3A.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jankar/1/9_7KBD2FK1DVC1SFZD05CRIP0X3Y20DB.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jankar:1",
                "plots": "https://api.plotly.com/v2/plots/jankar:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=jankar"
            },
            "owner": "jankar",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jankar/1/",
            "world_readable": true,
            "date_modified": "2025-09-09T19:05:13.958Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jankar/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "",
                                "y": ""
                            }
                        },
                        "mode": "markers",
                        "type": "scattergl",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Range",
                                "y": "1"
                            }
                        },
                        "mode": "markers",
                        "type": "scattergl",
                        "xsrc": "jankar:0:3d9ac2",
                        "ysrc": "jankar:0:d50745",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Range",
                                "y": "2"
                            }
                        },
                        "mode": "markers",
                        "type": "scattergl",
                        "xsrc": "jankar:0:3d9ac2",
                        "ysrc": "jankar:0:406ce6",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Range",
                                "y": "3"
                            }
                        },
                        "mode": "markers",
                        "type": "scattergl",
                        "xsrc": "jankar:0:3d9ac2",
                        "ysrc": "jankar:0:9b9bda",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Range",
                                "y": "4"
                            }
                        },
                        "mode": "markers",
                        "type": "scattergl",
                        "xsrc": "jankar:0:3d9ac2",
                        "ysrc": "jankar:0:bb2e26",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Range",
                                "y": "5"
                            }
                        },
                        "mode": "markers",
                        "type": "scattergl",
                        "xsrc": "jankar:0:3d9ac2",
                        "ysrc": "jankar:0:2fc49c",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Range",
                                "y": "6"
                            }
                        },
                        "mode": "markers",
                        "type": "scattergl",
                        "xsrc": "jankar:0:3d9ac2",
                        "ysrc": "jankar:0:1caac6",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Range",
                                "y": "7"
                            }
                        },
                        "mode": "markers",
                        "type": "scattergl",
                        "xsrc": "jankar:0:3d9ac2",
                        "ysrc": "jankar:0:9e6f07",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Range",
                                "y": "8"
                            }
                        },
                        "mode": "markers",
                        "type": "scattergl",
                        "xsrc": "jankar:0:3d9ac2",
                        "ysrc": "jankar:0:475513",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Range",
                                "y": "9"
                            }
                        },
                        "mode": "markers",
                        "type": "scattergl",
                        "xsrc": "jankar:0:3d9ac2",
                        "ysrc": "jankar:0:e4523f",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Range",
                                "y": "10"
                            }
                        },
                        "mode": "markers",
                        "type": "scattergl",
                        "xsrc": "jankar:0:3d9ac2",
                        "ysrc": "jankar:0:dd242f",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 14
                        },
                        "text": "<b>Count</b>"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "color": "Black",
                        "range": [
                            1801.1946082561078,
                            3167.8107273237856
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 13
                            },
                            "text": "Timeline"
                        },
                        "anchor": "y",
                        "nticks": 30,
                        "ticklen": 5,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 14
                        },
                        "autorange": false,
                        "gridwidth": 1,
                        "tickangle": "auto",
                        "tickwidth": 1,
                        "automargin": false,
                        "showspikes": false,
                        "rangeslider": {
                            "range": [
                                1903.1771935051393,
                                3185.8228064948607
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "showticklabels": true,
                        "separatethousands": false
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "color": "Black",
                        "range": [
                            0.5273164335664337,
                            1.7204982517482517
                        ],
                        "title": {
                            "text": "Revenue"
                        },
                        "anchor": "free",
                        "domain": [
                            0,
                            1
                        ],
                        "showline": false,
                        "tickfont": {
                            "size": 14
                        },
                        "autorange": false,
                        "tickangle": "auto",
                        "automargin": false,
                        "showspikes": false,
                        "showticklabels": true
                    },
                    "margin": {
                        "b": 50,
                        "l": 50,
                        "r": 50,
                        "t": 50
                    },
                    "modebar": {
                        "orientation": "h"
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "clickmode": "event+select",
                    "hovermode": "y",
                    "hoverlabel": {
                        "font": {
                            "size": 20,
                            "family": "Arial"
                        },
                        "align": "auto"
                    },
                    "selectdirection": "h"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jankar",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-06 17:08:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jankar",
                "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-09-06T15:44:18.103180Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Sachin.bhirodkar/1.embed",
            "fid": "Sachin.bhirodkar:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Sachin.bhirodkar:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Sachin.bhirodkar/1/2_KZS1K6DZ8FU2MR6A0URX9FM0D4DBK5.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Sachin.bhirodkar/1/8_AUXTOQ6XMZK0XXZTVUHDPN39EKYF31.png",
                "list-thumb": "https://api.plotly.com/v2/files/Sachin.bhirodkar:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Sachin.bhirodkar:1",
                "plots": "https://api.plotly.com/v2/plots/Sachin.bhirodkar:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=Sachin.bhirodkar"
            },
            "owner": "Sachin.bhirodkar",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Sachin.bhirodkar/1/",
            "world_readable": true,
            "date_modified": "2025-09-06T15:44:18.114Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Sachin.bhirodkar/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": true,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers",
                        "name": "\n  SG2_Impr_G_ALL_WNK_Day_35C_Charging",
                        "type": "bar",
                        "xsrc": "Sachin.bhirodkar:0:ade640",
                        "ysrc": "Sachin.bhirodkar:0:4ea902",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "name": "\n  SG2_Impr_G_ALL_WNK_Day_50C_Charging",
                        "type": "bar",
                        "xsrc": "Sachin.bhirodkar:0:ade640",
                        "ysrc": "Sachin.bhirodkar:0:f59544",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "D"
                            }
                        },
                        "name": "\n  SG2_Impr_G_ALL_WNK_Night_Charging",
                        "type": "bar",
                        "xsrc": "Sachin.bhirodkar:0:ade640",
                        "ysrc": "Sachin.bhirodkar:0:9af893",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "E"
                            }
                        },
                        "name": "\n  SG2_Impr_G_ALL_WONK_Day_35C_Charging",
                        "type": "bar",
                        "xsrc": "Sachin.bhirodkar:0:ade640",
                        "ysrc": "Sachin.bhirodkar:0:2c4833",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "F"
                            }
                        },
                        "name": "\n  SG2_Impr_G_ALL_WONK_Day_50C_Charging",
                        "type": "bar",
                        "xsrc": "Sachin.bhirodkar:0:ade640",
                        "ysrc": "Sachin.bhirodkar:0:eb9f88",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "G"
                            }
                        },
                        "name": "\n  SG2_Impr_G_ALL_WONK_Night_Charging",
                        "type": "bar",
                        "xsrc": "Sachin.bhirodkar:0:ade640",
                        "ysrc": "Sachin.bhirodkar:0:e0509f",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "H"
                            }
                        },
                        "name": "\n  SG2_WSP_G_ALL_WNK_Day_35C_Charging",
                        "type": "bar",
                        "xsrc": "Sachin.bhirodkar:0:ade640",
                        "ysrc": "Sachin.bhirodkar:0:cbf47e",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "I"
                            }
                        },
                        "name": "\n  SG2_WSP_G_ALL_WNK_Day_50C_Charging",
                        "type": "bar",
                        "xsrc": "Sachin.bhirodkar:0:ade640",
                        "ysrc": "Sachin.bhirodkar:0:0df6f5",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "J"
                            }
                        },
                        "name": "\n  SG2_WSP_G_ALL_WNK_Night_Charging",
                        "type": "bar",
                        "xsrc": "Sachin.bhirodkar:0:ade640",
                        "ysrc": "Sachin.bhirodkar:0:6e6f4c",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "K"
                            }
                        },
                        "name": "\n  SG2_WSP_G_ALL_WONK_Day_35C_Charging",
                        "type": "bar",
                        "xsrc": "Sachin.bhirodkar:0:ade640",
                        "ysrc": "Sachin.bhirodkar:0:2f19ff",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "L"
                            }
                        },
                        "name": "\n  SG2_WSP_G_ALL_WONK_Day_50C_Charging",
                        "type": "bar",
                        "xsrc": "Sachin.bhirodkar:0:ade640",
                        "ysrc": "Sachin.bhirodkar:0:8c9f97",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "M"
                            }
                        },
                        "name": "\n  SG2_WSP_G_ALL_WONK_Night_Charging",
                        "type": "bar",
                        "xsrc": "Sachin.bhirodkar:0:ade640",
                        "ysrc": "Sachin.bhirodkar:0:b7498b",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "N"
                            }
                        },
                        "name": "\n  Noise\n  Limits_Night time",
                        "type": "bar",
                        "xsrc": "Sachin.bhirodkar:0:ade640",
                        "ysrc": "Sachin.bhirodkar:0:ef056d",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "O"
                            }
                        },
                        "name": "\n  Noise\n  Limits_Daytime",
                        "type": "bar",
                        "xsrc": "Sachin.bhirodkar:0:ade640",
                        "ysrc": "Sachin.bhirodkar:0:98bdec",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Least Used Features"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "category",
                        "range": [
                            -0.5,
                            7.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0,
                            47.36842105263158
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Sachin.bhirodkar",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-06 15:04:47",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Sachin.bhirodkar",
                "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-09-06T15:05:41.484139Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jmoxley/19027.embed",
            "fid": "jmoxley:19027",
            "filename": "20250905_linkage_history_miax_b",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jmoxley/19027/9_9P7V7X4WDU92ZDWDBRQYC8NBM7SHCC.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jmoxley/19027/2_L26L5SBQVPLTT1PCXSWQWSMQX84E82.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jmoxley/19027/8_2WEJJDO8HRLZ1W573YUHCVZG61EWJ3.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jmoxley/19027/9_9P7V7X4WDU92ZDWDBRQYC8NBM7SHCC.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jmoxley:19027",
                "plots": "https://api.plotly.com/v2/plots/jmoxley:19027",
                "parent": "https://api.plotly.com/v2/folders/home?user=jmoxley"
            },
            "owner": "jmoxley",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jmoxley/19027/",
            "world_readable": true,
            "date_modified": "2025-09-06T15:05:41.524Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jmoxley/19027/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "name": "Mean",
                        "type": "scatter",
                        "xsrc": "jmoxley:19026:5dcb67",
                        "ysrc": "jmoxley:19026:e44411"
                    },
                    {
                        "mode": "lines",
                        "name": "Median",
                        "type": "scatter",
                        "xsrc": "jmoxley:19026:20ee78",
                        "ysrc": "jmoxley:19026:f94d5e"
                    },
                    {
                        "mode": "lines",
                        "name": "Min",
                        "type": "scatter",
                        "xsrc": "jmoxley:19026:347288",
                        "ysrc": "jmoxley:19026:063642"
                    },
                    {
                        "mode": "lines",
                        "name": "StDev",
                        "type": "scatter",
                        "xsrc": "jmoxley:19026:751f08",
                        "ysrc": "jmoxley:19026:cfe9f4"
                    },
                    {
                        "mode": "lines",
                        "name": "Orders Scaled",
                        "type": "scatter",
                        "xsrc": "jmoxley:19026:564478",
                        "ysrc": "jmoxley:19026:9504d4"
                    }
                ],
                "layout": {
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        }
                                    },
                                    "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",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "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
                                        }
                                    }
                                }
                            ],
                            "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": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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
                            }
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jmoxley",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-07-02 18:27:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jmoxley",
                "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-09-06T13:25:55.522946Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Luca01/1.embed",
            "fid": "Luca01:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Luca01/1/9_O51OHLFUHKS703BQEIVWN9ZLDJWBDS.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Luca01/1/2_VDC5D58N4J67O06RMHQ9H1T7RV3NCG.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Luca01/1/8_WAV60LDENC60ONS3CIE1Z8PZ983URG.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Luca01/1/9_O51OHLFUHKS703BQEIVWN9ZLDJWBDS.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Luca01:1",
                "plots": "https://api.plotly.com/v2/plots/Luca01:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=Luca01"
            },
            "owner": "Luca01",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Luca01/1/",
            "world_readable": true,
            "date_modified": "2025-09-06T13:30:20.620Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Luca01/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1a5147",
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x",
                                "y": "Trace 0, y"
                            }
                        },
                        "mode": "markers",
                        "name": "Wasilewski",
                        "type": "scatter",
                        "xsrc": "Luca01:0:55a9d4",
                        "ysrc": "Luca01:0:efb733"
                    },
                    {
                        "uid": "fe4f01",
                        "meta": {
                            "columnNames": {
                                "x": "Trace 1, x",
                                "y": "Trace 1, y"
                            }
                        },
                        "mode": "markers",
                        "name": "Saburi",
                        "type": "scatter",
                        "xsrc": "Luca01:0:a238c5",
                        "ysrc": "Luca01:0:8cab39",
                        "visible": true
                    },
                    {
                        "uid": "be8796",
                        "meta": {
                            "columnNames": {
                                "x": "Trace 2, x",
                                "y": "Trace 2, y"
                            }
                        },
                        "mode": "markers",
                        "name": "Hanlon",
                        "type": "scatter",
                        "xsrc": "Luca01:0:887030",
                        "ysrc": "Luca01:0:45b3d2",
                        "visible": true
                    },
                    {
                        "uid": "aa0c3e",
                        "meta": {
                            "columnNames": {
                                "x": "Trace 4, x",
                                "y": "Trace 4, y"
                            }
                        },
                        "mode": "markers",
                        "name": "Kornilov",
                        "type": "scatter",
                        "xsrc": "Luca01:0:eff66f",
                        "ysrc": "Luca01:0:fc1202"
                    },
                    {
                        "uid": "57d5db",
                        "meta": {
                            "columnNames": {
                                "x": "Trace 5, x",
                                "y": "Trace 5, y"
                            }
                        },
                        "mode": "markers",
                        "name": "Melton",
                        "type": "scatter",
                        "xsrc": "Luca01:0:b72c8f",
                        "ysrc": "Luca01:0:511866"
                    },
                    {
                        "uid": "5a8384",
                        "meta": {
                            "columnNames": {
                                "x": "Trace 6, x",
                                "y": "Trace 6, y"
                            }
                        },
                        "mode": "markers",
                        "name": "Nishida",
                        "type": "scatter",
                        "xsrc": "Luca01:0:cb8a89",
                        "ysrc": "Luca01:0:215b13"
                    },
                    {
                        "uid": "141569",
                        "meta": {
                            "columnNames": {
                                "x": "Trace 7, x",
                                "y": "Trace 7, y"
                            }
                        },
                        "mode": "markers",
                        "name": "Smith",
                        "type": "scatter",
                        "xsrc": "Luca01:0:98ff4e",
                        "ysrc": "Luca01:0:7825b5"
                    },
                    {
                        "uid": "1346b0",
                        "meta": {
                            "columnNames": {
                                "x": "Trace 8, x",
                                "y": "Trace 8, y"
                            }
                        },
                        "mode": "markers",
                        "name": "Tang",
                        "type": "scatter",
                        "xsrc": "Luca01:0:528d18",
                        "ysrc": "Luca01:0:f599f0"
                    },
                    {
                        "uid": "560525",
                        "meta": {
                            "columnNames": {
                                "x": "S",
                                "y": "T"
                            }
                        },
                        "mode": "markers",
                        "name": "Frenzel",
                        "type": "scatter",
                        "xsrc": "Luca01:0:810014",
                        "ysrc": "Luca01:0:b69891",
                        "stackgroup": null
                    },
                    {
                        "uid": "4e4a62",
                        "meta": {
                            "columnNames": {
                                "x": "U",
                                "y": "V"
                            }
                        },
                        "mode": "markers",
                        "name": "Kunzman",
                        "type": "scatter",
                        "xsrc": "Luca01:0:10d3a2",
                        "ysrc": "Luca01:0:b2e74c",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Influence of Ni content on Ms transformation temperature"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            478.0900095037373,
                            515.051070876817
                        ],
                        "title": {
                            "text": "Mole Fraction Ni"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            59.639452438849915,
                            368.8659575009727
                        ],
                        "title": {
                            "text": "Ms temperature (K)"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "dragmode": "select"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Luca01",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/93.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-06 13:24:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Luca01",
                "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-09-06T12:26:14.464499Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~david.szilvasi/4.embed",
            "fid": "david.szilvasi:4",
            "filename": "IOP Verlauf",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/david.szilvasi:4/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/david.szilvasi/4/2_CWVTDCMUHTOOQBNSZ9C0K1O13TUEBW.png",
                "block-thumb": "https://api.plotly.com/v2/files/david.szilvasi:4/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/david.szilvasi:4/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/david.szilvasi:4",
                "plots": "https://api.plotly.com/v2/plots/david.szilvasi:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=david.szilvasi"
            },
            "owner": "david.szilvasi",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~david.szilvasi/4/",
            "world_readable": true,
            "date_modified": "2025-09-06T22:51:54.302Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~david.szilvasi/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Event",
                                "text": "Event",
                                "textposition": ""
                            }
                        },
                        "mode": "markers+lines",
                        "name": "IOP",
                        "type": "scatter",
                        "xsrc": "david.szilvasi:5:dcbbb1",
                        "ysrc": "david.szilvasi:5:555842",
                        "marker": {
                            "size": 10,
                            "color": "rgb(124, 124, 124)"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "rgb(124, 124, 124)",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "textsrc": "david.szilvasi:5:555842",
                        "hoverinfo": "x+y+text",
                        "cliponaxis": true,
                        "hoverlabel": {
                            "namelength": 0
                        },
                        "textposition": "top center",
                        "hovertemplate": "Datum: %{x}<br>IOP: %{y} Hgmm"
                    },
                    {
                        "fill": "none",
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Event",
                                "marker": {
                                    "color": "Location"
                                }
                            }
                        },
                        "mode": "markers",
                        "name": "Events",
                        "type": "scatter",
                        "xsrc": "david.szilvasi:5:dcbbb1",
                        "ysrc": "david.szilvasi:5:555842",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "color": "Location"
                                }
                            },
                            "size": 8,
                            "color": "#1f77b4",
                            "symbol": "diamond",
                            "opacity": 1
                        },
                        "error_y": {
                            "type": "percent",
                            "color": "#444",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "hoverinfo": "x+y",
                        "cliponaxis": true,
                        "hoverlabel": {
                            "namelength": 0
                        },
                        "showlegend": false,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Click to enter Plot title"
                    },
                    "xaxis": {
                        "type": "date",
                        "range": [
                            "2025-07-04 07:31:47.7605",
                            "2025-09-14 16:28:12.2395"
                        ],
                        "ticks": "",
                        "title": {
                            "text": "Datum"
                        },
                        "anchor": "free",
                        "domain": [
                            0,
                            1
                        ],
                        "showgrid": false,
                        "zeroline": true,
                        "autorange": true,
                        "tickangle": "auto",
                        "fixedrange": true,
                        "showspikes": false,
                        "tickformat": "%d.%m",
                        "rangeslider": {
                            "range": [
                                "2025-07-11 20:36:17.4143",
                                "2025-09-07 03:23:42.5857"
                            ],
                            "yaxis": {},
                            "yaxis2": {},
                            "visible": false,
                            "autorange": true
                        },
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "category",
                        "range": [
                            -1.3,
                            14.3
                        ],
                        "title": {
                            "text": "IOP in Hgmm"
                        },
                        "domain": [
                            0,
                            0.75
                        ],
                        "autorange": true,
                        "fixedrange": true,
                        "showspikes": false,
                        "tickformat": "",
                        "ticksuffix": ""
                    },
                    "images": [],
                    "shapes": [],
                    "yaxis2": {
                        "side": "right",
                        "type": "category",
                        "range": [
                            -2.2837837837837838,
                            15.283783783783784
                        ],
                        "title": {
                            "font": {
                                "size": 14
                            },
                            "text": "Events"
                        },
                        "domain": [
                            0.75,
                            1
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": true,
                        "fixedrange": true,
                        "overlaying": false,
                        "showticklabels": false
                    },
                    "barmode": "group",
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "showlegend": true,
                    "annotations": []
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~david.szilvasi",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/29.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-06 11:46:09",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "david.szilvasi",
                "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-09-06T11:17:45.462778Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Cikguhadz/2.embed",
            "fid": "Cikguhadz:2",
            "filename": "Plot 2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Cikguhadz/2/9_R8L3VMIF9YXKGG6DL1IE0T11TFUAB9.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Cikguhadz/2/2_1AQY7P9W685T5RKC14UO5QJC70XCMC.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Cikguhadz/2/8_H2VGKDUJH21IZIO2A1V2R2PC96SMZ0.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Cikguhadz/2/9_R8L3VMIF9YXKGG6DL1IE0T11TFUAB9.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Cikguhadz:2",
                "plots": "https://api.plotly.com/v2/plots/Cikguhadz:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=Cikguhadz"
            },
            "owner": "Cikguhadz",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Cikguhadz/2/",
            "world_readable": true,
            "date_modified": "2025-09-06T11:17:45.477Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Cikguhadz/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "120",
                                "y": "125",
                                "z": "130"
                            }
                        },
                        "mode": "markers",
                        "type": "surface",
                        "xsrc": "Cikguhadz:1:97c537",
                        "ysrc": "Cikguhadz:1:6a05ec",
                        "zsrc": "Cikguhadz:1:61502a"
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Cikguhadz",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-06 11:02:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Cikguhadz",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}