Share Projects and Views A project’s saved views can be shared with other users by: Enabling sharing for the project. Sharing individual project views through a Share link or iFrame. You can also export the current view to your local system as a CSV or Excel archive, .graphxr file, or Snapshot archive (.graphxrsnapshots). The exported file can then be imported into another project by drag and drop or by using Import in the Project > Data Store subpanel. Share a Project You can share any project with other GraphXR users. Once shared, the project’s data views are available to the invited users. You can export a view to your local system as a .graphxr file, and from there load it into a different project as a new view. However, it is usually better to share a project or its views. Grant Shared Access to a Project Projects are not shared by default. You must explicitly grant shared access. To share a project and its data views: Go to the Projects (Home) page, locate the project you want to share, and click its Enable Share icon (the lock icon at the lower right of the project label). The lock icon changes to DisableShare, and additional Share, Invite, and UIConfiguration icons appear. Optionally, you can review and edit the user interface presented in the project. Click the project’s UIConfiguration icon. By default, all user interface functions are enabled. Click the icon next to the functions to remove, cycling through the following options: Enabled on the project and for shared users. Enabled on the Project Disabled Click Save (or click the arrow icon at the upper left to exit without UI changes). Now click the projects’s Invite icon to send an email invitation to another GraphXR user. Select or enter a GraphXR user email, and click Invite. Access a Shared Project After you are invited to share a project, the project appears on your Projects page in the Shared Projects area. Click the shared project tile (or list) to open the project. You can then go to its Views tab to see the project’s data views and select one to load. Share a single View Once you have saved a view you can: Share its url directly with others using the View menu or the Project > Views subpanel. Embed a shared GraphXR view as an iframe on another web page, using the dropdown list of the project’s saved views on the Projects (Home) page. Use a Share link From the view menu or Project > Views tab you can obtain a Share link for an individual view that you can send to anyone external to the project, even if they do not have a GraphXR login. Optionally, you can protect the view by requiring login with a password. To generate a *Share link for a view:* Enter the project, and open the Project > Views tab. Locate the view you want to share in the thumbnail tile or list view, and click its Share view icon. For a view that’s currently loaded, choose Share from the dropdown view menu at the top center of the canvas. In the Share… dialog you can simply click Copy Link to copy a url that you can email to another user. To require the user to log in with a password, click the Require authentication checkbox. Enter a password and click Save. A message indicates that the password has been saved. You can now click Copy Link and paste it into an email to the user. Send the login password in a separate email. Embed a view as an iFrame You can obtain code for iFrame embedding from a project’s list of shared views. To embed a view as an iFrame: In the Project (Home) page, click the project’s Share icon to see the menu of shared views. Locate the view to embed and click the icon at the right to generate iframe code. A message indicates that the code has been copied to the clipboard. Paste the iFrame embed code into the html for the web page of your choice. This code should be similar to the following example: <iframe src="https://graphxr.kineviz.com/share/604c569c7af08100387c966b/GOT_CSVs/698c44da828b5d7306d8f992" frameborder="0" width="100%" height="100%"> </iframe>