Explore Graph does not keep track of visual configurations like Show attributes

I am using a hashed id as primary attribute for my data and included it as attribute (i want to be able to query on it). However when exploring the graph, I would like to see the vertex.title attribute instead of the primary id. I know the settings tab has an option for this, but this gets reset after reloading the page. I wouldn’t mind having to set this once, but with 150 vertex and 250 edge types, it isn’t an option to do it over and over again.

Hi David,

The settings are persist in local storage, so refresh the browser and the setting should be still there.
In order to persist the settings cross sessions, you can save the exploration result after setting to show title attribute. After reload the page, you can open the saved exploration result, and the settings will be restored together:
https://docs.tigergraph.com/ui/graphstudio/explore-graph#save-and-open-graph-exploration-result

Best,
Renchu

1 Like