Plots List
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/?cursor=cj0xJnA9MjAyNC0wNC0yOCsxOSUzQTQzJTNBMDguNzQyNjI4JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI0LTA0LTI4KzE5JTNBNDQlM0EyNi4xNTQ0MjMlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNC0wNC0yOCsxOSUzQTUxJTNBNTcuMTk5Mjk3JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-28T19:51:57.199297Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~hlockwooddesign/48.embed", "fid": "hlockwooddesign:48", "filename": "plot from API (21)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/48/9_6EV7O3AGJUPNBC3X0RYWLWJ48CD0PG.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/48/2_AZFH9AED8J5UO192ZJLIIFNPXXG0KO.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/48/8_UAJ1XFBCSM1CWPKNQTFH5LEMNWGF8T.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/48/9_6EV7O3AGJUPNBC3X0RYWLWJ48CD0PG.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/hlockwooddesign:48", "plots": "https://api.plotly.com/v2/plots/hlockwooddesign:48", "parent": "https://api.plotly.com/v2/folders/home?user=hlockwooddesign" }, "owner": "hlockwooddesign", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~hlockwooddesign/48/", "world_readable": true, "date_modified": "2024-04-28T19:51:57.533Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~hlockwooddesign/48/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "xsrc": "hlockwooddesign:49:3553cf", "ysrc": "hlockwooddesign:49:0df206", "marker": { "sizesrc": "hlockwooddesign:49:021e98" } } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~hlockwooddesign", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-28 15:09:48", "mapbox_access_tokens": null, "has_password": null, "username": "hlockwooddesign", "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": "2024-04-28T19:50:29.884347Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mdwill/1.embed", "fid": "mdwill:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/mdwill:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/mdwill:1/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/mdwill:1/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/mdwill:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mdwill:1", "plots": "https://api.plotly.com/v2/plots/mdwill:1", "parent": "https://api.plotly.com/v2/folders/home?user=mdwill" }, "owner": "mdwill", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~mdwill/1/", "world_readable": true, "date_modified": "2024-06-18T12:51:19.610Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mdwill/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "asrc": "mdwill:0:78cf59", "bsrc": "mdwill:0:078cc6", "csrc": "mdwill:0:87c5a2", "meta": { "columnNames": { "a": "A", "b": "B", "c": "C", "x": "B - A", "y": "C", "measure": "B" } }, "mode": "lines", "name": "Medication Dosage", "type": "scatter", "xsrc": "mdwill:0:078cc6,78cf59*", "ysrc": "mdwill:0:87c5a2", "measuresrc": "mdwill:0:078cc6", "stackgroup": 1, "orientation": "v" }, { "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "lines", "name": "Viral Load and Weight", "type": "scatter", "xsrc": "mdwill:0:78cf59", "ysrc": "mdwill:0:227433", "xaxis": "x2", "yaxis": "y2", "stackgroup": 1 } ], "frames": [], "layout": { "title": { "text": "Click to enter Plot title" }, "xaxis": { "side": "bottom", "type": "multicategory", "range": [ 0, 7 ], "title": { "text": "Date and Weight of Cat" }, "autorange": true }, "yaxis": { "side": "right", "type": "linear", "range": [ 0, 157.89473684210526 ], "title": { "text": "dosage in mg" }, "anchor": "x", "autorange": true }, "legend": { "x": 1.02, "y": 1 }, "shapes": [], "xaxis2": { "side": "top", "type": "category", "range": [ 0, 7 ], "title": { "text": "Date Of Test" }, "anchor": "y", "autorange": true, "overlaying": "x" }, "yaxis2": { "side": "left", "type": "linear", "range": [ 0, 95768421.05263159 ], "title": { "text": "Viral Load" }, "autorange": true, "overlaying": "y" }, "ternary": { "aaxis": { "title": { "text": "Component A" } } }, "autosize": true, "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "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": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "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": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#f2f5fa" }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } }, "themeRef": "PLOTLY_DARK" }, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~mdwill", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-28 19:49:59", "mapbox_access_tokens": null, "has_password": null, "username": "mdwill", "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": "2024-04-28T19:50:29.743803Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~hlockwooddesign/46.embed", "fid": "hlockwooddesign:46", "filename": "plot from API (20)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/46/9_GR7UHDYWD9ZO4BMG5R1U1B8N6ZN5D5.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/46/2_BRQ8UANEVEKXZP6HF66A2FN88EH1WS.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/46/8_V4D9J791M1I2YL2XI6EVT1M8T7D58U.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/46/9_GR7UHDYWD9ZO4BMG5R1U1B8N6ZN5D5.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/hlockwooddesign:46", "plots": "https://api.plotly.com/v2/plots/hlockwooddesign:46", "parent": "https://api.plotly.com/v2/folders/home?user=hlockwooddesign" }, "owner": "hlockwooddesign", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~hlockwooddesign/46/", "world_readable": true, "date_modified": "2024-04-28T19:50:30.109Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~hlockwooddesign/46/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "xsrc": "hlockwooddesign:47:95935f", "ysrc": "hlockwooddesign:47:94d560", "marker": { "sizesrc": "hlockwooddesign:47:25822f" } } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~hlockwooddesign", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-28 15:09:48", "mapbox_access_tokens": null, "has_password": null, "username": "hlockwooddesign", "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": "2024-04-28T19:49:35.708965Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~hlockwooddesign/44.embed", "fid": "hlockwooddesign:44", "filename": "plot from API (19)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/44/9_4NIY8PNT7T3NFUEQQQM5A1JNSEYVCE.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/44/2_Q5TQ1I83MVDUGRMWMEMYY99M8MOG6R.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/44/8_4OZR0JDIGF89F7Z5LHGS5O53MEK4O6.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/44/9_4NIY8PNT7T3NFUEQQQM5A1JNSEYVCE.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/hlockwooddesign:44", "plots": "https://api.plotly.com/v2/plots/hlockwooddesign:44", "parent": "https://api.plotly.com/v2/folders/home?user=hlockwooddesign" }, "owner": "hlockwooddesign", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~hlockwooddesign/44/", "world_readable": true, "date_modified": "2024-04-28T19:49:36.030Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~hlockwooddesign/44/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "xsrc": "hlockwooddesign:45:df5f5d", "ysrc": "hlockwooddesign:45:44b418", "marker": { "sizesrc": "hlockwooddesign:45:466f74" } } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~hlockwooddesign", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-28 15:09:48", "mapbox_access_tokens": null, "has_password": null, "username": "hlockwooddesign", "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": "2024-04-28T19:48:56.232717Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~hlockwooddesign/42.embed", "fid": "hlockwooddesign:42", "filename": "plot from API (18)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/42/9_CRD8ZRP5CNBTQVXFNK889BUME7KCVS.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/42/2_1KEFW1FJIGFTUZW4AQK2MWHRRACJQC.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/42/8_FRPZOAKO73GZRZECNRT6RVCSD2A883.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/42/9_CRD8ZRP5CNBTQVXFNK889BUME7KCVS.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/hlockwooddesign:42", "plots": "https://api.plotly.com/v2/plots/hlockwooddesign:42", "parent": "https://api.plotly.com/v2/folders/home?user=hlockwooddesign" }, "owner": "hlockwooddesign", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~hlockwooddesign/42/", "world_readable": true, "date_modified": "2024-04-28T19:48:56.556Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~hlockwooddesign/42/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "xsrc": "hlockwooddesign:43:cf65cf", "ysrc": "hlockwooddesign:43:ff18f0", "marker": { "sizesrc": "hlockwooddesign:43:27bd03" } } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~hlockwooddesign", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-28 15:09:48", "mapbox_access_tokens": null, "has_password": null, "username": "hlockwooddesign", "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": "2024-04-28T19:48:54.054484Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~DOGUINHA1/11.embed", "fid": "DOGUINHA1:11", "filename": "Plot 11", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/DOGUINHA1/11/9_AIU8J5ND5S6CPLO46J4F6G0TZA8BG6.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/DOGUINHA1/11/2_TAF8KG5A2MHBG5OOAH5L2U7BB7MYTM.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/DOGUINHA1/11/8_K2MMVB03OWSBMM7FTIQ1QMNRJN2WGH.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/DOGUINHA1/11/9_AIU8J5ND5S6CPLO46J4F6G0TZA8BG6.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/DOGUINHA1:11", "plots": "https://api.plotly.com/v2/plots/DOGUINHA1:11", "parent": "https://api.plotly.com/v2/folders/home?user=DOGUINHA1" }, "owner": "DOGUINHA1", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~DOGUINHA1/11/", "world_readable": true, "date_modified": "2024-04-28T19:48:54.068Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~DOGUINHA1/11/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Ano", "y": "Passivo Total" } }, "mode": "lines", "name": "PASSIVOS", "type": "scatter", "xsrc": "DOGUINHA1:10:e5e73b", "ysrc": "DOGUINHA1:10:5314ac" }, { "meta": { "columnNames": { "x": "Ano", "y": "Passivo Circulante" } }, "mode": "lines", "name": "PASSIVOS", "type": "scatter", "xsrc": "DOGUINHA1:10:e5e73b", "ysrc": "DOGUINHA1:10:f33ab0", "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "Passivo Não Circulante" } }, "mode": "lines", "name": "PASSIVOS", "type": "scatter", "xsrc": "DOGUINHA1:10:e5e73b", "ysrc": "DOGUINHA1:10:4d85c6", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "EMPRESA X.S.A" }, "xaxis": { "type": "linear", "range": [ 2001, 2021 ], "title": { "text": "ANO" }, "autorange": true }, "yaxis": { "range": [ -973924.1111111111, 18888798.111111112 ], "title": { "text": "PASSIVOS" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~DOGUINHA1", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/27.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": "2024-04-10 23:31:26", "mapbox_access_tokens": null, "has_password": null, "username": "DOGUINHA1", "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": "2024-04-28T19:47:54.778557Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~hlockwooddesign/40.embed", "fid": "hlockwooddesign:40", "filename": "plot from API (17)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/40/9_EVSZY0OWNNOAEU2SF1Z7ZURNDYYACA.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/40/2_4Z6PD8VMQG7ZVEYGP1PVJSEGIFFV8O.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/40/8_RM6NXY9YAJ1YKMPKPQNZ0X7UXKQY8L.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/40/9_EVSZY0OWNNOAEU2SF1Z7ZURNDYYACA.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/hlockwooddesign:40", "plots": "https://api.plotly.com/v2/plots/hlockwooddesign:40", "parent": "https://api.plotly.com/v2/folders/home?user=hlockwooddesign" }, "owner": "hlockwooddesign", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~hlockwooddesign/40/", "world_readable": true, "date_modified": "2024-04-28T19:47:55.131Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~hlockwooddesign/40/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "xsrc": "hlockwooddesign:41:c36af6", "ysrc": "hlockwooddesign:41:adf5ec", "marker": { "sizesrc": "hlockwooddesign:41:cc2793" } } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~hlockwooddesign", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-28 15:09:48", "mapbox_access_tokens": null, "has_password": null, "username": "hlockwooddesign", "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": "2024-04-28T19:46:52.563126Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~hlockwooddesign/38.embed", "fid": "hlockwooddesign:38", "filename": "plot from API (16)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/38/9_GROPX0YDIUT3HDI2YH63NXMMOU2NIY.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/38/2_2FJZCAPPP8TWK4LKTJDXGMC6UACZ4G.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/38/8_GGH0BIJ5FRQJM6149LSHYHY0R5ZO3W.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/38/9_GROPX0YDIUT3HDI2YH63NXMMOU2NIY.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/hlockwooddesign:38", "plots": "https://api.plotly.com/v2/plots/hlockwooddesign:38", "parent": "https://api.plotly.com/v2/folders/home?user=hlockwooddesign" }, "owner": "hlockwooddesign", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~hlockwooddesign/38/", "world_readable": true, "date_modified": "2024-04-28T19:46:52.891Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~hlockwooddesign/38/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "xsrc": "hlockwooddesign:39:eb1580", "ysrc": "hlockwooddesign:39:406116", "marker": { "sizesrc": "hlockwooddesign:39:3b9b47" } } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~hlockwooddesign", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-28 15:09:48", "mapbox_access_tokens": null, "has_password": null, "username": "hlockwooddesign", "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": "2024-04-28T19:45:23.607024Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~hlockwooddesign/36.embed", "fid": "hlockwooddesign:36", "filename": "plot from API (15)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/36/9_PLXH2INN4ZX9XE3QQOXMU3RXUVUBY2.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/36/2_NWPDAEXLSDTKWYBF5RYZSLM1QZ8NU0.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/36/8_J4SV9EHX0ID278VYDA1ENMBHZFKQGH.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/36/9_PLXH2INN4ZX9XE3QQOXMU3RXUVUBY2.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/hlockwooddesign:36", "plots": "https://api.plotly.com/v2/plots/hlockwooddesign:36", "parent": "https://api.plotly.com/v2/folders/home?user=hlockwooddesign" }, "owner": "hlockwooddesign", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~hlockwooddesign/36/", "world_readable": true, "date_modified": "2024-04-28T19:45:23.969Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~hlockwooddesign/36/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "xsrc": "hlockwooddesign:37:27cce8", "ysrc": "hlockwooddesign:37:de9a15", "marker": { "sizesrc": "hlockwooddesign:37:f43876" } } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~hlockwooddesign", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-28 15:09:48", "mapbox_access_tokens": null, "has_password": null, "username": "hlockwooddesign", "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": "2024-04-28T19:44:26.154423Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~hlockwooddesign/34.embed", "fid": "hlockwooddesign:34", "filename": "plot from API (14)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/34/9_GCXO70OGSFTOCN3S2BTBJ8A5I0Y8ND.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/34/2_5K10VPID9P8STC3JLXWR27GDRE9E4I.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/34/8_NSN7O1BIE2SXA45AQJV5G5COT9LR9J.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hlockwooddesign/34/9_GCXO70OGSFTOCN3S2BTBJ8A5I0Y8ND.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/hlockwooddesign:34", "plots": "https://api.plotly.com/v2/plots/hlockwooddesign:34", "parent": "https://api.plotly.com/v2/folders/home?user=hlockwooddesign" }, "owner": "hlockwooddesign", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~hlockwooddesign/34/", "world_readable": true, "date_modified": "2024-04-28T19:44:26.514Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~hlockwooddesign/34/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "xsrc": "hlockwooddesign:35:ed1dc6", "ysrc": "hlockwooddesign:35:be0053", "marker": {} } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~hlockwooddesign", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-28 15:09:48", "mapbox_access_tokens": null, "has_password": null, "username": "hlockwooddesign", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "