I have data that is not indexed on elasticsearch.
I need to use that data on Vega-lite for specific visuals.
I used the vega-lite option of url for my data source.
My data source is hosted on my domain, but when I run the script, I get "Loading failed" error.
Whereas the github data source given by vega-lite works well.
Kindly help
@nyuriks ?
@Aditi_Shah, most likely you are running into CORS issues. You might have to reconfigure your server to allow access to the data.
1 Like
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.