/* Create a project ,from Project=>Data, create a view enable share from the project window by clicking on the lock icon Get the shared view link, for example, here is a link for VC data set: https://app.graphxr.cn/share/63b8f608ad61a16fbfd0315f/Movies/6493bdadc4c3d37b878d800e/Game-of-Throne */ let iframeElem = document.getElementById("injection-graphXR-iframe-id"); graphXR.injectionApiCommand(':getGraph', iframeElem) .then((resData) => { alert(JSON.stringify(resData,null,2)); //please open develop tool and goto console, search with "Receive graphData" console.warn("Receive graphData:", resData.content) })
RUN
?