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=cj0xJnA9MjAyNS0wOS0wOCswNiUzQTE0JTNBMjguMDI3MDE4JTJCMDAlM0EwMA%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=cD0yMDI1LTA5LTA4KzA3JTNBMzAlM0ExMi44NjgzMjUlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wOS0wOCswOCUzQTIxJTNBNTMuNDI1OTI3JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-09-08T08:21:53.425927Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/35.embed",
            "fid": "singhtinka970:35",
            "filename": "Plot pm 10",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/singhtinka970:35/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/singhtinka970:35/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/35/8_7BCKA85GKZ1Q2OCXKWUAXSL0LHJ27M.png",
                "list-thumb": "https://api.plotly.com/v2/files/singhtinka970:35/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:35",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:35",
                "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970"
            },
            "owner": "singhtinka970",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~singhtinka970/35/",
            "world_readable": true,
            "date_modified": "2025-09-08T08:30:47.883Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/35/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Vehicular Emissions"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Road Dust Resuspension</b>",
                        "type": "bar",
                        "xsrc": "singhtinka970:34:3f149f",
                        "ysrc": "singhtinka970:34:af0d02",
                        "marker": {
                            "line": {
                                "color": "rgb(19, 1, 1)",
                                "width": 2
                            },
                            "color": "rgb(148, 113, 6)"
                        },
                        "error_x": {
                            "type": "percent",
                            "value": 10,
                            "visible": false,
                            "symmetric": true,
                            "copy_ystyle": true
                        },
                        "error_y": {
                            "color": "rgb(0, 0, 0)",
                            "visible": true,
                            "symmetric": true
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Road Dust Resuspension"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Vehicular Emissions</b>",
                        "type": "bar",
                        "xsrc": "singhtinka970:34:3f149f",
                        "ysrc": "singhtinka970:34:ecb51d",
                        "marker": {
                            "line": {
                                "color": "rgb(14, 0, 0)",
                                "width": 2
                            },
                            "color": "rgb(229, 193, 149)"
                        },
                        "error_y": {
                            "visible": true,
                            "symmetric": true
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Biomass Burning &amp;amp; Household Activities"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Biomass Burning &amp; Household Activities</b>",
                        "type": "bar",
                        "xsrc": "singhtinka970:34:3f149f",
                        "ysrc": "singhtinka970:34:af40c0",
                        "marker": {
                            "line": {
                                "color": "rgb(15, 1, 1)",
                                "width": 2
                            },
                            "color": "rgb(220, 228, 38)"
                        },
                        "error_y": {
                            "visible": true,
                            "symmetric": true
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Construction Activities"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Construction Activities</b>",
                        "type": "bar",
                        "xsrc": "singhtinka970:34:3f149f",
                        "ysrc": "singhtinka970:34:9b45ce",
                        "marker": {
                            "line": {
                                "color": "rgb(17, 1, 1)",
                                "width": 2
                            },
                            "color": "rgb(32, 22, 176)"
                        },
                        "error_y": {
                            "visible": true,
                            "symmetric": true
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Power Generation",
                                "text": ""
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Power Generation</b>",
                        "type": "bar",
                        "xsrc": "singhtinka970:34:3f149f",
                        "ysrc": "singhtinka970:34:8b0570",
                        "marker": {
                            "line": {
                                "color": "rgb(17, 1, 1)",
                                "width": 2
                            },
                            "color": "rgb(252, 8, 65)"
                        },
                        "error_y": {
                            "visible": true,
                            "symmetric": true
                        },
                        "textfont": {
                            "size": 32,
                            "color": "rgb(145, 142, 142)",
                            "family": "Droid Serif"
                        },
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Avg",
                                "text": "Avg"
                            }
                        },
                        "name": "<b>Average</b>",
                        "type": "bar",
                        "xsrc": "singhtinka970:34:3f149f",
                        "ysrc": "singhtinka970:34:27828f",
                        "marker": {
                            "line": {
                                "color": "rgb(17, 0, 0)",
                                "width": 2
                            },
                            "color": "rgb(222, 133, 32)"
                        },
                        "textsrc": "singhtinka970:34:27828f",
                        "textfont": {
                            "size": 14,
                            "color": "rgb(16, 0, 0)",
                            "family": "Overpass"
                        },
                        "orientation": "v",
                        "textposition": "outside"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "size": 18,
                            "color": "rgb(1, 0, 0)",
                            "family": "Overpass"
                        },
                        "text": "<b>PM 10 Emission Sources</b>"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            2018.5,
                            2024.5
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 16,
                                "color": "rgb(13, 0, 0)",
                                "family": "Overpass"
                            },
                            "text": "<b>Year</b>"
                        },
                        "tickfont": {
                            "size": 14,
                            "color": "rgb(13, 1, 1)",
                            "family": "Overpass"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            23.157894736842106
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 16,
                                "color": "rgb(13, 0, 0)",
                                "family": "Overpass"
                            },
                            "text": "<b>Concentration (0-100) µg/m³</b>"
                        },
                        "tickfont": {
                            "size": 14,
                            "color": "rgb(13, 1, 1)",
                            "family": "Overpass"
                        },
                        "autorange": true
                    },
                    "legend": {
                        "x": 0.06774441878367975,
                        "y": 1.077248122519668,
                        "font": {
                            "size": 12,
                            "family": "Overpass"
                        },
                        "orientation": "h"
                    },
                    "barmode": "group",
                    "barnorm": "",
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~singhtinka970",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-05 08:50:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "singhtinka970",
                "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-08T07:50:03.883943Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Virasat10/1.embed",
            "fid": "Virasat10:1",
            "filename": "Shiv 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Virasat10:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Virasat10:1/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Virasat10/1/8_ES50666MUZY3O87JP2NWYGENZ8SULE.png",
                "list-thumb": "https://api.plotly.com/v2/files/Virasat10:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Virasat10:1",
                "plots": "https://api.plotly.com/v2/plots/Virasat10:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=Virasat10"
            },
            "owner": "Virasat10",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Virasat10/1/",
            "world_readable": true,
            "date_modified": "2025-09-08T07:50:03.895Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Virasat10/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": true,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "solid"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Plastic_obs"
                            }
                        },
                        "mode": "lines",
                        "name": "Plastics (observed)",
                        "type": "scatter",
                        "xsrc": "Virasat10:0:f8eb81",
                        "ysrc": "Virasat10:0:a3c171",
                        "xaxis": "x",
                        "yaxis": "y",
                        "opacity": 1,
                        "hoverlabel": {
                            "align": "left"
                        },
                        "connectgaps": false,
                        "legendgroup": ""
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "rgb(80, 138, 210)",
                            "width": 2
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Plastic_proj"
                            }
                        },
                        "mode": "lines",
                        "name": "Plastics (projected)",
                        "type": "scatter",
                        "xsrc": "Virasat10:0:f8eb81",
                        "ysrc": "Virasat10:0:c21d12",
                        "yaxis": "y",
                        "error_x": {
                            "type": "percent",
                            "color": "#EF553B",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "visible": true,
                        "hoverlabel": {
                            "align": "left"
                        },
                        "connectgaps": true,
                        "legendgroup": ""
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Fertility_obs"
                            }
                        },
                        "mode": "lines",
                        "name": "Fertility (observed)",
                        "type": "scatter",
                        "xsrc": "Virasat10:0:f8eb81",
                        "ysrc": "Virasat10:0:1ee5f9",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "visible": true,
                        "stackgroup": null,
                        "legendgroup": ""
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "rgb(75, 204, 120)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Fertility_proj"
                            }
                        },
                        "mode": "lines",
                        "name": "Fertility (projected)",
                        "type": "scatter",
                        "xsrc": "Virasat10:0:f8eb81",
                        "ysrc": "Virasat10:0:37aa31",
                        "yaxis": "y2",
                        "stackgroup": null,
                        "legendgroup": ""
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "family": "Arial"
                    },
                    "title": {
                        "x": 0.22,
                        "font": {
                            "size": 16
                        },
                        "text": "Plastics vs Fertility Rate (2000–2050)"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            2000,
                            2050
                        ],
                        "title": {
                            "font": {
                                "size": 12,
                                "color": "rgb(14, 14, 14)"
                            },
                            "text": "Year (2000–2050)"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            0.94
                        ],
                        "showgrid": true,
                        "showline": true,
                        "autorange": false,
                        "linecolor": "rgb(28, 31, 35)",
                        "fixedrange": false,
                        "showspikes": true,
                        "rangeslider": {
                            "range": [
                                2000,
                                2050
                            ],
                            "yaxis": {},
                            "yaxis2": {},
                            "visible": false,
                            "autorange": true
                        },
                        "zerolinewidth": 1,
                        "spikethickness": 2
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            147.22222222222217,
                            1202.7777777777778
                        ],
                        "tick0": 3,
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 12,
                                "color": "rgb(107, 151, 218)"
                            },
                            "text": "Plastic production (million tonnes)"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": 7,
                        "showline": true,
                        "tickmode": "auto",
                        "autorange": false,
                        "gridwidth": 1,
                        "linecolor": "rgb(30, 31, 31)",
                        "showspikes": true
                    },
                    "legend": {
                        "x": 1.3,
                        "y": 0.5,
                        "title": {
                            "text": "<br>"
                        },
                        "valign": "middle",
                        "bgcolor": "rgb(255, 255, 255)",
                        "xanchor": "auto",
                        "yanchor": "auto",
                        "itemsizing": "trace",
                        "traceorder": "normal",
                        "borderwidth": 0,
                        "orientation": "v",
                        "tracegroupgap": 4
                    },
                    "margin": {
                        "b": 78,
                        "l": 67,
                        "r": 75,
                        "t": 80,
                        "pad": 4
                    },
                    "shapes": [
                        {
                            "x0": 2020,
                            "x1": 2020,
                            "y0": 0,
                            "y1": 1,
                            "line": {
                                "dash": "dot",
                                "color": "#444444",
                                "width": 2
                            },
                            "type": "line",
                            "opacity": 0.93,
                            "visible": true,
                            "fillcolor": "#7f7f7f"
                        }
                    ],
                    "yaxis2": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            1.755555555555556,
                            2.6444444444444453
                        ],
                        "tick0": 0,
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 12,
                                "color": "rgb(87, 190, 122)"
                            },
                            "text": "Fertility rate (births per woman)"
                        },
                        "nticks": 0,
                        "tickmode": "auto",
                        "autorange": false,
                        "overlaying": "y"
                    },
                    "autosize": true,
                    "dragmode": "select",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "hoverlabel": {
                        "font": {
                            "size": 12
                        }
                    },
                    "annotations": [
                        {
                            "text": "",
                            "arrowhead": 0
                        }
                    ],
                    "selectdirection": "h"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Virasat10",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-08 04:20:45",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Virasat10",
                "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-08T07:40:18.958593Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/33.embed",
            "fid": "singhtinka970:33",
            "filename": "Plot 33",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/singhtinka970:33/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/singhtinka970:33/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/33/8_MOQBPMM3AX4S07J7R7OU5J8YNBFAU4.png",
                "list-thumb": "https://api.plotly.com/v2/files/singhtinka970:33/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:33",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:33",
                "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970"
            },
            "owner": "singhtinka970",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~singhtinka970/33/",
            "world_readable": true,
            "date_modified": "2025-09-09T08:58:43.640Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/33/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Vehicular Emissions"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Industrial Emissions</b>",
                        "type": "bar",
                        "xsrc": "singhtinka970:32:3f149f",
                        "ysrc": "singhtinka970:32:af0d02",
                        "marker": {
                            "line": {
                                "color": "rgb(19, 1, 1)",
                                "width": 2
                            },
                            "color": "rgb(148, 113, 6)"
                        },
                        "error_x": {
                            "type": "percent",
                            "value": 10,
                            "visible": false,
                            "symmetric": true,
                            "copy_ystyle": true
                        },
                        "error_y": {
                            "color": "rgb(0, 0, 0)",
                            "visible": true,
                            "symmetric": true
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Industrial Emissions"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Vehicular Emissions</b>",
                        "type": "bar",
                        "xsrc": "singhtinka970:32:3f149f",
                        "ysrc": "singhtinka970:32:ecb51d",
                        "marker": {
                            "line": {
                                "color": "rgb(14, 0, 0)",
                                "width": 2
                            },
                            "color": "rgb(229, 193, 149)"
                        },
                        "error_y": {
                            "visible": true,
                            "symmetric": true
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Biomass Burning &amp;amp; Household Activities"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Biomass Burning &amp; Household Activities</b>",
                        "type": "bar",
                        "xsrc": "singhtinka970:32:3f149f",
                        "ysrc": "singhtinka970:32:af40c0",
                        "marker": {
                            "line": {
                                "color": "rgb(15, 1, 1)",
                                "width": 2
                            },
                            "color": "rgb(220, 228, 38)"
                        },
                        "error_y": {
                            "visible": true,
                            "symmetric": true
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Construction Activities"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Construction Activities</b>",
                        "type": "bar",
                        "xsrc": "singhtinka970:32:3f149f",
                        "ysrc": "singhtinka970:32:9b45ce",
                        "marker": {
                            "line": {
                                "color": "rgb(17, 1, 1)",
                                "width": 2
                            },
                            "color": "rgb(32, 22, 176)"
                        },
                        "error_y": {
                            "visible": true,
                            "symmetric": true
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Power Generation",
                                "text": ""
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Power Generation</b>",
                        "type": "bar",
                        "xsrc": "singhtinka970:32:3f149f",
                        "ysrc": "singhtinka970:32:8b0570",
                        "marker": {
                            "line": {
                                "color": "rgb(17, 1, 1)",
                                "width": 2
                            },
                            "color": "rgb(252, 8, 65)"
                        },
                        "error_y": {
                            "visible": true,
                            "symmetric": true
                        },
                        "textfont": {
                            "size": 32,
                            "color": "rgb(145, 142, 142)",
                            "family": "Droid Serif"
                        },
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Avg",
                                "text": "Avg"
                            }
                        },
                        "name": "<b>Average</b>",
                        "type": "bar",
                        "xsrc": "singhtinka970:32:3f149f",
                        "ysrc": "singhtinka970:32:27828f",
                        "marker": {
                            "line": {
                                "color": "rgb(17, 0, 0)",
                                "width": 2
                            },
                            "color": "rgb(222, 133, 32)"
                        },
                        "textsrc": "singhtinka970:32:27828f",
                        "textfont": {
                            "size": 14,
                            "color": "rgb(16, 0, 0)",
                            "family": "Overpass"
                        },
                        "orientation": "v",
                        "textposition": "outside"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "size": 18,
                            "color": "rgb(1, 0, 0)",
                            "family": "Overpass"
                        },
                        "text": "<b>PM 2.5 Emission Sources</b>"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            2018.5,
                            2024.5
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 16,
                                "color": "rgb(13, 0, 0)",
                                "family": "Overpass"
                            },
                            "text": "<b>Year</b>"
                        },
                        "tickfont": {
                            "size": 14,
                            "color": "rgb(13, 1, 1)",
                            "family": "Overpass"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            21.073684210526316
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 16,
                                "color": "rgb(13, 0, 0)",
                                "family": "Overpass"
                            },
                            "text": "<b>Concentration (0-100) µg/m³</b>"
                        },
                        "tickfont": {
                            "size": 14,
                            "color": "rgb(13, 1, 1)",
                            "family": "Overpass"
                        },
                        "autorange": true
                    },
                    "legend": {
                        "x": 0.07929176289453425,
                        "y": 1.077248122519668,
                        "font": {
                            "size": 12,
                            "family": "Overpass"
                        },
                        "orientation": "h"
                    },
                    "barmode": "group",
                    "barnorm": "",
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~singhtinka970",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-05 08:50:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "singhtinka970",
                "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-08T07:34:13.200377Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/31.embed",
            "fid": "singhtinka970:31",
            "filename": "Plot 31",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/31/9_CDHBNQEF5A0TCG7536HVQH6ZX6MIJP.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/singhtinka970:31/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/31/8_CKHUUMAR75VSKWFHANSMHDD6P6SEB6.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/31/9_CDHBNQEF5A0TCG7536HVQH6ZX6MIJP.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:31",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:31",
                "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970"
            },
            "owner": "singhtinka970",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~singhtinka970/31/",
            "world_readable": true,
            "date_modified": "2025-09-08T07:34:13.212Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/31/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "lat",
                                "lon": "lon",
                                "text": "text"
                            }
                        },
                        "mode": "markers",
                        "type": "scattergeo",
                        "latsrc": "singhtinka970:30:593f40",
                        "lonsrc": "singhtinka970:30:9b501f",
                        "marker": {
                            "cmax": 345,
                            "cmin": 0,
                            "meta": {
                                "columnNames": {
                                    "color": "color"
                                }
                            },
                            "size": 20,
                            "symbol": "circle",
                            "opacity": 0.8,
                            "colorbar": {
                                "size": 20,
                                "title": {
                                    "text": "PM2.5 as pollutant"
                                }
                            },
                            "colorsrc": "singhtinka970:30:8f8dbd",
                            "reversescale": false,
                            "autocolorscale": true
                        },
                        "textsrc": "singhtinka970:30:f787fa",
                        "locationmode": "India"
                    }
                ],
                "frames": [],
                "layout": {
                    "geo": {
                        "scope": "asia",
                        "center": {
                            "lat": 23.61097367916291,
                            "lon": 80.3555029509925
                        },
                        "margin": {
                            "b": 55,
                            "l": 55,
                            "p": 0,
                            "r": 55,
                            "t": 55,
                            "autoexpand": true
                        },
                        "showland": true,
                        "landcolor": "rgb(250, 250, 250)",
                        "projection": {
                            "type": "delhi india"
                        },
                        "countrycolor": "rgb(217, 217, 217)",
                        "countrywidth": 0.8,
                        "subunitcolor": "rgb(217, 217, 217)",
                        "subunitwidth": 0.8
                    },
                    "title": {
                        "text": "Pollution in India"
                    },
                    "autosize": true,
                    "colorbar": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~singhtinka970",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-05 08:50:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "singhtinka970",
                "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-08T07:34:03.758590Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/29.embed",
            "fid": "singhtinka970:29",
            "filename": "Plot 29",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/singhtinka970:29/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/singhtinka970:29/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/29/8_92B0FZX75UFCCMHFQE2JX4KFO9WRRT.png",
                "list-thumb": "https://api.plotly.com/v2/files/singhtinka970:29/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:29",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:29",
                "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970"
            },
            "owner": "singhtinka970",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~singhtinka970/29/",
            "world_readable": true,
            "date_modified": "2025-09-08T07:34:03.770Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/29/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "lat",
                                "lon": "lon",
                                "text": "text"
                            }
                        },
                        "mode": "markers",
                        "type": "scattergeo",
                        "latsrc": "singhtinka970:28:430582",
                        "lonsrc": "singhtinka970:28:84a859",
                        "marker": {
                            "cmax": 285,
                            "cmin": 0,
                            "meta": {
                                "columnNames": {
                                    "color": "color"
                                }
                            },
                            "size": 20,
                            "symbol": "circle",
                            "opacity": 0.8,
                            "colorbar": {
                                "size": 20,
                                "title": {
                                    "text": "PM10 as pollutant"
                                }
                            },
                            "colorsrc": "singhtinka970:28:225a41",
                            "reversescale": false,
                            "autocolorscale": true
                        },
                        "textsrc": "singhtinka970:28:6925b2",
                        "locationmode": "India"
                    }
                ],
                "frames": [],
                "layout": {
                    "geo": {
                        "scope": "asia",
                        "center": {
                            "lat": 23.61097367916291,
                            "lon": 80.3555029509925
                        },
                        "margin": {
                            "b": 55,
                            "l": 55,
                            "p": 0,
                            "r": 55,
                            "t": 55,
                            "autoexpand": true
                        },
                        "showland": true,
                        "landcolor": "rgb(250, 250, 250)",
                        "projection": {
                            "type": "delhi india"
                        },
                        "countrycolor": "rgb(217, 217, 217)",
                        "countrywidth": 0.8,
                        "subunitcolor": "rgb(217, 217, 217)",
                        "subunitwidth": 0.8
                    },
                    "title": {
                        "text": "Pollution in India"
                    },
                    "autosize": true,
                    "colorbar": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~singhtinka970",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-05 08:50:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "singhtinka970",
                "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-08T07:33:36.549360Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/27.embed",
            "fid": "singhtinka970:27",
            "filename": "Plot 27",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/singhtinka970:27/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/singhtinka970:27/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/27/8_NU874FR9T9E6OYPJX2T8AS5CRSBZ7J.png",
                "list-thumb": "https://api.plotly.com/v2/files/singhtinka970:27/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:27",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:27",
                "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970"
            },
            "owner": "singhtinka970",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~singhtinka970/27/",
            "world_readable": true,
            "date_modified": "2025-09-08T07:34:24.399Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/27/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "lat",
                                "lon": "lon",
                                "text": "text"
                            }
                        },
                        "mode": "markers",
                        "type": "scattergeo",
                        "latsrc": "singhtinka970:26:e46863",
                        "lonsrc": "singhtinka970:26:8d73c9",
                        "marker": {
                            "cmax": 105,
                            "cmin": 0,
                            "meta": {
                                "columnNames": {
                                    "color": "color"
                                }
                            },
                            "size": 20,
                            "symbol": "circle",
                            "opacity": 0.8,
                            "colorbar": {
                                "size": 20,
                                "title": {
                                    "text": "SO2 as pollutant"
                                }
                            },
                            "colorsrc": "singhtinka970:26:c2c55b",
                            "reversescale": false,
                            "autocolorscale": true
                        },
                        "textsrc": "singhtinka970:26:4939cd",
                        "locationmode": "India"
                    }
                ],
                "frames": [],
                "layout": {
                    "geo": {
                        "scope": "asia",
                        "center": {
                            "lat": 23.61097367916291,
                            "lon": 80.3555029509925
                        },
                        "margin": {
                            "b": 55,
                            "l": 55,
                            "p": 0,
                            "r": 55,
                            "t": 55,
                            "autoexpand": true
                        },
                        "showland": true,
                        "landcolor": "rgb(250, 250, 250)",
                        "projection": {
                            "type": "delhi india"
                        },
                        "countrycolor": "rgb(217, 217, 217)",
                        "countrywidth": 0.8,
                        "subunitcolor": "rgb(217, 217, 217)",
                        "subunitwidth": 0.8
                    },
                    "title": {
                        "text": "Pollution in India"
                    },
                    "autosize": true,
                    "colorbar": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~singhtinka970",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-05 08:50:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "singhtinka970",
                "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-08T07:33:17.449510Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/25.embed",
            "fid": "singhtinka970:25",
            "filename": "Plot 25",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/singhtinka970:25/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/singhtinka970:25/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/25/8_0YHALSRCIM1003ABZLRRGMVGESFOAO.png",
                "list-thumb": "https://api.plotly.com/v2/files/singhtinka970:25/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:25",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:25",
                "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970"
            },
            "owner": "singhtinka970",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~singhtinka970/25/",
            "world_readable": true,
            "date_modified": "2025-09-08T11:41:33.796Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/25/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(139,26,26,1)",
                            "fillcolor": "rgba(139,26,26,0.5)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "autumn, x",
                                "y": "autumn, y"
                            }
                        },
                        "name": "<b>Autumn</b>",
                        "type": "box",
                        "xsrc": "singhtinka970:24:c6ba59",
                        "ysrc": "singhtinka970:24:765d21",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "line": {
                            "color": "rgba(238,44,44,1)",
                            "fillcolor": "rgba(238,44,44,0.5)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "winter, x",
                                "y": "winter, y"
                            }
                        },
                        "name": "<b>Winter</b>",
                        "type": "box",
                        "xsrc": "singhtinka970:24:51f176",
                        "ysrc": "singhtinka970:24:f74cca",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "line": {
                            "color": "rgba(255,69,0,1)",
                            "fillcolor": "rgba(255,69,0,0.5)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "spring, x",
                                "y": "spring, y"
                            }
                        },
                        "name": "<b>Spring</b>",
                        "type": "box",
                        "xsrc": "singhtinka970:24:f33bce",
                        "ysrc": "singhtinka970:24:db55bc",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "line": {
                            "color": "rgba(255,165,0,1)",
                            "fillcolor": "rgba(255,165,0,0.5)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "summer, x",
                                "y": "summer, y"
                            }
                        },
                        "name": "<b>Summer</b>",
                        "type": "box",
                        "xsrc": "singhtinka970:24:c5fa9d",
                        "ysrc": "singhtinka970:24:e38754",
                        "xaxis": "x",
                        "yaxis": "y"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 14,
                        "color": "black",
                        "family": "Overpass"
                    },
                    "title": {
                        "font": {
                            "size": 18
                        },
                        "text": "Seasonal Trends"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            2.4934924078091107,
                            5.506507592190889
                        ],
                        "title": {
                            "font": {
                                "size": 17
                            },
                            "text": ""
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true,
                        "categoryarray": [
                            "canteras",
                            "famara",
                            "lambra"
                        ],
                        "categoryorder": "array"
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -5.042777777777777,
                            95.81277777777777
                        ],
                        "title": {
                            "font": {
                                "size": 17,
                                "color": "rgb(28, 2, 2)",
                                "family": "Overpass"
                            },
                            "text": "<b>PM</b><sub><b>2.5</b></sub><b> Concentration</b> <b>µg/m³</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true
                    },
                    "legend": {
                        "x": 0.04895608351331893,
                        "y": 1.0230228471001757,
                        "orientation": "h"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "boxmode": "group",
                    "autosize": true,
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~singhtinka970",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-05 08:50:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "singhtinka970",
                "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-08T07:32:45.961084Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/23.embed",
            "fid": "singhtinka970:23",
            "filename": "Plot 23",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/23/9_WY5QR4X650K52GO5V552JU9GEFVEUJ.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/singhtinka970:23/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/23/8_WKO8JFYSMD3XGLBI7A71F9478FJLRW.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/23/9_WY5QR4X650K52GO5V552JU9GEFVEUJ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:23",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:23",
                "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970"
            },
            "owner": "singhtinka970",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~singhtinka970/23/",
            "world_readable": true,
            "date_modified": "2025-09-08T07:32:45.973Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/23/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "lat",
                                "lon": "lon",
                                "text": "text"
                            }
                        },
                        "mode": "markers",
                        "type": "scattergeo",
                        "latsrc": "singhtinka970:22:5819d1",
                        "lonsrc": "singhtinka970:22:59c568",
                        "marker": {
                            "cmax": 121,
                            "cmin": 0,
                            "meta": {
                                "columnNames": {
                                    "color": "color"
                                }
                            },
                            "size": 20,
                            "symbol": "circle",
                            "opacity": 0.8,
                            "colorbar": {
                                "size": 20,
                                "title": {
                                    "text": "CO as pollutant"
                                }
                            },
                            "colorsrc": "singhtinka970:22:59c6fc",
                            "reversescale": false,
                            "autocolorscale": true
                        },
                        "textsrc": "singhtinka970:22:b28732",
                        "locationmode": "India"
                    }
                ],
                "frames": [],
                "layout": {
                    "geo": {
                        "scope": "asia",
                        "center": {
                            "lat": 23.61097367916291,
                            "lon": 80.3555029509925
                        },
                        "margin": {
                            "b": 55,
                            "l": 55,
                            "p": 0,
                            "r": 55,
                            "t": 55,
                            "autoexpand": true
                        },
                        "showland": true,
                        "landcolor": "rgb(250, 250, 250)",
                        "projection": {
                            "type": "delhi india"
                        },
                        "countrycolor": "rgb(217, 217, 217)",
                        "countrywidth": 0.8,
                        "subunitcolor": "rgb(217, 217, 217)",
                        "subunitwidth": 0.8
                    },
                    "title": {
                        "text": "Pollution in India"
                    },
                    "colorbar": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~singhtinka970",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-05 08:50:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "singhtinka970",
                "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-08T07:31:21.700827Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/21.embed",
            "fid": "singhtinka970:21",
            "filename": "Plot 21",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/singhtinka970:21/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/21/2_5XDPBVTUEYSK7DWPRFKWARGPYN0SNX.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/21/8_T91MP4HRROC7UYJSN91ZC1AJG5SJCQ.png",
                "list-thumb": "https://api.plotly.com/v2/files/singhtinka970:21/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:21",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:21",
                "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970"
            },
            "owner": "singhtinka970",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~singhtinka970/21/",
            "world_readable": true,
            "date_modified": "2025-09-08T07:31:21.713Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/21/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Good (0-30), x; Satisfactory (31-60), x; Moderately Polluted (61-90), x; Poor (91-120), x; Very Poor (121-250), x; Severe (250+), x",
                                "y": "Good (0-30), y; Satisfactory (31-60), y; Moderately Polluted (61-90), y"
                            }
                        },
                        "name": "Good (0-30)",
                        "type": "bar",
                        "xsrc": "singhtinka970:20:d77b51",
                        "ysrc": "singhtinka970:20:7aca56",
                        "marker": {
                            "color": "#508735"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Good (0-30), x; Satisfactory (31-60), x; Moderately Polluted (61-90), x; Poor (91-120), x; Very Poor (121-250), x; Severe (250+), x",
                                "y": "Good (0-30), y; Satisfactory (31-60), y; Moderately Polluted (61-90), y"
                            }
                        },
                        "name": "Satisfactory (31-60)",
                        "type": "bar",
                        "xsrc": "singhtinka970:20:d77b51",
                        "ysrc": "singhtinka970:20:7aca56",
                        "marker": {
                            "color": "#51D411"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Good (0-30), x; Satisfactory (31-60), x; Moderately Polluted (61-90), x; Poor (91-120), x; Very Poor (121-250), x; Severe (250+), x",
                                "y": "Good (0-30), y; Satisfactory (31-60), y; Moderately Polluted (61-90), y"
                            }
                        },
                        "name": "Moderately Polluted (61-90)",
                        "type": "bar",
                        "xsrc": "singhtinka970:20:d77b51",
                        "ysrc": "singhtinka970:20:7aca56",
                        "marker": {
                            "color": "#D4D111"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Good (0-30), x; Satisfactory (31-60), x; Moderately Polluted (61-90), x; Poor (91-120), x; Very Poor (121-250), x; Severe (250+), x",
                                "y": "Poor (91-120), y"
                            }
                        },
                        "name": "Poor (91-120)",
                        "type": "bar",
                        "xsrc": "singhtinka970:20:d77b51",
                        "ysrc": "singhtinka970:20:371d4e",
                        "marker": {
                            "color": "#F39C12"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Good (0-30), x; Satisfactory (31-60), x; Moderately Polluted (61-90), x; Poor (91-120), x; Very Poor (121-250), x; Severe (250+), x",
                                "y": "Very Poor (121-250), y"
                            }
                        },
                        "name": "Very Poor (121-250)",
                        "type": "bar",
                        "xsrc": "singhtinka970:20:d77b51",
                        "ysrc": "singhtinka970:20:a19e5d",
                        "marker": {
                            "color": "#E74C3C"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Good (0-30), x; Satisfactory (31-60), x; Moderately Polluted (61-90), x; Poor (91-120), x; Very Poor (121-250), x; Severe (250+), x",
                                "y": "Severe (250+), y"
                            }
                        },
                        "name": "Severe (250+)",
                        "type": "bar",
                        "xsrc": "singhtinka970:20:d77b51",
                        "ysrc": "singhtinka970:20:1e6a2f",
                        "marker": {
                            "color": "#922B21"
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Pollution peaks at different timimgs AnandVihar"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            23.5
                        ],
                        "title": {
                            "text": "Time"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            51.578947368421055
                        ],
                        "title": {
                            "text": "No of Peaks"
                        },
                        "autorange": true
                    },
                    "barmode": "relative"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~singhtinka970",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-05 08:50:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "singhtinka970",
                "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-08T07:30:12.868325Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/19.embed",
            "fid": "singhtinka970:19",
            "filename": "Plot 19",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/singhtinka970:19/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/singhtinka970:19/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/19/8_HQ4NZFVTN3SDFKD8ZK2MHXCY67RO4X.png",
                "list-thumb": "https://api.plotly.com/v2/files/singhtinka970:19/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:19",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:19",
                "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970"
            },
            "owner": "singhtinka970",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~singhtinka970/19/",
            "world_readable": true,
            "date_modified": "2025-09-08T07:30:12.879Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/19/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Good (0-30), x; Satisfactory (31-60), x; Moderately Polluted (61-90), x; Poor (91-120), x; Very Poor (121-250), x; Severe (250+), x",
                                "y": "Good (0-30), y; Satisfactory (31-60), y; Moderately Polluted (61-90), y"
                            }
                        },
                        "name": "Good (0-30)",
                        "type": "bar",
                        "xsrc": "singhtinka970:18:a5d390",
                        "ysrc": "singhtinka970:18:9af31c",
                        "marker": {
                            "color": "#508735"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Good (0-30), x; Satisfactory (31-60), x; Moderately Polluted (61-90), x; Poor (91-120), x; Very Poor (121-250), x; Severe (250+), x",
                                "y": "Good (0-30), y; Satisfactory (31-60), y; Moderately Polluted (61-90), y"
                            }
                        },
                        "name": "Satisfactory (31-60)",
                        "type": "bar",
                        "xsrc": "singhtinka970:18:a5d390",
                        "ysrc": "singhtinka970:18:9af31c",
                        "marker": {
                            "color": "#51D411"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Good (0-30), x; Satisfactory (31-60), x; Moderately Polluted (61-90), x; Poor (91-120), x; Very Poor (121-250), x; Severe (250+), x",
                                "y": "Good (0-30), y; Satisfactory (31-60), y; Moderately Polluted (61-90), y"
                            }
                        },
                        "name": "Moderately Polluted (61-90)",
                        "type": "bar",
                        "xsrc": "singhtinka970:18:a5d390",
                        "ysrc": "singhtinka970:18:9af31c",
                        "marker": {
                            "color": "#D4D111"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Good (0-30), x; Satisfactory (31-60), x; Moderately Polluted (61-90), x; Poor (91-120), x; Very Poor (121-250), x; Severe (250+), x",
                                "y": "Poor (91-120), y"
                            }
                        },
                        "name": "Poor (91-120)",
                        "type": "bar",
                        "xsrc": "singhtinka970:18:a5d390",
                        "ysrc": "singhtinka970:18:48631e",
                        "marker": {
                            "color": "#F39C12"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Good (0-30), x; Satisfactory (31-60), x; Moderately Polluted (61-90), x; Poor (91-120), x; Very Poor (121-250), x; Severe (250+), x",
                                "y": "Very Poor (121-250), y"
                            }
                        },
                        "name": "Very Poor (121-250)",
                        "type": "bar",
                        "xsrc": "singhtinka970:18:a5d390",
                        "ysrc": "singhtinka970:18:98f6b1",
                        "marker": {
                            "color": "#E74C3C"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Good (0-30), x; Satisfactory (31-60), x; Moderately Polluted (61-90), x; Poor (91-120), x; Very Poor (121-250), x; Severe (250+), x",
                                "y": "Severe (250+), y"
                            }
                        },
                        "name": "Severe (250+)",
                        "type": "bar",
                        "xsrc": "singhtinka970:18:a5d390",
                        "ysrc": "singhtinka970:18:14dc83",
                        "marker": {
                            "color": "#922B21"
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Pollution peaks at different locations AnandVihar"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            23.5
                        ],
                        "title": {
                            "text": "Station Name"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            51.578947368421055
                        ],
                        "title": {
                            "text": "No of Peaks"
                        },
                        "autorange": true
                    },
                    "barmode": "relative",
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~singhtinka970",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-05 08:50:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "singhtinka970",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}