You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// A `contentUrl` is required and using an empty string can cause
// problems elsewhere. So we use a placeholder which also tells the user
// if there were issues rendering the Plotly data.
This should be expanded to handle other visualization JSON formats, specifically application/vnd.vega.v3+json and application/vnd.vegalite.v2+json (and their other versions).
The text was updated successfully, but these errors were encountered:
In the
unbundle
method we handle Plotly JSON:jupita/src/index.ts
Lines 449 to 455 in a4b5757
This should be expanded to handle other visualization JSON formats, specifically
application/vnd.vega.v3+json
andapplication/vnd.vegalite.v2+json
(and their other versions).The text was updated successfully, but these errors were encountered: