I am trying to set up a basic environment to use vega-lite
- which requires vega
and vega-embed
.
It appears that vega-lite-1.3.1
and vega-2.6.5
were happy together: these are the versions apparently in use on the older vega-lite
editor here: http://vega.github.io/vega-editor/?mode=vega
But what about vega-embed
? I tried the same version vega-embed-2.6.5
but it gets 404 https://cdnjs.cloudflare.com/ajax/libs/vega-embed/2.6.5/vega-embed.js
So how are the versions of vega-lite
/ vega
/ vega-embed
related