MCPcopy Index your code
hub / github.com/plotly/plotly.py / IPlotlySpec

Interface IPlotlySpec

js/src/mimeExtension.ts:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24export const MIME_TYPE = "application/vnd.plotly.v1+json";
25
26interface IPlotlySpec {
27 data: PlotlyType.Data;
28 layout: PlotlyType.Layout;
29 frames?: PlotlyType.Frame[];
30}
31
32export class RenderedPlotly extends Widget implements IRenderMime.IRenderer {
33 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected