vega / voyager-electron

Creative Commons Zero v1.0 Universal
4 stars 1 forks source link

Test if loading a Vega-Lite spec with data url works #22

Closed kanitw closed 7 years ago

kanitw commented 7 years ago

I suspect that the url path could be incorrect and we may need to replace relative path with absolute path (with respect to the root url of the files).

kanitw commented 7 years ago

Note that we might be affected by this issue in VL: https://github.com/vega/vega-lite/issues/2418

Thus, the way to go is to copy a spec with url in VL to a new folder and copy its data to a new folder too and modify the url: to point to data in the same folder.

espressoroaster commented 7 years ago

Verified issue and opened #24.