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
I've created a vega spec based on a small datasource where dates as written with the following form "yyyy-mm-dd" so that the spec date can be human readable.
Hi,
I've created a vega spec based on a small datasource where dates as written with the following form "yyyy-mm-dd" so that the spec date can be human readable.
The spec code is here.
The spec is embedded in a web page using https://cdn.jsdelivr.net/npm/vega-embed@6 script.
The page code is here.
The widget can be viewed here
My issue occurs when I'm using "View Source" or "Open in Vega Editor" which is provided in button created by vegaEmbed.
The dates in my datasource are now stored as timestamp and not string.
This breaks my spec because I was using a parser to convert my string dates.
Here is the code used in my spec (in data)
Here is the code when viewing source or exporting in vega editor
The text was updated successfully, but these errors were encountered: