Plots Instance
Plots
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/nitin.sharma:7/?format=api
https://chart-studio.plotly.com/~nitin.sharma/7.embed", "fid": "nitin.sharma:7", "filename": "Brand Rating Heatmap", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/nitin.sharma/7/9_W85KHA9FYZLU7CL1376KDY0KF6L2XC.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nitin.sharma/7/2_TVB328BEK3SL0IRGCHJL5DSVFIG8UF.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nitin.sharma/7/8_11MWIFCDMD0QQGYQEI9REAVGKCL2XF.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nitin.sharma/7/9_W85KHA9FYZLU7CL1376KDY0KF6L2XC.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nitin.sharma:7", "plots": "https://api.plotly.com/v2/plots/nitin.sharma:7", "parent": "https://api.plotly.com/v2/folders/home?user=nitin.sharma" }, "owner": "nitin.sharma", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 6, "web_url": "https://chart-studio.plotly.com/~nitin.sharma/7/", "world_readable": true, "date_modified": "2023-07-27T00:56:10.095Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nitin.sharma/7/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "heatmap", "xsrc": "nitin.sharma:6:0e7596", "ysrc": "nitin.sharma:6:0d8ac2", "zsrc": "nitin.sharma:6:cc4956", "colorscale": [ [ 0.0, "rgb(241, 236, 236)" ], [ 0.09090909090909091, "rgb(230, 209, 203)" ], [ 0.18181818181818182, "rgb(221, 182, 170)" ], [ 0.2727272727272727, "rgb(213, 156, 137)" ], [ 0.36363636363636365, "rgb(205, 129, 103)" ], [ 0.45454545454545453, "rgb(196, 102, 73)" ], [ 0.5454545454545454, "rgb(186, 74, 47)" ], [ 0.6363636363636364, "rgb(172, 44, 36)" ], [ 0.7272727272727273, "rgb(149, 19, 39)" ], [ 0.8181818181818182, "rgb(120, 14, 40)" ], [ 0.9090909090909091, "rgb(89, 13, 31)" ], [ 1.0, "rgb(60, 9, 17)" ] ] } ], "layout": { "font": { "size": 8, "color": "black" }, "title": { "x": 0.5, "text": "Brand Rating Heatmap" }, "width": 500, "xaxis": { "title": { "text": "Rating" } }, "yaxis": { "title": { "text": "Brand" }, "autorange": "reversed" }, "height": 500, "margin": { "b": 50, "t": 50 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "coloraxis": { "colorbar": { "title": { "font": { "size": 8 }, "text": "Percentage" }, "tickfont": { "size": 8, "color": "black" } } }, "annotations": [ { "x": 1, "y": "GoogleHome", "font": { "size": 8, "color": "black" }, "text": "27.44%", "showarrow": false }, { "x": 2, "y": "GoogleHome", "font": { "size": 8, "color": "black" }, "text": "8.05%", "showarrow": false }, { "x": 3, "y": "GoogleHome", "font": { "size": 8, "color": "black" }, "text": "8.74%", "showarrow": false }, { "x": 4, "y": "GoogleHome", "font": { "size": 8, "color": "black" }, "text": "12.00%", "showarrow": false }, { "x": 5, "y": "GoogleHome", "font": { "size": 8, "color": "black" }, "text": "43.77%", "showarrow": false }, { "x": 1, "y": "AmazonAlexa", "font": { "size": 8, "color": "black" }, "text": "23.23%", "showarrow": false }, { "x": 2, "y": "AmazonAlexa", "font": { "size": 8, "color": "black" }, "text": "7.35%", "showarrow": false }, { "x": 3, "y": "AmazonAlexa", "font": { "size": 8, "color": "black" }, "text": "7.43%", "showarrow": false }, { "x": 4, "y": "AmazonAlexa", "font": { "size": 8, "color": "black" }, "text": "10.91%", "showarrow": false }, { "x": 5, "y": "AmazonAlexa", "font": { "size": 8, "color": "black" }, "text": "51.07%", "showarrow": false }, { "x": 1, "y": "Nest", "font": { "size": 8, "color": "black" }, "text": "15.40%", "showarrow": false }, { "x": 2, "y": "Nest", "font": { "size": 8, "color": "black" }, "text": "9.48%", "showarrow": false }, { "x": 3, "y": "Nest", "font": { "size": 8, "color": "black" }, "text": "11.47%", "showarrow": false }, { "x": 4, "y": "Nest", "font": { "size": 8, "color": "black" }, "text": "14.67%", "showarrow": false }, { "x": 5, "y": "Nest", "font": { "size": 8, "color": "black" }, "text": "48.99%", "showarrow": false }, { "x": 1, "y": "SmartThings", "font": { "size": 8, "color": "black" }, "text": "31.99%", "showarrow": false }, { "x": 2, "y": "SmartThings", "font": { "size": 8, "color": "black" }, "text": "5.07%", "showarrow": false }, { "x": 3, "y": "SmartThings", "font": { "size": 8, "color": "black" }, "text": "5.66%", "showarrow": false }, { "x": 4, "y": "SmartThings", "font": { "size": 8, "color": "black" }, "text": "10.03%", "showarrow": false }, { "x": 5, "y": "SmartThings", "font": { "size": 8, "color": "black" }, "text": "47.27%", "showarrow": false }, { "x": 1, "y": "Ring", "font": { "size": 8, "color": "black" }, "text": "32.31%", "showarrow": false }, { "x": 2, "y": "Ring", "font": { "size": 8, "color": "black" }, "text": "11.78%", "showarrow": false }, { "x": 3, "y": "Ring", "font": { "size": 8, "color": "black" }, "text": "9.20%", "showarrow": false }, { "x": 4, "y": "Ring", "font": { "size": 8, "color": "black" }, "text": "9.55%", "showarrow": false }, { "x": 5, "y": "Ring", "font": { "size": 8, "color": "black" }, "text": "37.14%", "showarrow": false }, { "x": 1, "y": "MiHome", "font": { "size": 8, "color": "black" }, "text": "24.27%", "showarrow": false }, { "x": 2, "y": "MiHome", "font": { "size": 8, "color": "black" }, "text": "4.81%", "showarrow": false }, { "x": 3, "y": "MiHome", "font": { "size": 8, "color": "black" }, "text": "6.22%", "showarrow": false }, { "x": 4, "y": "MiHome", "font": { "size": 8, "color": "black" }, "text": "12.03%", "showarrow": false }, { "x": 5, "y": "MiHome", "font": { "size": 8, "color": "black" }, "text": "52.67%", "showarrow": false }, { "x": 1, "y": "TPLinkKasa", "font": { "size": 8, "color": "black" }, "text": "7.84%", "showarrow": false }, { "x": 2, "y": "TPLinkKasa", "font": { "size": 8, "color": "black" }, "text": "2.70%", "showarrow": false }, { "x": 3, "y": "TPLinkKasa", "font": { "size": 8, "color": "black" }, "text": "2.70%", "showarrow": false }, { "x": 4, "y": "TPLinkKasa", "font": { "size": 8, "color": "black" }, "text": "6.41%", "showarrow": false }, { "x": 5, "y": "TPLinkKasa", "font": { "size": 8, "color": "black" }, "text": "80.34%", "showarrow": false }, { "x": 1, "y": "LGThinQ", "font": { "size": 8, "color": "black" }, "text": "40.77%", "showarrow": false }, { "x": 2, "y": "LGThinQ", "font": { "size": 8, "color": "black" }, "text": "7.60%", "showarrow": false }, { "x": 3, "y": "LGThinQ", "font": { "size": 8, "color": "black" }, "text": "7.35%", "showarrow": false }, { "x": 4, "y": "LGThinQ", "font": { "size": 8, "color": "black" }, "text": "9.12%", "showarrow": false }, { "x": 5, "y": "LGThinQ", "font": { "size": 8, "color": "black" }, "text": "35.16%", "showarrow": false }, { "x": 1, "y": "SmartLife", "font": { "size": 8, "color": "black" }, "text": "25.54%", "showarrow": false }, { "x": 2, "y": "SmartLife", "font": { "size": 8, "color": "black" }, "text": "7.83%", "showarrow": false }, { "x": 3, "y": "SmartLife", "font": { "size": 8, "color": "black" }, "text": "8.76%", "showarrow": false }, { "x": 4, "y": "SmartLife", "font": { "size": 8, "color": "black" }, "text": "11.60%", "showarrow": false }, { "x": 5, "y": "SmartLife", "font": { "size": 8, "color": "black" }, "text": "46.27%", "showarrow": false }, { "x": 1, "y": "TPLinkTapo", "font": { "size": 8, "color": "black" }, "text": "9.02%", "showarrow": false }, { "x": 2, "y": "TPLinkTapo", "font": { "size": 8, "color": "black" }, "text": "3.40%", "showarrow": false }, { "x": 3, "y": "TPLinkTapo", "font": { "size": 8, "color": "black" }, "text": "4.76%", "showarrow": false }, { "x": 4, "y": "TPLinkTapo", "font": { "size": 8, "color": "black" }, "text": "12.74%", "showarrow": false }, { "x": 5, "y": "TPLinkTapo", "font": { "size": 8, "color": "black" }, "text": "70.07%", "showarrow": false }, { "x": 1, "y": "PhilipsHue", "font": { "size": 8, "color": "black" }, "text": "30.20%", "showarrow": false }, { "x": 2, "y": "PhilipsHue", "font": { "size": 8, "color": "black" }, "text": "10.01%", "showarrow": false }, { "x": 3, "y": "PhilipsHue", "font": { "size": 8, "color": "black" }, "text": "8.80%", "showarrow": false }, { "x": 4, "y": "PhilipsHue", "font": { "size": 8, "color": "black" }, "text": "12.52%", "showarrow": false }, { "x": 5, "y": "PhilipsHue", "font": { "size": 8, "color": "black" }, "text": "38.46%", "showarrow": false }, { "x": 1, "y": "Wiz", "font": { "size": 8, "color": "black" }, "text": "32.23%", "showarrow": false }, { "x": 2, "y": "Wiz", "font": { "size": 8, "color": "black" }, "text": "7.36%", "showarrow": false }, { "x": 3, "y": "Wiz", "font": { "size": 8, "color": "black" }, "text": "8.91%", "showarrow": false }, { "x": 4, "y": "Wiz", "font": { "size": 8, "color": "black" }, "text": "12.44%", "showarrow": false }, { "x": 5, "y": "Wiz", "font": { "size": 8, "color": "black" }, "text": "39.05%", "showarrow": false }, { "x": 1, "y": "Wipro", "font": { "size": 8, "color": "black" }, "text": "56.30%", "showarrow": false }, { "x": 2, "y": "Wipro", "font": { "size": 8, "color": "black" }, "text": "8.48%", "showarrow": false }, { "x": 3, "y": "Wipro", "font": { "size": 8, "color": "black" }, "text": "8.37%", "showarrow": false }, { "x": 4, "y": "Wipro", "font": { "size": 8, "color": "black" }, "text": "6.49%", "showarrow": false }, { "x": 5, "y": "Wipro", "font": { "size": 8, "color": "black" }, "text": "20.37%", "showarrow": false }, { "x": 1, "y": "Havells", "font": { "size": 8, "color": "black" }, "text": "52.54%", "showarrow": false }, { "x": 2, "y": "Havells", "font": { "size": 8, "color": "black" }, "text": "3.53%", "showarrow": false }, { "x": 3, "y": "Havells", "font": { "size": 8, "color": "black" }, "text": "3.61%", "showarrow": false }, { "x": 4, "y": "Havells", "font": { "size": 8, "color": "black" }, "text": "7.36%", "showarrow": false }, { "x": 5, "y": "Havells", "font": { "size": 8, "color": "black" }, "text": "32.97%", "showarrow": false }, { "x": 1, "y": "Syska", "font": { "size": 8, "color": "black" }, "text": "54.14%", "showarrow": false }, { "x": 2, "y": "Syska", "font": { "size": 8, "color": "black" }, "text": "9.44%", "showarrow": false }, { "x": 3, "y": "Syska", "font": { "size": 8, "color": "black" }, "text": "7.44%", "showarrow": false }, { "x": 4, "y": "Syska", "font": { "size": 8, "color": "black" }, "text": "7.60%", "showarrow": false }, { "x": 5, "y": "Syska", "font": { "size": 8, "color": "black" }, "text": "21.39%", "showarrow": false }, { "x": 1, "y": "MyCrompton", "font": { "size": 8, "color": "black" }, "text": "50.00%", "showarrow": false }, { "x": 2, "y": "MyCrompton", "font": { "size": 8, "color": "black" }, "text": "3.57%", "showarrow": false }, { "x": 3, "y": "MyCrompton", "font": { "size": 8, "color": "black" }, "text": "1.79%", "showarrow": false }, { "x": 4, "y": "MyCrompton", "font": { "size": 8, "color": "black" }, "text": "3.57%", "showarrow": false }, { "x": 5, "y": "MyCrompton", "font": { "size": 8, "color": "black" }, "text": "41.07%", "showarrow": false }, { "x": 1, "y": "HohmPolycab", "font": { "size": 8, "color": "black" }, "text": "50.00%", "showarrow": false }, { "x": 2, "y": "HohmPolycab", "font": { "size": 8, "color": "black" }, "text": "3.57%", "showarrow": false }, { "x": 3, "y": "HohmPolycab", "font": { "size": 8, "color": "black" }, "text": "1.79%", "showarrow": false }, { "x": 4, "y": "HohmPolycab", "font": { "size": 8, "color": "black" }, "text": "3.57%", "showarrow": false }, { "x": 5, "y": "HohmPolycab", "font": { "size": 8, "color": "black" }, "text": "41.07%", "showarrow": false }, { "x": 1, "y": "PolycabHohm", "font": { "size": 8, "color": "black" }, "text": "31.58%", "showarrow": false }, { "x": 2, "y": "PolycabHohm", "font": { "size": 8, "color": "black" }, "text": "15.79%", "showarrow": false }, { "x": 3, "y": "PolycabHohm", "font": { "size": 8, "color": "black" }, "text": "5.26%", "showarrow": false }, { "x": 4, "y": "PolycabHohm", "font": { "size": 8, "color": "black" }, "text": "21.05%", "showarrow": false }, { "x": 5, "y": "PolycabHohm", "font": { "size": 8, "color": "black" }, "text": "26.32%", "showarrow": false }, { "x": 1, "y": "BajajSmart", "font": { "size": 8, "color": "black" }, "text": "71.43%", "showarrow": false }, { "x": 2, "y": "BajajSmart", "font": { "size": 8, "color": "black" }, "text": "7.14%", "showarrow": false }, { "x": 3, "y": "BajajSmart", "font": { "size": 8, "color": "black" }, "text": "14.29%", "showarrow": false }, { "x": 4, "y": "BajajSmart", "font": { "size": 8, "color": "black" }, "text": "7.14%", "showarrow": false }, { "x": 5, "y": "BajajSmart", "font": { "size": 8, "color": "black" }, "text": "nan%", "showarrow": false }, { "x": 1, "y": "JioSmartLiving", "font": { "size": 8, "color": "black" }, "text": "33.33%", "showarrow": false }, { "x": 2, "y": "JioSmartLiving", "font": { "size": 8, "color": "black" }, "text": "16.67%", "showarrow": false }, { "x": 3, "y": "JioSmartLiving", "font": { "size": 8, "color": "black" }, "text": "nan%", "showarrow": false }, { "x": 4, "y": "JioSmartLiving", "font": { "size": 8, "color": "black" }, "text": "nan%", "showarrow": false }, { "x": 5, "y": "JioSmartLiving", "font": { "size": 8, "color": "black" }, "text": "50.00%", "showarrow": false } ], "plot_bgcolor": "rgba(0, 0, 0, 0)", "paper_bgcolor": "rgba(0, 0, 0, 0)" } }, "height": 500, "width": 500, "user": { "profile_url": "https://chart-studio.plotly.com/~nitin.sharma", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/75.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": "2023-07-27 00:53:19", "mapbox_access_tokens": null, "has_password": null, "username": "nitin.sharma", "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": "2023-07-27T00:56:10.078640Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "