I'd like to add a custom JS vi sualisation using a URL into my project. When I use a github URL, for example: https://github.com/looker-open-source/viz-spider-marketplace/blob/master/spider.js
My visualisation appears as an option in the Explore but I can't load any viz. How can I properly refernce a github URL to use in Looker?
I'm using this kind of code in my manifest:
visualization: { id: "demo-visualization-dev" label: "Demo Viz" url: "https://abc-test.com/viz-destination/demo.js" sri_hash: "xyz" dependencies: ["https://xyz/jquery.min.js","","",""] }
I think this article is still correct.